Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Asura

  1. Hi Rejected, If you are using eAthena, or an older revision of rAthena; then the renewal version of FluxCP provided by Calcium Kid will not work.
  2. Hi emong, What kind of system are you running your server on? Is it Windows, or Linux?
  3. Hi Instinct, As stated in my previous reply... you open the program, and it converts the characters inside the folder named 'data'. Place the program outside of the folder named 'data'. Place the files you want to be converted inside the folder named 'data'. Run the program.
  4. Hi Jhosef, I believe you simply extract the files directly into your FluxCP directory, and then re-visit your CP. It should go back to the installer, where it'll allow you to install the appropriate MySQL tables for the V4P module.
  5. Asura

    Server Time

    Hi letstry, You simply need to link the appropriate timezone with the '/etc/localtime' file. All of my Filipino customers are using Hong Kong Time as it is the same for the Philippines. So the command you would type in the terminal would be... ln -sf /usr/share/zoneinfo/Hongkong /etc/localtime Then you can type the following command to check if it's correct... date The output would be something like... [root@* /]# date Fri Jun 8 05:34:38 HKT 2012
  6. Asura

    Flux CP

    Hi Trucksme, Try this...
  7. Hi RN1986, You did not turn MD5 to false in the file, '/config/servers.php'.
  8. Hi bVersatile, It's hard to see what's really happening cause we're unsure what error it's encountering internally. I would suggest that you turn 'debug_mode' to true in '/config/application.php' and also turn on 'error_reporting' in '/config/error.php'. After both have been turned on, try to reset the position again; and post the error it has displayed on the very top.
  9. Hi Instinct, I think there's a program called Gay Convert which translates everything in the folder named 'data'. http://paradox924x.com/mirrors.html
  10. Asura

    Ceres CP

    Hi jzz, Edit 'query.php' (https://cerescp.svn.sourceforge.net/svnroot/cerescp/trunk/query.php) DEFINE('INSERT_CHAR', "INSERT INTO `login` (`userid`, `user_pass`, `sex`, `email`, `birthdate`, `last_ip`) VALUES ('%s', '%s', '%s', '%s', '%s', '%s')"); To DEFINE('INSERT_CHAR', "INSERT INTO `login` (`userid`, `user_pass`, `sex`, `email`, `birthdate`, `last_ip`, `level`) VALUES ('%s', '%s', '%s', '%s', '%s', '%s', 1)");
  11. Hi Keitaro Urashima, Where did you get the V4P script from? Was it the paid one from Paradox, or somewhere else?
  12. Hi Rabbit, It is necessary for you to run the latest versions of rAthena. And then you must edit the php files of FluxCP to make the mob search without the `ExpPer` field in order for it to run correctly. I am not sure of the specifics, that's what I know you should do though.
  13. Hi Breaker, You need to have a custom in-game script which uses a custom SQL table to keep track of the kills. I know there's probably a way with the @ variable, but I'm not sure about the specifics. But yeah, you need to have a custom PVP Script to keep counts of kills and then update the custom table with the kills. Then you will have to just create a MySQL Query for your PHP script to grab the first 3 after you place them in order by kills.
  14. Hi Rabbit, You are not suppose to drop the mob_db nor mob_db2; you are suppose to modify the FluxCP to read without the `ExpPer`; you'd need to actually edit the php files, I'm not sure where though.
  15. Hi vlagtag12, I would recommend re-naming your current battle.c to battle.c.bk and then grab the battle.c from the SVN and retrying to compile. Remember to perform 'make clean' before 'make sql'.
  16. Hi mdaler, You can Google for free cpanel webhost. http://www.free-webhosts.com/free-cpanel-hosting.php
  17. Hi RaGERO, Uhh, what's the error? I don't see why they would do anything to purposely prevent you from using running Gnome + VNCServer.
  18. Hi evespiridion, It would be safe to assume that your host is blocking the connection if everything is okay on your end. I would recommend sending in a ticket with the error message.
  19. Hi SlashGeeGee, Hmm, I would recommend trying to get the location of the .core file and just running GDB then. cd / updatedb locate *.core
  20. Hi v1g0, I would suggest you read the content of this topic; it may help you. http://rathena.org/board/topic/63789-flux-cp-addon-cms-problem-with-language-characteres/
  21. Hi hazreinshafiz, You would need to learn how to code CSS, xHTML, and PHP. Use Photoshop to splice the images, then a program like Dreamweaver to code the template; then you need to integrate that template with the FluxCP theme code. If you don't know how to code, you're going have to dish out some $ and pay a coder/web-developer.
  22. Hi isaw4sal3, Just transfer the files over or be more specific with your question.
  23. Hi SlashGeeGee, Then I would recommend that you put back your map_cache.dat.bk to map_cache.dat. Then perform these commands... ./configure --enable-debug=gdb make clean rm -rf *.log nohup make sql > make.log nohup ./login-server_sql > login-server.log& nohup ./char-server_sql > char-server.log& nohup ./map-server_sql > map-server.log During the 'make sql' process, see if there's any errors in 'make.log'. Usually if there is something wrong with the source, it would state it during the make process.
  24. Hi SlashGeeGee, Have you modified your map_cache.dat in any way? Try renaming it to map_cache.dat.bk and then get the default copy from the SVN; then run to see if it's working. If it is, then maybe there's something wrong with a custom map you are using.
  25. Hi Smoke, This is incorrect... they really have no clue how to DDOS, instead they spend $10-$20 a month for a booter they find on a specific forum and just perform SYN attacks or UDP floods for a certain amount of time at a time.
×
×
  • Create New...