reojeo
Programmer
- Mar 11, 2002
- 2
In my nuke site I use something called "Admin by IP adress" and there is no documentation I can find to answer this question.
The first lines pasted into the admin.php are
if($REMOTE_ADDR !="999.999.999.999" && "999.999.999.999" {
include ("mainfile.php"
include ("header.php"
If I edit 999.999.999.999 to my ip, I get access. the question is can I add a second ip address different from the first? I have tried this and I cant seem to get it to work (sorry for I am very new as not understanding PHP much)
reo.......
The first lines pasted into the admin.php are
if($REMOTE_ADDR !="999.999.999.999" && "999.999.999.999" {
include ("mainfile.php"
include ("header.php"
If I edit 999.999.999.999 to my ip, I get access. the question is can I add a second ip address different from the first? I have tried this and I cant seem to get it to work (sorry for I am very new as not understanding PHP much)
reo.......