Jump to content
MakeWebGames

rockwood

Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by rockwood

  1. 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
  2. good job m8
  3. claps for him lol
  4. PDO is easy
  5. amazing, game is making good money but unable to find out a buyer
  6. yes, i was mean it and sorry bcz after drunk i typed those words .  
  7. 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
  8. rockwood

    24hr Challenge

    Best of luck m8
  9. MCC mysqli db class is very old and not enough so if possible than use AB's mysqli db class (NWE).
  10. 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
  11. you should escape values
  12. rockwood

    Need a bot

    if(array_key_exists('id', $_POST)) i think if(isset($_POST['id'])) is better bcz is much faster
  13. it is ruthless engine as far as i can guess
  14. FULLTEXT searches are absolutely going to be faster select COUNT(columnname) FROM table WHERE INSTR(columnname,'keyword') > 0; or follow this http://www.joedolson.com/boolean-query-in-mysql.php
  15. it is very weird problem
  16. possible to see your url for testing purpose ?
  17. i think reasonable amt as per game
  18. onmouseout='style.backgroundColor='#ECEAEA ';' is looking fine ? may be it is error part
  19. Looking Awesome and Best of luck
  20. But few Cheap too
  21. my suggestion :-buy a nice VPS
  22. Monthly Most Active Player on random basis with attached activates
  23. promise from my side you can't remove this error without change
  24. your provided link is not working for me otherwise i can check properly
  25. good worked
×
×
  • Create New...