Jump to content
php.lv forumi

linki noteiktām IP


MārisL

Recommended Posts

Ir.

$allowedIPs = array(
					 0 => '123.124.123.123',
					 1 => '211.211.221.112'
				 );

if(in_array($_SERVER['REMOTE_ADDR'], $allowedIPs)) {
 echo 'Reku mans slepenais links! tikai nesaki nevienam par to;)';
} else {
 echo 'Tu nedrīksti redzēt manu linku!';
}

 

 

P.S. Neaizmirsit, ka nekatram datoram ir sava IP! Var būt tā, ka, piemēram, visai skolai ir viena IP!

Edited by MakaTaNaw
Link to comment
Share on other sites

×
×
  • Create New...