Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

why doesn't this work?

Name: Anonymous 2007-10-01 15:36 ID:RjMqgYM8

<?php
$allowip  = 'my.ip.goes.here';
$ip = $_SERVER['REMOTE_ADDR'];
if($ip =/= $allowip){
    echo "This IP address is not allowed to view this page.";
    exit();
}
?> 

Name: Anonymous 2007-10-01 16:05 ID:++Ij803q

if($ip <=> $allowip){ // thanks, john

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List