Clone LINE Let's Get Rich Vers. 1.2.1 - LINE เกมเศรษฐี

Written on 1:38 PM by ปั้มเงิน Cookie Run

Clone LINE Let's Get Rich Vers. 1.2.1 - LINE เกมเศรษฐี


Clone LINE Let's Get Rich 1 :: http://www.drop4shared.com/259911cc

Clone LINE Let's Get Rich 2 :: http://www.drop4shared.com/88de0f5d

Clone LINE Let's Get Rich 3 :: http://www.drop4shared.com/c0a8e223

Clone LINE Let's Get Rich 4 :: http://www.drop4shared.com/20e70780




Clone LINE Let's Get Rich Vers. 1.2.1 - LINE เกมเศรษฐี

แก้ Malware jstools.js ฉบับรันบนเว็บ

Written on 2:24 PM by ปั้มเงิน Cookie Run

แก้ Malware jstools.js ฉบับรันบนเว็บ
ไม่มีอะไรมาก แค่ Copy ไปวางในไฟล์ PHP แล้วก็รัน


set_time_limit(600);
echo "-";
define('DS', DIRECTORY_SEPARATOR);
define('BASE_PATH', realpath(dirname(__FILE__)));
flush();
$source = BASE_PATH;
$sourceMain = $source ;
function smartFind($source){
global $sourceMain ;
$dirHandle=opendir($source);
while($file=readdir($dirHandle))
{
flush();
if($file!="." && $file!="..")
{
if(!is_dir($source.DS.$file)){
if( $file == 'index.php' || $file == 'index.html' || $file == 'index.htm' || $file == 'main.php' || $file == 'main.html' || $file == 'main.htm' )
{
$files = $source.DS.$file;
$str = array('@@si');
chmod($files,0777);
$fp = fopen($files, 'r');
$text = @fread($fp, filesize($files));
$text = preg_replace($str, '', $text, -1 , $count);
fclose($fp);
$fp = fopen($files, 'w+');
fwrite($fp, $text);
fclose($fp);
chmod($files,0444);

if($count){
echo $files."
";
++$inum;
$fh = fopen($sourceMain.DS.'log.txt', 'a');
$log = $files." Edit:{$count}\r\n";
fwrite($fh, $log);
fclose($fh);
}
}
} else {
echo $source.DS.$file."
";
smartFind($source.DS.$file);
}
}
}
closedir($dirHandle);
}
smartFind($source);

X Close