1. The hack tool will enter an incorrect password, then there still may a connection between unrealsoftware and the hacker, then it will let the hacker to get the password from the database. It's what I think, also I am right I think.
2. Add a script what will not let the user connect to unrealsoftware till it gets the user browser, ip and other. You can add the browsers that you want to be in whitelist, then the system will only allow them. It can protect Unrealsoftware from ddosing/hacking in some ways, also same to accounts.
3. I am really not sure about MySQL tables and others, Could you check them again.
4. Can't you use oauth2 to protect Unrealsoftware accounts from hacking.
5. You have to use
1
htmlspecialchar
1
htmlspecialchar($_POST['name'])
6. You can use
1
2
2
preg_match preg_match ( string $pattern , string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] ) : int
So to protect Unrealsoftware accounts from hijacking can't you add a system when we login and we enter the name, password, then it sends an account verification to our email. (it's the best way to protect Unrealsoftware accounts from hijacking and hacking)
If you use my methods to protect Unrealsoftware accounts from hacking and hijacking, Unrealsoftware accounts will never be hacked again, also it will not be possible for hijackers to hijack unrealsoftware accounts like now.
edited 5×, last 21.09.19 12:14:07 am