Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Asura

  1. Hi Ainna, I would recommend deleting all your FluxCP files, and re-inserting a fresh copy. Then go into your SQL database, make sure all the 'cp_*' tables are dropped and do not exist in your RO database. After that, edit the '/config/error.php' to true for error reporting. Edit the '/config/application.php' to have the correct location and server name. Edit the '/config/servers.php' to have the correct MySQL information, also whether you're using MD5 or not. Then visit your FluxCP via browser, set all necessary permissions if it states it; and then proceed to install. It should work.
  2. Hi emong, There should be no problems with installing PCRE on a VPS; wouldn't make any sense to have any problems installing a library for compiling purposes.
  3. Hi Orgasmator, If you are using a server; you're suppose to be using the WAN IP; and commenting out the bind_ip options. Make sure you don't have a firewall blocking the ports you are trying to use; or the server processes already running, cause that will use the ports and cause this error to occur. Would suggest trying the following commands to kill off any pre-existing processes... killall -9 map-server_sql killall -9 char-server_sql killall -9 login-server_sql Then try running the server again. As a side note: Don't add me to ask for support for another company's services... add a support moderator, ask your own VPS company, or hire a developer.
  4. Hi RaGERO, You can use this script; https://asurahosting...ols/bkup_sql.sh Just modify the values correctly, and make sure the backup directory you are saving it to... actually exists. To make a folder, you can use VNC or type the following command in the terminal... mkdir /DESTINATION/NEW_FOLDER To make the script executable, you can edit the properties in your SFTP client or do the following command in the terminal... cd /LOCATION/OF/SCRIPT chmod +x bkup_sql.sh Then finally, you need to add it to the cronjob; which would be like this... export EDITOR=/usr/bin/nano crontab -e Inside the crontab, you would need to input... 0 3 * * * /LOCATION/OF/SCRIPT/bkup_sql.sh Then just ctrl + c and save.
  5. Hi elcontrol00, My initial response was for the original poster cause his error was different from yours which is at the end of page 1... But for your situation; it's clear that you do not have the correct user/pass combo for the MySQL server. I would recommend that you try to reset the credentials, or make sure you've entered them correctly inside '/conf/inter_athena.conf' and then try again.
  6. Hi v1g0, From what I see of KeyWorld's script... it automatically updates the player count every 60secs/1min; so it is a dynamic counter, not static.
  7. Hi elcontrol00, It seems to me that your MySQL server isn't running. Are you sure you installed XAMPP? http://rathena.org/wiki/XAMPP_Installation
  8. Hi Xephyras, I would recommend upgrading to the latest SVN again; then check if the ./configure has anything it's missing and install the missing ite,s. Finally after that, try to compile again.
  9. Hi Khaii, You should've just went on Cygwin's website and looked at the documentation. http://cygwin.com/faq-nochunks.html#faq.setup.setup
  10. Hi MojoMojo, There's a SQLite version though; http://rathena.org/wiki/Using_rAsql
  11. Hi Mang-Berto, There is nothing in that log that gives us any clue of why you're having this problem.
  12. Hi gunvald, It is probably cause of the change of the field name `level` to `group_id` in rAthena; so the query fails when it's trying to be executed. You would need to edit the CeresCP code to properly have it working; where ever it says `level` from the login table must be changed to `group_id`.
  13. Hi letstry, I believe Byte's V4P is a paid add-on; meaning you'd have to contact Byte and purchase it from him. If I were to buy 1, I'd probably go for Xantara's V4P.
  14. Hi v1g0, This script is based off eAthena's system; it was created by Latheesan, AsuraHosting's Owner. useronline.php <?php ##################################### # # Script By Latheesan - Owner of AsuraHosting # ##################################### /* eAthena SQL Database Config */ $host = "localhost"; $user = "USERNAME_HERE"; $pass = "PASSWORD_HERE"; $db = "DB_NAME_HERE"; ##################################### # # DO NOT EDIT BELOW HERE # ##################################### $link = mysql_connect($host, $user, $pass) or die(mysql_error()); @mysql_select_db($db,$link); $query = "SELECT COUNT(*) as total FROM `char` WHERE online = '1'"; $result = mysql_query($query,$link); mysql_close($link); $arr = mysql_fetch_array($result); $usersonline = $arr["total"]; /* Do NOT Edit Above Here */ ?> index.php (Example of code in use) <?php /* Include Useronline Counter Script */ include("useronline.php"); ?> <html> <head> <title>SoulRO Useronline Counter</title> </head> <body> <p>There are currently <?php echo $usersonline; ?> in our server.</p> </body> </html> Hope this helps.
  15. Hi Biforst, Ah right; then it should have worked... I dug up this old article about the credits not being given; http://rathena.org/board/topic/63141-jaypee-flux-cp-integ-donation-problem/
  16. Hi wiideliva, It depends on what you mean by safe. Either way; flux or _M/_F is fine for registering an account, but to make sure your database is safe or secure, you must make sure your MySQL server is secure by limiting your user accounts and setting the proper permissions.
  17. Hi Bifrost, I believe you have to enable the IPN in the Settings/Profile from your PayPal account.
  18. Hi busterdemon, The location was given to you; please read the details, we make it very clear. Location of website: /root/Desktop/www It's the 'www' folder when you log into VNC; these details were given to you along with the nGinx, MySQL, and phpMyAdmin installation... you may view that ticket and look over the details.
  19. Hi peopleperson49, I have restarted your PHP process so that 'sendmail' can take effect. Please try testing it now to see if it is working properly... To Restart the PHP Process, you may type this command in the Terminal service php-fpm restart
  20. Hi emong, Then you can just use this when starting your server... nohup ./login-server_sql > login-server.log& nohup ./char-server_sql > char-server.log& nohup ./map-server_sql > map-server.log Make sure you are already inside the trunk directory; once the server crashes you may view the .log files inside the trunk folder. And to kill off the processes, you can just use the following commands... killall -9 login-server_sql killall -9 char-server_sql killall -9 map-server_sql
  21. Hi peopleperson49, Log into your VNC desktop; right click on the desktop itself, and click 'Terminal'.
  22. Asura

    My Flux CP its error

    Hi eVoL, If you open up '/config/error.php' and turn error reporting to true; the website will show you all the directories you must change the permissions for at the bottom.
  23. Asura

    Help, Help, Help,

    Hi critica, I'm not 100% of what your situation is right now; but it might be the way you have linked the register button to your CP. The thing is, the URL is CaSe-SenSiTiVe; so if your folder is 'CP', then it would be... http://darksoulro.com/CP, but if it is simply 'cp', it has to be... http://darksoulro.com/cp
  24. Hi peopleperson49, You can disable SMTP and use PHP Mail by making sure this value is set to false. '/config/application.php' 'MailerUseSMTP' => false, // Whether or not to use a separate SMTP server for sending mail. If this is already false, and you are having technical difficulty, make sure you have the 'sendmail' installed on your VPS; to install this, you will need to go SSH/Terminal and type the following command. yum -y install sendmail
  25. Hi Angel, Please turn on debug mode in '/config/application.php' and also error reporting to true in '/config/error.php'. It should give you a more detailed reason for why it is generating an error.
×
×
  • Create New...