Jump to content

ToiletMaster

Members
  • Content Count

    146
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ToiletMaster


  1. Hi there,

     

    I believe someone else has pointed this out but not a topic has been specifically on this part.

     

    currently, upon downloading the latest Hercules, I've received this error.

     

    [Error]: quest_read_db: Too many entries specified in db/quest_db.txt!
    [status]: Done reading '2400' entries in 'quest_db.txt'.
    [Error]: npc_parsesrcfile: File not found 'npc/cities/malaya.txt'.
    [Error]: npc_parsesrcfile: File not found 'npc/instances/buwaya.txt'.
    [Error]: npc_parsesrcfile: File not found 'npc/jobs/novice/novice.txt'.

     

    my suggestion would be to increase the 2400 capacity to much more for the questDB part,

     

    Hope it helps.

     

    Thanks!

     

    oh btw, mine is a clean copy of Hercules.


  2. Granting all priviledges that way is really risky. 

    You should try to only setup per-database priviledges and ideally per-table as needed. 

     

    Either case, assuming Flux and the Server's database are on the same host, try doing this from the command line

    mysql -u<username> -p database_name

    It should connect or give you the corresponding error. Feel free to post the error if it shows here (Y)

     

     

    Hi there Xgear,

     

    thanks for the tip! Someone else warned me about this as well,

     

    however it has been resolved on my end.

     

    Thanks for the tips! Don't worry bout the grant all privileges part XD

     

    However i did face an issue though,

     

     

    it seems that currently my security code for capcha doesn't come out.

     

    Any idea on that?

    solved.

     

     

     

    when i try and register an account, it says Uh Oh! What happened? tried googling but it din't manage to solve my issue :(


  3. Now that I remember, by default the MySQL server didn't allow connections from outside (just from the same machine) and you have to edit the MySQL configurations to allow that (that's disabled by default for security reasons). This means, you won't be able to access from outside even if your have a user with all privileges, if you haven't allowed connections from other computers.

     

    So, if you haven't done it yet, try to enable remote connections to your MySQL server. I once was needing this and this guide was useful to me.

     

    If you have already allowed remote connections, then the problem is 99.99% from flux and I can't help you there since I've never used it.

     

    Currently i'm remotely connecting my database using this command

     

     

    grant all privileges on *.* to username@address identified by 'password'

     

    and done, able to connect to my database via MySQL Workbench xD

     

    however following the same steps of providing the connection to Flux username and password, it din't work :(


  4. Hi there everyone!

     

    Today I'd just like to inquire about what is actually Aegis? 

     

    I believe it's another engine? or could i be wrong? Would someone kindly explain this? as googling din't manage to get me much assistance on this information.

     

    Thanks!


  5. I have never tried FluxCP yet so I can't help you connecting to the database, but this kind of errors are kinda frequent in shared web hosting:

     

    Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes) in Unknown on line 0

     

    You tried to use 451,54 MBytes of memory when your hoster only allowed you to use 128 MBytes. Since installation didn't work properly, I'd reccommend deleting your FluxCP installation and doing it again, but changing something.

     

    What can you do? In most cases, you can locally alter memory limit to your liking (just avoid setting it too high). Either:

    • Make a php.ini file un your FluxCP root before installing it. and write in it:
      memory_limit = 512M

    • Open your installer php file (or each of the installation steps) and add on it (them) the following, where corresponds:
      ini_set('memory_limit', '512M');

    • Make a .htaccess file (or edit it if it already exists) in the root of FluxCP and write (add) the following in it:
      php_value memory_limit 512M 

    Try only one of these at once or you may drive your hosting mad. If neither of they work, I suggest getting a good web hosting.

     

    If you fix this error, chances are you'll fix the DB error.

     

    Hi there,

     

    I've spoken to my web hosting. They increased the memory limit from 128mb to 512mb. The fatal error doesn't come up anymore.

     

    However still, I'm unable to connect to My VPS currently. It's an issue with MySQL definitely I believe.

     

    But i can't figure out who's providing the error. Whether it's my hoster itself, or the SQL itself.

     

    Thank you for your great reply though!

     

    Kind Regards,

     

    TM


  6. Hi there guys,


    I'm not really sure whether does this affect FLUX currently as i'm trying to install Flux on my web hoster.

     

    However it comes with an error upon installing it.  One of it would be this

     

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 473474176 bytes) in Unknown on line 0

     

    Aside from that, it doesn't allow it to connect to my SQL server on my VPS. However sources have indicated that it could be my hoster that's giving the problem since i've already allowed access for my web hoster into my VPS.

     

    This is the current web hoster's configuration on their side. I'm not sure if it fits the requirement though.

     

    Apache 2.2.24CentOS 5.9 64bitcPanel: 11.36.1 (build 6)curl 7.15.5Ver 14.12Distrib 5.0.96phpMyAdmin 3.5.5Python 2.4.3Perl: 5.8.8PHP 5.3.25ionCube PHP Loader v4.2.2Zend Optimizer: 3.3.9ruby 1.8.7Rails 2.3.18OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008


    Could this requirements fit the current Flux requirement?


    Please and thanks!


  7.  

    We need the new exp part of exp table

    We do possess such information thanks to Muad_Dib, and as malufett pointed out

    >I prefer to make sure latest clients(2013) to be stable first before shifting to the next level since you can't enjoy those updates if the the client is not totally supported...

     

    :meow:

    This is our reason for not having implemented it yet.

     

     

     

    Thanks for the clearing things up! I'll definitely look forward for the 2013 clients once it's up and running! :)


  8. Well, running in debug mode is meant to help you debug the issue, it doesn't fix the issue (Unless you didnt properly compile the server after a change?)

    To be honest, there weren't any issues that came out, but after using the debug mode. It magically fixed!

     

    I din't changed any files yet lol.

     

    Try with a clean emulator in Release mode..

     

    I did, i downloaded hercules and have yet to place any files aside from the configurations to make my server work. however that happened unexpectedly ._.


  9. Is the renewal level in Hercules SVN still in Level 150? rAthena SVN is already on 160 level. 

     

    And now, KRO's increase the cap to 175/60 already. I think we should move on to 175/60.

     

    I would prefer that if the EXP Tables and Stat points aren't fully done and stable yet then let's stick with 150.

     

    As the saying goes, "Haste makes waste!" xD


  10. I can't go into the toilet T.T

     

    And im a human, don't you see my hair? Im completely a human :(

     

    You nearly had me fooled there. NEARLY! However, due to my awesome senses in the toilet,

     

    i sensed irregularity in the pooping in your toilet! Therefore, I have finally come to the conclusion that

     

    you're not a human! Take that!


  11. That's very racist and creppy :(

     

    Im a good person

     

    You can't fool me with your disguise cat! I know you're a cat not a human! xD

     

     

    Thanks Mysterious! You'll be exempted too! :D I won't look for you that soon xD since you did help me previously on rAthena

    What ya mean "Exempted"? D: From?

     

    Exempted from me doing something together with you at the Toilet :D

    unless of course... you'd like that to happen XD


  12. Why? That's racist

     

    You're special :D cause you have my name... and well... I LIKE CATS! So.. you're in for a good time in the Toilet!

     

     

     

    if-you-know-what-i-mean.gif

     

     

     

     

    Welcome Toilet!

     

     

    Thanks Mysterious! You'll be exempted too! :D I won't look for you that soon xD since you did help me previously on rAthena,

     

    but M45T3R is still in the hot zone though XD


  13. Hi there everyone,

     

    Not sure whether is this the right place to post, as currently I would just like to ask whether if Hercules is ready to move

     

    towards to 160? as currently I believe they are still within the 150 max level period and 120 stats.

     

    or could it be that it's currently unstable to move to 160 / 125?

     

    Thanks!

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.