Does anyone have it? His link is dead. I googled but to no avail, I really need it.
Does anyone have it? His link is dead. I googled but to no avail, I really need it.
Have you checked his MediaFire account?
http://www.mediafire.com/chumpy
Aaah blast, it isn't there. You could create your own script, using PHP fsockopen, something like this:
PHP Code:<?php
//fsockopen ( string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout") ]]]] )
$fp = fsockopen("example.org", /* The channel Port */ 31801, 30);
if (!$fp) {
echo "Channel Offline :( <br />\n";
} else {
echo "Channel Online :) <br />\n";
fclose($fp);
}
?>
Last edited by Alphakilo23; 21-07-12 at 02:55 PM.
Hi mate, thanks for replying.
Already made my own but I'm trying to make one so it shows how much players it has and whats the max (if you get what I mean). Is it even possible? I seen elitegamers.co did it.
Well if you want i cant tell you how i did it.Its not that big of a secret....
And all yo se on the cabal site modyfied from the original Iron`s Website is made by my.And i have a lot of improvements.<tr align="center">
<td align="left" class="shadow_blue"> <font color="#8DD8EA">Trade 1</font></td>
<td align="right" width="22px">';
$ck_Online=mssql_query("select count (*) from ".DB_GAM.".dbo.cabal_character_table where Login=1 and ChannelIdx=1");
$ck_Online_result = mssql_fetch_row($ck_Online);
mssql_free_result($ck_Online);
echo '<font color="#00FF00">'.$ck_Online_result[0].'</font>'; echo'</td>
<td align="center" width="6px">/</td>
<td width="22px" style="padding-right: 10px;" align="right"><font color="#FF0000">100</font></td>
</tr>
And yea diseragarding off all the bad words a lot of you know about me from the Great Moderators here i still made with my team the best private server :d
I am glad it worked for you.Dont forget to use the like button :P