Jump to content
MakeWebGames

bennybwoi

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by bennybwoi

  1. +1 mate very nice i would love to buy if i had the money :) lol
  2. Hey thanks for the possitive comment :thumbup: you helped me out alot with your tips :P so thank you mate.
  3. I have moved this post to the market, where hopfully it may gain abit more intrest :)
  4. thanks for the help, its done nw :)
  5. ok m8t
  6. i have pmed u m8t.
  7. it will be relised sortly in paid mods for like a 10er or i am willing to trade it for a gd header lol, it is nw xhtml vaild and has changed abit :), still ruined on i.e thought bt nt to worrie i have put a firefox download link onto the page :), quick question can u protect an html file so peeps cant view the source code? lol
  8. this was made in dreamweaver????
  9. Hey guys Benny Bwoi ere agian. Question: How can i put images on my login, 1 on the left and 1 on the right, with them being on the same line and nt one onto of the over? Thanks for any help i recive. :thumbsup:
  10. ok then thankyou
  11. David plz explain to me what u mean by xHTML Valid in new to coding lol ^^
  12. Heres A screenshot: As you can see internet explorer is messed and also i want to know how to get rid of the light gray border on the register pic.
  13. Hey Guys Im in the middle of making a login/register which is an Html file, im gettin on fine cuz im working on FireFox but ive viewed it on Internet Explore and it is a total mess, any reason for this? and how i can fix it??????? :?: :?: :?: :?:
  14. f*k dnt remeber me of dis psot tomoz ive had lik 2-3 liters of alc0hole or maby more i dnt remember haha happey new years x
  15. Thanks for the comments guys, yea i just wanted to make a quick template reli i mite relase a new better theme soon, and i will make a register soon. :)
  16. hmm i remember this template in the flash templates of clantamplates or w.e its called lol
  17. Heres My First ever login it took me awhile to make so i hope u like, and since its my first i would like people to talk about how to improve it. Enjoy :) <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(images/topbg.jpg) 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.png]</div> </center> </div> <div style="width: 1000px;text-align: left;"> <center><form action='authenticate.php' method='post'>[img=images/username.png] <input type="text" name="username" class="input" /><div style="padding-left: 45px; display: inline;"></div>[img=images/password.png] <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/screen.png]</div> </center> <center> [url="register.php"]<div style="width: 1000px; text-align: center;">[img=images/register.png]</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: http://img64.imageshack.us/i/68129318.jpg/ http://img64.imageshack.us/i/logoavn.png/ http://img685.imageshack.us/i/passwordc.png/ http://img693.imageshack.us/i/screenvj.png/ http://img51.imageshack.us/i/topbg.jpg/ http://img195.imageshack.us/i/usernamev.png/ Screenshot:
  18. hmmm i want to space both statistics from eachover because atm its shows like this, There are: - Member.There are - users online., wont work, hw can i space it to look lik this There are: - Member. There are - users online.?
  19. yea imma getting onto it right now
  20. ahh i had already done dat, looks like ive found the first paid host which doesnt have workin crons =/ lol
  21. LOL thanks m8t xD
  22. you know on the command part, do you put CONFIG.PHP CODE / or / CONFIG.PHPCODE basically do u space it?
  23. Cool i like it :)
  24. um so how would you do this for a html login? bt still for mccodes?
×
×
  • Create New...