• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

--help again-- (expericed players)

Saj

Remember my name
Joined
Feb 26, 2008
Messages
2,127
Reaction score
6
Hello, I will tell you my story. My ot got hacked 3 times a day, I use tfs 0.2.13 and gensior php site, I asked the hacker how did u hack, he said sql injection into my phpmyadmin, is that true? and I wonder how I can make it safer?
 
Update your phpMyAdmin to latest version, check your scripts with LuaSQL for SQL injcetions, use latest TFS version, check your website for SQL injections.
 
I don't know how to check my site with sql injection or LuaSQL for SQL injcetions.. Is there anyone who could help me with that?
 
If you don't have any script with LuaSQL except the ones coming with TFS then you don't have to worry about that. About your site, contact the author of it.
 
Talaturen, is there any safe site for tfs right now? maybe If I use that site it will help me, I will give it atleast at try.
 
I don't know if there's any safe website for TFS, you can use the ingame account manager or wait for TFSCMS (you'll most likely have to wait until I have time to help Kornholijo with it, he isn't getting anywhere without my help :(, I cannot tell you when I will have time for this though).
 
Alright, thanks, So I guess I will use the ingame account manager, about the phpmyadmin, how do I update it without reinstalling everything? my database is the most thing I want.
 
Alright, thanks, So I guess I will use the ingame account manager, about the phpmyadmin, how do I update it without reinstalling everything? my database is the most thing I want.

phpMyAdmin is not bound to your databases, it's just a PHP application to manage your MySQL database. You can replace the phpMyAdmin directory without losing any data.
 
So I guess, I have to install xampp in another location and take the phpmyadmin files and put it in my? or what?
 
So I guess, I have to install xampp in another location and take the phpmyadmin files and put it in my? or what?

You don't have to reinstall xampp, phpmyadmin directory should be in your xampp directory, remove everything inside it, download phpmyadmin from http://phpmyadmin.net, put the files from the phpMyAdmin package inside the xampp/phpmyadmin directory.
 
I will do that, thanks.by the way, Is the newest one with Alpha or 2.11.8.1?
EDIT:
I installed the new phpmyadmin and I got this error:


Välkommen till phpMyAdmin 2.11.8.1

Trolig orsak till detta är att du inte skapade en konfigurationsfil. Du vill kanske använda uppsättningsskript för att skapa en.
Fel

MySQL sa: Dokumentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
 
Last edited:
Back
Top