Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Проблема с восстановлением пароля

Featured Replies

Posted

В чём суть, не работает отправка письма на почту восстановления пароля и я решил это отключить в ац выбрал в место отправки письма пользователь сам вводит новый пароль, но на сайте ничего не изменилось всё так же типо отправляет письмо как починить или изменить это прошу помощи!!! может что то нужно починить?

  • Author

Поправляю , я долго переписывался с админами хостинга и они мне написали скрипт проверки php mail. вот скрипт 

<html>
<body>

<?php
if (isset($_REQUEST['email']))
//if "email" is filled out, send email
{
//send email
$email = $_REQUEST['email'] ;
$subject = "Mail test" ;
$server = $_SERVER['HTTP_HOST'];
$message = "If you got this message, mail sending from $server is working fine :)" ;
mail( "$email", "$subject", $message, "From: mailtest@" . $_SERVER['HTTP_HOST'] );
echo "Message has been sent to $email";
}
else
//if "email" is not filled out, display the form
{
$server = $_SERVER[HTTP_HOST];
echo "<h1>Mail test from $server</h1>
<form method='post' action='" . $_SERVER['PHP_SELF'] . "'>
Enter Your Email: <input name='email' type='text' /><br /><br />
<input type='submit' name='Submit' value='Submit' />
</form>";
}
?>

</body>
</html>

я его выполнил и письмо пришло тое сть php mail работает но на сайте не работает как мне его настроить поомгите плизз во т скрин настроек

ISJT.png

+ доступ к файлу php.ini они не дают

Простите если не туда тему написал прошу переместить я новенький и ещё не всё нашёл, а проблема подгорает

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.