MMOwebs Project Blogs Creating Dynamic Gaming Websites was never this easy.

23Mar/107

New Faster Improved Webshop system.

The problem with other webshops is either they are mostly run from the same database as the game itself. So with this the constant access from Webbots ( googlebot, yahoo, etc ) and Users will really slowdown the database and also your server itself.

So my answer to this problem is a new webshop that has.

  1. A disk Cache of all the Webshop data ( via toolz backend cache system ) also managed by the cache manager ( toolz backend cache system )
    • This is lessen Database Access since all webshop data is saved in a single file with a JSON format, which is easily read by PHP or Javascript. For this new system i will use a combination of PHP and Javascript to display data.
13Mar/100

Your Games directly into your Favorite forum, blog or CMS

I been wondering for days now why Don't we just incorporate the Game Control Panels into the you website's forum, blog or even CMS.

It would make things a lot more easier for everyone involved, specially the users.

Now let say for Example, we have a Vbulletin forum. we can incorporate the Private Game System into various ways.

  1. Mutiple Games Enabled : having different games easy since each game information is plugged into the Vbulletin System, NO vbulletin system core changes.
Filed under: Cabal, MU Online, PHP No Comments
9Mar/108

Mu Online Total Online Mod

What this does?
- add a new column in your MEMB_STAT table for total online time for the user EVER!

Does can it count in HOUR, DATE, Minutes?
- yes

Do i need this?
- no idea... it's ur life

What sort of things i can do with this?
- well i don't really know but i use as referral system on my test server. referral Total Online TIme = Mu CASH ^^

STEPS FOR INSTALLATION

1. NEED TO ADD A NEW COLUMN in MEMB_STAT TABLE
-----
COLUMN NAME: TotalTime
TYPE: int
NOT NULL
DEFAULT 0
-----

Filed under: MU Online 8 Comments