Computerhilfen.com: downloading php for magical-myth

English help boards: Windows board: Topic started by: berwind on 07.12.07, 02:49:45
Thema lesen und antworten: http://www.computerhilfen.com/hilfen-24-207738-0.html
Mit dem Handy lesen und antworten: http://mobil.computerhilfen.com/mobil-hilfen-24-207738-0.html




Title: downloading php for magical-myth
Post by: berwind on 07.12.07, 02:49:45
every time i try to go to magical-myth.net,it asks me to download (http://www.computerhilfen.com/explanation-d-Download.html) a php. I download (http://www.computerhilfen.com/explanation-d-Download.html) 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 (http://www.computerhilfen.com/explanation-p-POST.html) email-addresses to avoid spam! (http://www.computerhilfen.com/explanation-s-SPAM.html) thank you! 



Title: Re: downloading php for magical-myth
Post by: nico on 07.12.07, 11:21:44
This is not your fault, but a serious problem on the website's server, (http://www.computerhilfen.com/explanation-s-Server.html) which should never give out php documents for download (http://www.computerhilfen.com/explanation-d-Download.html) 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 :)


On the site itself it says:
Quote:
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.






Title: Re: downloading php for magical-myth
Post by: mandrax on 07.12.07, 12:53:55
seems to me like the server (http://www.computerhilfen.com/explanation-s-Server.html) hasnīt php installed.
write an email to administrator, u cannot do anything more.



Title: Re: downloading php for magical-myth
Post by: berwind on 11.12.07, 02:22:58
i did this...she is a nice lady. she said it was an aol problem



Title: Re: downloading php for magical-myth
Post by: mandrax on 11.12.07, 09:47:21
so she solved the problem?



Title: Re: downloading php for magical-myth
Post by: berwind on 11.12.07, 23:41:56
she hasnt solved a thing and has no clue how to contact aol and neither do i



Title: Re: downloading php for magical-myth
Post by: nico on 12.12.07, 10:36:01
When I try to login now, I get an HTML (http://www.computerhilfen.com/explanation-h-HTML.html) error message, nothing to download (http://www.computerhilfen.com/explanation-d-Download.html) (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. 



Computerhilfen.com | Powered by SMF 2.5.1.
© 2001-2008, Lewis Media. All Rights Reserved.