[PHP] Image Upload??

2001-05-15 Thread Brave Cobra
to access /tmp/php9ex7F1 owned by uid 0 in /auction/upload.php3 on line 68 What am I doing wrong here? Is there a way to get around the temporary folder? Tnx Brave Cobra

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
Done that, doesn't work! Brave Cobra - Original Message - From: Toby Dacre [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 3:29 AM Subject: Re: [PHP] Image Upload?? chmod the file or directory so that php can access it it doesn't run as you! -- PHP

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
Maybe I ought to mention that I don't have direct access to this server. It's a F2S account, I'm trying to upload to. BC - Original Message - From: Brave Cobra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 10:01 AM Subject: Re: [PHP] Image Upload?? Done

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
- Original Message - From: Brave Cobra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 12:52 PM Subject: Re: [PHP] Image Upload?? Maybe I ought to mention that I don't have direct access to this server. It's a F2S account, I'm trying to upload to. BC

Re: [PHP] Image Upload??

2001-05-16 Thread Brave Cobra
the temporary folder? Tnx Brave Cobra -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] security

2001-05-21 Thread Brave Cobra
With the Safe Mode on, no files outside the document root(defined in the php.ini) are being handled. - Original Message - From: Ker Ruben Ramos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 2:01 AM Subject: [PHP] security ey guys, what are the functions that's

[PHP] Authentication

2001-06-25 Thread Brave Cobra
authentication? tnx Brave Cobra -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Authentication

2001-06-26 Thread Brave Cobra
:) However the authentication part (in my script) was never triggered, due to the fact that IIS couldn't find the page anymore, if the ISAPI dll was used. Though luck! So, people, when using PHP authentication, please use a Linux box!!! The windows version doesn't really work (at all). Brave Cobra

Re: [PHP] $REMOTE_ADDR error

2001-06-27 Thread Brave Cobra
($HTTP_SERVER_VARS[HTTP_X_FORWARDED_FOR]); } else $ip = $HTTP_SERVER_VARS[REMOTE_ADDR]; $host = @gethostbyaddr($HTTP_SERVER_VARS[REMOTE_ADDR]); } Brave Cobra - Original Message - From: Colin May [EMAIL PROTECTED] To: Christian Dechery [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-29 Thread Brave Cobra
Remember that the cgi version does not support PHP authentication. the DLL version does! Brave Cobra -Original Message- From: Bernie Kruger [mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP crashing IIS 5 on Wnidows 2K I had

Re: [PHP] php3 and php-4.0.5

2001-07-04 Thread Brave Cobra
Depends of course of which server you use. Which one is it? Brave Cobra - Original Message - From: Ramón Alvarez Rayo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 8:01 PM Subject: [PHP] php3 and php-4.0.5 I had some sites that uses php3 but i did a upgrade

Re: [PHP] PWS setup with PHP

2001-07-20 Thread Brave Cobra
configure your Xitami webserver to run PHP. No extra configuration necessary. Brave Cobra - Original Message - From: Minardi boy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 11:23 AM Subject: [PHP] PWS setup with PHP I'm desperate! I have tried hard to set up PHP4

RE: [PHP] Why doesn't this simple query work?

2001-07-25 Thread Brave Cobra
True, that's because mySQl doesn't understand it without the signle quotes, or any descent database for that matter. BC -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: woensdag 25 juli 2001 22:12 To: [EMAIL PROTECTED] Subject: Re: [PHP] Why doesn't this simple query