
Equinox
Members-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Equinox
-
So you have a function that does the same as ctype_digit() and you still use abs(intval()) ? Or you have a function that does part of what ctype_digit() does and doesn't check it's completely a number so you need abs(intval()) aswell? Seems a bit pointless to me :/
-
Again with the Exceptions, Djkanna XD Maybe you should explain what they do, not everyone will know what the try/catch method is. I'd much prefer to use Djkanna's version :P
-
My attempt has turned into an exploding sphere animation...As I have no clue how to save the animation, I took a screenshot XD Yay! XD
-
Jordan, why do you escape 'user' twice? You establish it's a number with ctype_digit() And you don't need to end the page when using else, I also don't get why in some instances you force echo to be a function and others you don't ? Also, on your INSERT $userid will insert as "$userid" - not a number as you haven't defined it. This will happen when using single quotes, you can get away with it using double quotes because it looks for a variable Otherwise, nice.
-
No. Simple as that ;D
-
Until we think the price is reasonable - as this was an expensive template, everything was hand drawn :)
-
Should be fixed
-
'report' isn't.....
-
Well, you're using sprintf() on a query but not formatting it for a start. You're using mysql_real_escape_string() on a number also, here's how I'd do it....sort of: <?php include(DIRNAME(__FILE__).'/globals.php'); if(isset($_POST['report'], $_POST['player']) && is_String($_GET['report'])) { if(!ctype_digit($_POST['player'])) { echo 'Please ensure the players ID is numeric'; } else { mysql_query("INSERT INTO `preports` VALUES('',".$_SESSION['userid'].", ".$_POST['player'].",'".mysql_real_escape_string(strip_tags($_POST['report'], $c))."')", $c); echo 'Report processed!'; } } else { $ID = (isset($_GET['ID']) && ctype_digit($_GET['ID'])) ? $_GET['ID'] : ''; echo "<h3>Player Report</h3> Know of a player that's breaking the rules? Don't hesitate to report them. Reports are kept confidential. <form action = 'preport.php' method='post'> Player's ID: <input type='text' name='player' value='".$ID."' /> What they've done: <textarea rows='7' cols='40' name='report'></textarea> <input type='submit' value='Send Report' /></form>"; } $h->endpage(); ?>
-
Also, if there are any issues that occur - please let us know. Post here or contact us http://www.w3theory.com/contact We want to know about spelling mistakes, broken images, any type of error! Thanks!
-
W3Theory did have a thread, somewhere but I lost it. Also, I was asked to post it here next time as well. We have finally released the new template for W3Theory, I and many other agree that it is much more attractive than the old one - I'm very happy about the new template! You can check it out at http://www.w3theory.com The template is still being worked on, and yes we are aware of some things that you may call in efficient and there is a reason for this. We wanted to get the template up as soon as possible so we could being doing other things for W3Theory. In no way are we neglecting the template as we're working on it and will be constantly for the next few days, but it should effect the view of the template too much as we're working on it away from the live server. Also, the hosting will be updated soon to the new template, we encountered a few problems with it but nothing major! For those of you that don't know what w3theory is, well it's a hosting company owned by me and W3Theory || Peter (obvious, eh?). We also offer web design and programming which you may also like to look into. We have gone to good lengths to ensure our servers don't fail on us, so that we don't cause any disruption to client sites or work and we do offer credit back on time lost plus a little extra for the inconvenience. And not to forget our money back guarantee if you're not happy with the services we provide. I think I covered it all, so to sum up: Check out our new template: http://www.w3theory.com Check out our features list: http://www.w3theory.com/features Check out our hosting packages: http://www.w3theory.com/Hosting Thanks for reading!
-
Build the error handler into the class....
-
Ingame image
-
We haven't even got the in-game images up yet xD
-
Our game is intending to have over 100 items so we wanted them detailed but didn't want our team spending 5 hours per an image. So we kept them basic but nice. But the other ones look so detailed, all that's wrong with the revolver is the handle and the RPG doesn't have a lot of detail, they kind of seem out of place. But they are good
-
The handle on the revolver isn't very detailed, and the RPG isn't as detailed as the other guns. Other than that, I like them :D
-
If you're looking for designers or programmers - check us out : W3Theory Game is looking nice btw ;D
-
I like it, very clean :D Looks good
-
I'd probably charge about $80 for this :/ This system would be huge if you wanted an exact replica of Torn's - plus the chat system it has. But that's just me, some one else would charge a lot less.
-
That's a pretty big system to do for $35 if you want it done properly.....
-
It'll be in your CSS. To align center, simply : text-align : center;
-
Thanks Danny - nice to also see the affiliates system being used. ColdBlooded - I intent on using the new board, we just need to arrange a post that is well presented
-
It's nice, and for $1 - very good
-
Well, if you need design/programming work - check Here Or PM me, but I will send you an email either way.... Your topic is a little misleading btw, makes me think you're offering your services
-
You would surely plan everything out before you started spending money? Such as things like Game name Game type (Turn based etc.) Storyline Language you wanna use Get a development zone Work out all costs for the whole project Just as a few things... You don't get the joke, clearly.