LearningCoder
Members-
Posts
211 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Everything posted by LearningCoder
-
I have done it to how i want it to be, but i was wondering if there is anything else what would need to be added such as more colour, background image. Please say here what you think of the layout up to now, its only about 70% done. The layout looks like it is not in line but thats because on paint when i print screen'd it i dragged the image bigger.
-
Hey guys, this is just a basic question really.
LearningCoder replied to LearningCoder's topic in General
Ahhhh ok thanks, I just got told that something called dedicated mafia game or something is good? -
Hey guys, this is just a basic question really.
LearningCoder replied to LearningCoder's topic in General
Well most turn based games i have seen have all wizards and that on there but i didnt think to remove them lol, i heard mypimpscript v3 is good, do you know if it is or not? -
A few years back i was very addicted to a turn based strategy game, i have forgot the name of it now though, I was just wondering if anyone knew if there was any free turn based strategy scripts going around? If so please post the link or name of the engine so i can download it it needs to be mafia based though as i have seen a few based on wizards and stuff :) thank you.
-
Competition: Easter Egg Hunt 2012 in Torn
LearningCoder replied to Vorless DarkChaos's topic in Chit Chat
i think this is a great idea, i play torn my user is Name: kainey- [306423], and i think the easter egg hunt is great, as some users can make millions selling eggs they found to other users. And also a chance to win an ipad 3, thats great! -
how to make website work in all browsers, anyone know?
LearningCoder replied to LearningCoder's topic in Support
hey guys, i figured it out :) i looked at what ou said and put it into my code, thanks for your help. -
how to make website work in all browsers, anyone know?
LearningCoder replied to LearningCoder's topic in Support
I tried what it said in there and it didnt work, and it still isnt working :( -
<!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> <link REL="SHORTCUT ICON" href=""> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="verify-v1" content="pMDKM2LbJ9bWFFDLss67Py+RqL9EEM6pmuHow/aVFjo=" /> <title>Gangster-Society:V2</title> <style type="text/css"> <!-- body,td,th { ****font-family: Verdana, Arial, Helvetica, sans-serif; ****font-size: 10px; ****color: #999999; } body { ****background-color: #000000; ****margin-left: 0px; ****margin-top: 0px; ****margin-right: 0px; ****margin-bottom: 0px; } a { ****font-size: 10px; ****color: #999999; } a:link { ****text-decoration: none; } a:visited { ****text-decoration: none; ****color: #999999; } a:hover { ****text-decoration: none; ****color: #999999; } a:active { ****text-decoration: none; ****color: #999999; } .button {width: 200px; height: 50px;margin-top: 0px; margin-bottom: 0px; background-color: #000000; color: #ffffff; cursor: pointer; border-left: 0px solid #ffffff; border-right: 0px solid #ffffff; border-top: 0px solid #ffffff; border-bottom: 0px solid #ffffff; font-size: 10px; font-family: verdana; background-image: url(http://i42.tinypic.com/nzn48x.jpg);} .menu { color: #FFFFFF; font-size: 10px; font-family: verdana; width: 98%; background-color:#000000; border:2px solid #000000;width: 150px;} .menu1 {color: #FFFFFF; font-size: 10px; font-family: verdana; width: 98%; background-color:#131313; border:2px solid #000000;width: 150px;} --> </style> <!--[if !IE 9]><!--> * <style type="text/css"> * /*<=!=[=C=D=A=T=A=[*/ * *div.e9 {padding: 127px 0 0 4px; align: left; text-align:left; color:#aaa; width:318px float:left;} * /*]=]=>*/ * </style> * <!--<![endif]--> * * * <!--[if IE 9]> * <style type="text/css"> * /*<=!=[=C=D=A=T=A=[*/ * *div.e9 {padding: 138px 0 0 4px; align: left; text-align:left; color:#aaa; width:318px float:left;} * /*]=]=>*/ * </style> * <![endif]--> </head> * * * * <body OnLoad="document.login.mail.focus();"> <center> <p> <img src="backgroundnew.jpg" width="900" height="500" /> <form id="form1" name="form1" method="post" action=""> **<table width="700" border="0" cellspacing="0"> ****<tr> ******<td colspan="4" align="center" class="style1"><?php * * * * if(isset($_SESSION['user_id'])) { // if already logged in. session_unset(); session_destroy(); * * * * * echo "<label>You have been logged out.</label>"; * * * * } * * * * if(isset($_SESSION['user_id'])) { // if already logged in. mysql_query("UPDATE login SET online='No' WHERE id = '".$_SESSION['user_id']."'"); session_unset(); session_destroy(); * * echo "<label><font color=red><b>You have been logged out!</b></font></label>"; * } * if(isset($_GET['logout'])){ $logout=strip_tags(addslashes(htmlspecialchars($_G* ET['logout']))); mysql_query("UPDATE login SET online='No' WHERE name='".mysql_real_escape_string($logout)."'"); } * * if($_POST['submit']){ $query = "SELECT password,id,state,sitestate,name FROM login WHERE name='".mysql_real_escape_string($_POST['name'])."'"; $result = mysql_query($query) or die(mysql_error()); $row = mysql_fetch_array($result); if($_POST['password'] != $row['password']){ echo "<font color=red><b>You could not be logged in! Username and/or password do not match. Please try again!</b>Go to <a href="http://www.gangster-society.co.uk" target="_blank">www.gangster-society.co.uk</a> To Re-Login</font>"; }else{ * $_SESSION['user_id'] = $row['id']; $_SESSION['user_status'] = $row['state']; ** $result = mysql_query("UPDATE login SET userip='".mysql_real_escape_string($_SERVER['REMOTE_ADDR'])."' WHERE id='".mysql_real_escape_string($_SESSION['user_id'])."'") or die(mysql_error()); * * if($row['sitestate'] == "1"){ header("Location: banned.php?name=".$row['name'].""); } * if($row['sitestate'] == "2"){ $namer=$row['name']; include 'dead.php'; die(); } ** if(($row['sitestate'] == "0") or ($row['sitestate'] == "9")){ mysql_query("UPDATE login SET online='Yes' WHERE name='".mysql_real_escape_string($_POST['name'])."'"); header("Location: game.php"); } * }// password check. }// if isset submit. ?></td> * ***</tr> ****<tr> ******<td align="right" class="style1"><img src="username.png" width="200" height="45" /></td> ******<td width="150" align="center"><input name="name" type="text" class="textboxi" id="name" style='width: 80%;'/></td> ******<td width="20" align="right" class="style1"><img src="password.png" width="200" height="45" /></td> ******<td width="150" align="center"><input name="password" type="password" id="pass" class="textboxi" style='width: 80%; ' maxlength="20"/></td> ****</tr> ****<tr> ******<td height="35" colspan="4" align="right"><input type="image" name="submit" value="Login" src="login.png"value=""/>***** </td> ****</tr> </br> <tr> * <a href="register.php"><img src="images/register.png" /></a> <a href="forgotpass.php"><img src="images/forgotpassword.png" /></a> <a href="tos.php"><img src="images/tos.png" /></a></td> </br> ®copyright Gangster-Society 2012-2015®</br> Game only works with GOOGLE CHROME! AS it was made using Chrome, so download chrome unless you already have it. * * * * </br> * * * * </tr> * * * * **</table> * * * * </form> * * * * </center> * * * * </body> * * * * </html> this is the script, it only works using google chrome and only lets you login using chrome, can someone fix this please?
-
Hey, my website wont login using firefox but will using chrome, any idea how to fix? this is the script. <!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> <link REL="SHORTCUT ICON" href=""> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="verify-v1" content="pMDKM2LbJ9bWFFDLss67Py+RqL9EEM6pmuHow/aVFjo=" /> <title>Gangster-Society:V2</title> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; } body { background-color: #000000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } a { font-size: 10px; color: #999999; } a:link { text-decoration: none; } a:visited { text-decoration: none; color: #999999; } a:hover { text-decoration: none; color: #999999; } a:active { text-decoration: none; color: #999999; } .button {width: 200px; height: 50px;margin-top: 0px; margin-bottom: 0px; background-color: #000000; color: #ffffff; cursor: pointer; border-left: 0px solid #ffffff; border-right: 0px solid #ffffff; border-top: 0px solid #ffffff; border-bottom: 0px solid #ffffff; font-size: 10px; font-family: verdana; background-image: url(http://i42.tinypic.com/nzn48x.jpg);} .menu { color: #FFFFFF; font-size: 10px; font-family: verdana; width: 98%; background-color:#000000; border:2px solid #000000;width: 150px;} .menu1 {color: #FFFFFF; font-size: 10px; font-family: verdana; width: 98%; background-color:#131313; border:2px solid #000000;width: 150px;} --> </style> <!--[if !IE 9]><!--> <style type="text/css"> /*<![CDATA[*/ div.e9 {padding: 127px 0 0 4px; align: left; text-align:left; color:#aaa; width:318px float:left;} /*]]>*/ </style> <!--<![endif]--> <!--[if IE 9]> <style type="text/css"> /*<![CDATA[*/ div.e9 {padding: 138px 0 0 4px; align: left; text-align:left; color:#aaa; width:318px float:left;} /*]]>*/ </style> <![endif]--> </head> <body OnLoad="document.login.mail.focus();"> <center> <p> <img src="backgroundnew.jpg" width="900" height="500" /> <form id="form1" name="form1" method="post" action=""> <table width="700" border="0" cellspacing="0"> <tr> <td colspan="4" align="center" class="style1"><?php if(isset($_SESSION['user_id'])) { // if already logged in. session_unset(); session_destroy(); echo "<label>You have been logged out.</label>"; } if(isset($_SESSION['user_id'])) { // if already logged in. mysql_query("UPDATE login SET online='No' WHERE id = '".$_SESSION['user_id']."'"); session_unset(); session_destroy(); echo "<label><font color=red><b>You have been logged out!</b></font></label>"; } if(isset($_GET['logout'])){ $logout=strip_tags(addslashes(htmlspecialchars($_GET['logout']))); mysql_query("UPDATE login SET online='No' WHERE name='".mysql_real_escape_string($logout)."'"); } if($_POST['submit']){ $query = "SELECT password,id,state,sitestate,name FROM login WHERE name='".mysql_real_escape_string($_POST['name'])."'"; $result = mysql_query($query) or die(mysql_error()); $row = mysql_fetch_array($result); if($_POST['password'] != $row['password']){ echo "<font color=red><b>You could not be logged in! Username and/or password do not match. Please try again!</b><br><br>Go to [url]www.gangster-society.co.uk[/url] To Re-Login</font>"; }else{ $_SESSION['user_id'] = $row['id']; $_SESSION['user_status'] = $row['state']; $result = mysql_query("UPDATE login SET userip='".mysql_real_escape_string($_SERVER['REMOTE_ADDR'])."' WHERE id='".mysql_real_escape_string($_SESSION['user_id'])."'") or die(mysql_error()); if($row['sitestate'] == "1"){ header("Location: banned.php?name=".$row['name'].""); } if($row['sitestate'] == "2"){ $namer=$row['name']; include 'dead.php'; die(); } if(($row['sitestate'] == "0") or ($row['sitestate'] == "9")){ mysql_query("UPDATE login SET online='Yes' WHERE name='".mysql_real_escape_string($_POST['name'])."'"); header("Location: game.php"); } }// password check. }// if isset submit. ?></td> </tr> <tr> <td align="right" class="style1"><img src="username.png" width="200" height="45" /></td> <td width="150" align="center"><input name="name" type="text" class="textboxi" id="name" style='width: 80%;'/></td> <td width="20" align="right" class="style1"><img src="password.png" width="200" height="45" /></td> <td width="150" align="center"><input name="password" type="password" id="pass" class="textboxi" style='width: 80%; ' maxlength="20"/></td> </tr> <tr> <td height="35" colspan="4" align="right"><input type="image" name="submit" value="Login" src="login.png"value=""/> </td> </tr> </br> <tr> <br> <a href="register.php"><img src="images/register.png" /></a> <a href="forgotpass.php"><img src="images/forgotpassword.png" /></a> <a href="tos.php"><img src="images/tos.png" /></a></td> </br> ®copyright Gangster-Society 2012-2015®</br> Game only works with GOOGLE CHROME! AS it was made using Chrome, so download chrome unless you already have it. </br> </tr> </table> </form> </center> </body> </html>
-
What does everyone think of my game Gangster-Society.co.uk
LearningCoder replied to LearningCoder's topic in Game Projects
well stop giving me **** then? -
What does everyone think of my game Gangster-Society.co.uk
LearningCoder replied to LearningCoder's topic in Game Projects
Ok LOL and im not ripping anything off yeah, so instead of saying shite come suck my dick u faggot -
What does everyone think of my game Gangster-Society.co.uk
LearningCoder replied to LearningCoder's topic in Game Projects
LOL, fools. -
What does everyone think of my game Gangster-Society.co.uk
LearningCoder replied to LearningCoder's topic in Game Projects
And im not ripping that game off -
What does everyone think of my game Gangster-Society.co.uk
LearningCoder replied to LearningCoder's topic in Game Projects
nope i bought this off jaaaaaaaaaaaaaaaaaaaaaaaaaack -
Anyone know how to open a page inside the layout?
LearningCoder replied to LearningCoder's topic in Game Support
right i have had a layout made, and the .php file is there aswell and when i try to open a link within the layout file it opens the link in a different css and not in the layout. -
i tried and they still opening in a different window.