コード例 #1
0
ファイル: ntunnel_mysql.php プロジェクト: xl7dev/WebShell
			EchoHeader(203);
			echo GetBlock("MySQL not supported on the server");
			exit();
		}
		
		$errno_c = 0;
		$hs = $_POST["host"];
		if( $_POST["port"] ) $hs .= ":".$_POST["port"];
		$conn = mysql_connect($hs, $_POST["login"], $_POST["password"]);
		$errno_c = mysql_errno();
		if(($errno_c <= 0) && ( $_POST["db"] != "" )) {
			$res = mysql_select_db( $_POST["db"], $conn);
			$errno_c = mysql_errno();
		}
		
		EchoHeader($errno_c);
		if($errno_c > 0) {
			echo GetBlock(mysql_error());
		} elseif($_POST["actn"] == "C") {
			EchoConnInfo($conn);
		} elseif($_POST["actn"] == "Q") {
			for($i=0;$i<count($_POST["q"]);$i++) {
				$query = $_POST["q"][$i];
				if($query == "") continue;
				if (phpversion_int() < 50400){  
					if(get_magic_quotes_gpc())
						$query = stripslashes($query);
				}
				$res = mysql_query($query, $conn);
				$errno = mysql_errno();
				$affectedrows = mysql_affected_rows($conn);
コード例 #2
0
<html>
    <head>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/head-content.php";
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/global-functions.php";
IncludePageTitleScript('Contact');
?>

        <!-- Section specific CSS -->
        <link rel="stylesheet" href="/v4/styles/contact-scheme.css" type="text/css">
        <!-- !Section specific CSS -->
    </head>
    <body>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/site-fixed-header.php";
EchoHeader("contact");
?>
        
        <div id="css-fade-overlay"></div>

        <div id="css-column-container"><!--
            Left selection Panel
         --><div id="css-selection-panel-column"><!--
                Begin content box
                 --><div class="css-selection-panel-box-container"><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-top"></div><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-space-tall"></div><!--
                 --><div class="css-selection-panel-box-box">
                        <h2>Contact</h2>
コード例 #3
0
<html>
    <head>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/head-content.php";
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/global-functions.php";
IncludePageTitleScript('Home');
?>

        <!-- Section specific CSS -->
        <link rel="stylesheet" href="/v4/styles/home-scheme.css" type="text/css">
        <!-- !Section specific CSS -->
    </head>
    <body>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/site-fixed-header.php";
EchoHeader("home");
?>
        
        <div id="css-fade-overlay"></div>

        <div id="css-column-container">
            <!-- Left panel -->
            <div id="css-content-panel-column">
                
                <!-- Begin content box -->
                <div class="css-content-panel-post-container">
                    <div class="css-content-panel-post-space-short"></div><!--
                 --><div class="css-content-panel-post-top"></div><!--
                 --><div class="css-content-panel-post-display"><!--
                     --><i class="fa fa-minus"></i><!--
                 --></div><!--
コード例 #4
0
<html>
    <head>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/head-content.php";
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/global-functions.php";
IncludePageTitleScript('News');
?>

        <!-- Section specific CSS -->
        <link rel="stylesheet" href="/v4/styles/news-scheme.css" type="text/css">
        <!-- !Section specific CSS -->
    </head>
    <body>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/site-fixed-header.php";
EchoHeader("news");
?>
        
        <div id="css-fade-overlay"></div>

        <div id="css-column-container"><!--
            Left selection Panel
         --><div id="css-selection-panel-column"><!--
                Begin content box
                 --><div class="css-selection-panel-box-container"><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-top"></div><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-space-tall"></div><!--
                 --><div class="css-selection-panel-box-box">
                        <h2>News</h2>
コード例 #5
0
<html>
    <head>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/head-content.php";
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/global-functions.php";
IncludePageTitleScript('Projects');
?>

        <!-- Section specific CSS -->
        <link rel="stylesheet" href="/v4/styles/projects-scheme.css" type="text/css">
        <!-- !Section specific CSS -->
    </head>
    <body>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/site-fixed-header.php";
EchoHeader("projects");
?>
        
        <div id="css-fade-overlay"></div>

        <div id="css-column-container"><!--
            Left selection Panel
         --><div id="css-selection-panel-column"><!--
                Begin content box
                 --><div class="css-selection-panel-box-container"><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-top"></div><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-space-tall"></div><!--
                 --><div class="css-selection-panel-box-box">
                        <h2>Projects</h2>
コード例 #6
0
<html>
    <head>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/head-content.php";
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/global-functions.php";
IncludePageTitleScript('About');
?>

        <!-- Section specific CSS -->
        <link rel="stylesheet" href="/v4/styles/about-scheme.css" type="text/css">
        <!-- !Section specific CSS -->
    </head>
    <body>
        <?php 
include $_SERVER['DOCUMENT_ROOT'] . "v4/includes/site-fixed-header.php";
EchoHeader("about");
?>
        
        <div id="css-fade-overlay"></div>

        <div id="css-column-container"><!--
            Left selection Panel
         --><div id="css-selection-panel-column"><!--
                Begin content box
                 --><div class="css-selection-panel-box-container"><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-top"></div><!--
                 --><div class="css-selection-panel-box-space-short"></div><!--
                 --><div class="css-selection-panel-box-space-tall"></div><!--
                 --><div class="css-selection-panel-box-box">
                        <h2>About</h2>