hussain14 Posted April 12, 2008 Share Posted April 12, 2008 hi, I have got a game, i had various index.phps for it, i uploaded a different one as it looked better, but i need help, it wont let me log in even though i have typed my email and pass correct plz help Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/ Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 Are you using cpanel x? Try contacting your host. Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515425 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 nope mate i using ulmb, Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515426 Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 If it wont let you login on the cpanel, thats not your php error, thats either their fault, or you not typing your password in correctly. Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515428 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 no......, i want to login to my game, but i changed the index.php and it all shows up but doesnt let me login, Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515433 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 heres the link for it: www ganglegend.ulmb.com Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515435 Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 well post your code! Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515438 Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 Also, I don't want to be a killjoy, but: http://gangsterbunny.com Isn't it the same? Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515443 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 thanks mate here it is <?php include_once("config.php"); include_once("connect.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Welcome.</title> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-color: #222222; } --> </style></head> <body OnLoad="document.login.mail.focus();"><link href="in.css" rel="stylesheet" type="text/css"> <center> <img src="banner.GIF" width="1260" height="120" /> </center> <center><font color="#FFFFFF"></font> </center><br /> <br /> <form action="" method="post"><body> <table width="465" height="362" border="2" align="left" bordercolor="#000000"> <tr> <th width="455" height="358" background="gb_bg_lines.gif" scope="col"><p><strong><font color="#FFFFFF">Username:</font></strong> <input name="username" type="text" id="username" value="<?php if (strip_tags($_GET['l'])){ echo "$l"; } ?>" size="30" maxlength="40" /> </p> <p> <font color="#FFFFFF">Pass:</font> <input name="password" type="password" id="password2" value="<?php if (strip_tags($_GET['pw'])){ echo "$pw"; } ?>" size="30" maxlength="40" /> </p> <p align="center"> <input type="submit" name="Submit" value="Login" /> <p align="center"><strong><a href="register.php">Sign Up</a></strong> | <strong><a href="lost.php">Lost Password</a> | <a href="screens.php">Screenshots</a></strong></p> <p>Copyright© 2008-2009 Ganglegends </p> <p> <p>Admin Of Site: Hussain with help from Kamaal, Kinger and Munaib <br> <p> Mods: Aron, Adeel, Amir, <br> <p>Created & Designed By: Hussain (Shox)<br /> </p> <p> <font color="#FFFFFF"> <center> <br /> </p> <center> </center></th> </tr> </table> <p> </p> <table width="600" height="200" border="3" align="right" bordercolor="#000000"> <tr> <th width="550" background="gb_bg_lines.gif" scope="col"> <center> <font color="#000000"> Welcome To Ganglegends. This site is the best experience which you feature through your life, as you try and make it to the top on this fantastic text based mafia game. Make it to the top rank, talk to others with different features and do a lot more. Register now to find out whats inside! </font> </center> <font color="#FFFFFF"><br /> <br /> <br /> </font><center> <font color="#FFFFFF"> Copyright© 2008-2009 Liverpool Mafia. <br />A Kinger Production. </font> </center> <p></p></th> </tr> </table> <br /> <br /> </body> </html> <p><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <td width="638" rowspan="6" bordercolor="#000000" bgcolor="#000000"><div align="center"><span class="style13"><font color="#CCCCCC"><b>The Site Is Fully Open, So Get Playing Now. There are currently <?php echo "$num"; ?> Online At The Minute.</span></div></td></p></b></font> Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515444 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 yh there both the same because it was one of those free scripts Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515445 Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 urgh! Post you damn login script! Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515576 Share on other sites More sharing options...
hussain14 Posted April 12, 2008 Author Share Posted April 12, 2008 where would i find that is it logged_in.php? Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515590 Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 ... http://www.amazon.com/MySQL-Dummies-CDROM-Janet-Valade/dp/0764516507 Learn PHP, mysql, the source, then ask if you still don't understand. I can't help you - I don't know the source. - Look for it. Link to comment https://forums.phpfreaks.com/topic/100776-indexphp-helppp-plzzz/#findComment-515686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.