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

Pinging my homepage -.-

KnightmareZ

New Member
Joined
Feb 3, 2008
Messages
607
Reaction score
4
Location
Sweden/Ljungby
Hi, some people first hacked my server. but then I fixed it so they cant get into the phpmyadmin but they still got the pass etc for it :S:S

and now when i fixed so none can go into the database they pinged down my homepage or something.. if anyone know how I can fix this please tell me fast!

thx

now hes friend told he ping the website throught port 80.. how can i block him? <.<
 
Last edited:
Easy fix.
1. Go to /xampp/htdocs/layouts/NAME/ and open layout.php
2. Add this on the first line, LINE 1,
Code:
<?PHP sleep(1); ?>
3. Save, and it won't be pinged down more.
 
Yes, because when they ping it down, they refresh the site.
(Sending several queries every second).
That code will prevent them from sending 20 queries, restricting it to 1 query when they stop refreshing.
 
Yes, because when they ping it down, they refresh the site.
(Sending several queries every second).
That code will prevent them from sending 20 queries, restricting it to 1 query when they stop refreshing.

okay it didnt work they turned it offline again! -.-

look self at mystana.com >.<

Btw, i know what ip that guy have so how can i make so i block that ip from my site..?
 
Last edited:
Back
Top