Jump to content
MakeWebGames

URBANZ

Members
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by URBANZ

  1. Gone leaving mwg
  2. Gone leaving mwg
  3. Thanks DJK and to say this was a first attempt at a photoshop layout
  4. chears i did try make it the best i could
  5. Gone leaving mwg
  6. Thanks guys new update on first post nearly finished layout with some tweeks ect to do would love some more feedback thanks hope you like
  7. sorry cant as final product after finish will be for sale or used in a game will be finished in about 3 days due to time issues and obviously include full psd
  8. Gone leaving mwg
  9. had to edit your version you was using echo " on line 179 and also " inside the echo tested should work now dominic   <?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: #000000; background-image:url(images/lgridb.png); margin-top: 0px; margin-bottom: 0px; font-family:Palatino Linotype;font-size:12px;color: white; scrollbar-base-color: black; scrollbar-arrow-color: red; scrollbar-DarkShadow-Color: black; } a:visited,a:active,a:link { color: gray;text-decoration: none; } a:hover { color: silver;text-decoration: overline underline;background: none; } table,tr,td { font-family:Palatino Linotype;font-size: 12px; } .button { font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: red; } input,textarea,dropdown{ font-family:Palatino Linotype; font-size:12; color:#ffffff; background-color: black; } ..submit{ font-family:Palatino Linotype; font-size:12; color:#000000; background-color: red; } img { border:none; } textarea { font-family:Palatino Linotype;font-size:12px;color: black; } .table2 { } .center { width:932px; // background-color:#ffffff; background-image:url(images/lgridb.png); 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(header.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#222; } .table th { background-image:url(header.jpg); background-repeat:repeat-x; font-weight: bold; background-color:#000000; } .linegrad2 { background-image:url(linegrad.PNG); background-repeat:repeat-y; background-align: right; width:2px; } .navi { background-image:url(header.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=/images/lheader.png] EOF; $IP = ($_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%'><a href='register.php' target='_blank'>Register</a></th> <th width='20%'><a href='fpass.php' target='_blank'>Forgot Password</a></th> <th width='20%'><a href='Screenshots' target='_blank'>Screenshots</a></th> <th width='20%'><a href='Rules' target='_blank'>Rules</a></th> <th width='20%'><a href='Terms Of Service' target='_blank'>Terms Of Service</a></th> </tr> </table> <table width='374' border='0' cellpadding='0' cellspacing='0' background='images/lbc.png' 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/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>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; ?>
  10. The game engine costs $50 from only thegrpg.com (no longer available) or email the owner of GRPG his email is   [email protected] - Brandon Werner (could be outdated no guarantee)   P.S Dont buy the script from anyone else or download anywhere else as it is not a freeware script
  11. in your db just edit level/exp to big int should sort your problem out
  12. sounds a little bit like a movie i watched called intime very same concept of the time kind of thing to survive you have to do stuff
  13. oh didnt see it lol
  14. ive tired this pretty hard ive got to stage 2-3 stage 3 pretty hard for me anyways see if you can do it this was a cracking test by GCHQ to look for new spies for there organization.   http://www.canyoucrackit.co.uk/   P.S if you do crack the code you have to be in english to apply for GCHQ
  15. The game engine costs $50 from only thegrpg.com (no longer available) or email the owner of GRPG his email is   [email protected] - Brandon Werner (could be outdated no guarantee)   P.S Dont buy the script from anyone else or download anywhere else as it is not a freeware script
  16. i heard that it is vulnerable to xss attack so i avoid using it must have been misinformed then thats cool anyways but very nice script anyways
  17. the thing i laugh about him he says he is a cop ( bullshit) but if he was he would know the laws like copyright and ect and look at this http://www.gambino-army.com/test/ (SO CALLED GAME ENGINE THAT IS DEFO MCCODES) login: demo/demo i was having a look about and ffs mailbox looks the same uses same querys same as forum and for profiles he has just made them read usernames instead of ids i think he just needs to go live his pathetic life somewhere that dont bother anyone else
  18. nice script but you should think about replacing $_SERVER['PHP_SELF'] it is unsecure to xss try using $_SERVER['REQUEST_URI'] instead
  19. gambino seriously stfu you dont even know how to code let alone anything about hackers all you do on these forums is chat so much **** like example look at this bullshit http://www.facebook.com/photo.php?fbid=153826304682195&set=a.153826301348862.34514.153825024682323&type=3&theater   haha new company car if you actually knew how to use PhotoShop or should i say Paint you would remember 1) Reflections on the car logo 2) make it look professional not like a 5 year old has drawn it. 3) BULLSHIT
  20. u get real things from amazon themselfs have a look and you might find out
  21. um ok so your now saying AMAZON the giant online mega store is fraud dont think so amazon get all stuff real so go climb back under your rock and do some research before you post crap posts and P.S yh how do you know these second hand sellers are legit you just said it you could be selling fakes for all we know
  22. read new links in other post and also hygiene does come in to it i dont think many people would want second hand earphones
  23. no offence no one gonna buy second hand headphones unhygienic and for £20 off normal price what are you thinking second hand suppose to be much cheaper not 10% off also you on about these headphones http://www.amazon.co.uk/Monster-Beats-Studio-Definition-Headphones/dp/B001DD55OE/ref=sr_1_1?ie=UTF8&qid=1321131384&sr=8-1 THEY ON DEAL £190 SO BRAND NEW IS CHEAPER THAN SECOND HAND NOW AND http://www.ecrater.co.uk/p/12815298/monster-beats-by-dr-dre £102.40 BOXED SEALED (SECOND HAND BUT NEVER WORN WHO YOU TRYING TO KID)
  24. yes anything that updates stuff to database like energy ect or bullets then you have to run the crons for that function to work
  25. ive uploaded everything to sourceforge here the link http://sourceforge.net/projects/zapengine/ ive re added backlinks to your sites and mwg zap forum
×
×
  • Create New...