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

Windows how to Protect my server? (HELP FAST)

killing

Member
Joined
Feb 23, 2012
Messages
815
Reaction score
11
Location
BIH
Hello i have big problems..
I think this is Hackers butterfat!!
Player can Giv himself ADMIN!! (And Giv other players Ban's)

Im using:Windows ~ Not Linux ~ Can Linux help with my Problem?
How to Protect my ot?
I do not have any protection "Programs" or "Systems" lol
what i can do to Protect my ot..

I think to Hacker have Enter into my DataBase!!

I need help fast!!

if someone have a solution please explain it to me,not just say it..
I feel pain in my heart when I see to he Giv's Bans to other players!!
 
If you are running gesior i recommend you to upgrade to the latest one. You can find it here.

It contains more security then every older gesiors. Also don't use root as login etc.
Look the Uniform tutorials how to secure
 
Any gesior scripts that call your database?

I mean, in the scripts it sometimes have the DB connection like

DBname = blabla
DBpassword = blala

and so go on
 
ok we will protect your database with an easy way:

1-go to your phpmyadmin and get the index.php change the red ips with your ip

<?php
with this:

Code:
<?php
if(!in_array($_SERVER['REMOTE_ADDR'], array("[COLOR="#FF0000"]123.456.789.0[/COLOR]", "[COLOR="#FF0000"]127.0.0.1[/COLOR]")))
	die;
2. Change all GM passwords, and wipe database if necessary.
3. Use SHA-1 passwords in the future.
4. Use crontab to keep daily database backups.

so here when you set ur ip, only you able to use phpmyadmin..

Good luck!
Fouad
 
Last edited:
Sorry brother but I'm tired a lot to think..
Do you can help me tomorrow?
and just do not understand this what you've now written?

Do u maybe mean User:Pass/Name?.
Database pass/name i think i have not Edit?And i do not know where to edit.:p

- - - Updated - - -

ok we will protect your database with an easy way:

1-go to your phpmyadmin and get the index.php change the red ips with your ip

<?php
with this:

Code:
<?php
if(!in_array($_SERVER['REMOTE_ADDR'], array("[COLOR="#FF0000"]123.456.789.0[/COLOR]", "[COLOR="#FF0000"]127.0.0.1[/COLOR]")))
	die;
2. Change all GM passwords, and wipe database if necessary.
3. Use SHA-1 passwords in the future.
4. Use crontab to keep daily database backups. My thread here.

so here when you set ur ip, only you able to use phpmyadmin..

Good luck!
Fouad


Im super tired,Now can u giv me a little help tomorrow?
Pleaseee
 
ok i well

- - - Updated - - -

ok we will protect your database with an easy way:

1-go to your phpmyadmin and get the index.php change the red ips with your ip

<?php
with this:

Code:
<?php
if(!in_array($_SERVER['REMOTE_ADDR'], array("[COLOR="#FF0000"]123.456.789.0[/COLOR]", "[COLOR="#FF0000"]127.0.0.1[/COLOR]")))
	die;
2. Change all GM passwords, and wipe database if necessary.
3. Use SHA-1 passwords in the future.
4. Use crontab to keep daily database backups.

so here when you set ur ip, only you able to use phpmyadmin..

Good luck!
Fouad


Is this important https://i.imgur.com/fJLsl2m.png
 
Back
Top