Jump to content
MakeWebGames

Jordan Palmer

Members
  • Posts

    1,660
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jordan Palmer

  1. This look's great, loads better then the one which was posted a while ago Great Work Twizted :] I do think this should off been posted in "Free Plug-ins" though :P
  2. lol
  3. Doubt it'd be cheap, but I'm not too sure xD
  4. That what I just asked ^.^
  5. I thought it already picked the outcome at random
  6. Why type like that? Noob -.- Use google, There are a few around, Check the announcements board on here too, There was an offer off some sort
  7. I like it, Well done, I think it'll be great once completed :)
  8. Where is it? ;s lol
  9. Copy it? And then replace the code in header.php
  10. Whats the difference ghost?
  11. There are billions around...use goggle -.-
  12. DJK; Quite a lot off new comers to PHP/MCCodes wont filter the username at all, I think its safer to do it in any free/paid mod just incase someone else dont
  13. lol Easily done. Search Google :) I see you're using code's from DeadlyMinded :whistling: Us
  14. Quite a few new comer's wont even know how so to be honest it's easier to filter it
  15. This looks good
  16. What exactly do you think is the issue? change $_GET['ID']=abs((int) $_GET['ID']); into $_GET['ID'] = ( isset($_GET['ID']) AND ctype_digit($_GET['ID']) ) ? $_GET['ID'] : '' ; maybe? Most people don't filter it in preferences so xss can be used..
  17. Maybe you should explain why you wouldn't use it? Seems a waste of posts if you don't give a explanation in the first post. I just wouldn't >,< Don't see a point, if you do please enlighten me
  18. Might wanna add the noXSS function in as not everyone will have it >,< Check your GET[] too And there still are a few {$ir['username']} left open ;)
  19. Ah, I may add this into the script :P
  20. Well, As I said, I'd pay $40 happily, It could change when I see it, but I think with all those features $40 is rather cheap MTG'S version is just an updated version off MCCodes Basic one's ;)
  21. @CJ; Magictallguys is secured/updated. With 2/3 added features. This sounds actually loads better @Dayo; I'd actually pay around $30-$40, How you listed it, I think it sounds worthy off my cash. Let us know when we can see a demo :)
  22. I don't get what you actually mean :/
  23. Meh I won't use it. Could you please use tag's round your code please. It makes it easier for user's to read
  24. Well I don't like it, However I'll be nice and give you some suggestions Remove all die(""); - Make it show endpage function then exit; ;) Format the {$ir['username']} Instead off using "\${$ir['rescue']}" Use money_formatter Change some off those queries, Make them all one ;) It could be made much more better :)
×
×
  • Create New...