Yesterday 453 People voted IN, and 1030 people clicked on advertisements! View daily stats

Faqs

 

Top Rated Servers June 2026

Mu Online Europe Private server
Legendarymu S21 X500 Opening 19.June
Dragon Mu Online S21 3Worlds
Global Mu Online Season 21

MuOnline.us FAQ

  • Postback Check

    Set your Postback URL (on MuOnline.Us):

    Below is code example how to check votes on your side

    <?php
                                    
        // check if callback is from topsite
        if(!in_array($_SERVER['REMOTE_ADDR'], array('192.99.166.148')))
        {
            die('You are not authorised to access this file.');
        }
        else
        {
            if(isset($_POST['mod']) && $_POST['mod'] == 'reward')
            {
                // remember to escape $_POST variables
                $user = isset($_POST['user']) ? $_POST['user'] : '';
                $site_id = isset($_POST['site_id']) ? (int)$_POST['site_id'] : '';
    
                /*
                 *    and here goes your reward script
                 *  connect db
                 *  reward user
                 */            
    
                 // return response back to topsite
    
                 echo 'OK'; // response good vote was validated
                 echo 'VOTED'; // user have already voted
            }
        }
    ?>

     

  • How often can I vote for my site or server?

    We reset votes every 12 hours so you and your players may vote twice every day. There will be no warning or notification in case you try to re-vote earlier and the vote won't count.

  • Advertisment Prices

    Monthly prices, more info: [email protected]

    Top banner 728x90: 500$

    Possition nr1: 500$

    Possition nr2: 300$

    Possition nr3: 200$

Go Top