Jump to content
MakeWebGames

benlucraft

Members
  • Posts

    89
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by benlucraft

  1. I am happy to release my game which is still getting more things to it right now please sign up and enjoy the game http://www.soldierswarfare.net/login.php My username on the game is Milky [2]
  2. I am not looking for anyone with great experience just someone who can code better than me and its a lot of changes I would rather explain over a PM as I stated on the post but thanks for the advice!!!
  3. Hi guys I have a custom V2 game and I am experiencing a few minor bugs and some major and I would like someone to help me with this. I can reward you with 1 of the following Staff role in my game In game rewards Advertisement of your game Thanks guys If you could please contact me on any of the following BBM: 75212FB7 Kik: benlucraft or on here   GAME URL: http://www.soldierswarfare.net/login.php
  4. Soldiers warfare We are now live with the BETA, yes there are some bugs when you notice a bug please email [email protected] or message Milky on the game to report this if you help us fix the code for the bug you will be rewarded It is mainly based on army style theme you will be seeing changes to the site daily so please expect that Login page: http://www.soldierswarfare.net/login.php Register Page: http://www.soldierswarfare.net/register.php Thank you guys PS NO I DID NOT COPY RAZOR THERE HAS BEEN A MISUNDERSTANDING AND WE ARE TRYING TO RESOLVE THIS SOON
  5. ahh ill change thanks
  6. New active game!! I am happy to release my game which is still getting more things to it right now please sign up and enjoy the game http://www.soldierswarfare.net/login.php My username on the game is Milky [2]
  7. Please re sign up as all members were deleted
  8. I wanna make the background black and the text white but I cant seem to get it working xD
  9. Alright, thanks for the help!!!!
  10. Ah I think I know now do I need to use hex code???
  11. I have a coder but he is busy and I need help changing my home page text to white and the background black   require_once('globals_nonauth.php'); $login_csrf = request_csrf_code('login'); 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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="js/login.js"></script> <link href="css/game.css" type="text/css" rel="stylesheet" /> </head> <body onload="getme();"> <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2"> <tr> <td class="lgrad"></td> <td class="center"><img src="title.jpg" alt="Mccodes Version 2" /><br /> <!-- Begin Main Content --> EOF; $IP = str_replace(array('/', '\\', '\0'), '', $_SERVER['REMOTE_ADDR']); if (file_exists('ipbans/' . $IP)) { die( "<span style='font-weight: bold; color:red;'> Your IP has been banned, there is no way around this. </span></body></html>"); } $year = date('Y'); echo "<h3>> {$set['game_name']} Log-In</h3> <table width='80%'> <tr> <td width='50%'> <fieldset> <legend>About {$set['game_name']}</legend> " . nl2br($set['game_description']) . " </fieldset> </td> <td>"; echo <<<EOF <fieldset> <legend>Login</legend> <form action='authenticate.php' method='POST' name='login' onsubmit='return saveme();'> Username: <input type='text' name='username' /><br /> Password: <input type='password' name='password' /><br /> Remember me?<br /> <input type='radio' value='ON' name='save' /> Yes <input type='radio' value='OFF' name='save' /> No<br /> <input type='hidden' name='verf' value='{$login_csrf}' /> <input type='submit' value='Submit'> </form> </fieldset> EOF; echo "</td></tr></table><br /> <h3><a href='register.php'>REGISTER FOR FREE!</a></h3><br /> <i><center>Powered by codes made by Dabomstew (&copy {$year}). Game Copyright ©{$year} {$set['game_owner']}.</center></i>"; print <<<OUT </td> <td class="rgrad"></td> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td class="dgradl"> </td> <td class="dgrad"> </td> <td class="dgradr"> </td> </tr> </table> </td> </tr> </table> </body> </html> OUT; body { background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px; font-family: calibri, helvetica, arial, geneva, sans-serif; font-size: 12px; color: white; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } a:visited,a:active,a:hover,a:link { color: white; text-decoration: none; } table,tr,td { font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; } img { border: none; } textarea { font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; color: white; } .table2 { } .lgrad { background-image: url("../lgrad.jpg"); background-repeat: repeat-y; width: 19px; } .linegrad { background-image: url(../linegrad.PNG); background-repeat: repeat-y; background-align: center; width: 2px; } .rgrad { background-image: url(../rgrad.jpg); background-repeat: repeat-y; width: 19px; } .dgrad { background-image: url(../dgrad.jpg); background-repeat: repeat-x; height: 38px; } .dgradl { background-image: url(../dgradl.jpg); background-repeat: no-repeat; height: 38px; width: 38px; } .dgradr { background-image: url(../dgradr.jpg); background-repeat: no-repeat; height: 38px; width: 38px; } .center { width: 932px; background-color: #FFFFFF; vertical-align: top; text-align: center; } .table { background-color: #000000; } .table3 { background-color: #000000; } .table td { background-color: #DEDEDE; height: 22px; } .table3 td { background-color: #CCCCCC; } td .alt { background-color: #EEEEEE; height: 22px; } td .h { background-image: url(../tablehgrad.png); background-repeat: repeat-x; font-weight: bold; background-color: #D6D6D6; } .table th { background-image: url(../tablehgrad.png); background-repeat: repeat-x; font-weight: bold; background-color: #D6D6D6; }
  12. I got told you was making a game like that? I don't host the domain I'm sharing the domain with someone he must have copied you :/ damn this is a mess up :P
  13. Me and a friend are currently working on a new game we have been working on this for about 2 weeks now it's not quite finished but we have decided to release the BETA for people to test. If you start playing now when the full version is released your profile will not be deleted... http://www.soldierswarfare.net/login.php I am terribly sorry for the home page it will be changed soon, alternatively use this link to sign up http://www.soldierswarfare.net/register.php
  14. Hi I currently own mccodes v2.5 redux and I've edited the coding a bit to make it more custom, what I am looking for is someone to help me out coding it to make it more custom and/or someone that would help me with a web host or someone who can just help me run my site better all welcome with any experience!! I will reward all I would be really great full if youre interested please contact me on any of the following Kik: benlucraft Twitter @benlucraft instagram @milkylucraft BBM: 75212FB7 REWARDS WILL BE WORTH IT
×
×
  • Create New...