Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by darkshifty

  1. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    There is a github link, <? isn't an issue if you enable short tags in your php ini. It allows more effectient programming imho.
  2. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    enable php short tags. in other words follow the readme. Windows should work fine with scheduled task or something.
  3. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    I do not know why you get this error, do you have the latest updates? Set the smtp configuration in the settings table.
  4. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    No problem, have you set your SMTP details for sending email?
  5. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    The readme explains how the cronjobs works With what exactly? after registry? Activate show errors, then i can see what is wrong. i assume you didnt adjust the settings table.
  6. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    It is way better(and getting better) than any Pokemon Area source out there. But hey, thanks for your constructive criticism.
  7. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    There is nothing wrong with pokemon info. Make sure that you are working on PHP 5.6
  8. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Thats a server issue, check your apache logs.
  9. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Your directories aren't writable or your settings table is incomplete. see: http://forum.ragezone.com/f705/release-pokeworld-major-improved-poka-1137712/index3.html#post8822292
  10. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    I think you still are on the wrong PHP version, however replace the function with this one: function computer_naam($old){ //Staat er een f/m achter de naam Male/Female Character maken if (preg_match('/\s/', $old)) { $pokemon = explode(" ", $old); if($pokemon[1] == "f")...
  11. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    What PHP version are you running? Did you also follow the instructions of the readme? Thank you Mugaru i've added the fixed version to git.
  12. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Thanks man!, i've added your PHP7 code.
  13. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Aha, wait... You have it defined twice. If you scroll down you will see that short open tag is mentioned again and is set to off
  14. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Did you restart the server after you enabled short open tags?
  15. D

    [RELEASE] Pokeworld - a major improved Pokémon-SKY spinoff

    Updated the source with updated PHP7 compatible pages
Back
Top