Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Asura

  1. Hi mnjfx, I would recommend turning error reporting on by editing '/config/error.php', and also turning on debug in '/config/application.php'. Then try to reset again, see what error it states when you try to do it.
  2. Asura

    FluxCP error

    Hi megablox, Go to '/config/error.php' and turn error reporting to true. Once it's true, you should see some commands to run when you re-visit the FluxCP, it'll be below the line of 'Please try contacting...'.
  3. Hi lengchaileo, Maybe you installed the wrong version of FluxCP? For the newer revisions of rAthena, you must use CalciumKid's version of FluxCP because of the change of the field name `level` to `group_id` in the login table. https://github.com/calciumkid/fluxcp-renewal
  4. Hi alpha_one_x86, Here are some benchmark tests that I usually run to test the performance of a server... General Benchmark (CPU, RAM, Network Speed, Disk Speed) wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash Disk Speed Detailed Benchmark (/dev/sda may differ from the way your partitions are set) hdparm -tT /dev/sda CPU Detailed Information cat /proc/cpuinfo Network Port Detailed Information (mii-tool might not work for some, and eth0 may differ depending on which interface you are truly using) mii-tool ethtool eth0 Current RAM Usage free -m Current Processes with CPU/RAM/Disk Load top
  5. Hi lengchaileo, Make sure that you have set the correct MySQL information in the file, '/config/servers.php'. If it is set correctly, then you must make sure that the MySQL User has permission to be accessed by % (Any Host). If those 2 are already completed, then that means that your webhost has not whitelisted your server's IP, so you must contact your host about this matter.
  6. Hi glemor123, You do not have the zlib library installed. I would recommend that you check out the installation guides on rA's wiki; select the correct OS and then look for the part of where they tell you how to install zlib. http://rathena.org/wiki/Category:Installation_Guides
  7. Hi QQfoolsorellina, I think you should post in the Client area section; but what do you mean by sorted official idnum...? Isn't the translated version, already sorted?
  8. Hi arnie2302, Then I would recommend you to make sure that you are not using the '192.168.1.x' LAN IP for your .conf files. If you are using 127.0.0.1 and it is still not working; then we're going to need a bit more detail of the error.
  9. Hi arnie2302, If that is the case, then do not use the 'bind_ip' function. Comment it out by putting '//' before it. Apply this to both 'conf/map_athena.conf' and also 'conf/char_athena.conf'.
  10. Hi agentbogz, Go to '/config/application.php' and find the following... 'DateDefaultTimezone' => null, Modify it to... 'DateDefaultTimezone' => 'Asia/Hong_Kong', Now open up '/config/servers.php' and find the 3 lines... 'Timezone' => null // Example: '+0:00' is UTC. 'Timezone' => null // Possible values is as described in the comment in DbConfig. 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) Modify those 3 values to... 'Timezone' => 'Asia/Hong_Kong' // Example: '+0:00' is UTC. 'Timezone' => 'Asia/Hong_Kong' // Possible values is as described in the comment in DbConfig. 'DateTimezone' => 'Asia/Hong_Kong', // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
  11. Hi arnie2302, Do not use your LAN IP (192.168.1.#); stick with your localhost IP which is '127.0.0.1' and put your localhost IP for your clientinfo to enable the connection.
  12. Hi letstry, You will need to go into the config settings of your router and select the 'Port Forwarding' section; then list the ports to be opened under which LAN IP.
  13. Hi simplemhan, Since Ubuntu is basically Debian with extras; make sure you have followed the wiki guide for installation on Debian, and not for CentOS. Installation_(Debian) What is sqlyou?
  14. Asura

    download

    Hi Anna, It is offline, down for maintenance.
  15. Hi Kariton Revolution, IPTables can definitely help you against small to medium-sized DOS/DDOS attacks. But against legitimate DDOS attacks; it is impossible to stop because it will utilize your server's port capacity even though your server is rejecting/dropping the packets. So IPTables does help, but only to a certain extent. The only true way to prevent DDOS is having a load balancer or some sort of filtration system which screens the packets before delivering to the server.
  16. Hi simplemhan, I am assuming that you transferred the rAthena files over SFTP or FTP using 'Text' rather than 'Binary' mode. The best way to fix this is to delete the files 'start' and 'athena-start' from your folder, and use the commands within the folder to get it directly from the repo without forcing any unwanted upgrades to your current version of rA. wget https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/athena-start wget https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/start
  17. Hi Shoqxor, This is probably due to the update of where the login table had modified the `level` to be re-named as `group_id`. You would need to change the Ceres source, where-ever the `level` instance was used.
  18. Hi glemor123, Use this script in this topic by V e r T i g O, put the correct permissions for the system to run the file, and then add it to your crontab to run per minute. http://rathena.org/board/topic/59495-auto-start-ro-when-server-accidentally-restart/
  19. Hi Nokia, Debian 5 (Lenny) is EOL; the repo's for the aptitude are no longer working. You must install Debian 6 (Squeeze) or Debian 7 (Wheezy). EOL is 'end of life'.
  20. Hi elecontrol00, For taking screenshots, you can just press the button 'PrtSc' or 'Print Screen' on your keyboard, open up Microsoft Paint or any image program and paste it in there. It provides a faster method than using a digital camera and taking pictures. As for the compiling error, it states 'LNK2019' which is a library link issue. I would recommend you read this topic carefully in regards to the Visual C++ 2010 compiler; it might help you solve the issue of compiling the map-server correctly. http://stackoverflow.com/questions/3795567/visual-studio-2010-not-autolinking-static-libraries-from-projects-that-are-depen
  21. Hi creed.sin, '[email protected]' is not a valid e-mail. You must use your gmail e-mail if you are sending with SMTP.
  22. Hi kentbsece, I would recommend contacting someone like CalciumKid or Xantara to see if they are available to create that plugin; it would not be for free, or maybe it would... and I just don't know. But at the moment, I don't think anyone has a 'delete account' plugin feature readily available.
  23. Asura

    flux pvp ladder

    Hi Dude123, I think you must set up a script on your server to count the deaths/kills per character; store it in a database or in a variable first. There is no simple script to just put in your FluxCP to make it work; you must integrate it within the game internally as well.
  24. Hi manabeast, You need to set the .tk domain to 'Use my own DNS services'; then put the name servers that CloudFlare provides you with as the entries. Once that is set up; it will take anywhere from 2-24hours for the domain to fully propagate.
  25. Hi elcontrol00, You are missing a big part... you need a MySQL server. XAMPP_Installation
×
×
  • Create New...