Jump to content

Matrixfox

Members
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Matrixfox

  1. Yes but keep in mind rAthena is half SQL and TXT. They're working very hard on the convert.
  2. Use Adobe Reader, or Google Chrome?
  3. Try following this guide http://supportmii.com/ro1/JudasBible.pdf You should have no errors in a freshly downloaded SVN...
  4. You need to use all four name servers, and point the DNS to your VPS IP.
  5. Matrixfox

    HELLLP!

    Good work! Sorry, been busy...
  6. Good work!!!
  7. Sorry if I'm wrong, but I think I understand correctly... Edit your control panels application.php to read the following. 'AdminMenuLevel' => AccountLevel::ADMIN, // The starting level for which module actions are moved into the admin menu for display.
  8. For others having the same problem, just make sure this is toggled to "no". //Use SQL item_db, mob_db and mob_skill_db for the map server use_sql_db: no
  9. What is your clients diffs?
  10. Personally I love rAthena, and I use their latest SVN. Just compile a fresh SVN.
  11. Download a new SVN, right click the top file "Solution" and clean / build.
  12. Did you try adding anything custom in your SVN? Try downloading a clean SVN again, then clean / build.
  13. I always try to find LUA files personally. If you really wanted you can convert the LUA into LUB giving it more security. Seems like you catch on pretty fast. Yes, you need matching LUA/LUB for your client. Also make sure your client diff reads "LUA before LUB" or vice versa. P.S. If you change your LUA/LUB It will mess with your customs, you will be reimporting them again.
  14. When hot keys don't work, it's due to incorrect matching lua files with clients.
  15. More than likely you don't have PHP PDO, MYSQL PDO, extensions installed.
  16. Congrats!!! Feel free to keep posting if you run into anymore errors.
  17. What does your "char_athena.conf" and "map_athena.conf" look like?
  18. You forgot to add it in the lua files.
  19. You need to add a little comma at the end ,
  20. I noticed in your inter_athena.conf you have the wrong log database, log_db_db: ragnarok needs to look like this log_db_db: log Then please change sql.db_database: log back to sql.db_database: ragnarok
  21. Well Thor is a little more up-to-date vs the other patchers.
  22. Remove or add JT_ before the sprite names?
  23. Matrixfox

    Host Security

    First I would immediately streathen my passwords with 30+ characters. Then ban that account (iptables). Then start scanning for other harmful files that's known for this stuff (maldet) & (chkrootkit). Mean time I will be reading the database /fixing stuff. This is all assuming you're on Linux. DISABLE ANONYMOUS FTP UPLOADS
×
×
  • Create New...