You are here: Re: Tweaking a script « All PHP « IT news, forums, messages
Re: Tweaking a script

Posted by Janwillem Borleffs on 09/28/73 11:49

lorento wrote:
> I think this is the easiest :
> <?php
> $IP = $_SERVER['REMOTE_ADDR'];
> $IP_array = file('../info/1.list');
>
> if (!array_search($IP, $IP_array))
> die ("Banned");
>

This way, the script will also die when $IP occupies the first index in the
array; therefore, you should apply the identity operator:

if (false !== array_search($IP, $IP_array))


JW

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация