Jump to content
MakeWebGames

UCC

Members
  • Posts

    444
  • Joined

  • Last visited

    Never

Everything posted by UCC

  1. Re: Attack Daysold Limit if signedup > time() - 432000 =Dont Hurt Me
  2. Re: Seanybob's Official Mod Corner Oh you are right. I assumed they would be highlighted and not hidden off to the side
  3. Re: Seanybob's Official Mod Corner You rock SB but did you really need to post your page when there is nothing on it yet?
  4. Re: Supporter Days{v1} If you insist. I think it is stupid. You have donator days, that's all you need. Supporter days are quite pointless
  5. Re: Bug in Silvers Weapon Stocks Mod By the time I was finished with that mod, I had almost re-wrote the whole thing. There were definately about a half dozen bugs/logic errors but I dont recall what they were.
  6. Re: Optimising Brave Update Are you running on a free server or a POS cheap server? I would guess that is the likely problem.
  7. Re: In game forums for sale Fatal Error. I cant check it out
  8. UCC

    Install

    Re: Install You first need to login to the administration panel for your account, cPanel, or whatever you have. You setup a blank database with username and password, and then when you configure install and run install, it will build your database from there.
  9. Re: Arsons City Owning Mod Maybe we dont give a **** what you think? Your an ass, you can't blame Oxi for that either way
  10. Re: Anyone Got The Register.php That That is 2.0 code. Go Buy it fool.
  11. Re: [v1] Maximum Users Online Counter Well I personally would put it in a 5 minute cron, I dont care if my 'record' is potentially 2-3 players lower than actual. I was trying to think of a secondary page but could not come up with a great option. Even if you put it under Explore, at least it wouldnt be ran every single time someone loads a page. On an active game, you could probably even put it under the bank page. Some may think I am just being an ass when I make comments like the one above, but I have spent a fair amount of time optimizing the processing of my game with terrific results.
  12. Re: [v1] Maximum Users Online Counter It is not too bright putting something like that in header.php to load every pageload. Sure it is the most accurate but it is going to kill your processing speed if you game has even a medium sized playerbase. Either run on secondary page, or even run in the 5 minute cron.
  13. Re: Game owners sending out referal link. No speaking from assumptions. There are similar reasons to do this that don't include spam. But I dont use this system, I have programmed a detailed advertising tracking system that tracks the origin of 90% of my players and then reports on the income received per banner campaign. It does not use referal_ids as banner ads are not players.
  14. Re: Game owners sending out referal link. My guess is they want to track what form of spam is bringing in their users. :mrgreen:
  15. Re: Fed Jail haha. When I first started working on my game a year ago, I lost my staff level and took a little learning to figure out how to fix it. :D
  16. UCC

    File size of Remote image?

    Re: File size of Remote image? Me Likey! Thanks
  17. My guess is that this is impossible. However, I thought I would ask. Let's say I wanted to have users host a particular image on an External site like imageshack. However, I still want to enforce file size limits so they can't link to 2MB files that other users would be forced to download. Is there anyway at all that PHP can check the file size of a remote file link? I found getimagesize but it does not show the file size just the dimensions
  18. Re: Need Help Quick [Viewuser.php] How in the hell is $rank determined
  19. Re: Is There Anyway I Could........ Well you need a table or a $_SESSION variable that tracks the last time they did a crime. Then when they go to do a crime, you do a simple calculation. If Lasttime > time() - 60 Then Give notice that they must wait Else Proceed
  20. Re: idea for mod Thanks for proving I was correct Ferdi
  21. Re: delete shop   :s wat u mean i ant admin on there also can any 1 convert that? I just assumed since you seem to run a game and you have their game and not yours in your signature. You also have a low User ID on there
  22. Re: idea for mod I think it is a dumb idea. Just another way to give out free money etc to players for not doing anything. Might as well just have a mod that says Pick a number 1 through 10 and you can only play once a week. lol.
  23. Re: delete shop You are admin on Mobs law and you cant make a delete shop function?
  24. Re: Problem with Registration.php! How about you tell us what the problem is and we help you figure out the solution?
  25. Re: v3 game engine Really that's my opinion? I had no idea. I guess if I state My opinion and it differs from someone else, I have to make a disclaimer. I didnt see you make the same disclaimer for Zahid.
×
×
  • Create New...