Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] RoseOnlineCMS v3 Lite!

Joined
Aug 16, 2006
Messages
1,317
Reaction score
49
Please report any bugs here.
Also, read the readme before you fill out config.php

Download:

Re-Download if you have problems.
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
its jus commin to a blank page after i changed it all in config and stuff
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
nope then why was the other one working prefectly fine
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
oo i think i found wut u did wrong --

// Database
$config['db']['host'] = 'localhost'; // Database Host
$config['db']['user'] = 'root'; // Database User
$config['db']['pass'] = 'roseon_beta'; // Database Name
$config['db']['name'] = ''; // Database Pass

you got mixed up with the last 2 u c?
**edit** nope it didnt work
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
hmm wut do u think the problem is??

if u use AIM or MSN can u give it to me?
 
Joined
Aug 16, 2006
Messages
1,317
Reaction score
49
That wont help, it's your webserver!

Xampp: Search around for a guide....
Wamp5: Try wamp5, if your not using it, im using it and it works fine for me.
 
Custom Title Activated
Loyal Member
Joined
Mar 28, 2006
Messages
2,383
Reaction score
0
Great release -Element, thanks!
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
Awesome! Got It Workin!!


but one prob wen i log in wit my username and pass it says account has been banned..
 
Legendary Battlemage
Joined
Aug 11, 2006
Messages
632
Reaction score
1
Question:

I want to make the Admins level 500 and users 300

In the functions.php, is this the place to change it, or is it someplace else??

function checkAdminLogin() {
$result = mysql_query("SELECT * FROM accounts WHERE username = '$U' and password = '$P' and accesslevel = '500'");
}

function checkUserLogin() {
$result = mysql_query("SELECT * FROM accounts WHERE username = '$U' and password = '$P' and accesslevel = '300'");
}


A thought, maybe make the levels configurable in the config file? Just my thoughts. Keep up the great work!
 
Joined
Aug 16, 2006
Messages
1,317
Reaction score
49
function checkAdminLogin() {
$result = mysql_query("SELECT * FROM accounts WHERE username = '$U' and password = '$P' and accesslevel = '500'");
}

function checkUserLogin() {
$result = mysql_query("SELECT * FROM accounts WHERE username = '$U' and password = '$P' and accesslevel = '300'");
}


are the old functions

Open modules/login.php and replace the 100 with 300....

open modules/alogin.php and replace the 300 with 500
 
Experienced Elementalist
Joined
Feb 21, 2007
Messages
218
Reaction score
0
why is it showing that my account is banned even when i do admin log in it says logged in click HERE i click "here" and it says log in..
 
Back
Top