Startseite
Hilfe-ForumFrageSuchenKontakt/Impressum

ForenForum
Downloading php for magical-myth
Von: berwind *
am 07.12.2007


every time i try to go to magical-myth.net,it asks me to download a php. I download it and it shows a bunch of css stuff. i still can't go to this website. what should i do? if it helps, here is the css that it shows:
<?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


This is not your fault, but a serious problem on the website's server, which should never give out php documents for download in plaintext.

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 Smiley


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


seems to me like the server hasn“t php installed.
write an email to administrator, u cannot do anything more.

Antwort 3 von berwind *
am 11.12.2007


i did this...she is a nice lady. she said it was an aol problem

Antwort 4 von mandrax ***
am 11.12.2007


so she solved the problem?

Antwort 5 von berwind *
am 11.12.2007


she hasnt solved a thing and has no clue how to contact aol and neither do i

Antwort 6 von nico *****
am 12.12.2007


When I try to login now, I get an HTML error message, nothing to download (so I don't see the error...)

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.