• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Backend Protect your Botnet Panel Easy

Status
Not open for further replies.

zepsus

Donator
User
Joined
Dec 14, 2013
Messages
71
Reputation
0
Reaction score
851
Points
83
Credits
0
‎11 Years of Service‎
71%
Code:
><?php
$user=$_SERVER['HTTP_USER_AGENT'];
if($user!='your_pass'){
die('Access Fu*ked up :P');
}else{
echo 'ok';
}
?>

//use user agent switcher to change user agent
Credits:nu3IC

Regards, zepsus

 
Status
Not open for further replies.
Back
Top