Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member
    Join Date
    Aug 2009
    Posts
    24

    Default Server status update-able image?

    Is it possible to make a live image or code the status page to be shown on websites and forums such as vBulletin?

  2. #2
    Member Janak's Avatar
    Join Date
    Jul 2009
    Posts
    71

    Default

    This is not something related to cPanel. Please search in Google to get an exact idea.

  3. #3
    Member Kailash1's Avatar
    Join Date
    Nov 2006
    Location
    webhostingdiscussion.net
    Posts
    225
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by dark_hunter View Post
    Is it possible to make a live image or code the status page to be shown on websites and forums such as vBulletin?
    Using PHP exec function, you can do it.

    PHP Code:
    <?php
    $load 
    exec("uptime");
    $load split("load average:"$load);
    $load split(", "$load[1]);
    $load $load[0];
    echo 
    "Current Load: $load";
    ?>
    Kailash

  4. #4
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    We also have the loadavg function in the XML API if you have reseller access or higher.

Similar Threads & Tags
Similar threads

  1. Replies: 5
    Last Post: 05-11-2011, 09:59 AM
  2. capture text to file: Server Status > Apache Status
    By simpleupdates in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 12-07-2008, 09:43 PM
  3. Server status /Apache Status Faild to eaceive...
    By pecito in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 06-15-2008, 08:02 PM
  4. Game server status will not come up since update
    By dwykofka in forum cPGS Discussions
    Replies: 8
    Last Post: 06-03-2008, 02:48 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube