Page 2 of 2

Posted: Sun Jun 25, 2006 7:34 pm
by adamb10
Yeah I tried exit, and die. While they do work, I would like it to be more prettier(tho not required). If it requires a extensive amounts of lines like an if statement, i'll let it be the way it is now probobly. With die,exit, no css appears to load. I just get the message on white background.

Posted: Mon Jun 26, 2006 12:46 am
by tecktalkcm0391
What are you getting just a blank page? no css? cause that shouldn't happen, the CSS are already sent

Posted: Mon Jun 26, 2006 10:06 am
by adamb10
Just a blank page with text saying your banned, yes.

Posted: Mon Jun 26, 2006 1:41 pm
by tecktalkcm0391
Can you post the sorce code on the banned ip page?

Posted: Mon Jun 26, 2006 2:26 pm
by adamb10

Code: Select all

function error($message){
	echo '
	<br><br><br><br>
	
	<table class="border" style="width: 40%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="4" cellspacing="1"  align="center">
	    <tr class="titlebg">

	      <td><b>Error!</b></td>

	    </tr>

	    <tr class="windowbg2">

	     <td>
	'.$message.'
	</td>
	</tr>
	</table>
	';
}
I use the error function to display the ban message.

Posted: Mon Jul 10, 2006 2:27 pm
by tecktalkcm0391
whats the HTML of the output page.