[Release]BlueCMS

🚫
Exiled
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Enjoy

Download:


Demo:

Fix for parse error!:
Code:
// Database Info
$db_host = "localhost";
$db_user = "root";
$db_pass = "pass";
$db_name = "bluecms";
The reason why I'm releasing all of these unfinished CMS's are because I have a big project I'm working on and will be released soon so I figured these sites shouldn't go to waste so here you guys have them! :P


NOT GIVING SUPPORT, NOT THAT GOOD.

josho192837 - [Release]BlueCMS - RaGEZONE Forums
 
Last edited:
lol .. dont think he goes on anymore

"The reason why I'm releasing all of these unfinished CMS's are because I have a big project I'm working on and will be released soon so I figured these sites shouldn't go to waste so here you guys have them! :P"
 
little fix on config

PHP:
<?php

// Database Info
$db_host = "localhost";
$db_user = "root";
$db_pass = "pass";
$db_name = "bluecms";

$db = mysql_connect($db_host, $db_user, $db_pass) OR die ('Cant connect to the database');
mysql_select_db($db_name, $db);

// Server Specs
$server_ip = "71.207.115.154"; //http://whatsmyip.org
$server_name = "MyMaple";
$server_login_port = "7575";
$forum_url = "../";

// Banner
$color_red = "255";
$color_green = "100";
$color_blue = "255";

// Information
$exp = "1";
$drop = "1";
$meso = "1";
$version = "v59";
$owner = "Billy Bob Thorton";

// Downloads
$client_link = "MyMaple.exe";
$client_name = "MyMaple Client Download";
$MS_Setup = "#";
$MS_name = "v.60 MapleStory Setup";

//Coming in next version:

// Website Online? 
$web_online = "1"; // 1 = Yes 0 = No
$web_title = "Offline title"; // Offline message title
$web_message = "Offline message"; // offline message

?>
 
here is the 24/7 demo



but then the status is kinda stuff up and idk is it me o it looks kinda lanky ..

here is a screenshot of it in

IE7
josho192837 - [Release]BlueCMS - RaGEZONE Forums


MF3.0.5
josho192837 - [Release]BlueCMS - RaGEZONE Forums
 
Yeah, I didn't make this compatible with any other browser. Firefox 3 supported.

If you get errors, it WILL get distorted because I made this using tables.
 
No mistakes, I didn't really code this for capability because I usually don't release things I make, but I was going to delete this, so I figured I'd share for once :P.
 
lol there is

instead of this ion the config
<?php

// Database Info
$db_host = "localhost";
$db_user = "root":
$db_pass = "pass";
$db_name = "bluecms";

should be

<?php

// Database Info
$db_host = "localhost";
$db_user = "root";
$db_pass = "pass";
$db_name = "bluecms";
 
Oh lol, I changed that inside the rar file :P

It wasnt n there for me so I didn't notice. Sorry.
 
Back