[Release] RoseOnlineCMS 3.2 Lite

Status
Not open for further replies.
Joined
Aug 16, 2006
Messages
1,317
Reaction score
49
Location
Ontario, Canada
RoseOnlineCMS Lite

THIS RELEASE WORKS WITH XAMPP!!

AdminCP:
  • Edit news
  • Delete character (3.4)
  • Delete account (3.4)
  • Ban (3.4)
  • UnBan (3.4)
  • Edit characters (3.4)
UserCP:
  • Edit own character(s)
  • Delete own account
  • Delete own character(s)
  • Add stats
Pages:
  • Rankings now include [ Top 10, 50, 100, 200 ]
  • Register
  • Downloads
  • Voting links
  • Staff
  • Forum
  • UserCP
  • AdminCP
Download:
 
when i log into the admin cp i get the error my first post says and when i use a level 100 user and use usercp it says Account has been banned!
 
<?php

// Database
$cms['db']['host'] = 'localhost'; // Database Host
$cms['db']['user'] = 'root'; // Database User
$cms['db']['pass'] = 'mypass'; // Database Pass
$cms['db']['name'] = 'rose'; // Database Name

// Site
$cms['site']['title'] = 'RoseOnline'; // Site Title
$cms['site']['drop'] = '10'; // Server Drop
$cms['site']['expr'] = '10'; // Server EXP
$cms['site']['zuly'] = '10'; // Server Zuly
$cms['site']['temp'] = 'default'; // The default template to be used. Check if it is in the templates folder first.
$cms['site']['girl'] = 'hide'; // Wierd girl appears on the page. Show / Hide
$cms['site']['forum'] = ''; // Forum Link

// Downloads
$cms['site']['client'] = ''; // Client download link
$cms['site']['patch'] = ''; // Patch download link
$cms['site']['launcher'] = ''; // Launcher download link
?>

the client,patch,launcher,site are filled out too
 
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\MServer\Homes\www\RoseOnline\modules\user.php on line 16



??

 
user.php file edit

Click a character to add stats. </p>
<p class="b01"><?php
mysql_connect($config['db']['host'], $config['db']['user'], $config['db']['pass']);
mysql_select_db($config['db']['name']);




Click a character to add stats. </p>
<p class="b01"><?php
mysql_connect($cms['db']['host'], $cms['db']['user'], $cms['db']['pass']);
mysql_select_db($cms['db']['name']);
 
Status
Not open for further replies.
Back