• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

help Please, got hacked twice

feslir

New Member
Joined
Sep 2, 2007
Messages
241
Reaction score
2
Location
Kosovo
My Database, or the site or xampp got hacked he went inside my latest news and removed everything and made him self donation items and alot anyone know how to secure my database please?
 
1. Delete your "webdav" folder in xampp.
2. Change password on your account manager account and all accounts that got page_access.
3. export your database.
4. make a backup of ure AAC.
5. Uninstall xampp
6. Use Uniform Server.

Done! :)
 
click start in uniform, then click on the blue thing in the lower right corner and click admin panel, there u set all passwords.

or try: 127.0.0.1/apanel/
 
Can't connect to MySQL database. vadfaann

Error
SQL query:


i cant add my database that i exported wtf
 
Last edited by a moderator:
Can't connect to MySQL database. vadfaann

Code:
[B]Enter:[/B]
UniServer\usr\local\php
 
Open the file "php" or "php.ini" in a text document and search for:
 
;extension=php_pdo_mysql.dll
 
Then remove the (;) so the result is:
 
extension=php_pdo_mysql.dll
 
Then click "Stop Uniserver".
 
Wait 5 - 10 sec, and then click "Start Uniserver".
 
i cant import the player ones MySQL said:

#1062 - Duplicate entry '1-0' for key 'player_id_2'

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
 
Last edited:
what?

When i added the tables back from the export i had to take one by one now i have to do the asme with the players omg becouse of MySQL said:

#1062 - Duplicate entry '9-0' for key 'player_id_2'

its still Can't connect to MySQL database.
 
Last edited by a moderator:
Back
Top