downloading php for magical-myth


Read 2644 times, 6 Antworten - 0 Members and 1 Guest are viewing this topic.

downloading php for magical-myth



To solve annoying Windows errors, you might want to try a Windows Registry Check. In most cases, optimizing the Windows registry will speed up your Windows.


Auf Facebook, Twitter und Google Plus empfehlen
Windows help board & forum »

downloading php for magical-myth

Pages: [1]
« »
Herunterladen

berwind
(3)  
*

downloading php for magical-myth




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 »


nico
Administrator (7.348)  
*****
Re: downloading php for magical-myth


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.

 


mandrax
(128)  
***
Re: downloading php for magical-myth


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


berwind
(3)  
*
Re: downloading php for magical-myth


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


mandrax
(128)  
***
Re: downloading php for magical-myth


so she solved the problem?


berwind
(3)  
*
Re: downloading php for magical-myth


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


nico
Administrator (7.348)  
*****
Re: downloading php for magical-myth


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.   

Pages: [1]  


Windows 5 Windows 5 |




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

Sie betrachten das Thema downloading php for magical-myth (berwind) - Windows help board & forum © Computerhilfen.com