iPwned Posted September 20, 2008 Posted September 20, 2008 Nice share, thanks for account and +1 to you!
R021 Posted September 29, 2008 Posted September 29, 2008 hey... i cant see screenshots ... you remove those from imageshacks... anyway....
wizardini Posted April 24, 2009 Posted April 24, 2009 Ooh! you writed in Portuguese before ^^ hehe thanks... ( i know may be wasnt your falt xD) Btw i just want to warn you guys, cant be, but some time ago i had a program more or less like that but, was a Fu***** program! we put the Server, the server port, the Acc and the password and puff nothing.... But, from what i knowed, that sended my password and my ID to the guy who created the program... so becarful! some1 already tested? works? Then your Anti-Virus would take it as a Trojan-Horse.......
Mr.Reese Posted June 24, 2009 Posted June 24, 2009 guys have link on rapidshare or 4shared?how open this file? please help
endART Posted September 18, 2009 Posted September 18, 2009 Do not use it, its a bugged Account Manager, just made account, log account at the Manager, click "Change password" and just save a URL, to save it. If u have got an aio buffer on server, and you will share it with some1 for items etc, just go to link of Change password, done. u have got again your aio .
monaliza Posted June 7, 2010 Posted June 7, 2010 it doesnt work to me ____________________ Deprecated: Function session_register() is deprecated in C:\wamp\www\index.php on line 2 ".$language[$dlang][61]." "); //Code Security if (($code == $securitycode)) { $x01 = true; $x02 = true; } else { die(" ".$language[$dlang][20]."! ".$language[$dlang][21]." "); } //Account Security if (ctype_alnum($account) ==true) {$x03 = true;} else { die(" ".$language[$dlang][7]." "); } if ((strlen($account) > 3) || (strlen($account) <13)) {$x04 = true;} else {die(" ".$language[$dlang][13]." "); } //Password Security if (ctype_alnum($passwordINJEC) ==true) {$x05 = true;} else {die(" ".$language[$dlang][15]." "); } if ((strlen($passwordINJEC) > 3) || (strlen($passwordINJEC) <17)) {$x06 = true;} else { die(" ".$language[$dlang][16]." "); } //Auth Account if(($x01 ==true) && ($x02 ==true) && ($x03 ==true) && ($x04 ==true) && ($x05 ==true) && ($x06 ==true)) { connectdb($CONFIG['dbdbname'], $CONFIG['dbaddress'], $CONFIG['dbuser'], $CONFIG['dbpass']); $login=trim($account); $pwd = encrypt($passwordINJEC); $result = mssql_query("SELECT account, password FROM lin2db.dbo.user_auth WHERE account='$login'"); while($array = mssql_fetch_array($result)) { $login2 = $array['account']; $pwd2 = $array['password']; } $pwd2 = '0x' . bin2hex($pwd2); mssql_close() or die('Error closing link to MSSQL server'); if (($login == $login2) && ($pwd == $pwd2)) { connectdb($CONFIG['dbdbname'], $CONFIG['dbaddress'], $CONFIG['dbuser'], $CONFIG['dbpass']); $login2 = trim($login2); $result = mssql_query("SELECT user_auth.account, user_account.uid, user_auth.password, ssn.ssn, ssn.reg_date, ssn.email FROM (user_auth LEFT JOIN ssn ON user_auth.account = ssn.name) INNER JOIN user_account ON user_account.account = user_auth.account WHERE user_auth.account='$login2'"); while($array = mssql_fetch_array($result)){ $emailstring = $array['email']; $acc = $array['account']; $ssn = $array['ssn']; $uid = $array['uid']; $regdate = $array['reg_date'];} $ssn = base64_encode($ssn); $uid = base64_encode($uid); $acc = base64_encode($acc); $emailstring = base64_encode($emailstring); $regdate = base64_encode($regdate); mssql_close() or die('Error closing link to MSSQL server'); $ysite = $CONFIG['ysite']; $ysite2 = $CONFIG['ysite2']; die(" ".$language[$dlang][59]." [".$login."] ".$language[$dlang][62]." ".$language[$dlang][62]." ".$language[$dlang][62]." ".$language[$dlang][63]." ".$language[$dlang][32]." "); } else { die(" ".$language[$dlang][21]." "); } } else { die(" ".$language[$dlang][53]."! ".$language[$dlang][55]." ".$language[$dlang][54].". ".$language[$dlang][56].". "); } require "footer.php"; } else{ require "header.php"; require "fun.php"; echo ' '; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" ".$language[$dlang][59]." \n"; echo" ".$language[$dlang][1]." \n"; echo" \n"; echo" ".$language[$dlang][3]." \n"; echo" \n"; echo" ".$language[$dlang][5]." \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; echo" \n"; require "footer.php"; } ?> can someone help? ps: i use wampserver
Recommended Posts