Hello !
This CMS is a quite special, and is different CMS which I'm designing.
This one is more little and more simple, with only a few essential features. The skin is the same as this CMS of RageZone :
Of course, I've changed the source code (it was really bad), and I had to make a PSD by merging all the parts, in order to do some retouching on Photoshop.
I changed the color to blue to respect the FlyFF skin. Screenshot :
Features :
- Servers status
- Online players
- News page (Index)
- Ranking page ([FlyFFr] Ranking page v2)
- Register page ([FlyFFr] Register page)
- Download page
- Forum link
- Login module
- News manager
- Top10 module
- Rebirth system (the rank will display the rebirth values)
- TP system
- Buffs system
Live view: FlyForFrance - CMS
The PSD I made will be available to offer you the possibility to change the CMS title, or apply some changes. I would display the credits of the skin, but I don't know the real author (the one who shared it didn't know his name).
v1:
- Without TP system
- Without Rebirth system
Download v1 release:
FlyFFr - CMS v1
You need wait v2 for TP and Rebirth system.
Installation is too easy, juste extract rar file in your ftp or local server, and edit "\inc\config.inc.php" with notepad and config it with your preference and mysql infos.
Thanks for your understanding,Code:<?php /** * @desc Config include. * * @company FlyForFrance * @Property All * @author plop * @contact plopyy@gmail.com * @version 1.0.0 * @date 14/05/2009 * @access public **/ /* Site */ $sTitle = 'FlyForFrance - CMS'; // Web site title $iNewsPerPage = 4; // Number of news for each page in home page $sForumLink = 'forum/'; // Forum url $sClientLink = ''; // Client url n�1 $sClientName = ''; // Client name n�1 /* Mysql Config */ $sHost = '127.0.0.1'; // Default: 127.0.0.1 EN:Host/IP FR:HOST/IP $sLogin = 'root'; // Default: root EN:Login FR: Identifiant $sPass = ''; // Default: EN:Password FR: Mot de passe $sDatabase = 'flyff'; // Default: flyff EN:Database Name FR: Nom de la base de donn�e $myConnect = mysql_connect( $sHost, $sLogin, $sPass ); $myDatabase = mysql_select_db( $sDatabase, $myConnect ); /* Ranking Config */ $iRankType = 5; // 1: Player only, 2: GM only, 3: Admin/Owner only, 4: Player + GM, 5: Player + GM + Admin + Owner) /* Server Config */ $aServeur['ip'] = '127.0.0.1'; // Default: 127.0.0.1 $aPort['Mysql'] = 3306; // Default: 3306 $aPort['ISC'] = 17000; // Default: 17000 $aPort['Login'] = 23000; // Default: 23000 $aPort['Char'] = 28000; // Default: 28000 $aPort['World'] = 15400; // Default: 15400 ?>
FlyForFrance Team.





![A ready-to-use website [OsaFlyFF]](http://ragezone.com/hyper728.png)


