Re: [PHP] Restricting access using IPs

2002-07-14 Thread DL Neil
> > > > > I tried these but they didn't work: > > > $localip = "192.168.0.0"; > > > $localip = "192.168.0.*"; > > > $localip = "192.168.0.0/24"; > > > > > > > > > Any other ideas? > > > > > >

Re: [PHP] Restricting access using IPs

2002-07-13 Thread Michael Hall
> > > > > > Any other ideas? > > > > Cheers > > > > > > > > - Original Message - > > From: "Jason Wong" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, July 13, 2002 3:

Re: [PHP] Restricting access using IPs

2002-07-13 Thread Michael Hall
ied these but they didn't work: > $localip = "192.168.0.0"; > $localip = "192.168.0.*"; > $localip = "192.168.0.0/24"; > > > Any other ideas? > > Cheers > > > > ----- Original Message - > From: "Jason Wong"

Re: [PHP] Restricting access using IPs

2002-07-12 Thread Jason Wong
On Saturday 13 July 2002 13:45, Liam MacKenzie wrote: > If I enter 192.168.0.13 (My IP) it works, I'm allowed in and any other IP > isn't. > However, I need to grant access to this whole network, not just me. So I > need 192.168.0.* to be able to access it, everyone else should get "Access > Deni

Re: [PHP] Restricting access using IPs

2002-07-12 Thread Liam MacKenzie
-- From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 13, 2002 3:49 PM Subject: Re: [PHP] Restricting access using IPs > On Saturday 13 July 2002 13:10, Liam MacKenzie wrote: > > Hey all, I'm looking to deny access to all IPs except

Re: [PHP] Restricting access using IPs

2002-07-12 Thread Jason Wong
On Saturday 13 July 2002 13:10, Liam MacKenzie wrote: > Hey all, I'm looking to deny access to all IPs except those that fall into > a specific IP range. 192.168.0.* in this case. > Am I missing something out of this code, it don't work too well ;-) HOW doesn't it work too well? It displays a p