MFS Team Web 0.5 Update 4
MFS Team Web 0.5 Free
Update 4
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:
http://img84.imageshack.us/img84/8960/17461978.png
-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
Re: MFS Team Web 0.5 Update 3
Approved thread ,
Thank u for the release.
Re: MFS Team Web 0.5 Update 3
I found only this ;-) That bulgarian flag is not working because of a Big letter...Html is sensitive for this kind of "error"
So This:
<div><a href="index.php?lang=bg"><img src="_img/flags/bulgaria.gif"....
Change to This: :)
<div><a href="index.php?lang=bg"><img src="_img/flags/Bulgaria.gif"....
And i Can´t get rankings working... its been off defautly or it just doesn´t work ? :)
Re: MFS Team Web 0.5 Update 3
Quote:
Originally Posted by
Zg0mY
I found only this ;-) That bulgarian flag is not working because of a Big letter...Html is sensitive for this kind of "error"
So This:
<div><a href="index.php?lang=bg"><img src="_img/flags/bulgaria.gif"....
Change to This: :)
<div><a href="index.php?lang=bg"><img src="_img/flags/Bulgaria.gif"....
And i Can´t get rankings working... its been off defautly or it just doesn´t work ? :)
Language is working normal tested on Chrome Firefox IE 9
Rankings is working normal, insert the sql code and try again
Re: MFS Team Web 0.5 Update 3
Yea but its Visual error... it show only text instead of that FLAG :)
---------- Post added at 06:43 PM ---------- Previous post was at 06:41 PM ----------
And it works now ;-) i though its only for GR... Thx ;-) and Keep up the good work