Jump to content
MakeWebGames

rockwood

Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by rockwood

  1. your Jquery is not working i am assuming this ?? you have to check error in console(firebug)
  2. Good Job mate
  3. from where can i check this screenshot bcz current one is not working ??
  4. rockwood

    Kyle

    http://www.torn.com/profiles.php?XID=1011935 Kyle is you in torn ???
  5. game online or offline is doesn't matter ???????
  6. Notepad++ XAMPP Mozilla/ Chrome Adobe Photoshop Filezilla Client Gtalk
  7. yes good idea +1 from my side
  8. who has seen the future (xD)
  9. Honestly, i played 1,2,3 with cheat codes lol
  10. rockwood

    Securing $_POST

    you can use this too htmlspecialchars()
  11. me too wanna try if you dont mind
  12. then what kind of password hashing i should use ?
  13. show me example what are you trying ?
  14. syndicate is name of a person ?
  15. rockwood

    Securing $_POST

    bind your values best way
  16. rockwood

    Securing $_POST

    yes, you have a valid point and i am agree with your comments. as per my view a change is required in old db class something like new update. it is not very hard to do
  17. rockwood

    Securing $_POST

    are you sure about this ?? please Compare both db classes
  18. rockwood

    Securing $_POST

    1. The MCC db class not looking enough as per my view so i added as suggestion. 2. for use have to recode every query and lots of changes. and i tested this is working 100% perfectly
  19. rockwood

    Securing $_POST

    if (!empty($_POST['name'])) { $_POST['name'] = filter_var($_POST['name'], FILTER_SANITIZE_STRING); }else{echo "Error";} i am sanitizing
  20. rockwood

    Securing $_POST

    isset and empty both are different
  21. rockwood

    Securing $_POST

    HTML5 having inbuilt validation
×
×
  • Create New...