PhoenixMS CypeCMS (With Forum And Intro Page)
This is my first release so i hope its a good one for all you noobies out their. Basically its Cype CMS but with a couple of modifications.
Link: http://www.mediafire.com/download.php?dmd2y5tznmy
Screen Shots
http://img197.imageshack.us/i/65293938.png/
http://img96.imageshack.us/i/20706314.png/
http://img197.imageshack.us/i/31061266.png/
http://img14.imageshack.us/i/26187282.png/
http://img5.imageshack.us/i/85824632.png/
http://img5.imageshack.us/i/40199181.png/
http://img5.imageshack.us/i/47902921.png/ ( Forum Board )
http://img5.imageshack.us/i/97275323.png/ ( Forum Admin CP )
Also Included
# Easy to install phpBB3 forum
# Intro Page ( Open in Notepad to edit..) no need for configuration just type in - http://yourip/index.html
Current Features
# Easy Installer Directions
# Primarily SQL powered (Almost no file editing needed)
# Login Menu
# User Control Panel
# GameMaster Control Panel (Barely)
# Administrator Control Panel
# Vote link management via ACP
# Style/Skin Management
# Profiles
# News, Events, GM Blog
# Rollover Image rankings on main page
# Flash Server Status
# Customized rankings
# IP logging
# Page/Mod adder in ACP
# GM log
# Mail System
# Ticketing System
# AresGD v.62 Character Display (Thanks, phpVana)
And much more...
Modifications
# Fixed redirect page ; if you wanna fix without downloading a new cms go into redir.php and add this code after <?php
PHP Code:
header( 'refresh: 7; url=/cype/' );
echo '<h1>can put text here</h1>';
# Added Help / Info Page
# Added Chat Page
# Added Vote page ( Details on how to embed codes inside. ) site/sources/public/vote.php
# Added Contact Us page (add link to middle banner if you want) http://yourip/site/?cype=main&page=contact
# Added intro sound for when you log in
# Added background music (4 maplestory sounds set on random)
# Have to be logged in to download client / maple
# Have to be logged in to vote
# Modified scroller in properties.php in admincp so it doesnt go wierd when a lot of info is in there
# Added Admins, Gm's and Gm's needed ( edit in cype_gmproperties ) to rightmenu.php
# Must accept Terms Of Service before you are able to register
# Removed Navbox at bottom because it was pointless
# Removed skins box from bottom ( Just edit The PhoenixMS style to personalise it to your own )
# Changed (Powered By Cype) to (~ Welcome) which is easy anyway
# Vote config is now Register config since there is a vote page now
# Removed AdminCP and PlayerCP from top nav bar since they are in the left nav column
# Fixed a couple of minor errors
To install the forum just go to http://yourip/forum/install , and go through the installation guide (when it asks for database name put odinms)
dont change the websites file from (site) to whatever or you will get errors. Same with the forum.
Changing Background Music
Changing the back ground music is simple, put your wanted mp3 file into the bgm music folder which is in sources then go into styles/phoenixms/header.php and find.
PHP Code:
if(rand(0,3)==0) {
echo '
<bgsound src="C:\wamp\www\site\sources\bgm\bluesky.mp3" loop="infinite">';
}
elseif(rand(0,2)==0) {
echo '
<bgsound src="C:\wamp\www\site\sources\bgm\amoria.mp3" loop="infinite">';
}
elseif(rand(0,1)==0) {
echo '
<bgsound src="C:\wamp\www\site\sources\bgm\shiningharbor.mp3" loop="infinite">';
} else{
echo '
<bgsound src="C:\wamp\www\site\sources\bgm\upon the sky.mp3" loop="infinite">';
}
change the mp3 name to the one you put into the bgm folder
:laugh::laugh:
Credits:
Murad ( Creator )
Me ( Modifier )