downloading php for magical-myth


(Read 1313 times - 0 Members and 1 Guest are viewing this topic.)
 Reply Send this topic Print Anmelden / Register

Windows board » downloading php for magical-myth

Pages: [1]

berwind Offline
Jr. Newbie (3)
*

downloading php for magical-myth

« on: 07.12.07, 02:49:45 »


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! 
« Last Edit: 12.12.07, 10:32:35 by nico » Report to moderator   Logged


nico Offline nicos PC
Administrator (6.489)
*****

Re: downloading php for magical-myth

« Reply #1 on: 07.12.07, 11:21:44 »


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:

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.

 
Report to moderator   Logged


mandrax Offline
Full Member (128)
***

Re: downloading php for magical-myth

« Reply #2 on: 07.12.07, 12:53:55 »


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


berwind Offline
Jr. Newbie (3)
*

Re: downloading php for magical-myth

« Reply #3 on: 11.12.07, 02:22:58 »


i did this...she is a nice lady. she said it was an aol problem
Report to moderator   Logged


mandrax Offline
Full Member (128)
***

Re: downloading php for magical-myth

« Reply #4 on: 11.12.07, 09:47:21 »


so she solved the problem?
Report to moderator   Logged


berwind Offline
Jr. Newbie (3)
*

Re: downloading php for magical-myth

« Reply #5 on: 11.12.07, 23:41:56 »


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


nico Offline nicos PC
Administrator (6.489)
*****

Re: downloading php for magical-myth

« Reply #6 on: 12.12.07, 10:36:01 »


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.   
Report to moderator   Logged

Pages: [1]  Reply Send this topic Print Anmelden / Register 

add bookmark Bookmark:
Jump to:  





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