• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Ventrilo Status

widnet

Banned User
Joined
Apr 11, 2009
Messages
920
Reaction score
3
Location
Poland/Cracow
Hi
I have 4 u Ventrilo status script
PHP:
<?
$port=3784;
if($lacze=@fsockopen("localhost",$port,$errno,$errstr,5)){
fclose($lacze);
echo "<font color='green'><b>Online</b></font>";
}else{
echo "<font color='red'><b>Offline</b></font>";
}
?>
Thanks WidNet
Please Rep++

 
Noob, it's not ventrilo status script, but script which checks the port is opened on host...
 
better use ventrilo scripts to check status :)
there are some php scripts to check 2.1.4 and 3+ status ;p
 
Simply but good, nice idea.
__________________
klekSu.png

You are welcome on kleksoria.com!
Please visit new open tibia forum with it's own ots list. otservers.net!
 
Last edited:
Not really if is OPEN but if is used at the moment. So the script is fine.
__________________
klekSu.png

You are welcome on kleksoria.com!
Please visit new open tibia forum with it's own ots list. otservers.net!
 
Last edited:
Why do everyone cry about "EASY SCRIPT!!!? OMGZ NOOBZOR"??
Ofcourse! It's an easy script, because more advanced ain't needed! Retards

And I need some help:p How can I add it so it Will be above the news?
Like the "Powerful Guilds at Latest news" made by Anderspro?



This is my News now(latestnews.php):

and when I add that script to the same place inside $main_content .= 'text'; I get this error message:
Parse error: syntax error, unexpected T_STRING in C:\Blizzara\Blizzara WARRPG\xampp-win32-1.7.3\xampp\htdocs\latestnews.php on line 137
and outside $main_content .= 'text'; I get this:
Parse error: syntax error, unexpected '<' in C:\Blizzara\Blizzara WARRPG\xampp-win32-1.7.3\xampp\htdocs\latestnews.php on line 137
 
Can't edit, sorry for double post.

That teamspeak part ain't a "Add news" thing, it's a thing I added to latestnews.php :p So you don't think I added it with Add news button
 
Back
Top