
BlueDevil23
Members-
Posts
328 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by BlueDevil23
-
Re: [Help]Scrollbars Unless I am reading this wrong, most developers AT THE MINIMUM develop for IE and FF. Actually around 35%, but alright.
-
Re: [Help]Scrollbars Umm yeah... I'll just let the graph do the explainin' http://en.wikipedia.org/wiki/File:Web_b ... _share.svg
-
Exp from leaving people not working
BlueDevil23 replied to EineyEntertainment's topic in General Discussion
Re: Exp from leaving people not working Wow, nice try at trying to still make it look like your right. :roll: -
Re: Clickable images with mouseover. Also look into Suckerfish:hover, less code, and less complicated than, Whatever:hover.
-
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.)
-
Re: McCode v2 center
-
mccode-v2 8 Lines to secure your site from known sql injections.
BlueDevil23 replied to Haunted Dawg's topic in Free Modifications
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. -
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
-
[mccode v2] Very simple travel time mod.
BlueDevil23 replied to shaved92bravada's topic in Free Modifications
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... -
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.)
-
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. ;) )
-
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 ;)
-
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...
-
Re: Guess the next poster Correct! Good guess. Joel next.
-
Re: Shout Box I never stated it was. Also the OP never specified that he wanted/needed AJAX incorporated.
-
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
-
Re: Round timer Not necessarily, but it would be ridiculous to do it with PHP, instead of JS.
-
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.
-
Re: help with php image/color code <style type="text/css"> body { background: url(imgurlhere); } </style> Place this in the <head> ... </head>
-
Re: [mccode v2] Attack :) PHP Version?
-
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] :)
-
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"; }
-
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] "; }
-
Re: "if location =" ... query We can only help, and correct your code, if you show us what you tried. :)
-
mccode-v2 8 Lines to secure your site from known sql injections.
BlueDevil23 replied to Haunted Dawg's topic in Free Modifications
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.