Jump to content
MakeWebGames

Joshua

Members
  • Posts

    1,271
  • Joined

  • Last visited

Everything posted by Joshua

  1. I think if you were going to go to that extreme, why not just make your own unique engine and release it? Just a thought.
  2. You've seen my talents and I wouldnt charge anything for mine so :p Plus I can code mine ^_^
  3. Oh i havent uploaded it, this was off the Demo You have up :P lol
  4. On my laptop the Password Box actually goes to the next row and is beneath the Word Password: Kinda throws off the layout a bit
  5. Here when I get a bit of spare time I will try and go through this mod and correct some of the bugs people are getting.
  6. First error i see right off is there shouldn't be a , after addiction, so might get that fixed. Dno how i missed that........ I'll look at the second one.
  7. May not be worth coding but I slapped this together in a few hours just for fun >,<
  8. Hm, thanks paddy I'll fix it
  9. i'm just now getting the css stuff down so it takes me forever to actually code the layout. if someone wants to code my PSD's and I win i'll split with you :P
  10. shrugs i've got a long list but i'll try and shorten it   MagicTallguy (where is he?) illusions (giggidy) Karl(oh yeh) Richard(kickin mods) Paul(he's learned a lot huh? ) Floydian(gang replacement gg) Zeddicus(mah nikka) Equinox(another brotha from anotha motha)
  11. And at the very least add $_GET['REF'] = abs((int) $_GET['REF'] Lets not forget about your $username variable which is highly unsecure, and / or your password variable of md5 encrytpion...eh.... I'msure i can find more >,<
  12. Then, OMG I HAVE AN ERROR Don't use the 15.00 version of McCodes and think it's secure because some nooby said it is ;0 It's not.
  13. Thanks for the input, Just started hardcore trying to learn css and it's baby steps for me >,<
  14. Will do, Odd it's loading like that for you and fine for me, stupid differant browsers and res's ><   Working now?
  15. Stop using the illegal Ravens Code and get McCodes ;) That ip addslashes crap is in all the ravans codes, they think it secures their site lol
  16. May throw this one up as well if you think it's something someone may use, it's currently just a PSD when I have a bit more spare time i may give it a go at coding it as well
  17. http://www.ethan.mastermccodes.com Think I may donate this one up, it's coded into an index.html file.
  18. Thanks wrx, I figured it out http://www.ethan.mastermccodes.com My first Designed and Coded Login page >,< yey me.   Gotta check in opera and google to make sure everything is where it's supposed to be, but looks fine on IE8 and FF on my computer.   The problem was I didnt have the Form Defined as a <div> just the <input> tag and it was throwing everything out of whack.
  19. Ok, So I for the life of me can't get the Text to go Next to my Input boxes. Everything is setting up nice, but when it comes to spacing the input boxes and submit buttons everything is getting all stupid and i can't figure out why, any "more" help would be appreciated, I feel like such a rookie trying to learn css and div tags ><     #body { background-image: url(images/background.png); height: 1000px; width: 1100px; background-repeat: no-repeat; } #body #content { background-image: url(images/welcome.png); background-repeat: no-repeat; width: 261px; height: 63px; margin-left: 120px; margin-top: 250px; float: left; font size: 14px; color: #AAAAAA; text-align: center; } #body input { margin-left: 0px; margin-top: 120px; float: left; font size: 10 px; color: #ffffff; } .myinput{ background: url(images/input.png) no-repeat; border: 0px; width: 156px; height: 33px; } .myinputs{ background: url(images/input.png) no-repeat; border: 0px; width: 156px; height: 33px; } #footer { margin-top: -80px; background-image: url(images/foot.png); height: 79px; width: 944px; background-repeat: no-repeat; background-position: center; margin-left: 80px; }   index.html   <!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link rel="stylesheet" href="styles.css" mce_href="styles.css" type="text/css" /> </head> <body bgcolor="#000000"> <div id="body"> <div id="content"> This is just some brief Text To describe some brief Stuff Obviously More stuff will go here For now this is merely a place holder So enjoy staring at nothingness </div> <div id="input"> <form action="authenticate.php"> <input class="myinput" type="text"> <input class="myinput" type="text"> <input class="myinput" type="submit"> </form> </div> </div> <div id="footer"></div> </body> </html>   The Problem http://www.ethan.mastermccodes.com/index.html
  20. I have been working on coding my own layout from scratch and seem to have gotten stuck when it comes to using the Forms and the background Image. I know well and good how to make the "submit" button an image, easy enough multiple ways to do so. However, The Input Field, Where the user will type their name, or password, i would like the background to be an image I made. How oh How does one easily accomplish this? ><
  21. One More I just slapped together. The Mascot is a Free Render found at clantemplates.com
  22. Also WRX I believe the font was called Most Wazted or Most Wasted not sure.
  23. Next step will be learning how to code the darn things >,<
  24. I'll get back to you on the font, back on a laptop atm and don't have my photoshop here >,< Thanks, I impressed myself with that last one though it's nowhere near great :)
  25. I'll give it a shot when I get home, Was just trying to see what all I could do with ps in a few hours of time. It's possibly the stroke overlay using gradient that is giving it the white corners, i can darken that a bit easily enough, it's not the rastersize bit I dont think Anywho, another one I just slapped together shrugz practice practice practice!
×
×
  • Create New...