Jump to content
MakeWebGames

bmw11

Members
  • Posts

    88
  • Joined

  • Last visited

Everything posted by bmw11

  1. So i made a game and a login template , put it on the game i have a area on the image where i would like the login form to be how do i put it there
  2. ok so i always wanted to know that if i have a stylesheet how do i add it to the login and how do i change the layout of my game
  3. (the background) http://www.google.co.uk/imgres?imgurl=http://www.setandstep.com/images/fondi/zoom/arketipo-grafite.jpg&imgrefurl=http://www.setandstep.com/porcelain-stoneware-outdoor-floor.html&usg=__3iFEnRzjWXNtgIBCqoB5JmjG8wE=&h=600&w=600&sz=226&hl=en&start=63&sig2=4-g0BNr4Lwg8uu2rIOa2Bw&zoom=1&tbnid=JmrYL8CcJPgbIM:&tbnh=123&tbnw=139&ei=SxjhTa3OKYrCtAalm9XuBQ&prev=/search%3Fq%3Dgrafite%2Bbackground%26hl%3Den%26biw%3D1366%26bih%3D576%26gbv%3D2%26tbm%3Disch&itbs=1&iact=rc&dur=411&page=4&ndsp=22&ved=1t:429,r:0,s:63&tx=73&ty=107&biw=1366&bih=576 , (the lines) http://www.google.co.uk/imgres?imgurl=http://www.let-the-world-know.com/images/red_line.gif&imgrefurl=http://www.let-the-world-know.com/buttons.html&usg=__z7Z2S215OcIGrnA8sfQXXkVwS4c=&h=1200&w=1800&sz=5&hl=en&start=0&sig2=aoN3dh6h0cnjz_jBnQZPnw&zoom=1&tbnid=5YktwYNMv0X1QM:&tbnh=113&tbnw=169&ei=GSbiTdGnBMTSsgaxpaj2BQ&prev=/search%3Fq%3Dred%2Bline%26hl%3Den%26biw%3D1306%26bih%3D560%26gbv%3D2%26tbm%3Disch&itbs=1&iact=rc&dur=680&page=1&ndsp=22&ved=1t:429,r:3,s:0&tx=77&ty=13&biw=1306&bih=560 this is the background and the lines (the foundation) then i have added some font , some effects anouther background a american flag blended them alot of blood , then i added a title and a box for username and pass then i adjusted the contrast and saturation and then added some more effects to get the final result , THIS IS HOW I MADE MY GRAPHIC , IF YOU STILL DONT BELIEVE ME THE I CANT DO ANYTHING TO PROVE THIS TO YOU
  4. i can only do one last thing ( tell you all the images i used and what i did to them, and tell you all the fonts i i used and what i did to them ) to prove this is mine
  5. okay ....... , i have done everything i could to prove this is mine, for 50p i am not willing to do anymore, i would like you to point me to the site which you think i stole this from , thanks
  6. sorry i dont understand are you still trying to say that this is not my graphic as i have stripped it to pieces just now to prove there is no copyright and that it is mine ( it is not a screen shot i have made it using photoshop)
  7. Ok i have now where is the damn copyright please tell me !!!!
  8. What flag - you want me to take the whole background off , OK I WILL change it to befor i put the flag and the american background on
  9. i have now taken the "white block" and the blood on the "white block" off , This is my picture and there is no copyright as you can see, you wont find this login anywhere
  10. if i did do that then i wouldnt be able to move "the white block" which is actually ment to be a area for the description , reply back and tell me if you want a image of the "white block" out of the picture
  11. no that block is for the description , i made this , i assure you you wont find this on any other site , also 2 logins as i havnt sliced up the image yet,
  12. look if you dont explain what you want then how do i make it do you want a template or banner , what content do you want in these
  13. yep i am allowed to use them , and kieran as i have said the examples are basic have hardly spent 5 mins on them as they are only examples
  14. i have added more examples , if you want a banner / logo they are only 50p please pm me
  15. give me a theme / what you want in the banner
  16. ok il tell you what you give me a description of what you want and il make it for you to show everyone els
  17. well i made this for free for someone in about 2 mins , this is the most basic one ( http://www.mafia-city.x10.mx/login.php)
  18. I MAKE GRAPHICS FOR GAMES SUCH AS LOGOS , ANY GRAPHICS I CHARGE ONLY 50p per graphic = 0.82 usd example http://imageshack.us/photo/my-images/853/zombielogincopy.png/ (basic) a good one i have made is ( http://imageshack.us/photo/my-images/862/mafiacity.png/ ) and images like this are only 50p or 0.82 usd please pm me after filling out this form name of game: colours: size: things you want in the picture :
  19. no because this is a source code :   <!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>criminal-island2</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> <script language="JavaScript"> var usr; var pw; var sv; function getme() { usr = document.login.username; pw = document.login.password; sv = document.login.save; if (GetCookie('player') != null) { usr.value = GetCookie('username') pw.value = GetCookie('password') if (GetCookie('save') == 'true') { sv[0].checked = true; } } } function saveme() { if (usr.value.length != 0 && pw.value.length != 0) { if (sv[0].checked) { expdate = new Date(); expdate.setTime(expdate.getTime()+(365 * 24 * 60 * 60 * 1000)); SetCookie('username', usr.value, expdate); SetCookie('password', pw.value, expdate); SetCookie('save', 'true', expdate); } if (sv[1].checked) { DeleteCookie('username'); DeleteCookie('password'); DeleteCookie('save'); } } else { alert('You must enter a username/password.'); return false; } } </script> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>criminal-island2</title> <link rel="stylesheet" href="http://www.criminal-island2.ej.am/loginstyle.css']loginstyle.css[/url]" type="text/css" media="all" /> </head> <body onload="getme();"> <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2"> <tr> <td colspan='3'><center>[img=http://www.criminal-island2.ej.am/title.jpg]</td> <div align='center'> <table width='800' border='0' cellspacing='0' cellpadding='0'> <tr> <td align='center' valign='top'></td> <td align='center' valign='top'><table width='800' border='0' cellspacing='0' cellpadding='0'> <tr> <td width='400' align='center' valign='middle'></td> </tr> </table></td> </tr> <tr> <td></td> <td height='5'></td> </tr> <tr> <td align='center' valign='top'></td> <td align='center' valign='top'><table width='800' border='1' bordercolordark='#470306' bordercolorlight='#79060C' cellspacing='0' cellpadding='0'> <tr> <td height='20' align='center' valign='middle' bgcolor='#000000'>criminal-island2</td> </tr> </table></td> </tr> <tr> <td></td> <td height='5'></td> </tr> <tr> <td align='center' valign='top'></td> <td align='center' valign='top'><table width='800' border='0' bordercolordark='#470306' bordercolorlight='#79060C' cellspacing='0' cellpadding='0'> <tr> <td height='128'><table width='796' border='0' cellspacing='0' cellpadding='0'> <tr> <td height='3' colspan='3' bgcolor='#000000'></td> </tr> <tr> <td width='4' height='69' bgcolor='#141414'></td> <td width='392' align='center' valign='middle' bgcolor='#141414'> criminal-island2 WELCOME TO CRIMINAL-ISLAND 2 </p> </td> <td width='400' bgcolor='#000000'><table width='400' border='0' cellspacing='0' cellpadding='0'> <form method='post' name='login_f' action='authenticate.php' method='post' name='login' onsubmit='return saveme();'> <tr> <td height='2' colspan='3'></td> </tr> <tr> <td width='18'></td> <td align='right'>[b]Username[/b] <input type='text' name='username' size='20' maxsize='20'> </td> <td width='8'></td> </tr> <tr> <td height='2' colspan='3'></td> </tr> <tr> <td width='18'></td> <td align='right'>[b]Password[/b] <input type='password' name='password' size='20' maxsize='20'> </td> <td width='8'></td> </tr> <tr> <td height='2' colspan='3'></td> </tr> <tr> <td width='18'></td> <td align='right'> <input type='submit' name='submit' value='Login'></td> <td width='8'></td> </tr> <tr> <td height='2' colspan='3'></td> </tr> <tr> <td width='18'></td> <th width=374 height=45 align='right'>[url='http://www.criminal-island2.ej.am/register.php']<span>Register</span>[/url]</th> <input type='hidden' name='do' value='login'> <td width='8'></td> </tr> <tr> <td height='2' colspan='3'></td> </tr> <tr> <td colspan='3' align='center'></td> </tr> <tr> <td height='2' colspan='3'></td> </tr> </form> </table></td> </tr> <tr> <td height='3' colspan='3' bgcolor='#000000'></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td></td> <td height='5'></td> </tr> <tr> <td align='center' valign='top'></td> <td align='center' valign='top'><table width='800' border='1' bordercolordark='#470306' bordercolorlight='#79060C' cellspacing='0' cellpadding='0'> <tr> <td height='20' align='center' valign='middle' bgcolor='#000000'>criminal-island2 News</td> </tr> </table></td> </tr> <tr> <td></td> <td height='11'></td> </tr> <tr> <td align='center' valign='top'></td> <td height='94' align='center' valign='top' bordercolorlight='#79060C' bordercolordark='#470306' bgcolor='#141414'> [b][/b] </span></p> </td> </tr> <tr> <td align='center' valign='top'></td> <td align='center' valign='top'><table width='800' border='1' bordercolordark='#470306' bordercolorlight='#79060C' cellspacing='0' cellpadding='0'> <tr> <td width='800' height='20' align='center' valign='top' bgcolor='#000000'> All rights reserved criminal-island2 Copyrights 2008 [i]Owned by HUSAIN AND SHAKEEL Login Page coded by HUSAIN (c) HUSAIN.[/i]</span></p> </div> </td> </tr> </table></td> </tr> </table> </div>   and if u add that to ur game it will look odd and not like the real one
  20. --------------------------------------------------- bmw11 productions php and graphics made for [url]www.criminal-island2.ej.am[/url] ---------------------------------------------------- <html> <head> <title>Game Name</title> <style type="text/css"> body { padding : 0; margin : 0; background : url(images/bg.jpg); color : #6b6b6b; font-family : Myriad Pro; font-size : 15px; } .top { background : url('') repeat-x; height : 198px; text-align : center; } .input { background : #313131; border : none; width : 140px; height : 18px; margin-top : 7px; vertical-align : top; color : #6b6b6b; font-family : Myriad Pro; font-size : 12px; } .submit { background : #313131; border : 1px solid #000000; padding-bottom : 3px; height : 18px; color : #6b6b6b; font-family : Myriad Pro; font-size : 12px; } .loginform { padding-top : 5px; } .welcome { padding-top : 25px; } .signup { display : inline-table; width : 310px; } .text { display : inline-table; vertical-align : top; text-align : center; width : 360px; } a { color : #484848; text-decoration : none; } </style> </head> <body> <center> <div class="top"> <center> <div style="width: 1000px; text-align: center;">[img=images/logo.jpg]</div> </center> </div> <div style="width: 1000px;text-align: left;"> <center><form action='authenticate.php' method='post'>[img=images/username.jpg] <input type="text" name="username" class="input" /><div style="padding-left: 45px; display: inline;"></div>[img=images/password.jpg] <input type="password" name="password" class="input" /> <div style="display: inline-table; vertical-align: top; padding-top: 8px;padding-left: 10px;"><input type="submit" value="Login" class="submit" /></div></form></center></div> </div> </div> <center> <div style="width: 1000px; text-align: center;">[img=images/screenshots.jpg]</div> </center> <center> [url="register.php"]<div style="width: 1000px; text-align: center;">[img=images/register.jpg]</div>[/url] </center> </center> </body> </html> <center> <?php 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']; } $numb = $db->num_rows($db->query("SELECT userid FROM users")); echo'There are: '.number_format($numb). ' Member'; $online = $db->num_rows($db->query("SELECT userid FROm users WHERE laston>(unix_timestamp()-15*60)")); echo' | There are '.number_format($online).' users online'; ?> </center>   images: bg.jpg--http://img301.imageshack.us/i/28650032.gif/ logo.jpg--http://img5.imageshack.us/i/logoqujh.jpg/ password.jpg-http://img301.imageshack.us/i/passwordr.jpg/ register.jpg-http://img177.imageshack.us/i/registerf.jpg/ screenshots.jpg-http://img5.imageshack.us/i/screenshotslm.jpg/ username.jpg-http://img229.imageshack.us/i/username.jpg/ screenshot http://img229.imageshack.us/img229/6172/screenqd.jpg
  21. ... your right redex i use free hosting and itl take some time until they sort it out but ill see if i can get a screenshot
  22. ... your very freindly m8 thnx
  23. a register button for the register page   <a href="index.php?sid=&p=register&w=&ref=">[img=images/button.gif]</   and download this image :http://img98.imageshack.us/img98/2550/buttonu.gif and then add it to images folder in your game
  24. thnx thnx redex and danny696
  25. new register [b]Registration[/b] 1. Creating multiple accounts is not allowed. If you have more than one player on the same IP, please submit a support ticket when you get online in the game. 2. You MUST provide a VALID Email as an email will be sent to you for validating your account. If you use YAHOO, please make sure you put [email][email protected][/email] on your safe email list. 3. You have until midnight to validate your account, or it will become invalid. <table platypus-background-color="" style="" width="400" border="1"><form action="register.php" method="post" onsubmit="return emailCheck(this.email.value)"></form> <input value="0> <tr align=" center="" type="hidden"> <tbody platypus-background-color="" style=""><tr><td platypus-background-color="" style="" align="center">username:</td> <td align="center"><input name="username" type="text"></td> </tr> <tr align="center"> <td platypus-background-color="" style="">password:</td> <td><input name="password" type="password"></td> </tr> <tr align="center"> <td>confirm Password:</td> <td><input name="cpassword" type="password"></td> </tr> <tr align="center"> <td>Email:</td> <td><input name="email" type="text"></td> </tr> <tr align="center"> <td>Gender:</td> <td> <select name="gender"> <option value="Male">Male</option> <option name="Female">Female</option> </select> </td> </tr> <tr> <td colspan="2" align="center">Please take time to read [url="javascript:popUp('ppolicy.php')"][b]Privacy Policy[/b][/url]</td> </tr> <tr> <td colspan="2" align="center">Please be sure to read our [url="javascript:popUp('T&Cs.php')"][b]Terms & Conditions[/b][/url][b] [b]I agree with the Terms & Conditions [/b]<input name="terms" value="3" type="checkbox"> *[/b]</td> </tr> <tr> <td colspan="2"><input name="REF" value="" type="hidden"></td> </tr> <tr> <td colspan="2" align="center"><input value="Submit" type="submit"></td> </tr> </tbody></table> > [url="login.php"]Go Back[/url] </p> //.html
×
×
  • Create New...