Re: [PHP] Access denied problem, please help

2003-08-23 Thread Ryan A
Oops sorry,
Here are the phpinfo files of the other 2:

bestwebhosters.com/phpinfo.php
321go.biz/phpinfo.php

jumac.com/phpinfo.php


I have noticed that in the other two phpinfo files that it shows
file_uploads as on but in jumac it shows it as 1 which according to the
manual at the phpinfo site is the default, maybe i should change it to on?
but how via a .htaccess as i dont hvae accsess to the php.ini file...

Thanks,
-Ryan


 how about giving the specs on all three servers?

 So WE can see the differences.

 Jim Lucas


  Hi,
  I am trying to upload something into a directory on my server but always
i
  am getting a permission denied ONLY from this server...i have tried it
on
 2
  other servers and they seem to be working fine but i have to get it
 working
  on this server as this server is the fastest and our production server.
 
  I have looked at the folder permissions and CHMODED/changed them from
644
 to
  766 and finally 777 but am getting the same error, i then had a look at
 the
  php info file (http://jumac.com/phpinfo.php) and i see file_uploading is
 set
  to 1 and 1, safe mode is off, i am not too familier with file uploading
so
  is this right? if not, how can i change it? hopefully via a .htaccess as
I
  dont have access to the php.ini file directly.
 
  These are my paths:
  $UserUploadDir=/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images;
  $UserUploadURL = http://jumac.com/BWH-Ads-Images;;
 
 
  Let me again point out that this problem only seems to be on this
server,
  the scripts including the upload is working perfectly on the other test
  servers/sites.
 
  Kindly reply,
  -Ryan A.
 
 
 
  We will slaughter you all! - The Iraqi (Dis)information ministers site
  http://MrSahaf.com
 
 
 
  -- 
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 


 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Access denied problem, please help

2003-08-23 Thread Jim Lucas
These are all converted into boulean once the config file is read.  So it
doesn't matter.

on = yes = 1 = true
off = no = 0 = false

And by what method are you uploading the files?

Can you show the Form and process scripts.  If they are large scripts,
please only include the sections that does the uploading.

Jim Lucas

- Original Message - 
From: Ryan A [EMAIL PROTECTED]
To: Jim Lucas [EMAIL PROTECTED]
Sent: Saturday, August 23, 2003 4:06 AM
Subject: Re: [PHP] Access denied problem, please help


 Oops sorry,
 Here are the phpinfo files of the other 2:

 bestwebhosters.com/phpinfo.php
 321go.biz/phpinfo.php

 jumac.com/phpinfo.php


 I have noticed that in the other two phpinfo files that it shows
 file_uploads as on but in jumac it shows it as 1 which according to
the
 manual at the phpinfo site is the default, maybe i should change it to
on?
 but how via a .htaccess as i dont hvae accsess to the php.ini file...

 Thanks,
 -Ryan


  how about giving the specs on all three servers?
 
  So WE can see the differences.
 
  Jim Lucas


   Hi,
   I am trying to upload something into a directory on my server but
always
 i
   am getting a permission denied ONLY from this server...i have tried it
 on
  2
   other servers and they seem to be working fine but i have to get it
  working
   on this server as this server is the fastest and our production
server.
  
   I have looked at the folder permissions and CHMODED/changed them from
 644
  to
   766 and finally 777 but am getting the same error, i then had a look
at
  the
   php info file (http://jumac.com/phpinfo.php) and i see file_uploading
is
  set
   to 1 and 1, safe mode is off, i am not too familier with file
uploading
 so
   is this right? if not, how can i change it? hopefully via a .htaccess
as
 I
   dont have access to the php.ini file directly.
  
   These are my paths:
   $UserUploadDir=/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images;
   $UserUploadURL = http://jumac.com/BWH-Ads-Images;;
  
  
   Let me again point out that this problem only seems to be on this
 server,
   the scripts including the upload is working perfectly on the other
test
   servers/sites.
  
   Kindly reply,
   -Ryan A.
  
  
  
   We will slaughter you all! - The Iraqi (Dis)information ministers site
   http://MrSahaf.com
  
  
  
   -- 
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
  
  
 
 
  -- 
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Access denied problem, please help

2003-08-22 Thread Ryan A
Hi,
I am trying to upload something into a directory on my server but always i
am getting a permission denied ONLY from this server...i have tried it on 2
other servers and they seem to be working fine but i have to get it working
on this server as this server is the fastest and our production server.

I have looked at the folder permissions and CHMODED/changed them from 644 to
766 and finally 777 but am getting the same error, i then had a look at the
php info file (http://jumac.com/phpinfo.php) and i see file_uploading is set
to 1 and 1, safe mode is off, i am not too familier with file uploading so
is this right? if not, how can i change it? hopefully via a .htaccess as I
dont have access to the php.ini file directly.

These are my paths:
$UserUploadDir=/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images;
$UserUploadURL = http://jumac.com/BWH-Ads-Images;;


Let me again point out that this problem only seems to be on this server,
the scripts including the upload is working perfectly on the other test
servers/sites.

Kindly reply,
-Ryan A.



We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Access denied problem, please help

2003-08-22 Thread Jim Lucas
how about giving the specs on all three servers?

So WE can see the differences.

Jim Lucas
- Original Message - 
From: Ryan A [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 22, 2003 5:39 PM
Subject: [PHP] Access denied problem, please help


 Hi,
 I am trying to upload something into a directory on my server but always i
 am getting a permission denied ONLY from this server...i have tried it on
2
 other servers and they seem to be working fine but i have to get it
working
 on this server as this server is the fastest and our production server.

 I have looked at the folder permissions and CHMODED/changed them from 644
to
 766 and finally 777 but am getting the same error, i then had a look at
the
 php info file (http://jumac.com/phpinfo.php) and i see file_uploading is
set
 to 1 and 1, safe mode is off, i am not too familier with file uploading so
 is this right? if not, how can i change it? hopefully via a .htaccess as I
 dont have access to the php.ini file directly.

 These are my paths:
 $UserUploadDir=/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images;
 $UserUploadURL = http://jumac.com/BWH-Ads-Images;;


 Let me again point out that this problem only seems to be on this server,
 the scripts including the upload is working perfectly on the other test
 servers/sites.

 Kindly reply,
 -Ryan A.



 We will slaughter you all! - The Iraqi (Dis)information ministers site
 http://MrSahaf.com



 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php