Jump to content
MakeWebGames

rockwood

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by rockwood

  1. you can see now
  2. sorry by mistake
  3. thanks guyz
  4. ill try myself
  5. yes, i am looking for VPS
  6. somebody can help me in jquery problem ?
  7. 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
  8. anyone know he have mccode or not ?
  9. i am searching reasons bcz i dont want lose my game project
  10. they dont know coding ?
  11. somebody know why small games are closed ?
  12. rockwood

    Safe IP

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

    Safe IP

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

    Safe IP

    i am using PDO then ?
  15. rockwood

    Safe IP

    check this function please ip2long
  16. rockwood

    Safe IP

    its mysql function or php function ?
  17. 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']);
  18. rockwood

    Safe IP

    How can i make sure my client IP is safe and perfect ?
  19. i can help you in very free
  20. yes in your case due to GLOBAL variable $_GET is predefined array type but some times if you are not sure about variable type then you should check first, i said about totally overview you can use both but i prefer isset();
  21. Thanks for nice Answer
  22. as far as i know about both functions ,both are having very small difference array_key_exists use after check it is an array or not (means we need to make sure it is in array format or not) but in isset we don't need to do anything else (by isset directly you can check any type ). i most like isset and error reporting off is not good
  23. you choose bad one
  24. rockwood

    Bars Problem

    me too can't see and your code is pretty much unsafe
  25. PDO with bind values are not enough in this case ?
×
×
  • Create New...