![]() |
|
|||||||||
|
|||||||||
|
| 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. |
|
||||||
| Discutii Generale Discutii generale despre PHP. |
![]() |
|
|
Thread Tools | Moduri de afișare |
|
|
#1 |
|
8-Bit Member
Data înregistrării: 11.02.2007
Mesaje: 2
Rep Power: 6 ![]() |
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. |
|
|
|
| Sponsored Links |
|
|
#2 |
|
32-Bit Member
|
1. nu exista directorul /applicants
2. ceva cu permisiunile pentru mkdir vezi ce arata dupa ce faci directorul /applicants , poate merge. |
|
|
|
|
|
#3 |
|
64-Bit member
|
directorul test trebuie sa aiba chmod 777... poti modifica manual chmod'ul prin ftp
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Moduri de afișare | |
|
|