| Downloading php for magical-myth | |
|
Von: berwind * am 07.12.2007 <?php require "mysql.php"; require "global_func.php"; global $c; print " <head> <title>Magical-Myth Forgot Password</title> <style> body { font-family:Verdana;font-size:8pt;color: white;background: #262626; } .details { border: 2px dashed red; background: #F88;width:50%;height=120; } .details table,tr,td { font-size:10pt;border: 1px solid red; } .logo img { border: none; } a { text-decoration: none; } </style> </head> <center><div class=logo></div>"; if($_GET['action'] == '') { print "<form action='forgot_password.php?action=submit' method='post'>Your Name You Use To Login: <input type='text' name='login-name'/><input type=submit value=Forgot Password></form>"; } print "<br/><br/>> Back"; if($_GET['action'] == 'submit') { if(!$_POST['login-name']) { die("You forgot to enter your login-name!"); } else { $a=mysql_query("SELECT * FROM users WHERE login_name='{$_POST['login-name']}'",$c); $b=mysql_fetch_array($a); // Variables $to = $b['email']; $subject = "Forgot Password - Magical-Myth"; $headers = "From: Magical-Myth.com"; $body = "Hello {$b['username']}! Your password for www.magical-myth.com is {$b['userpass']}. If you have any other problems please mail moles at moles1909 -at- hotmail.com"; @$send = mail($to, $subject, $body, $headers); print "Password sent to your e-mail! <br/><br/> If you do not recieve a reply please e-mail merlynsemerald -at-hotmail.com make sure you include your players in-game name and your user-id "; } } ?> -------------- please do not post email-addresses to avoid spam! thank you! | |
|
Antwort 1 von nico ***** am 07.12.2007 You cannot do anything but wait until the problem is fixed, or send an email to the administrator of the website tot tell about the problem. You can delete the downloaded php file, as it will not help you to get on the site ![]() On the site itself it says: Zitat IF YOU ARE HAVING DIFFICULTY LOG-ING IN PLEASE MAIL owner@magical-myth.net! Some of the safety measures recently installed may cut your name or password short. | |
|
Antwort 2 von mandrax *** am 07.12.2007 write an email to administrator, u cannot do anything more. | |
|
Antwort 3 von berwind * am 11.12.2007 | |
|
Antwort 4 von mandrax *** am 11.12.2007 | |
|
Antwort 5 von berwind * am 11.12.2007 | |
|
Antwort 6 von nico ***** am 12.12.2007 If it is still not solved (and I just didn't find the right page) it might be, that AOL doesn't support PHP pages, or that the page has not ".php" as suffix. | |
| « zurück | Antworten |
