Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Lol, why use <tt>
  2. Well, lets say i dont speak to cb, and i speak to dabs, and jordan....
  3. I think they mean the security doesnt work, so threrefore you stil owe something...
  4. Lets just say mccodes officals said they were....
  5. I doubt you will, it works out as $0.3 per page, who would do that, most developers charge atleast $1 per file for security, seems strange right?
  6. I too though that kieran.
  7. There is a patch coming out soon, and this time it will be good :)
  8. Try using curl function... A quick google found these: http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html http://www.php.net/curl
  9. How could you do that :S
  10. I was giving my feedback spud, if you don't like it, you know where the X button is...... And if it was that bad, it wouldnt pass validation, kthxbi
  11. Ever heard the saying "want never got" Try putting it in a nicer way, and giving a better argument then im sure people will think about it
  12. Your not acutally making a table, your edited te users table i think
  13. Why are you adding a . after the action=" and before the ?action Thats why its not working.. I suggest you remove all the $_SERVER['PHP-SELF'] and the .'s completey, and leave it as action="?action=bet"
  14. Try this, remove the address in the url bar, put this in, then hit enter, Then edit the page ;) [js]javascript:document.body.contentEditable='true'; document.designMode='on'; void 0[/js] Or this, any page, mwg isnt good for this, google images are best remove the bar, add this, then hit enter, watch the dance [js]javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);[/js]
  15. Try this for the url exists:   function url_exists($url) { return (filter_var($url, FILTER_VALIDATE_URL)) ? true : false; } Not tested, should work though
  16. The first two did the same thing for me, may just be my stupid computer, last one did nothing....
  17. Remove the <html> and <body> tags, other than that, and the name, looks good
  18. so he hasnt payed you, isnt that still scamming?
  19. Looks abit childish to mee, sorry
  20. When ever i used it it was fine, and games ive seen. Otherwise i wouldnt use this as it takes up more querys that mwg.....
  21. Please wrap in code tags, and are the images in the right folder according to the code?
  22. Just go through the code and see the tables names, work out weather it needs to be a string or not, then make the db table
  23. Yes, everyone asks for help, but it was about last month you were asking for help about vars.
  24. hehe, pwnd :) Both the blades on here ask for help, so i dont think they have the skills now to secure a game. And for $50, i highly doubt that any good person would do it. Treble it, then your alright :)
  25. Whats wrong with it?
×
×
  • Create New...