• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. D

    Who do you think will win the Fifa World Cup?

    Switzerland! (Joke) Spain
  2. D

    Solved DaoPay PROBLEMS!

    Maybe this work function check_code_daopay($appcode, $prodcode, $pin) { $handle = fopen("http://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r'); if ($handle) { $status = fgets($handle, 128); fclose($handle)...
  3. D

    Gesior: Can't create new account!

    add this in your gesior config.php //ReCapatha http://recaptcha.net/whyrecaptcha.html $config['site']['publickey'] = "6LfZAAoAAAAAALswKC2UCdCo_wf3ilh_C0qBhQJs "; // Public Key $config['site']['privkey'] = "6LfZAAoAAAAAAA7_sZX1ZPomaqqTKBka5t6so0Un";; // Private Key
  4. D

    [Gesior AAC] Commands

    Love it Rep++
  5. D

    Daopay problems

    in your buypoints.php at line 49 replace: $handle = fopen("https://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r'); to: $handle = fopen("http://daopay.com/svc/pincheck?appcode=".$appcode."&prodcode=".$prodcode."&pin=".$pin, 'r');
  6. D

    Homepage

    Which OS Do you use? and which ports using skype atm
  7. D

    Homepage

    it is possible that your ISP is blocking port 80
  8. D

    Homepage

    Turn it off it use port 80
  9. D

    Homepage

    Do you have skype?
  10. D

    Homepage

    calm down:p Well it sounds bit stange but if you have 127.0.0.1 in config.lua then other guys can't connecto to your site. you must fill in your global ip. So are you sure that you have your global ip in your config.lua
  11. D

    Homepage

    Which anti virus do you use?
  12. D

    What is your favorite Online Game?

    Call Of Duty Modern Warfare 2
  13. D

    Homepage

    Are you using a firewall?
  14. D

    Homepage

    Port is not open.
  15. D

    Gesior Acc manager problem rep++

    Here latest Gesior Account Maker with Poll system included. Gesior Account Manager
  16. D

    [Gesior ACC] WhoIsOnline Flags show

    I try to fix it for you after soccer training.
  17. D

    [Gesior ACC] WhoIsOnline Flags show

    When you created a account did you choose the Country?
  18. D

    [Gesior ACC] WhoIsOnline Flags show

    Characters.php <?PHP $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); if(empty($name)) { $main_content .= 'Here you can get detailed information about a certain player on '.$config['server']['serverName'].'.<BR> <FORM ACTION="?subtopic=characters" METHOD=post><TABLE...
  19. D

    Temple position

    Remere creates automatically a townid. The first town you made in edit town get TowniD 1. and the second town get TownID2 to create a town in RME goto Map > Edit Towns and click on the add button
  20. D

    [Gesior ACC] WhoIsOnline Flags show

    Sorry forgot the credits i trough everyone knew that this is the default highscores.php
Back
Top