Jump to content
MakeWebGames

rockwood

Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by rockwood

  1. but i am inactive just few days back i started here Decent way for asking help
  2. lol i am new so dont know decent way but now i got it thanks Script47 and ill keep in mind your words
  3. anyway when i am trying to click for submit than nothing happen with submit
  4. console having no error that why i am stuck
  5. still the same problem
  6. but problem still the same
  7. .on and .ready both are same ?
  8. okay thanks
  9. you can see now
  10. sorry by mistake
  11. thanks guyz
  12. ill try myself
  13. yes, i am looking for VPS
  14. somebody can help me in jquery problem ?
  15. Thanks Guyz finally i collected very usefull information and i inspired by Criminal Impulse but don't know why Cronus sold his nice game. i learn coding only for games
  16. anyone know he have mccode or not ?
  17. i am searching reasons bcz i dont want lose my game project
  18. they dont know coding ?
  19. somebody know why small games are closed ?
  20. rockwood

    Safe IP

    such a very help full guidance and Thanks Dave Macaulay
  21. rockwood

    Safe IP

    ip2long — Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
  22. rockwood

    Safe IP

    i am using PDO then ?
  23. rockwood

    Safe IP

    check this function please ip2long
  24. rockwood

    Safe IP

    its mysql function or php function ?
  25. rockwood

    Safe IP

    i wanna save ip in database by number format ,can suggest me string is better way or number ? like this function vaild_ip($ip) { $ip = trim($ip); if (filter_var($ip, FILTER_VALIDATE_IP)) { $ip = sprintf('%d', ip2long($ip)); return $ip; } } $ip = vaild_ip($_SERVER['REMOTE_ADDR']);
×
×
  • Create New...