Note: This website is free project for our members. The website will be keep in update anytime when i'm free. If you found bugs and problems please share them so we can fix them. Enjoy again for a one perfect website.
Screenshot:
-Changelog:
-Update 4:
* Added New Server Information (Online/Total) -->ex. 2/5
* Added Gens Ranking + Ranks
* Added Castle Siage Ranking
* Added BotPet Ranking
* Added Administrator Ranking
* Added Vote Reward System
=================In Adding=============
* Added Game Master Panel (Beta)
-code 0 - New GM
-code 1 - GameMaster
-code 2 - Administrator
-code 3 - Owner
* Added Webshop (Beta)
* Added Market (Beta)
* Added Full language support + modules (Beta)
* Added New Register function for GM module (Beta)
* Added Template Option Choose (Beta)
* Added Devil Square Ranking (Beta)
* Added Blood Castle Ranking (Beta)
=======================================
-Update 3:
* Added New Template (requested by users)
* Added New modules
* Reset Hero is fixed
* MD5 is disabled (unfinished yet)
* Vote Reward is disabled (will make an update later)
* Removed Online.php (for secure check)
* Maked new Online.php
* New style.css
* New User CP style
* Fixed Rankings
SQL Codes:
Code:
==========================================================================
Alter table character add GrResets int not null default 0
Alter table memb_info add votes int not null default 0
Alter table Character add GameMasters tinyint not null default 0
Alter table Character add Skype varchar(50) null
==========================================================================
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MEMB_CREDITS]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[MEMB_CREDITS]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[votes]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[votes]
GO
CREATE TABLE [dbo].[MEMB_CREDITS] (
[memb___id] [varchar] (10) COLLATE Modern_Spanish_CI_AS NOT NULL ,
[credits] [int] NOT NULL
) ON [PRIMARY]
GO
CREATE TABLE [dbo].[votes] (
[accName] [varchar] (14) COLLATE Modern_Spanish_CI_AS NOT NULL ,
[lastVoteDate] [int] NOT NULL ,
[voteLink] [int] NULL
) ON [PRIMARY]
GO
Download links:
From SendSpace
From DepositFiles
From GameFront
From MultiUpload
MEGAUPLOAD - The leading online storage and file delivery service
From Dox
Credits:
MFS Team
MuOnline Community