Jump to content

simplemhan

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by simplemhan

  1. a hex software that can view the client date.
  2. use PE viewer to view your client date correctly
  3. <?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]
  4. I cannot login but i can register.
  5. <pre class="prettyprint" style="height:200px;white-space:pre;overflow:auto"> <span class="pln">groups</span><span class="pun">:</span><span class="pln"> </span><span class="pun">(</span> <span class="pun">{</span> <span class="pln"> id</span><span class="pun">:</span><span class="pln"> </span><span class="lit">0</span><span class="pln"> </span><span class="com">/* group 0 is the default group for every new account */</span> <span class="pln"> name</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Player"</span> <span class="pln"> level</span><span class="pun">:</span><span class="pln"> </span><span class="lit">0</span> <span class="pln"> inherit</span><span class="pun">:</span><span class="pln"> </span><span class="pun">(</span><span class="pln"> </span><span class="com">/*empty list*/</span><span class="pln"> </span><span class="pun">)</span> <span class="pln"> commands</span><span class="pun">:</span><span class="pln"> </span><span class="pun">{</span> <span class="pln"> </span><span class="com">/* no commands by default */</span></pre> <p><br /> Then add this.</p> <p> </p> <pre class="prettyprint"> <span class="pln"> alootid</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> autoloot</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> autotrade</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> mobinfo</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span></pre> <p> </p> <p>So it will look like this,</p> <p> </p> <pre class="prettyprint" style="height:200px;white-space:pre;overflow:auto"> <span class="pln">groups</span><span class="pun">:</span><span class="pln"> </span><span class="pun">(</span> <span class="pun">{</span> <span class="pln"> id</span><span class="pun">:</span><span class="pln"> </span><span class="lit">0</span><span class="pln"> </span><span class="com">/* group 0 is the default group for every new account */</span> <span class="pln"> name</span><span class="pun">:</span><span class="pln"> </span><span class="str">"Player"</span> <span class="pln"> level</span><span class="pun">:</span><span class="pln"> </span><span class="lit">0</span> <span class="pln"> inherit</span><span class="pun">:</span><span class="pln"> </span><span class="pun">(</span><span class="pln"> </span><span class="com">/*empty list*/</span><span class="pln"> </span><span class="pun">)</span> <span class="pln"> commands</span><span class="pun">:</span><span class="pln"> </span><span class="pun">{</span> <span class="pln"> </span><span class="com">/* no commands by default */</span> <span class="pln"> alootid</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> autoloot</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> autotrade</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span> <span class="pln"> mobinfo</span><span class="pun">:</span><span class="pln"> </span><span class="kwd">true</span></pre> <p> </p> <p>You can find the rest of the commands inside the groups.conf</p> please use search http://rathena.org/board/topic/58936-commands-for-normal-player-in-new-groupconf/
  6. when È帰 ´ÞºûÀÇ È¯»ó Paste it in Notepad++, select Encoding>Character sets>Korean>EUC-KR, it turn into box something..[][] [][] this should be 흐린 달빛의 환상 not this [][] [][] how to fix this?
  7. where in conf folder are you talking about? WIP 5.1.4 lub files all done except Navigation folder
  8. Decompiling Lub All 5.0.2 lub files - done http://svn6.assembla...de/Lua_Project/ up to rev161 WIP 5.1.4 lub files - /lua files/ - done /lua files/seekparty/ - done /lua files/admin/ - done /lua files/skilleffectinfo/ - done /lua files/battlefield/ - done /lua files/stateicon/ - done /lua files/spreditinfo/ - done nice what software did you use to decompile a lub files? can you share it to us.
  9. nope that's not view id, its your item picture. there is a collection picture and item picture alt q is the item picture in your texture in data folder. then when you view the item, the collection picture will appear.
  10. some of the skill icon is showing in the misc tab. can you help me on this problem? thanks.
  11. i just want to test something if really the shins diff patcher success in diffing 20110906 ragexere client.
  12. sure, username and password to test your server?
  13. try to use the 192.168.254.100 in the address of clientinfo.xml in the client pc
  14. if you want to test your server you need to use your local ip(same network) 127.0.0.1 or 192.168.254.100 if you want to play other people to your server they need to use your no-ip in clientinfo. intelro.no-ip.org
  15. what address did you use in clientinfo.xml?
  16. subnet: 255.0.0.0:127.0.0.1:127.0.0.1 subnet: 255.0.0.0:192.168.254.100:192.168.254.100 subnet: 255.0.0.0:customizedro.sytes.net:customizedro.sytes.net <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Customized-RO Renewal</display> <desc>Customized-RO</desc> <address>customizedro.sytes.net</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <balloon>Welcome To Customized-RO</balloon> <aid> <admin>2000002</admin><admin>2000003</admin><admin>2000004</admin><admin>2000005</admin> </aid> </connection> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> <image>loading12.jpg</image> <image>loading13.jpg</image> <image>Loading14.jpg</image> <image>Loading15.jpg</image> <image>Loading16.jpg</image> <image>Loading17.jpg</image> <image>Loading18.jpg</image> </loading> </clientinfo> if other want you to connect to your server they need to use the above clientinfo.xml. if you want to connect to your server changed the address of the clientinfo.xml to 127.0.0.1 or local or 192.168.254.100
  17. Make it also IntelRO udp 192.168.254.100 6900-6900 pppoe1 6900-6900 Enable IntelRO udp 192.168.254.100 6121-6121 pppoe1 6121-6121 Enable IntelRO udp 192.168.254.100 5121-5121 pppoe1 5121-5121Enable then download the ducv3 in no-ip.com. proud to be pinoy!!!
  18. i know how to do that. show ur globe virtual server. i will teach you on port forward.
  19. what did you use? the supportmii.RagExeRE or the supportmii.bat?
  20. i want a client with dns support so that i can use my no ip account
  21. how did you diff that client? using weediff or shindiff? can you give me the selected patch you select in shinsdiff patcher. thanks
  22. can you give me an example or teach me how to do that.
  23. I dont know how to install ceres control panel or flux control panel in my web hosting provider. please help me
×
×
  • Create New...