Phorum.ro
Your Avatar Welcome to Phorum.ro!
If you haven't registered yet, click here!
Attention Visitor:
You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Du-te înapoi   Phorum.ro > Web Design & Web Development > Programare > PHP > Discutii Generale

Discutii Generale Discutii generale despre PHP.

Răspunde
 
Thread Tools Moduri de afișare
Vechi 21.02.2007   #1
abledesign
8-Bit Member
 
Data înregistrării: 11.02.2007
Mesaje: 2
Rep Power: 6
abledesign is on a distinguished road
Question mai script! help




chdir("/applicants");
$dir="./$applicant";
$count = 0;
while (is_dir($dir)) {
$count++;
$dir = "./$applicant" . $count;
}
mkdir($dir, 0700);
copy("/temp/$applicant", $dir . "/resume.txt");
unlink("/temp/$applicant");
$to = "contact@abledesign.ro";
$subj = "Online Application";
$header = "\nFrom: jobapp@taurix.com\n";
$body = "\nName: " . quotemeta ($applicant) .
"\nPhone: " . quotemeta ($phone) .
"\nAddress:\n" . quotemeta ($addr) .
"\nE-mail: " . addslashes ($email) .
"\nCountry: $country" .
"\nPosition: $position" .
"\nAvailable immediately: $avail\n";
$success = mail ($to, $subj, $body, $header);
$textfile = fopen($dir . "/details.txt", "w");
fwrite($textfile, $body);
fclose($textfile);
if ($success) {
echo ("Your application has been sent successfully.

" .
"We will be in touch shortly; in the meantime, thank you " .
"for your interest in Phop's Bicycles.");
} else {
echo ("Error sending Job Application. Please try again later.");
}
?>





problema gamingfloor.ro/test/mail_hr.php
ma poate ajuta si pe mine cineva?

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/gamingfl/public_html/test/mail_hr.php on line 5

Warning: mkdir() [function.mkdir]: Permission denied in /home/gamingfl/public_html/test/mail_hr.php on line 12

Warning: copy() [function.copy]: open_basedir restriction in effect. File(/temp/) is not within the allowed path(s): (/home/gamingfl:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/gamingfl/public_html/test/mail_hr.php on line 13

Warning: unlink() [function.unlink]: open_basedir restriction in effect. File(/temp/) is not within the allowed path(s): (/home/gamingfl:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/gamingfl/public_html/test/mail_hr.php on line 14

Warning: fopen(./1/details.txt) [function.fopen]: failed to open stream: No such file or directory in /home/gamingfl/public_html/test/mail_hr.php on line 26

Warning: fwrite(): supplied argument is not a valid stream resource in /home/gamingfl/public_html/test/mail_hr.php on line 27

Warning: fclose(): supplied argument is not a valid stream resource in /home/gamingfl/public_html/test/mail_hr.php on line 28
Your application has been sent successfully.

We will be in touch shortly; in the meantime, thank you for your interest in Phop's Bicycles.
abledesign is offline   Reply With Quote
Sponsored Links
Vechi 21.02.2007   #2
WEB_2
32-Bit Member
 
WEB_2's Avatar
 
Data înregistrării: 06.02.2007
Mesaje: 85
Rep Power: 6
WEB_2 is on a distinguished road
Trimite un mesaj prin Yahoo pentru WEB_2
Implicit

1. nu exista directorul /applicants
2. ceva cu permisiunile pentru mkdir

vezi ce arata dupa ce faci directorul /applicants , poate merge.
WEB_2 is offline   Reply With Quote
Vechi 22.02.2007   #3
BETng4U
64-Bit member
 
BETng4U's Avatar
 
Data înregistrării: 21.02.2006
Locație: 127.0.0.1 - barlad
Vârsta: 23
Mesaje: 334
Rep Power: 7
BETng4U is on a distinguished road
Trimite un mesaj prin Yahoo pentru BETng4U
Implicit

directorul test trebuie sa aiba chmod 777... poti modifica manual chmod'ul prin ftp
BETng4U is offline   Reply With Quote
Răspunde


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Moduri de afișare

Reguli de postare
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Pornit
emoticoanele sunt Pornit
Codul [IMG] este Pornit
Codul HTML este Pornit



Ora este GMT +3. Ora este acum 01:37:17.


Rulează cu: vBulletin Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Forum SEO by Zoints

XXXXXXXXXXXXXXXXXXX
Inactive Reminders By Icora Web Design