[PHP] automatic newsletter

2003-03-23 Thread fr r

hi guys..i wanna make an automatic newsleter; meanings there is no page to force the 
newsletter to be sent..i wanna server to handle this

any ideas???



-
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

[PHP] upload problem, urgent plz guy

2003-05-29 Thread fr r
i'm trying to do a very simple thing:
upload image but it keep giving me this error although i gave permession on folder:
Warning: open_basedir restriction in effect. File is in wrong directory in 
/var/www/vhosts/negoumelshasha.com/httpdocs/test4.php on line 9
and here is my code:
//
 
\n"; 
} 
else
{ 
echo "File Upload Failed\n"; 
$perms = @fileperms($uploadDir); 
$owner = @fileowner($uploadDir); 
if (!$perms)
 { 
echo "Directory does not exist: $uploadDir\n"; 
} 
else
 { 
$myuid = getmyuid(); 
if (!($perms & 2) && !(($owner == $myuid) && ($perms & 128)))
  { 
echo get_current_user(), " doesn't have permission to 
write in $uploadDir\n"; 
} 
} 
} 
} 
else
   { 
echo "File2 Upload Failed\n"; 
echo "Filesize exceeds limit in FORM or php.ini\n"; 
} 
} 
?> 
 
 
Upload File:  
 
 
 


-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] upload problem, urgent plz guy

2003-05-29 Thread fr r
i'm trying to do a very simple thing:
upload image but it keep giving me this error although i gave permession on folder:
 
Warning: open_basedir restriction in effect. File is in wrong directory in 
/var/www/vhosts/negoumelshasha.com/httpdocs/test4.php on line 9
 
and here is my code:
//
 
\n"; 
} 
else
{ 
echo "File Upload Failed\n"; 
$perms = @fileperms($uploadDir); 
$owner = @fileowner($uploadDir); 
if (!$perms)
 { 
echo "Directory does not exist: $uploadDir\n"; 
} 
else
 { 
$myuid = getmyuid(); 
if (!($perms & 2) && !(($owner == $myuid) && ($perms & 128)))
  { 
echo get_current_user(), " doesn't have permission to 
write in $uploadDir\n"; 
} 
} 
} 
} 
else
   { 
echo "File2 Upload Failed\n"; 
echo "Filesize exceeds limit in FORM or php.ini\n"; 
} 
} 
?> 
 
 
Upload File:  
 
 
 


-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] upload problem, urgent plz guy

2003-05-29 Thread fr r
i'm trying to do a very simple thing:
upload image but it keep giving me this error although i gave permession on folder:
 
Warning: open_basedir restriction in effect. File is in wrong directory in 
/var/www/vhosts/negoumelshasha.com/httpdocs/test4.php on line 9
 
and here is my code:
//
 
\n"; 
} 
else
{ 
echo "File Upload Failed\n"; 
$perms = @fileperms($uploadDir); 
$owner = @fileowner($uploadDir); 
if (!$perms)
 { 
echo "Directory does not exist: $uploadDir\n"; 
} 
else
 { 
$myuid = getmyuid(); 
if (!($perms & 2) && !(($owner == $myuid) && ($perms & 128)))
  { 
echo get_current_user(), " doesn't have permission to 
write in $uploadDir\n"; 
} 
} 
} 
} 
else
   { 
echo "File2 Upload Failed\n"; 
echo "Filesize exceeds limit in FORM or php.ini\n"; 
} 
} 
?> 
 
 
Upload File:  
 
 
 



-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] Full path to download !!!

2003-06-03 Thread fr r

i have this code working perfect to allow users to download songs from my web site, 
but the  download.php must be in same folder with any song to be downloaded.

but i have songs on another server, so i can't make the file name full path like this:

http://myserver.com/son1.mp3

 

any help plz !

 

file doesn't exsist





-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] Full path to download !!!

2003-06-03 Thread fr r

i have this code working perfect to allow users to download songs from my web site, 
but the  download.php must be in same folder with any song to be downloaded.

but i have songs on another server, so i can't make the file name full path like this:

http://myserver.com/son1.mp3

 

any help plz !

 

file doesn't exsist








-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] Full path to download !!!

2003-06-04 Thread fr r
i have this code working perfect to allow users to download songs from my web site, 
but the  download.php must be in same folder with any song to be downloaded.
but i have songs on another server, so i can't make the file name full path like this:
http://myserver.com/son1.mp3
 
any help plz !
 
file doesn't exsist

 
 



-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

[PHP] dynamic pop up

2003-09-21 Thread fr r
i have something like a mail system and i want whenever the user recieves a new 
message ( and its stored in the databse ) a pop up window appears telling him that he 
has a new message.
 
so i guess i want something like a daemon but i'm not working on a unix server, i'm 
working on Windows NT  platform.
 
Thx guys


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

[PHP] After upload problem!!

2003-11-10 Thread fr r
i have no problem in uploading my pictures, the problem that i have that after 
uploading it i can't move or copy the uploaded pictures and it gives me permession 
denied !!
i guess thats because it gives permession only to the apache user, is there anyway i 
can change that??
thx for ur time guys


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard