
Tylor
Members-
Posts
35 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Tylor
-
where can i find a gangster legends evolution script to download please can someone help.
-
Re: Ravan Game Engine its open source actually but i wasnt goin to illegally download mccodes v2
-
i use the ravan game engine and it has proved to be very helpful and it is free check out te avan game angine at my site http://www.killa3.hostrator.com/login.php
-
please can someone do this for me as ive been working on it and i really like it <!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=utf-8" /> <title>GANGSTER-LEGENDS | LOGIN PAGE</title> </head> <link href="includes/in.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #282828; font-weight: bold; } body { font-family: Verdana; font-size: 10px; font-style: light; font-weight: 500; font-variant: light; color: #000001; background-image: url(bg.png); } #Layer1 { position:absolute; width:327px; height:44px; z-index:1; left: 450px; top: 156px; } #Layer2 { position:absolute; width:1001px; height:37px; z-index:2; left: 2px; top: 158px; } #Layer3 { position:absolute; width:482px; height:26px; z-index:3; left: 266px; top: 469px; } #Layer4 { position:absolute; width:292px; height:21px; z-index:4; left: 449px; top: 542px; } a:link { text-decoration: none; color: #282828; font-weight: light; } a:visited { text-decoration: none; color: #282828; font-weight: light; } a:active { text-decoration: none; color: #282828; font-weight: light; } a:hover { color: #282828; font-weight: light; text-decoration: flash; } #Layer5 { position:absolute; width:457px; height:16px; z-index:4; left: 314px; top: 407px; } .style8 {color: #282828} .style30 {color: #282828; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } #what { padding: 0px; margin: 0px; position: absolute; width: 143px; height: 143px; right: 0; top: 0; } --> </style> <head> <title>Gangster-Legends | Login</title> <link href="includes/in.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <body background="bg.png"> <div align="center"> <body background="bg.png"> <form name="form1" method="post" action=""> <p align="center"> <map name="Map" id="Map2"> </map> [img=http://i38.tinypic.com/2d7u5v.png] <map name="Map23"> <area shape="rect" coords="158,6,257,46" href="register.php"> </map> </map> <map name="MapMap" id="Map22"> </map> <map name="Map23Map"> <area shape="rect" coords="351,6,501,47" href="ss.php"> </map> </p> <div id="Layer1"> <div align="right"> <p align="right" class="style8"><span class="style30"><font color=red>[b]<center></center>[b]</font><font color=white>[b]<center></center>[b]</font></span> USERNAME : <input name="username" type="text" id="username" value="" class="inputbg" maxlength="40" /> PASSWORD : <input name="password" type="password" id="password" value="" class="inputbg" maxlength="40" /> [img=http://i33.tinypic.com/2i0sltj.png] PLEASE ENJOY THE GAME AS MUCH AS POSSIBLE </p> </div> </div> </form> <body background="bg.png"> </body> </html>
-
Re: [Attempt] CE's Longest Thread 1x1x1x1x1x1x1x1x1x1x1x1x1x1xx1x1x1x1x1x1x1x1x1x1xx1x1x1x1x1x1x1x1xx1x1x1x1x1x1x1x11x1x1x1xx1x1x1x1x1x1x1x1x1x1x1x1x1x1x1xx1x1x1x1x1x1x1x1x1x1x1=WHAT!
-
Re: Counting (nr game) its funny post i must admit
-
Re: Tutorial: v1 - v2 Conversion thanks i wanted to change a couple of mods and now i can
-
Re: [FREE][V2] Club Mod (my version) pretty good mod mate
-
Re: Warning well at least he didnt get anyone too bad
-
Re: help me with my login page but i will be sure to remember that for future reference
-
[mccode v2] Enhanced Hall of fame COMPLETED!
Tylor replied to Haunted Dawg's topic in Free Modifications
Re: Enhanced Hall of fame [v2] COMPLETED! i tried this mod and it didnt work for me -
Re: help me with my login page thanks for that iamwicked but ive changed to a better login page
-
Re: Warning damn it he offered me a free script in exchange for a $100 script well he definitely aint getting it now
-
mccode-v2 8 Lines to secure your site from known sql injections.
Tylor replied to Haunted Dawg's topic in Free Modifications
Re: 8 Lines to secure your site from known sql injections. ive een told that this is nto even a real security script its a lie -
Re: [mod] Flash header all Versions of MCC wheres the link to download it
-
Re: Login [Free] thanks for this 10/10 :-D
-
can anyone modify my site login page so the login button can have a picture instead of being really plain <?php /*--------------------- -- Login Page made by zero affect + images brought to you by heaven designs -- Re coded by kyle. ----------------------*/ session_start(); include("config.php"); global $_CONFIG; define("MONO_ON", 1); require("class/class_db_".$_CONFIG['driver'].".php"); $db = new database; $db->configure ( $_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent'] ); $db->connect(); $c = $db->connection_id; $set = array(); $settq = $db->query("SELECT * FROM settings"); while($r = $db->fetch_row($settq)) { $set[$r['conf_name']] = $r['conf_value']; } print <<<EOF <!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> <title>{$set['game_name']}</title> <script language="JavaScript"> <!-- function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <head> <style type="text/css"> <!-- body { background-color: #282828; background-image:url(untitled.jpg); margin-top: 0px; margin-bottom: 0px; font-family:Palatino Linotype;font-size:12px;color: white; scrollbar-base-color: aqua; scrollbar-arrow-color: blue; scrollbar-DarkShadow-Color: pink; } a:visited,a:active,a:link { color: orange;text-decoration: italic; } a:hover { color: silver;text-decoration: overline underline;background: none; } table,tr,td { font-family:chamealeon std;font-size: 12px; } .button { font-family:Charlemagne Std; font-size:12; color:#282828; background-color: orange; } input,textarea,dropdown{ font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: black; } .submit{ font-family:Palatino Linotype; font-size:12; color:#282828; background-color: red; } img { border:none; } textarea { font-family:Palatino Linotype;font-size:12px;color: black; } .table2 { } .center { width:932px; // background-color:#282828; background-image:url(untitled.jpg); vertical-align:top; text-align:center; } .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#000000; height:22px; } .table3 td { background-color:#000000; } td .alt { background-color:#000000; height:22px; } td .h { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#222; } .table th { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } .linegrad2 { background-image:url(untitled.jpg); background-repeat:repeat-y; background-align: right; width:2px; } .navi { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } --> </style> </head> <body onload="getme();"> <center> <table width="1005" border="0" cellpadding="0" cellspacing="0" class="table2" height=100%> <tr> <td class="center">[img=logo.png] EOF; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$IP)) { die("[b]<font color=red size=+1>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } $year=date('Y'); echo " <table width=100% valign=center align=center> <tr bgcolor=black> <th width=20%>[url='register.php']Register[/url]</th> </tr> </table> <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/untitled.jpg' align='left'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='untitled.jpg'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]Login[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center>"; echo ' <form action="authenticate.php" method="post"> <table border="0" width="20%"> <tr> <td>Username:</td> <td><input type="text" name="username"></td> </tr> <tr> <td>Password:</td> <td><input type="password" name="password"></td> </tr> <tr align="right"> <td colspan="2" align="right" valign="right"><input type="submit" value="Submit"></td> </tr> </table> </form>'; echo " </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=Gangster-life.png]</td> </tr></table>"; echo " <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbc.png' align='right'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='images/untitled.jpg'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]About {$set['game_name']}[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center> <table border=0> <tr align=center> <td width=20%>{$set['game_description']}</td> </tr></table> </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=logo.png]</td> </tr></table> [b]Brought to you by Zero.Affect © Heaven-Designs™ {$year}-2009.[/b]"; print <<<OUT </td> </tr> </table> OUT; ?>
-
Re: authenticate.php the points is it wasnt working before
-
Re: authenticate.php well my sites working so theres not anymore
-
mccode-v2 8 Lines to secure your site from known sql injections.
Tylor replied to Haunted Dawg's topic in Free Modifications
Re: 8 Lines to secure your site from known sql injections. 10/10 -
Re: authenticate.php is there something wrong with it then
-
<?php session_start(); if(get_magic_quotes_gpc() == 0) { foreach($_POST as $k => $v) { $_POST[$k]=addslashes($v); } foreach($_GET as $k => $v) { $_GET[$k]=addslashes($v); } } include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } if ($_POST['username'] == "" || $_POST['password'] == "") { die("<h3>{$set['game_name']} Error</h3> You did not fill in the login form! <a href=login.php>> Back</a>"); } $uq=$db->query("SELECT userid FROM users WHERE login_name='{$_POST['username']}' AND `userpass`=md5('{$_POST['password']}')"); if ($db->num_rows($uq)==0) { die("<h3>{$set['game_name']} Error</h3> Invalid username or password! <a href=login.php>> Back</a>"); } else { $_SESSION['loggedin']=1; $mem=$db->fetch_row($uq); $_SESSION['userid']=$mem['userid']; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; $db->query("UPDATE users SET lastip_login='$IP',last_login=unix_timestamp() WHERE userid={$mem['userid']}"); if($set['validate_period'] == "login" && $set['validate_on']) { $db->query("UPDATE users SET verified=0 WHERE userid={$mem['userid']}"); } header("Location: loggedin.php"); } ?>
-
please fix as it wont let me login <?php /*----------------------------------------------------- -- Login Page -- Graphics By Zero-Affect -- Coded by Zero-Affect -- Brought to you by Heaven-Designs -- Made on: 26/7/2008 -----------------------------------------------------*/ session_start(); include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } print <<<EOF <!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> <title>{$set['game_name']}</title> <script language="JavaScript"> <!-- function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <head> <style type="text/css"> <!-- body { background-color: #282828; background-image:url(untitled.jpg); margin-top: 0px; margin-bottom: 0px; font-family:Palatino Linotype;font-size:12px;color: white; scrollbar-base-color: aqua; scrollbar-arrow-color: blue; scrollbar-DarkShadow-Color: pink; } a:visited,a:active,a:link { color: orange;text-decoration: italic; } a:hover { color: silver;text-decoration: overline underline;background: none; } table,tr,td { font-family:chamealeon std;font-size: 12px; } .button { font-family:chamealeon std; font-size:12; color:#282828; background-color: orange; } input,textarea,dropdown{ font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: black; } ..submit{ font-family:Palatino Linotype; font-size:12; color:#282828; background-color: red; } img { border:none; } textarea { font-family:Palatino Linotype;font-size:12px;color: black; } .table2 { } .center { width:932px; // background-color:#282828; background-image:url(untitled.jpg); vertical-align:top; text-align:center; } .table { background-color:#000000; } .table3 { background-color:#000000; } .table td { background-color:#000000; height:22px; } .table3 td { background-color:#000000; } td .alt { background-color:#000000; height:22px; } td .h { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#222; } .table th { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } .linegrad2 { background-image:url(untitled.jpg); background-repeat:repeat-y; background-align: right; width:2px; } .navi { background-image:url(untitled.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } --> </style> </head> <body onload="getme();"> <center> <table width="1005" border="0" cellpadding="0" cellspacing="0" class="table2" height=100%> <tr> <td class="center">[img=logo.png] EOF; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$IP)) { die("[b]<font color=red size=+1>Your IP has been banned, there is no way around this.</font>[/b]</body></html>"); } $year=date('Y'); echo " <table width=100% valign=center align=center> <tr bgcolor=black> <th width=20%>[url='register.php']Register[/url]</th> </tr> </table> <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/untitled.jpg' align='left'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbt.png'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]Login[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center> <form action='authenticate.php' method='post'> <table border=0 width=20%> <td>Username:</td><td><input type='text' name='username' id='username'></td><tr> <td>Password:</td><td><input type='password' name='password' id='password'></td><tr> <tr align=right><td colspan='2' align='right' valigh='right'><input type=image src=/images/Login.png class=submit name=submit></form></td></tr> </table> </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=images/lbb.png]</td> </tr></table>"; echo " <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbc.png' align='right'> <tr> <td height='76' colspan='3' valign='top'><table width='374' border='0' cellpadding='0' cellspacing='0' background='images/untitled.jpg'> <tr> <td width='184' height='10'></td> </tr><tr> <td height='33' align='center' valign='bottom'><font face='Arial, Helvetica, sans-serif'>[b]About {$set['game_name']}[/b]</font></td> </tr><tr> <td height='26'> </td> </tr></table></td></tr><tr> <td width='17' height='114'> </td> <td width='374' height='50' valign='top'><font face='Arial, Helvetica, sans-serif'><center> <table border=0> <tr align=center> <td width=20%>{$set['game_description']}</td> </tr></table> </center></font> </td> <td width='19'> </td></tr><tr> <td height='62' colspan='3' valign='top'>[img=images/lbb.png]</td> </tr></table> [b]Brought to you by Zero.Affect © Heaven-Designs™ {$year}-2009.[/b]"; print <<<OUT </td> </tr> </table> OUT; ?>