Yesterday 494 People voted IN, and 1573 people clicked on advertisements!

Faqs

Shiningmu Mu Online Season 19

 Shiningmu Mu Online Season 19 Opening 18.April

 

Advertisment Spots 2$ a Day
 
AsgardMu S19P1-3 X50 NORESET Opening 26.APRIL
MUPeace S19p1-3 X5000 5.April
ShiningMu S19P1-3 X50 18.April
OPEN TEST S19P1-3 - RESET X150 Opening 26.APRIL - Hunting Style
Unitymu.com S19P1-3 X1000 Opening 9.February
MUPeace S19p1-3 X5000 5.April

MuOnline.us FAQ

  • Postback Check

    Set your Postback URL (on MMOSERVER.PRO):

    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('158.69.211.110')))
        {
            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.

  • test dfgfgdf

    fgfdgfdgdfg

Go Top