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

15Jun/108

Dekaron Admin CP ( with Item Maker )

Dekaron Admin Control Panel is just like any other admin panel. It has it's Account management, Character Editors, Quick Bans, IP search, and it's own Item maker.

The Item Maker is pretty simple and easy to use. First it ask the user (admin) to select which type of Item (Armor, Weapon or whatever...), after that it ask will ask for which Dekaron Character Class will this item for.

Once you selected the Item Type and Character Class. A list will be displayed which you can sort via Name, Item Sub Type ( Boots, Helm, Sword and etc.), or Required Level.

2Jun/109

Cabal Online Item Customizer

Hi there cabalistas...

I haven't done much development for cabal but this is something cool. I'm talking about an Online Cabal Online Item Customizer.

This customizer features all the basic things.

  • Items List with Images and Base Prices

  • Level and Binded

    • with optional Start Level and End Leve
    • Off and On Unbinding
    • Custom Price for Each Level
    • Double Price if Unbinding is Selected
  • Crafting

    • Craft Level Range changeable with Custom Price Multiplier
    • Craft Names editable and also has a Price Multiplier
  • Slots

    • Slot Numbers are editable
Filed under: Cabal, Javascript, PHP 9 Comments
8May/1013

Ran Online Web based Admin/GM Panel

Ran Online has many admin and GM panels. But i feel mine is better :p hihih...

Anyway this control panel is made with PHP, JSON, and a little Ajax... Some features are omitted since i only make custom admin panel catering to each customers needs. Some customer might want a New system and some other not.

Feature List

  • Quick Search by
    • Account Name
    • Account ID
    • Character Name
    • Character ID
    • Guild/Gangs Name
    • Guild/Gangs ID
    • Guild/Gangs Winner for CW
    • Search by User IP
  • Account Manager
    • Edit Account ( Username, Password, Pin Code, E-Mail Address )
3Apr/102

Dekaron and Ran Online

Check out these two new spanking website... Development is still in progress, so this is not the final layout.

RAN Online

http://www.mmowebs.com/ran/

Things Done

  • Template done
  • Side Bar
    • Rankings
    • Server Check & Server Stats
  • Advertisement Slider
  • Vbulletin / Blog News Plugin
  • Item Shop ( new )
  • Equipment Customizer
    • Able to Customize All Equipment Items from all Account at the same time.
    • Setting for Input Range
    • Setting for Price
    • Random Value Special Setting
    • Able to change Random Values
    • Price Re-Adjuster for any changes
  • Vote Rewards System
Filed under: PHP 2 Comments
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
27Feb/107

Developing a Better Ranking System

Well since every gaming project i have always has a Ranking system. I decided to step above the normal Ranking system where people/players are ranked by how much level they gained since they created the character.

The new system would deliver a more precise measurement of how much the player gained in a Daily, Weekly, Monthly and Yearly time frame.

This will give birth to new Ranking Categories, such as;

  • Top Players Today, a ranking for how much Level and Resets the character has gained today.
  • Top Player this Week, like above but for an entire week.
15Feb/100

Javascript Font Replacement ( cufon )

Lately i been going crazy trying to make things easier for my clients and also make their websites "pretty". Then i found this nice Javascript @ Cufón, which replaces your website text into a image generated by Javascript with the font of your choice.

So, how does it work?

Cufón consists of two individual parts – a font generator, which converts fonts to a proprietary format and a rendering engine written in JavaScript.

Demo

We love demos don't we. Ok here one. http://www.mmowebs.com/fonttest/ this is font test with the font Abbeyline ( you can get it at http://www.1001freefonts.com/ )

12Feb/1080

Cabaltoolz v3.1 Release

Here is a another "Re-Release" of CabalToolz.

Demo Link:

http://www.mmowebs.com/cabaltoolzv3darktheme/

Notes and Changes:

  • Added widgets v1 to the backend
  • Added Frontend Local Cache for most used Data. So that website will never bug down anymore.
  • Removes all XML data retrieval directly from backend ( wtf was i thinking when i made that ^^ )
  • I'm also trying to clean up the Frontend.
  • Redid Character Hero Page
  • Redid Guild Page
  • Added Top Guilds to side bar
  • Modified the Signature Code just a little :p
  • Clean-up the Frontend files, they where very messy!