Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


good php ban script

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
dannymet
Expert Cheater
Reputation: 0

Joined: 01 Nov 2006
Posts: 140

PostPosted: Fri Feb 22, 2008 10:50 am    Post subject: good php ban script Reply with quote

I need a good php ban script with html on the ban page

i have got
Code:
<?php
//IP Bans
$deny = file_get_contents("banned.php");
if(strpos($deny, $_SERVER['REMOTE_ADDR']) !== FALSE) {
    die("You've been banned");
}
elseif(isset($_GET['help'])) {
  die('Include following code into every page you would like to enforce bans, at the very beginning (first line):<br>&lt;?php include("' . str_replace('\\','\\\\',__FILE__) . '"); ?&gt;');
}
?>


but the
Code:
    die("You've been banned");
area doesnt support html... can anyone help me?
_________________
my guide to hide anything into any file extension type here
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites