Jump to content
php.lv forumi

ip atlauja


djmartins

Recommended Posts

Var ar apache mod_rewrite to panākt, var arī caur php skriptu:

if (in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1', '159.148.123.111', ...))) {
 // te daram to, ja ip ir tai masīvā
} else {
 // te daramies, ja ip nav tai masīvā
}

Edited by bubu
Link to comment
Share on other sites

vai nu tā kā Klez teica, vai arī, ja tu gribi lai aiziet uz to sorry.php vai index.php, tad

header("Location: index.php");

vai attiecīgi header("Location: sorry.php");

bet abos variantos jautu nebūsi bloķējis pieeju failam index.php vai sorry.php neatļautām ip adresēm..

Edited by php_Stopp
Link to comment
Share on other sites

×
×
  • Create New...