Re: [PHP] Question

2002-04-08 Thread gaouzief
this class does just that: http://phpclasses.warmafrica.com/browse.html/package/514.html 08/04/2002 13:49:44, [EMAIL PROTECTED] a écrit: >At 08.04.2002 13:00, you wrote: >> >>How to convert or discover from IPadress country visitors on my web ? >> >>roman >You have to make a DNSLOOKUP >If you

Re: [PHP] Workaround for no cron?

2002-04-08 Thread gaouzief
hi you should try this free service http://www.webcron.org it is really great (supports authentication, stores resulting file...) and free, the site is in french though ! Regards _ Hassan El Forkani http://WarmAfrica.com EveryOne's Africa _

Re: [PHP] how to test ob_start("ob_gzhandler");

2002-02-19 Thread gaouzief
hi i'm testing the same thing under windows, the output is compressed but the browsers prompt me with a download window , it seems they do not support this compression...is this working under windows ??? 18/02/2002 15:15:32, "Rein Velt" <[EMAIL PROTECTED]> wrote: >Dear PHP coders, > >i am usi

[PHP] strange behaviour with output buffering

2002-02-15 Thread gaouzief
hi, i'm working on content management sytem entirely written in Object oriented PHP using templates i used output buffering to be able to send header calls in the middle of my classes i have noticed that performance has become "random" meaning that the same script could take from 1 up to 30 sec

Re: [PHP] Best way to get the remote IP address?

2002-01-22 Thread gaouzief
here is a piece o fcode that looks up user ip from env vars recursively 22/01/2002 04:57:50, Jimmy <[EMAIL PROTECTED]> wrote: >> either $HTTP_SERVER_VARS['REMOTE_ADDR'] or simply $REMOTE_ADDR (if you use >> $REMOTE_ADDR in functions make sure you do a global on it first) - I >> personally use

Re: [PHP] How to resolve IP with PHP

2002-01-21 Thread gaouzief
hi, i think there is a function that does just that look for gethostbyaddr($ip) in the documentation beware of the implication on the ressources , this function performs a reverse dns lookup which can be time consuming regards 21/01/2002 08:20:48, Police Trainee <[EMAIL PROTECTED]> wrote: >Hel

Re: [PHP] HTTP_REFERER

2001-11-23 Thread gaouzief
hi reasons why it couldn't be set: the url was typed directly some browser don't send referer information other (like opera 5.12) send a wrong value you shouldn't rely on HTTP_REFERER too much regards hassan el forkani http://WarmAfrica.com 23/11/2001 11:55:04, Jordan Elver <[EMAIL PROTEC

Re: [PHP] Q:Why is my code returning this? Help?

2001-10-25 Thread gaouzief
why are you using stripslaches? 25/10/2001 00:41:45, Marcus James Christian <[EMAIL PROTECTED]> wrote: >Hello, > >As mainly a designer w/ HTML and JS php is usually just an end of site >add on to process forms and I LOVE php! > >I've been away from PHP coding for about a month and I can't figur