Jump to content
MakeWebGames

rockwood

Members
  • Posts

    416
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by rockwood

  1. Its just an idea function filter($var) { return preg_replace('/[^a-zA-Z0-9]/', '', $var);//you can arrange replacements as per your requirement } $getstr = filter($_POST['string']); if(strcmp($getstr, $_POST['string']) === 0 ){ //statement here ---- return true; }else{ header('HTTP/1.1 400 Bad Request'); }
  2. is responsive template Razor ?
  3. i have willing to do work for you you can contact me on [email protected]
  4. bcz of lots of tweaks
  5. Outdated Engine
  6. ABCD time guyz
  7. 3rd one is better option
  8. rockwood

    Layout

    nice work   Good & Nice Work
  9. Yes, I am Chinese. I Live in Japan, and my home town is in Thailand. LOL
  10. it is very good game with some fantastic options. So try and invite friends too.   http://stealthoperatives.com/index.php?on=profiles&id=4735   Admin also very good and takes care of players and very polite and nice person. You no need to worry about error bcz he is very nice coder. He nicely maintained mission and awards system. Final words from my side is once join you never forget this game. 100 % nice game
  11. sounds awesome!
  12. Yes , he is perfect for this work.
  13. Yes,i know very well
  14. sorry by mistake
  15. very good job so claps from my side
  16. Deprecated: Function ereg() is deprecated in /home/mobste42/public_html/checkem.php on line 20   Deprecated: Function ereg() is deprecated in /home/mobste42/public_html/signup.php on line 21 You have signed up, enjoy the game.   you are using Deprecated functions too
  17. good job m8
  18. claps for him lol
  19. PDO is easy
  20. amazing, game is making good money but unable to find out a buyer
  21. yes, i was mean it and sorry bcz after drunk i typed those words .  
  22. rockwood

    Need a bot

    which example you given that is also right . my point :- isset() i was mean that this is only checking this that this is existing variable or not. array_key_exists() in this case first, if that would not be array then it would create the problem. nothing else
  23. rockwood

    24hr Challenge

    Best of luck m8
  24. MCC mysqli db class is very old and not enough so if possible than use AB's mysqli db class (NWE).
  25. try this $db->query("INSERT INTO p_messages(pmc_id, s_id, r_id, message, time) VALUES($c_id,$userid,$fr_id,$pmessage, NOW())"); now() should without quotes bcz it is predefined function for mysql current date & time
×
×
  • Create New...