RE: [PHP] File Upload size limit

2002-08-13 Thread RPS Internet
You can also do this all in a php file without changing the directives in either .htaccess or the httpd.conf file. Here is a sample: Hope that helps, Josh Thomas RPS Internet Services -Original Message- From: Oliver Schonrock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August

RE: [PHP] Installin PHP as a module

2002-08-12 Thread RPS Internet
I have had the sam problem in the past and have found out that it was a space in the path to the file. Try renameing the folder to apache_groups and see if that helps. My problem wasen't exactly the same as yours it did deal with another module that I was installing. Josh Thomas RPS Int

RE: [PHP] mkdate error?

2002-08-11 Thread RPS Internet
gt;. See if this works for you, Josh Thomas RPS Internet Services -Original Message- From: jc [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 4:01 PM To: [EMAIL PROTECTED] Subject: [PHP] mkdate error? The following bit of code completely baffles me as to why it doesn't wo

RE: [PHP] Hacker?

2002-08-11 Thread RPS Internet
What about all the users of his web site that are requesting his php scrpts that are compiling through my server? -Original Message- From: Tyler Longren [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 4:15 PM To: RPS Internet Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Hacker

RE: [PHP] Re: Pictures and sound in MySQL and access via PHP

2002-08-11 Thread RPS Internet
ow=mysql_fetch_array($result)) { echo ""; echo $row[woord_nl]. "" . $row[woord_ost]. "" . $row[betekenis_nl]. "" . "link name"; echo ""; } Hope this hleps and works in your situation, Josh Thomas Administrator RPS Internet Services -Orig

[PHP] Hacker?

2002-08-11 Thread RPS Internet
My server is getting odd request form an outside computer. Upon looking into the requests I have found his PHP Config file is point to my server as the HTTP_VIA and other vars. I am wondering how I can deny him access since he is forwarding all request through my server with these settings. My ser