having another problem...
<?php
/*******************************************/
/* FlyCMS */
/* Credits : Syntax12/Shirls of RageZone */
/*******************************************/
/* EDIT THE DETAILS BELOW */
/* TO MAKE THIS CMS WORK */
/*******************************************/
//error_reporting(E_ALL);
// Server Information
// Name of the server
$name = "Molma's Flyff";
// A slogan
$slogan = "Molma will be known EVERYWHERE!";
// Exp rate
$exprate = "250";
// Drop rate
$droprate = "300";
// Quest drop rate
$questdroprate = "300";
// Penya rate
$penyarate = "1 for sum reason";
// Link to the forum
$forum = "http://molmaflyff.pro-forums.com";
// MySQL Information
// Host
$db_host = "localhost";
// Database User
$db_user = "root";
// Database Password
$db_pass = "molma";
// Database; flyff by default
$database = "flyff";
// Connect Information
// Server IP
$serverip = "127.0.0.1";
// Login server port; 23000 by default
$loginport = "23000";
// Char server port; 28000 by default
$charport = "28000";
// World server port; 15400 by default
$worldport = "15400";
// Style Information
// You can change the style here. Possible styles: green, blue, flyff.
$site_style = "flyff";
// Left menu image
// Here you can set the left menu image. Possible images: 1 and 2. Just put "" if you want no image.
$left_image = "1";
// Register Information
// Do you want a captcha or question method at register? Just change it to captcha or question. You can change questions in includes/reg_questions.php n_n
$register_method = "captcha";
// Rank Information
// This makes the ranks show either players only or players, GMs and Admins. Blocked users are never shown!
$show_players = 0; // Change to 0 to show GMs and Admins aswel.
// How many characters should it show per page?
$rank_limit = 30;
// Scrolling Message
// This message appears at the top of the site below the banner and moves from right to left. HTML applies.
$scrollMessage = "Welcome to <b>".$name."</b>! Enjoy your stay!";
// Enable the latest news features? (Disable this if you don't want to add the extra database table.
$show_news = 1; // Make 0 to disable.
// How many news messages to show?
$news_limit = 10;
// Order them by newest(DESC) or oldest(ASC)?
$news_order = "DESC";
// If you disable the latest news, you can set a standard welcome message here.
$welcomeMessage = "Welcome to <b>".$name."</b>! We hope you enjoy your stay. Do not forget to check out the many features this server has to offer!";
// Sidebar Links
// Fill in accordingly for each link to show up on the sidebar. The number in the brackets is the link number.
// Keep increasing the number to add more links. Link's url can also be on the site like the registration page.
$link[1]["text"] = "Download";
$link[1]["url"] = "http://rapidshare.com/files/151919108/Neuz_no_GG.exe";
$link[2]["text"] = "Another Forum Link";
$link[2]["url"] = "http://molmaflyff.pro-forums.com";
// Client Downloads
// These work the same like the links, just add another number for a new client.
$client[1]["text"] = "FlyffUsaSetup_11th_xfire.exe";
$client[1]["url"] = "http://files.filefront.com/FlyffUsaSetup+11th+xfireexe/;9621674;/fileinfo.html";
// Patch Downloads
// These work the same like the links, just add another number for a new patch.
$patch[1]["text"] = "Our Patch";
$patch[1]["url"] = "http://rapidshare.com/files/151919108/Neuz_no_GG.exe";
// Connect to the database
mysql_connect($db_host, $db_user, $db_pass) or die("Failed to connect to the database. Wrong host, user or password entered.");
mysql_select_db($database) or die ("Could not find the database named <b>".$database."</b>.");
?>
the webiste just stopped working for some reason the only thing that hapopend is that i had to turn off the cpu