Realm Status menu

User Tag List

Thread: Realm Status

Results 1 to 1 of 1
  1. #1
    blackhex666's Avatar Corporal
    Reputation
    5
    Join Date
    Feb 2010
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Realm Status

    Oke i used this code for a realm status:
    Code:
    <?php
    //Server Config>
    $sip = "127.0.0.1";
    $sport = "8129"; 
    
    if(realm_status($sip, $sport) === false)
    {
    echo                      '<img src="img2/offline.png">';
    
    }
    elseif(realm_status($sip, $sport) === true)
    {
    echo '<img src="img2/online.png">';
    }
    else
    {
    echo '<img src="img2/offline.png">';
    }
    
    function realm_status($host, $port)
    {
    error_reporting(0);
    $etat = fsockopen($host,$port,$errno,$errstr,3);
    if(!$etat)
    {
    return false;
    }
    else
    {
    return true;
    }
    }
    ?>
    my website is hosted on godaddy and my server is on a Ubuntu Server 10.04 machine..
    but the script is showing me all the time offline
    Last edited by stoneharry; 01-14-2011 at 06:33 PM.

    Realm Status

Similar Threads

  1. [Website] Realm Status Error
    By singoe in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 04-26-2010, 09:54 AM
  2. Realm status question
    By *Alexz* in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-10-2009, 05:29 AM
  3. Realm Status Php Script?
    By luc1f3rspalm in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 10-30-2008, 10:21 PM
  4. Realm Status
    By volitle in forum Programming
    Replies: 13
    Last Post: 09-23-2008, 08:29 PM
  5. CMPS Realm Status Module
    By romulux in forum Community Chat
    Replies: 0
    Last Post: 02-23-2008, 04:04 PM
All times are GMT -5. The time now is 05:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search