Jump to content

Recommended Posts

  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...
  • 1 month later...
  • 3 months later...
Posted

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.......
  • 1 month later...
  • 1 month later...
  • 1 month later...
Posted

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 .

  • 4 weeks later...
  • 2 weeks later...
  • 7 months later...
Posted

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

Guest
This topic is now closed to further replies.



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock