Jump to content

Stimpak

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Stimpak

  1. I agree. I can recreate this and add an auto-complete inputbox for searching. The random team builder would be nice. Might work on it myself.
  2. "One possible way to detect such offenses is to track the IP range of a single account in order to catch the culprit, which being held inside the database." - No use to someone over a VPN. "If i may add something to your suggestion, i think PokeMMO should start using "confirmation" emails based on IP range, on password/email change and such." - Forum account/game account are two seperate entities, and I'm not sure if the forum host (IP Board) has support for such features as this, unless a new external javascript file can be configured & uploaded.
  3. Had to post my reply here to justfy a couple subjects. 1. Virus's aren't usually meant to harm your computer anymore, yet to create a botnet with your PC to infect other users on your network/others online. 2. NOBODY can be permanently banned from anything. Anyone can change I.P.'s, make new accounts, ect. Security wise: Enforce captcha after so many (5-10) failed logins to prevent bruteforcing. Blacklist/Censor forms of URL's in-game(chat) to prevent phishing. Don't use skype. Skype has various API exploits in which anyone can retrieve your I.P. by using your skype username. @LeaderMagma, You were most likely bruteforced. It doesn't happen often to those with unique passwords and never happens to someone such as myself who uses a custom ASCII encryption. Any passwords such as: kitty1, paper55, ect are easy to bruteforce; it just takes time for the program/script to guess it. Script example: // This is just an example script - Au3 // $String = "kitty" For $i = 1 To 100 ;;do something GUICtrlSetData($Control, $String[$i] Next ;;do something // This will set the data of the control as kitty1, then index to kitty100 // // Ex. kitty1, kitty2, kitty3, kitty4, kitty5, kitty6, kitty7, kitty8 kitty 9.... // - Stimpak , 10+ years programming/scripting experience
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.