Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$db->query("INSERT INTO " . USERPREFIX . "_users (name, password, email, reg_date, lastdate, user_group, info, signature, favorites, xfields, logged_ip) VALUES ('$name', '$regpassword', '$email', '$add_time', '$add_time', '".$config['reg_group']."', '', '', '', '', '".$_IP."')");
//send mail by dle.in.ua
include_once ENGINE_DIR.'/classes/mail.class.php';
$mail = new dle_mail ($config);
$amail="admin@dle.in.ua"; # <= тут вписываем вместо admin@dle.in.ua мыло на которое будем отправлять
$mail->send ($amail, "Новый Юзер $name!", "На сайте зарегистрирован новый пользователь $name! \r\n IP:$_IP \r\n Email: $email");
//send mail by dle.in.ua