Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.06.11;
Скачать: CL | DM;

Вниз

PHP   Найти похожие ветки 

 
imasd   (2006-05-17 20:37) [0]

Здравствуйте.
Такой вопрос, есть скрипт, который закачивает файлы на сайт.
Не работает, показывает следующие предупреждения, из за чего это может быть?

Warning: mail() has been disabled for security reasons in /home3/musulman/public_html/upload/upload.php on line 52

Warning: mail() has been disabled for security reasons in /home3/musulman/public_html/upload/upload.php on line 54


Сам скрипт:

<?

/* Easy Uploader */

// set variables (SET THESE TO SUIT YOUR CIRCUMSTANCES):

// Upload directory (MUST HAVE TRAILING SLASH):
$uploaddir="/home3/musulman/public_html//upload/";
// Your email
$youremail="you@your-domain.co.uk";
// Thank you page:
$thankspage="http://www.your-domain.co.uk/thanks.htm";

// Set Upload thanks message for USER
$uptymessage="$realname, thank you for uploading the file $file_name\n\nWe will get back to you ASAP.";
// Set Upload thanks message for OWNER
$ownermessage="$realname [ $email ] has uploaded a file named $file_name\n\nCheck the upload directory.";
// Email message on or off ?  1 = on, 0 = off
$emailmessages = "1";

// start code (DO NOT CHANGE ANYTHING BELOW THIS LINE):

// Check for valid email address

$x = ereg("^[0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-z]{2,3}$",$email);

if($x==0)

// if no valid email address entered, display no email message
{
echo "<div align=center>You must specify a valid email address for yourself. <a href=javascript:history.back(-1)>Return to the form</a>.</div>";
}
else {

// Check to see if valid file
if ($file == "none") {
// if no valid email address entered, display no file message
echo "<div align=center>You must specify a file to upload. <a href=javascript:history.back(-1)>Return to the form</a>.</div>";
}
else {
//directory to upload to
copy($file, $uploaddir.$file_name);
unlink($file);

//return thank you page
Header("Location: $thankspage");
}
}
if ($emailmessages == "1") {
//mail you to let you know a new uploaded file
mail("$youremail", "Uploaded file", "$ownermessage");
//mail user to thank them
mail("$email", "Uploaded file", "$uptymessage");
exit;
}

?>


За ранее спасибо


 
дядя   (2006-05-17 20:54) [1]

На хостинге ф-ция mail() отключена обращайся к хостеру или правь свой php.ini



Страницы: 1 вся ветка

Текущий архив: 2006.06.11;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.038 c
2-1148273168
petvv
2006-05-22 08:46
2006.06.11
Пустые поля после выполнения запроса


5-1133352457
jonny210
2005-11-30 15:07
2006.06.11
Нужно вытащить их TWebBrowser HTML код


15-1148038665
Pazitron_Brain
2006-05-19 15:37
2006.06.11
Что думаете об MMORPG?


2-1148647797
ADS
2006-05-26 16:49
2006.06.11
Настройка MaskEdit


2-1148671048
Std
2006-05-26 23:17
2006.06.11
Время выполнения процедуры