Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default Realm Status Bar Graph Script

    This is not made by me or mmotop.org team !!!

    Credits:
    Azer

    Its a simple realm status/bar graph.



    PHP Code:
    <!--Begin Bar Graph-->
    <?php /*Script By Azer / Script For Realm Character Online Graph*/
    $db_host="localhost";//Character Db Host
    $db_user="root";//Character Db User
    $db_pass="ascent";//Character Db Pass
    $db_db="characters";//Character Db
    $con mysql_connect("$db_host","$db_user","$db_pass");
    if (!
    $con)
      {
      die(
    'Could not connect: ' mysql_error());
      }
      
    mysql_select_db("$db_db"$con);
      
    $bar_width="100";//Graph Width
    $max_online="500";//Max Allowed Players Online
    $border_color="#6cc02c";//Graph Border COlor
    $graph_fill="#2fa4f3";//Fill Color
    $right_border="#6cc02c";//Right Fill Border Color
    print'
    <div style="width:'
    .$bar_width.'px; border:1px solid '.$border_color.'; height:18px; position:relative;margin-left:5px;text-align:left; background-repeat:repeat-x;">
    <div style="position:absolute; z-index:50; width:100%; height:18px; text-align:center;color:white;">
    <div style="margin-top:1px;">'
    ;
    $sql "SELECT SUM(online) FROM characters";
    $sqlquery mysql_query($sql) or die(mysql_error());
    $memb mysql_result($sqlquery,0,0);

    echo 
    $memb;
    $number $memb $max_online;
    $total_number $number $bar_width;
    ?> / <?php echo"$max_online"?>
    </div></div>
    <div style="width:<?php echo"$total_number"?>%; background:<?php echo"$graph_fill"?>; background-repeat:repeat-x; height:18px;border-right:1px solid <?php echo"$right_border"?>;">
    </div></div><!--End Bar Graph-->

  2. The Following 3 Users Say Thank You to Jerry For This Useful Post:

    Killerman100 (10-29-2010), samgartell (10-29-2010), SephiZe (10-29-2010)

  3. #2
    Status : Killerman100 is offline
    Join Date : Oct 2010
    Posts : 35
    Thanks: 2
    Thanked 0 Times in 0 Posts
    Rep Power : 2
    Reputation:10Killerman100 is on a distinguished road

    Default

    Thanks, this will help me once I start doing my website.

  4. #3
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,340
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    Will try add this when im gonna fix on my server later on ^^

  5. #4
    SephiZe's Avatar
    Status : SephiZe is offline
    Join Date : Feb 2010
    Location : Sweden
    Posts : 796
    Thanks: 51
    Thanked 25 Times in 19 Posts
    Rep Power : 3
    Reputation:85SephiZe will become famous soon enough

    Default

    This is usefull :) thanks
    MMotop.org Moderator

  6. #5
    Status : Killerman100 is offline
    Join Date : Oct 2010
    Posts : 35
    Thanks: 2
    Thanked 0 Times in 0 Posts
    Rep Power : 2
    Reputation:10Killerman100 is on a distinguished road

    Default

    Quote Originally Posted by Truster View Post
    Will try add this when im gonna fix on my server later on ^^
    Whisper me the link when done.

  7. #6
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,340
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    Quote Originally Posted by Killerman100 View Post
    Whisper me the link when done.
    wont be any time soon :P got lots of school work to do.

  8. #7
    samgartell's Avatar
    Status : samgartell is offline
    Join Date : Feb 2010
    Location : United Kingdom
    Posts : 524
    Thanks: 62
    Thanked 37 Times in 29 Posts
    Rep Power : 3
    Reputation:75samgartell will become famous soon enough

    Default

    Thx for share!


 

Visitors found this page by searching for:

trinity server status script

Trinity Realm status script

realm status script

trinity status script

trinity realm status

mangos wow realm status scripts

trinity realmstatus

Trinity Serverstatus Script

server status script trinity

wow realm status script

trinity server online script

wow server player online php script trinitywow trinity status scripttrinitycore status bar grapharcemu server status scriptsonline graph scriptrealm status script trinityREALMSTATUS TRINITYrealm status trinitywow server status trinity scriptphp server status script trinityPHP Graph script for WoW serverserverstatus script trinityWoW trinity server statusarcemu Realm Status Bar
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts