Jump to content
  • 0

Ceres control panel error password. help(request)


Question

Posted

Hello forum support,

we are unable to login on with an account create ragnarok on ceres cp. our passwords are md5 and in all we had to activate the config file. as well as login.conf. if not on the phpmyadmin 3.5.1 we are able to login on ragnarok with passwords created above. We would like her if possible assistance would be appreciated. thank you in advance

Anyone can help me stp i search about.this last two days

6 answers to this question

Recommended Posts

Posted

Sorry, I coudn't understand you.

Your problem is: Your passwords need to be in md5 but Ceres is not registering them.

Or the problem is: All your password is in md5 because of Ceres misconfiguration and you don't know hot to disable it.

Try to be a little more specific. @_@

Posted (edited)

in my database, all the login / password are in md5. In ceres control panel, in the registration page. one is able to create an account that works by opening the panel but we are unable to create the account connects to ragnarok its mark bad login or bad password. This account: user: test1 pass: test1 In the configuration file and in the login.conf, we checked the right data and using phpMyAdmin 3.5.1. we don't understand that why it does not work. it was thought at the port but they are all open on the router. we changed the priviledge of both sides, but still nothing. We hope that your help will be precious. we just lost three days ahead and we must open our server for the month of August.

Edited by fredou81
Posted

Nice, it so much more clean now.

So, for sure, in login_athena.conf is set like this:

// Store passwords as MD5 hashes instead of plaintext ?
// NOTE: Will not work with clients that use <passwordencrypt>
use_MD5_passwords: yes

And in config.php of Ceres is set like this:

$CONFIG['md5_pass'] = '1'; 

Right?

all the login / password are in md5

The username is in md5 too? I think there's only support to the password camp.

Posted (edited)

We use wamp server and phpmyadmin we have no password to get into the database. andialus implemented a by chance and worked on the panel but there is still unsure how to put one on phpmyadmin.

//sql connections

$CONFIG['rag_serv'] = 'localhost'; // SQL Ragnarok Host

$CONFIG['rag_user'] = 'hidden'; // SQL Ragnarok User

$CONFIG['rag_pass'] = 'bonjour'; // SQL Ragnarok Password

$CONFIG['rag_db'] = 'ragnarok'; // SQL Ragnarok Database name

$CONFIG['log_db'] = 'log'; // SQL Ragnarok Log Database name

$CONFIG['cp_serv'] = 'localhost'; // SQL CP Host

$CONFIG['cp_user'] = 'hidden'; // SQL CP User

$CONFIG['cp_pass'] = 'bonjour'; // SQL CP Password

$CONFIG['cp_db'] = 'cp'; // SQL CP Database name

$CONFIG['md5_pass'] = '1'; // Use MD5 password (enable = 1, disable = 0)

$CONFIG['safe_pass'] = '0'; // Force the use of a safer password with size 6 and at least 2 letter and 2 numbers (enable = 1, disable = 0)

//Admin Area

$CONFIG['cp_admin'] = '99'; // CP admin functions

$CONFIG['gm_level'] = '70'; // CP GM funtions

$CONFIG['gm_hide'] = '40'; // GMs this level and above will be hidden from whoisonline.php

//WOE

// sun = sunday, mon = monday, tue = tuesday, wed = wednesday, thu = thursday, fri = friday, sun = sunday

// place week_day(start_time, end_time) and a ';' between the times the freya default woe times is set as an example

// there is no limit you can place as many as you want, no spaces are needed, but using it you can understand.

$CONFIG['woe_time'] = 'sun(1500, 1700); tue(1900, 2100); sat(1300, 1500); ';

$CONFIG['agit_check'] = '0'; // This WILL NOT WORK unless you installed the npc script AND you updated your ragsrvinfo table, read the installation notes for more info.

//server name, rates

$CONFIG['name'] = 'Nibelung Valesti'; // name of the server

$CONFIG['rate'] = '22/22/12'; // rates of the server

date_default_timezone_set('America/Montreal'); // game server Timezone (useful if your webserver's timezone is different than game server).

$CONFIG['dynamic_info'] = '1'; // Use info (rates) from the server itself?

$CONFIG['dynamic_name'] = 'Nibelung Valesti'; // The name of the server in ragsrvinfo's server name column (Used for dynamic info)

$CONFIG['show_rates'] = '1'; // Show rates below server status?

//map,char,login servers settings

$CONFIG['accip'] = '127.0.0.1'; // Account/Login Server IP

$CONFIG['accport'] = '6900'; // Account/Login Server Port

$CONFIG['charip'] = '127.0.0.1'; // Char Server IP

$CONFIG['charport'] = '6121'; // Char Server Port

$CONFIG['mapip'] = '127.0.0.1'; // Zone/Map Server IP

$CONFIG['mapport'] = '5121'; // Zone/Map Server Port

//default language

$CONFIG['language'] = 'Francais'; // default language (remember to check if the translation exist before set)

//cp features

$CONFIG['disable_account'] = '0'; // disable the account creation disable = 1, enable = 0

$CONFIG['auth_image'] = '0'; // enable the verification code image, to check if it's a real person using the cp, instead of a bot (brute-force atack) - Recommended, but requires gd library (enable = 1 disable = 0)

$CONFIG['max_accounts'] = '0'; // Max accounts allowed to be in the DB (0 = disabled)

$CONFIG['password_recover'] = '1'; // password recover enable = 1, disable = 0

$CONFIG['reset_enable'] = '1'; // reset position enable = 1, disable = 0

$CONFIG['reset_cost'] = '300'; // reset position cost, disable cost = 0

$CONFIG['money_transfer'] = '1'; // money transfer enable = 1, disable = 0

$CONFIG['money_cost'] = '50'; // money transfer cost (100 = 1%), disable cost = 0

$CONFIG['set_slot'] = '1'; // change char slot enable = 1, disable = 0

$CONFIG['reset_look'] = '1'; // reset char equips and colors with error enable = 1, disable = 0

$CONFIG['marry_enable'] = '1'; // enable marriage view and divorce

$CONFIG['prison_map'] = 'sec_pri'; // Name of the map that is used as your jail (mapname.gat)

//About Information

$CONFIG['classlist_show'] = '1'; // Show the class list on about.php? (disable = 0, enable = 1)

//Mail

$CONFIG['smtp_server'] = 'localhost'; // the smtp server, the cp will use to send mails

$CONFIG['smtp_port'] = '25'; // the smtp server port

$CONFIG['smtp_mail'] = '[email protected]'; // the email of the admin

$CONFIG['smtp_username'] = 'heyhey'; // the username of the smtp server

$CONFIG['smtp_password'] = 'hello'; // the password of the smtp server

 

//DO NOT MESS WITH THIS

extract($CONFIG, EXTR_PREFIX_ALL, "CONFIG");

extract($_GET, EXTR_PREFIX_ALL, "GET");

extract($_POST, EXTR_PREFIX_ALL, "POST");

extract($_SERVER, EXTR_PREFIX_ALL, "SERVER");

error_reporting(0);

?>

someone can help us stp. check my file if error on please

Edited by fredou81
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...