Jump to content
MakeWebGames

Godhand

Members
  • Posts

    448
  • Joined

  • Last visited

    Never

Everything posted by Godhand

  1. Re: $10 Discount for CE Members Payment sent.
  2. Re: [mccode v1&2]Clear Hospital And Jail Shout Boxes Hourly Only one minor thing I see wrong with it, but shouldn't be an issue- If users wanted to access that page they could just rapidly delete all posts... You could add this to your daily cron or code it in for your 5 minute cron to do it once an hour. But I will say well done for the effort just missed a minor detail
  3. Re: EvoGame [bank Mod] This has some potential. Maybe you should show a test site for it?
  4. Re: Mccodes Version 1 Or 2 I'd say use lite to learn the ropes about coding them start from scratch and make a new engine if you have lots of time. If you don't have time just upgrade to v2.
  5. Re: times kicked from gangs I bet that it took longer to post it was wrong then to actually fix it. LOL
  6. Re: User Rating Funny thing is it isn't too hard to fix up provided you really know what happened. I have my error output for this be "of course not" so I remember to check for any weak spots.
  7. Re: User Rating Well its to make sure everything was working ok. Plus it sets up user id 1... which you can do manually. Along with everything else that is done on that page. But I'm assuming just "cuz its easier".
  8. Re: Free 2 - Gym   That is very true. :-D. Theres more then 1 thread to convert versions. Search function is a little nice.
  9. Re: User Rating   Your game got jacked. Make sure you deleted your installer.php. Then go into config.php and set the details to what it should be. Edit: I double checked and that is correct.
  10. Re: Help with Cyberbank!!! add this into your cyberbank.php This requires them to be in the 5th location and be over level 75. if($ir['location'] !== 5 OR $ir['level']<75) ///checks the level and location { die("You must be in the 5th city and be at least level 75 to access the Cyber Bank"); }//Makes the page not work if they don't have the requirements
  11. Re: Money on my game You've tried your money formatter function already? Also checking like shops.php or bank.php you will probably have to manually do without a mass update.
  12. Re: Explore.... Check the lines above that. You might have accidentally forgotten a } somewhere else
  13. Re: Money on my game Heh its been a while since I messed with the outline settings change... isn't it in like header.php? :-) I can't be bothered to look for it... heh.
  14. Re: free welfare mod I will say that I don't think he really wrote the mod... But... as far as I know it hasn't been posted on CE.. and I can't be bothered to look t all the pages I haven't read yet... If you make it a local page variable it would save you some space later on.... All you'd really need is 1 sql file unless you wanted to update this on settings....
  15. Re: $10 Discount for CE Members wow... a page that would cost 1.2m/ month.... id say it would be worth it to them to buy some good servers and max it out... for that much cost... and hire someone to check on it. Then again myspace gets an awful lot of bandwidth.... Paypal must have made a fortune off them.
  16. Re: $10 Discount for CE Members It was a custom virtual private server with 5% off because of bulk subscription.... lmao
  17. Re: $10 Discount for CE Members Now I'm waiting for my domain to register at go daddy. Phew... spent over 1,200 on hosting for a 2 years for around 1TB of bandwidth a month. I know thats quite a bit of investment on my part. I better make that much back or I'll be fairly mad. I could've bought a big tv with that. :lol:.
  18. Re: Clean up cron this could be very useful.... could save quite a few people a lot of time if we set something like this up automatically. My opinion of running it each day- it would drag the database on more then it is worth "daily" maybe set up a custom cron every 28 days or something. (it would be pointless for deleting attack logs and such daily unless you have massive amounts of attacking each day.)
  19. Re: itemmarket.php help   He also said he didn't buy v2.. Check his posts they will tell you that much. Edit- here is a fast evidence for it. http://criminalexistence.com/ceforums/h ... 191#p80191 Or for the lazy
  20. Re: Crimes I was asking because some of your codes have had a portion of v2....
  21. Re: Passport Mod Multi Version   Well that is generally true some people learn better when they are getting roughed up.
  22. Re: Free service haha i could use that to my advantage and let him use a rigged version that doesn't work. now that woudl be diabolical.... to set it up to only work for his ip.. :lol:.
  23. Re: Cant get will bar to go up Seems i was correct... you probably didn't buy v2....
  24. Re: Crimes Now did you really buy version 2?
  25. Re: bank seems you tried to customize bank before you knew too much about it.
×
×
  • Create New...