Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. there are mods on here that do that however wsirc is just that an irc client and should be used as such ><
  2. i would leave a game that did that what would be the point in sitting there doing nothing for 3 mins ><
  3. yea i know its a really good idea i myself have looked into this one [mccode v2] Not much of a MOD more of a great addon.. Private Messenger
  4. ummm bail is money bust you get exp for but it does not matter as longer as the %/amount is low its fine since you can't stop them busting people out anyway stopping them from hitting f5 will just force them to do it the non lazy way anyway back on topic now at least for me
  5. you can't stop people allow a set player to bust them if there quick there quick some with if they get exp from mass crimes you can't stop it you just keep the amount of exp you allow them to get down and your fine
  6. not really money hardly never needs to go into - id's don't (as the example is showing) mccodes needs no negative i think zeggy was not being sarcastic
  7. no thats called getting your post count up... youtube has really good stuff for learning if your willing to put the time in (as i am sure you are :) )
  8. [mccode v2] Ian's Investments ?
  9. looks like a nice template :)
  10. post the old ce link :)
  11. top right of this web page there is a search bar use it well on the main forums page and out in "Investment Bank Mod" ?
  12. you could do as dj is saying but i would put it in a function so if magic_quotes is on or off will not effect how you run it not it will still need to be used like any function its not a "add and its magically secure" function :)   function Clean($text) { if (get_magic_globals_gpc() == 1) { $text= stripslashes($text); } $text= mysql_real_escape_string($text); return $text; }
  13. i have been using the netbeans ide for a week + now and it rocks if your using notepad++ or something like it try an ide like it :)
  14. i have no idea what you mean sorry then again i do pay for my layouts what i know about how to slice is basic at best
  15.   the point was it was wrong but i have seen people do it then wounder why it fails to work here it is (kinda) vailed for text :)   $_GET['name'] = isset($_GET['name']) && is_string($_GET['name']) ? strtolower(trim($_GET['name'])) : false;
  16. if it works it works what gets to me is when people copy and paste it to the top of a file and assume its secure   $_GET['name'] = isset($_GET['name']) && ctype_digit($_GET['name']) ? abs((int) $_GET['name']) : false;   its secure now
  17. i think not getting your money back will stop people bidding on items to drive the price up for someone
  18. if your willing to put time in that will show you how to slice not watched it all but looks good
  19. http://makewebgames.io/index.php?page=DownloadDBView&katID=1 that ?
  20. in a mysql_query you do not need the $c   since mccodes lite only has one database you could drop it (i still use it since its good practice and its there if i ever add a new database) as for using mysql_connect on every page you are your just using it via the "include" of mysql.php   if your going to use mccodes lite as i am i would suggest you look into getting a class file and doing it that way. class files are so much easier if you want to change a function on every page (course you could also just use functions that are added to global_func.php but thats not the same >< ) if you do pick to use a class file A simple, fast database class for PHP 4+ and MySQL is nice and the post has examples on how to use it in case your new :)
  21. people spam games all the time handing out there link to get the 5 crystals (or whatever you offer) sure it was the owner ?
  22. don't mean to ask something private and if you don't want to give a full answer that is fine but why are you selling nothing that would affect the buyer ?
  23. http://makewebgames.io/board800-wishes-for-new-modifications/ i guess if your asking if one is around you could also post in the General discussion could have been ok but this is for posting mods you want people to be able to use (if you create them) not for asking :)
  24. yes there is on cronwerks however i think it needs fixing up o one more thing why not post in the right area ?
  25. nothing wrong with asking for help your right now and then the only way to learn is to ask but not before you even try i mean your adding a mod its not that hard there comes a point when you have to start doing things yourself if people see you trying to fix things (or in this case install...) then they will help if your not willing to try you will not get far same as anything in life
×
×
  • Create New...