Jump to content
MakeWebGames

rockwood

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by rockwood

  1. Honestly, i played 1,2,3 with cheat codes lol
  2. rockwood

    Securing $_POST

    you can use this too htmlspecialchars()
  3. me too wanna try if you dont mind
  4. then what kind of password hashing i should use ?
  5. show me example what are you trying ?
  6. syndicate is name of a person ?
  7. rockwood

    Securing $_POST

    bind your values best way
  8. 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
  9. rockwood

    Securing $_POST

    are you sure about this ?? please Compare both db classes
  10. 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
  11. rockwood

    Securing $_POST

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

    Securing $_POST

    isset and empty both are different
  13. rockwood

    Securing $_POST

    HTML5 having inbuilt validation
  14. rockwood

    Securing $_POST

    Mccodes db class is old (also not escaping values properly by Old MCC) so i think it is bit better mysql.class.txt
  15. Good Luck Grant
  16. sorry, i got answer
  17. keep it on guyz good job
  18. rockwood

    Mafia Creed

    good worked and looking clean Best of luck MNG
  19. me too facing this problem what should i do for remove this error???
  20. KyleMassacre's " !=" or you can use of "<>" bcz both having same mean not equal to $q=mysql_query("SELECT im.*, i.*, u.*,it.* FROM itemmarket im LEFT JOIN items i ON im.imITEM=i.itmid LEFT JOIN users u ON u.userid=im.imADDER AND i.itemtypeid <> "item id goes here");
  21. i am leaving this thread.
×
×
  • Create New...