Heya my site got hack or what ever

Status
Not open for further replies.
8 comments
by ddos you cant take over the other website it just downs your site.
@PBI Network : he has injected your Database try to replace your current databse with the one that you have for backup (if you have)
and try to reupload your forum files may be he has putten shell files in your forum files.
and when you finish this block these ips
88.166.xx.xx
81.192.xx.xx

in your cpanel or in your htaccess
 
by ddos you cant take over the other website it just downs your site.
@PBI Network : he has injected your Database try to replace your current databse with the one that you have for backup (if you have)
and try to reupload your forum files may be he has putten shell files in your forum files.
and when you finish this block these ips
88.166.xx.xx
81.192.xx.xx

in your cpanel or in your htaccess

Yea mate you are right my DB wass total inject
 
Do not allow direct access to files. This is the 1st protection measure:

On php files to be accessed by public/staff put after <?php
Code:
define( 'IN_PBI', 1 );

On protected files that shouldn't be access directly place after <?php
Code:
if ( ! defined( 'IN_PBI' ) )
{
	print "<b>Incorrect access</b><br/><br/>You cannot access this file directly.";
	exit();
}

also whatch out for null byte tricks ( %00 ) and sql injections.
 
To all just rember to backup efly day and all ways after you have submit link to trafik make a full back up hehe if you dont have a fileshare on the domane as i have it wil take weeks to make a full back up lol But rember backup Mysql then you are sure to get the stuff back whit out lose eny thing

NewEraCracker
I wil PM you for more Info i have just now see you post i go sleep

And Thx for all to hit some info about try get the site free for hacker
I my self hate hacker there fuck ppl wareZ site up i work my ass for free to keep stuff free now for 10 years and a stupid hacker fuck the bord To all hacker hack some appz or CC never a wareZ bord
 
Status
Not open for further replies.
Back
Top