Jump to content
  • 0

cannot login to my ceres/fluxcp


simplemhan

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

I cannot login but i can register.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  206
  • Reputation:   16
  • Joined:  01/03/12
  • Last Seen:  

More details? Is it actually registering or is the form just being submitted? Check your mysql db. Also does your mysql have permission such as select?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

<?php
/*
Ceres Control Panel

This is a control pannel program for Athena and Freya
Copyright (C) 2005 by Beowulf and Nightroad

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

To contact any of the authors about special permissions send
a mail to [email protected]

This file was generated using install.php
*/

//sql connections
$CONFIG['rag_serv']        =    'localhost';    // SQL Ragnarok Host
$CONFIG['rag_user']        =    'root';        // SQL Ragnarok User
$CONFIG['rag_pass']        =    '0041541';        // SQL Ragnarok Password
$CONFIG['rag_db']            =    'ragnarok2';        // SQL Ragnarok Database name
$CONFIG['log_db']            =    'log';        // SQL Ragnarok Log Database name

$CONFIG['cp_serv']        =    'localhost';    // SQL CP Host
$CONFIG['cp_user']        =    'root';        // SQL CP User
$CONFIG['cp_pass']        =    '0041541';        // SQL CP Password
$CONFIG['cp_db']            =    'cp';            // SQL CP Database name

$CONFIG['md5_pass']        =    '0';            // Use MD5 password (enable = 1, disable = 0)
$CONFIG['safe_pass']        =    '1';            // 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(1600, 1800); mon(1600, 1800); tue(1600, 1800); wed(1600, 1800); thu(1600, 1800); fri(1600, 1800); sat(1600, 1800); ';
$CONFIG['agit_check']        =    '1';            // 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']            =    'Customized Ragnarok Online';    // name of the server
$CONFIG['rate']            =    '8M/8M/8M';        // rates of the server
date_default_timezone_set('Philippines/Manila');        // game server Timezone (useful if your webserver's timezone is different than game server).
$CONFIG['dynamic_info']        =    '0';            // Use info (rates) from the server itself?
$CONFIG['dynamic_name']        =    'Customized Ragnarok Online';    // 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']            =    '192.168.254.102';    // Account/Login Server IP
$CONFIG['accport']        =    '6900';        // Account/Login Server Port
$CONFIG['charip']            =    '192.168.254.102';    // Char Server IP
$CONFIG['charport']        =    '6121';        // Char Server Port
$CONFIG['mapip']            =    '192.168.254.102';    // Zone/Map Server IP
$CONFIG['mapport']        =    '5121';        // Zone/Map Server Port

//default language
$CONFIG['language']        =    'English';        // 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']        =    '1';            // 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']    =    '0';            // money transfer enable = 1, disable = 0
$CONFIG['money_cost']        =    '10';            // 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)

/[img=http://rathena.org/board/public/style_emoticons/default/ani_mail.gif]
$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']    =    '';            // the username of the smtp server
$CONFIG['smtp_password']    =    '';            // 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);
?>

where in this area is wrong so that my players can login into my control panel

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: PDOException

Message: SQLSTATE[HY000] [2005] Unknown MySQL server host 'customizedro.sytes.net:3306' (11004)

File: C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php:81 File Line Function/Method C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php 81 PDO::__construct() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php 94 Flux_Connection::connect() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php 159 Flux_Connection::getConnection() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxLoginServer.php 527 Flux_Connection::getStatement() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxSessionData.php 262 Flux_LoginServer::isIpBanned() C:Program FilesAbyss Web Serverhtdocsfluxcpmodulesaccountlogin.php 19 Flux_SessionData::login() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxTemplate.php 337 include() C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxDispatcher.php 168 Flux_Template::render() C:Program FilesAbyss Web Serverhtdocsfluxcpindex.php 170 Flux_Dispatcher::dispatch()

Exception Trace As String

#0 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php(81): PDO->__construct(*hidden*)

#1 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php(94): Flux_Connection->connect(Object(Flux_Config))

#2 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxConnection.php(159): Flux_Connection->getConnection()

#3 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxLoginServer.php(527): Flux_Connection->getStatement('SELECT list FRO...')

#4 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxSessionData.php(262): Flux_LoginServer->isIpBanned()

#5 C:Program FilesAbyss Web Serverhtdocsfluxcpmodulesaccountlogin.php(19): Flux_SessionData->login('CustomizedRO', 'simplemen', 'maricar83', NULL)

#6 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxTemplate.php(337): include('C:Program File...')

#7 C:Program FilesAbyss Web ServerhtdocsfluxcplibFluxDispatcher.php(168): Flux_Template->render()

#8 C:Program FilesAbyss Web Serverhtdocsfluxcpindex.php(170): Flux_Dispatcher->dispatch(Array)

#9 {main}

how to fix this?

please close this topic [sOLVED]

Link to comment
Share on other sites

×
×
  • Create New...