Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. Please elaborate on the problem you are currently facing. Provide us with the following, or more details if possible (if any): Git Hash Client Date PacketVer Server/Console Errors Client Side Errors Any custom modifications
  2. Please remember to hit the "Best Answer" button for the post that solved your question.
  3. What are you typing into the client when trying to log in?
  4. The MD5 hashsum of 'ragnarok' is 84c114001520462ff6357ee859cac52d, which is neither of the passwords used in your screenshot. I can only suggest that the password you entered when registering was not 'ragnarok' due to a miskey. If i were you i'd replace the password in the db. On a side-note: all 5 of your signature links point to outdated content. Please update them. We don't want anyone trying to install rAthena using SVN since we don't use it.
  5. ROCharGen hasn't been updated for years. The sprites don't show because they're not in the default CharGen databases. If you read the instructions it actually tells you how to update them.
  6. This is amazing!! I can't stop laughing at the Kafra pt 1 and 2
  7. Are you blind? It's in the showcase section. You're trying to trick users into suggesting they'd sell stuff on the forums when it's against the rules for them to do so? Very clever.
  8. On of the link is dead because the forum no longer exists. One link is dead because it points to a page on the old forum software.. as this post is over a year old.
  9. That's the line causing you problems. You can't update eAmod with rAthena's code..
  10. By default, they already can. Have you changed any access settings in /conf/access.php, or have you added $this->loginRequired(); to the content.php page?
  11. It doesn't work for 2015 clients apparently. You need to use a much earlier client, or go back to the dreaded XRAY client.
  12. Stop giving duff info to other users. This isn't the first time. If you don't have an answer to the problem, or have no constructive instructions on how to fix the problem, or to assist with debugging, don't post an answer. Perhaps one day, someone will delete your account by mistake. Back on-topic. The error is produced when none of the conditions for registering match the criteria. https://github.com/rathena/FluxCP/blob/5280fcdd11811e0a311cffafedc14f7bc01d6e88/modules/account/create.php#L152 If your error was based on the user's password containing the username, you would be presented with that error, not the one you have provided. case Flux_RegisterError::PASSWORD_HAS_USERNAME: $errorMessage = Flux::message ('PasswordHasUsername'); break; The first place to look is in your error logs. Not all errors are displayed on the pages themselves, so you need to check in /data/logs/errors/exceptions/ and /data/logs/mysql/errors/.
  13. It's not a bug. Using the "Reset" function for your character's appearance is designed to removed all view IDs from your character so you can login and un-equip them from within the game. It's not meant to unequip anything. See resetlook function.
  14. Invalid Login Credentials error is caused by: Not entering your username/password correctly Using MD5 passwords in rA's /conf/login_athena.conf but not in FluxCP's /config/servers.php Using MD5 passwords in FluxCP's /config/servers.php but not in rA's /conf/login_athena.conf
  15. Akkarin

    Hall of fame Error

    To ensure that you get the best response to your query, please consider providing as much information as possible. If you're requiring support, please give the following: For FluxCP issues, where did you get your FluxCP version? What theme are you using? If using custom themes, please link to the download page. General PHP error logs from /data/logs/error/exceptions/ MySQL error logs from /data/logs/mysql/errors/
  16. Hosting your server on a "Cloud" server doesn't increase security. What services do Google provide for this? They don't provide server hosting o.O
  17. Run as Admin and you shouldn't have any problems.
  18. You're using an old FluxCP theme that doesn't support verifying the entered email address. Add the necessary code from the default theme or ask the author of that particular theme to update their code and design themes correctly using the Inherit system.
  19. That's endless looping for real reason. Is there a specific reason you want the announcement to go straight to the chat bar instead of it being displayed as an announcement.. and still being in the chat bar?
  20. Site seems to be offline now anyway, i think it's safe to ignore :/
  21. FluxCP accesses nearly all tables. For basic usage, you need to provide Data: SELECT, INSERT, UPDATE, DELETE Structure: CREATE, ALTER, INDEX, DROP(not a necessity), CREATE TEMPORARY TABLES, SHOW VIEW, CREATE VIEW
×
×
  • Create New...