Jump to content
MakeWebGames

wolfe

Members
  • Posts

    388
  • Joined

  • Last visited

Everything posted by wolfe

  1. Re: is there any tutorail on how to set up mccodes [v2]? Well, they cant seem to do an install of mccodes with instructions. They should learn basics before even attempting that.
  2. Re: is there any tutorail on how to set up mccodes [v2]? The OP has a thread around here about how their site was hacked. So someone has already installed it at one time for them.
  3. Re: is there any tutorail on how to set up mccodes [v2]? lmao. A legitimate copy of the codes has INSTRUCTIONS.
  4. wolfe

    Gang Error

    Re: Gang Error Hard to tell with that chunk of code. Do you have values for gangMOD1 and gangMOD2? Are they already inside your gang table?
  5. Re: could i have 20 seconds of your time please!? help needed You have it inserting $sm. What is $sm? Is it supposed to be the money? Because you have $money already and i dont see $sm in there.
  6. Re: Security $1 [Mc Code V2]   from your keyboard! If this guy is going to sell crappy code he will destroy his rep here and just for $1. So it's worthing the try. :roll: Worthing?
  7. Re: secure Are you going to make a thread for every file in your game instead of reading up on the different help topics on how to secure your site?
  8. Re: Mass Crystals give gangs Its a free mod. People modify and improve the free mods all the time. He should have indicated that the original code had come from the original maker, however, since he was posting it. A bit of respect goes a long way.
  9. Re: Mccodes v2 need help Why would a guy have "babe" in their username?
  10. Re: Mccodes v2 need help Best part: http://criminalexistence.com/ceforums/index.php?topic=30046.0 A couple of days ago she was already hacked. So shes had someone already do an install for her? And now she needs to do it again. I wish some people would take time to learn the basics of this stuff.
  11. Re: who makes cheap and good layouts/templates? Illegalife makes some unique decent ones. He was about 60-65 but may have gone up.
  12. Re: Mccodes v2 need help This confuses me. You are looking for work, but you do it for free...
  13. Re: [mccodes] Advanced Pet Mod [$15] Well... considering its not CrazyT who is selling this particular mod...
  14. Re: Content for sale, that's right. LOL Wait... you are selling these off but looking to buy more crimes? hmm. If your other crimes look like those two, you have some value there.
  15. Re: Content for sale, that's right. nyc... show us an example of a crime or two.
  16. Re: urgent question   Hmmmmm looking back at your posts you have gained alot of help from members on here yet you return the favour by trying to stuff up someone elses work ??? what a nice person you must be :roll: Some kids think its cool to bite the people that help them.
  17. Re: Max Bank Interest Update users set bankmoney = bankmoney + (bankmoney * .05) where bankmoney > 0 && bankmoney < 20000000 update users set bankmoney = bankmoney + 1000000 where bankmoney >= 20000000 HD's method should work as well. Less queries that way.
  18. Re: urgent question If hes getting the md5 passwords you need to secure all your inputs and secure the site as a whole. There is a lot of information on this forum. Use the search feature if you have other issues after checking out the link shedh posted.
  19. Re: any idea why this isnt working anymore? *sigh* This question pops up A LOT. The input you are inserting in doesnt equal the number of fields in the table. You have to make sure that you are inserting into the right fields and that every field is covered. If you made a change to the items table (added or removed a field) you have to make sure this query also reflects that change.
  20. Re: MCCodes V2 Installation problem Like watching a trainwreck.
  21. Re: Next Generation Browser Game Engine - Input Request You would want to get the engine out there... (handled better than some other engines of course) and then possibly make money off the mods,etc.
  22. Re: Next Generation Browser Game Engine - Input Request Really depends if you want to run a game or if you want to run the engine as a business. I would say 2 or 3... you would want to get the engine out there.
  23. Re: rewrite of monorail needed Yeah, then its definitely not monorail you need. Use some of the suggestions and have the explore only show options after certain levels are hit.
  24. Re: Out Of curiousity Always wise to tell an admin to shut up. :roll:
  25. Re: why isnt it refilling? ... you need to take some time and learn the code you are working with. If you want field x to refill so much per 5 mins, then you need to include the query that adds that amount to that field every 5 mins. Kind of like the energy query you have in your 5 min cron.
×
×
  • Create New...