Jump to content
MakeWebGames

XCU53S

Members
  • Posts

    353
  • Joined

  • Last visited

    Never

Everything posted by XCU53S

  1. Re: Template Request! Thanks so any request people?...
  2. Well business is slow, no one is requesting anything and im bored so i've lowered my prices so I'm actually getting some work. So here are my offers: 1 Sig/Userbar = $2 3 Sig/Userbar = $5 1 All Banner (468x60) = $5 3 All Banner (468x60) = $12 1 Skyscraper Adds (120x 600) = $5 3 Skyscraper Adds (120x 600) = $12 1 Medium Rectangle Add (300x250) = $4 3 Medium Rectangle Add (300x250) = $10 Other Types may vary but are all within the $5 price range. PM or instant message me if interested.
  3. Re: Template Request! Thanks miniman really apreaciate that. :-D
  4. Re: Template Request! yh not my full potential i spent roughly 30mins on the images, thats becuase i just did it out of boredom and to show people a rough idea of what i can do but no one is requesting anything i guess its due to the high price i think lowering it will be helpful and more affordable for alot of people.
  5. Re: Template Request! prices lowered to $15-20 for a login and reg since i see more experienced gfx designer charging the amount i was.
  6. Re: [V2] New Five Minute Cron Looks great much more effcient that the normal one :-D
  7. I am making Logins and Register as of the moment, my prices are fairly cheap I charge between $20-30 for a login and register. You can tell me a rough idea of what you would like it to have, and i'll try my best to include them. Also I am willing to go and make changes to the the products you buy from me. Here is a screen shot of a login I put together quickly to give you an example of what I can do. (Please remember this was not for a game just made it all up and put it together) if you like this one I can modify it for your game and sell to you: Hope you like & thank for reading, XCU53S.
  8. Re: Web 2.0 Login for Mccodes You could do this yourself it should be easy enough. and thanks for posting the errors
  9. Re: Web 2.0 Login for Mccodes Thanks for the comments all and karlos what were ther errors?
  10. Re: Web 2.0 Login for Mccodes Thanks hopefully this would be of some use to someone.
  11. Re: Web 2.0 Login for Mccodes thanks for the comment, this is just a template btw only uses HTML & CSS i made this for you to modify on and add all your php functions such as usersonline and so on. If i had done it with all those php add-ons for mccodes it would mean who ever uses this would have the same login which isnt very creative if you ask me :-D
  12. Re: Web 2.0 Login for Mccodes Post updated screenyt added :-P its kinda of basic but yh its free so enjoy :-D
  13. Hey guys I have never contributed anything to CE before apart from a few free images. Here is a Web 2.0 login free for all CE users, and a special thanks to Haunted Dawg for putting the peices tegether. This is completely free you may do what ever you please with this tell me what you think and give me give +1 :-P <!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 name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" /> <meta name="description" content="Game Name - Some Slogan!" /> <meta name="keywords" content="RPG, FREE, free, rpg, online rpg, text based game, mmorpg, text games, action games, pbbg, pbbgs, PHP, MySQL, gaming" /> <meta name="author" content="Game Name Owner - Game Owner" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Game Name - Some Slogan</title> <style language="text/css"> body,html { margin:0; padding:0; height: 100%; padding-top: 4px; } body { background-color: transparent; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; font-family: Lucida Sans Unicode; font-size: 12px; font-weight: bold; color: black; } a:visited,a:link,a:active,a:hover { color: black; font-weight: bold; font-size: 12px; text-decoration: underline; font-family: Lucida Sans Unicode; } img { border: none; } div#container { background: url('http://img19.imageshack.us/img19/3381/splats.png') no-repeat; margin: 0px auto; height: 668px; width: 1004px; } div#banner { background: url('http://img25.imageshack.us/img25/8784/banneruzx.png'); margin-top: 5px; margin-left: 0px; height: 137px; width: 773px; float: left; font-size: 35px; color:#FF0000; } div#login_form { background: url('http://img23.imageshack.us/img23/3183/loginform.png'); float: right; height: 137px; width: 224px; margin-top: 5px; margin-right: 0px; } div#form_action { margin-top: 15px; margin-left: 28px; } div#game_description { background: url('http://img24.imageshack.us/img24/6775/descbox.png'); float: left; margin-top: 0px; height: 517px; width: 773px; margin-left: 0px; } div#menu { background: url('http://img21.imageshack.us/img21/4356/menusbar.png'); float: right; margin-top: -3px; height: 520px; width: 224px; margin-right: 7px; } #menu a { display: block; width: 100%; } </style> </head> <body> <div id="container"> <div id="banner"> <center>Game Name</center> </div> <div id="login_form"> <div id="form_action"> <form action="authenticate.php" method="post"> Username: <input type="text" name="username" value="Enter User Name" onClick="this.value='';" /> Password: <input type="text" name="password" value="Enter User Password" onClick="this.value='';this.type='password';" /> <input type="submit" value="Login" onClick="this.value='Login In';" /> </form> </div> </div> <div id="game_description"> <div style="margin-top: 24px; margin-left: 24px;"> Enter Game Description </div> </div> <div id="menu"> <div style="margin-top: 24px; margin-left: 24px;"><center> [url="register.php"]Register[/url] [url="login.php"]Login[/url] [url="tos.php"]Tos[/url] [url="policy.php"]Private Policy[/url] [url="copyright_infrigment"]CopyRight Infrigment[/url] </center></div> </div> </div> </body> </html> <!-- Layout done by kyle. Graphics done by XCU53S. --!> And heres a Screeny:
  14. Re: Many mistakes PLEASE HELP   dude try spell a little better can't understand what your trying to say there. start off here http://w3schools.com/ then maybe you'll find things easier.
  15. Re: [mccode v2] URL Image this aint a mod its a fav icon but any decent webpage does need one :-D
  16. XCU53S

    Deadly Ghetto

    Re: Deadly Ghetto New Themes looking great one of the best ive seen :wink:
  17. Re: Good Addintion to CE forums   Couldn't have said it better :-D
  18. Re: Good Addintion to CE forums It would be a long, hard job im sure no one would do for free. If you want it you should pay someone to do it for you or get a decent host.
  19. Re: Free 2 - Gym after include globals i should think
  20. Re: My forgot password. [v2] & [v1] nice little mod havent seen it in action it but looks good
  21. Re: Kill A Gangster [v2] am i wrong of did he just edit text that is outputed?
  22. Re: Boat + Planks Mod [V2] well technically its not a copyright becuase you have to pay to get that done legally but you can sue since your the owner of the script but its free and no point and its not like anyone leaves that there they just delete it
  23. Re: New Login Page, Great look!!! if you talking about me i got mines legit i got adobe cs3 masters collection on a original CD from my cousins computer/electronics shop from what i hear about you you are the one who knows about a patch and so on maybe you did it i never knew of anything like that
  24. Re: Seen the new batman movie? yh i did...what about felon or wanted?
  25. Re: New Login Page, Great look!!! i am making a new layout...and gfx i am better than most if i take my time but i dont think im promoting my self right for gfx i need to get people tryin me out so others will use me to make gfx thats why you dont see much gfx from me
×
×
  • Create New...