Jump to content
MakeWebGames

rockwood

Members
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by rockwood

  1. come on help him instead making jokes
  2. pointless we have to think how to grow this community instead of teasing anybody
  3. we have to think about attack system, because which are old those are so outdated and out of fashion(i am specifying more that what i want to say "support attack system")
  4. hint:- bcz you are interacting $_GET directly with query
  5. more better is possible by payment lol - - - Updated - - -   yes my friend Escapes special characters in the unescaped_string , taking into account the current character set of the connection so that it is safe to place it in a mysql_query(). If binary data is to be inserted, this function must be used.
  6. <?php include "globals.php"; $_GET['u'] = abs((int) $_GET['u']); if(!$_GET['u']) { print "Invalid use of file"; } else { // suggestion :- you can remove userstats ,cities, fed and gang from the query bcz you are not using em $_GET['u'] = mysql_real_escape_string($_GET['u'], $link) $q=$db->query("SELECT u.*,us.*,c.*,h.*,g.*,f.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN cities c ON u.location=c.cityid LEFT JOIN houses h ON u.maxwill=h.hWILL LEFT JOIN gangs g ON g.gangID=u.gang LEFT JOIN fedjail f ON f.fed_userid=u.userid WHERE u.userid={$_GET['u']}"); if($db->num_rows($q) == 0) { print "Sorry, we could not find a user with that ID, check your source."; } else { if($ir['DailyVote'] == False) { $r = mysql_fetch_array($q); $db->query("UPDATE `users` SET DailyVote = 'True' WHERE `userid` = &ir['userid']"); $db->query("UPDATE `users` SET upvotes=upvotes+1 WHERE `userid` = &r['userid']"); print "You have up voted the player!"; } else { print "You may only vote once per day."; } } } $h->endpage(); ?> hope it will help you
  7. good job but i can make much best
  8. sure why not, even not far NWE
  9. good work mate
  10. i can configure on any engine this registration script so engine doesn't make difference here
  11. words can change easily (my code is not nested like others you can change everything very easily ) and html,jquery,ajex and php are written seperately
  12. it will be 5$
  13. Thanks Guyz let me know if anybody want to buy it and both spelling and BG is improved.
  14. it having jquery,ajax ,css and php
  15. very good job
  16. good job mate
  17. node.js is also good for use
  18. i can do work on any engine so i can make your required code
  19. can i see your currently webs ?
  20. looking good best of luck
  21. so no possibility for view this design
  22. what kind of browser you are using ?
  23. rockwood

    Kyle

    may be others
×
×
  • Create New...