MFS Team Web 0.5 Update 3

Results 1 to 5 of 5
  1. #1
    MFS Team Owner diablo71 is offline
    MemberRank
    Jan 2007 Join Date
    BulgariaLocation
    876Posts

    wink 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:


    -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
    Last edited by diablo71; 26-11-11 at 01:39 AM.


  2. #2

    Re: MFS Team Web 0.5 Update 3

    Approved thread ,
    Thank u for the release.

  3. #3
    Apprentice Zg0mY is offline
    MemberRank
    Jul 2010 Join Date
    6Posts

    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 ? :)
    Last edited by Zg0mY; 07-07-11 at 07:30 PM.

  4. #4
    MFS Team Owner diablo71 is offline
    MemberRank
    Jan 2007 Join Date
    BulgariaLocation
    876Posts

    Re: MFS Team Web 0.5 Update 3

    Quote Originally Posted by Zg0mY View Post
    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

  5. #5
    Apprentice Zg0mY is offline
    MemberRank
    Jul 2010 Join Date
    6Posts

    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



Advertisement