• 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!

Windows Tips For Not be hacked

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
.. my OT SQL server just been hacked .. i logged in and all player was GM and the have hack in to house and take stuff ...
so now i need tips for not been hacked ..

Sry for my bad english :) ?^_^

plzz help
 
Go to localhost/phpmyadmin, login.
Choose your database, click on "SQL" (upper menu)

Write this:
Code:
UPDATE players SET group_id=1;
UPDATE accounts SET type=1;

This shoul make all players & accounts, normal.
 
Go to localhost/phpmyadmin, login.
Choose your database, click on "SQL" (upper menu)

Write this:
Code:
UPDATE players SET group_id=1;
UPDATE accounts SET type=1;

This shoul make all players & accounts, normal.

thx but anti virus ? do i need it ?<_<
 
oki F-secure its good for tibia server safe ?:p

for what you want an antivirus? unless you accept/download files you don't need an antivirus, The only thing you should need is a firewall for block DDoS? port scans and things like that.....


@Thread
if your using xampp drop the user named pma if you are not using xampp then probb your using a vulnerable website...
 
Back
Top