Jump to content
MakeWebGames

BlueDevil23

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by BlueDevil23

  1. Re: [Help]Scrollbars   Unless I am reading this wrong, most developers AT THE MINIMUM develop for IE and FF.   Actually around 35%, but alright.
  2. Re: [Help]Scrollbars   Umm yeah... I'll just let the graph do the explainin' http://en.wikipedia.org/wiki/File:Web_b ... _share.svg
  3. Re: Exp from leaving people not working   Wow, nice try at trying to still make it look like your right. :roll:
  4. Re: Clickable images with mouseover. Also look into Suckerfish:hover, less code, and less complicated than, Whatever:hover.
  5. Re: What FTP Client do you use? I also use FireFTP, which also opens the file in your preferred editor(after setting it up, of course.)
  6. Re: McCode v2 center  
  7. Re: [mccode] 8 Lines to secure your site from known sql injections.   2 --> B 21 --> U 12 --> L 12 --> L 19 --> S .... I think you can figure out the rest.
  8. BlueDevil23

    tutorial?

    Re: tutorial?   Theres a site out there, that focuses on PHP game development, that includes (I believe) all of that, let me see if I can find it. I actually finally stumbled upon it tonight, and thought back to this post. Building Browser Games
  9. Re: [mccode V2] Very simple travel time mod.     err H1TM4N 15 if you made this why does it state it was made by $Bull$$ EYE$ seems to funny as your name isnt $Bull$$ EYE$   /*----------------------------------------------------- -- ChavsterV1 -- Made For Free Not For Resale By -- $Bull$$ EYE$ -----------------------------------------------------*/ Pretty sure thats what he went by before on here....but not sure people change names daily sometimes...
  10. Re: [v1 or v2]Custom Login or Register   1. It's not functional... 2. It causes a horizontal scroll bar, and thats never good (unless of course your site is a horizontally scrolling site.)
  11. Re: Vote Mod?   He's only losing credibility for himself, with the negative attitude. && I wouldn't consider yourself a "lesser skilled coder" (I'd take your work over his, anyday. ;) )
  12. Re: [Other]Game login page[$5.00] Either way works fine.... and that was the easiest way for me to write it out at the time ;)
  13. Re: [mccode V2] Ajax Shoutbox. [$12.00] Okay tested it out on your site, and not seeing the "AJAX" of it...besides the refresh, which seems simply like a JS timeout...         edit: OP modified the post... that the timeout is the "AJAX" part...
  14. Re: Guess the next poster Correct! Good guess. Joel next.
  15. Re: Shout Box   I never stated it was. Also the OP never specified that he wanted/needed AJAX incorporated.
  16. Re: Shout Box Iamwicked made one that would probably suffice. Not sure if ya can post links to it, but its one his site. www.iamwicked.net
  17. Re: Round timer   Not necessarily, but it would be ridiculous to do it with PHP, instead of JS.
  18. Re: help with php image/color code   Read again... he asked for an image, but now that he posted more after the reply.... you can see he wants to change the background of a table data cell.
  19. Re: help with php image/color code   <style type="text/css"> body { background: url(imgurlhere); } </style> Place this in the <head> ... </head>
  20. Re: [mccode v2] Attack :)   PHP Version?
  21. Re: "if location =" ... query   1. You cannot put an if statement inside of a print.   print " if($ir['location'] == 2) {   2. You forgot the opening bracket on the first anchor tag.   a href='shops.php'>All Shops</a> ";   3. You didnt close the last print statement.   print " [url='itemmarket.php']Item Market[/url]   :)
  22. Re: "if location =" ... query   Added comments in the code, check em out.   <strong style='text-decoration:underline;'> Shops and Market [/b] [url='shops.php'] All Shops [/url] "; if($ir['location'] == 2) { print " [url='shops.php?shop=4']Geoff's Gun Shop[/url] [url='shops.php?shop=5']Andy's Armour Shop[/url] [url='itemmarket.php']Item Market[/url] "; } //You would add another if block, but make sure you have no other print() or echo() open if($ir['location'] == 3) //Does't necessarily have to be 3, you would change this number //to the locationyou want the links available in. { print "Link Link Link Link"; } //You would add as many if blocks, as you need, for each location. if($ir['location'] == 4) { print "Link Link Link Link"; }
  23. Re: "if location =" ... query   If your not changing location, you can simply add the next shops inside, the current if block.   <strong style='text-decoration:underline;'> Shops and Market [/b] [url='shops.php'] All Shops [/url] "; if($ir['location'] == 2) { print " [url='shops.php?shop=4']Geoff's Gun Shop[/url] [url='shops.php?shop=5']Andy's Armour Shop[/url] [url='itemmarket.php']Item Market[/url] "; }
  24. Re: "if location =" ... query We can only help, and correct your code, if you show us what you tried. :)
  25. Re: [mccode] 8 Lines to secure your site from known sql injections.   So you telling me. You are going to go secure forums.php & all the market's. But what happen's when some one new figure's out an exploit? Each time you going to need to patch it up. Patch it all up once and for all and ur done. thought you quit Lol, shame on you for believing him.
×
×
  • Create New...