>>
Site Map
>>
Forums
>>
Blocks
Forum module - topics in forum:
Blocks - Having problems with a block? Code doesn't work, get help here.
Ventrilo Block Problem
Ok here is one for ya.
i converted the html using the converter on the tools page, here it is
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-ventrilo.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<script language=\"javascript\" type=\"text/javascript\">";
$content .= " var vspy_width=200; ";
$content .= " var vspy_height=300; ";
$content .= " var vspy_style=\"200x300_html\"; ";
$content .= " var vspy_server=\"voice50.counter-strike.com:4507\"; ";
$content .= " var vspy_borderwidth=1; ";
$content .= " var vspy_bordercolor=\"000000\"; ";
$content .= " var vspy_background=\"FFFFFF\";";
$content .= " var vspy_fontcolor=\"000000\";";
$content .= " var vspy_linkcolor=\"0000FF\";";
$content .= "</script>";
$content .= "<script language=\"javascript\" type=\"text/javascript\" src=\"http://counter-strike.com/monitor/js/vmonitor.js\"></script>";
?>
then added the block and activated, everything went smooth was able to see the block and everything until I clicked on my homepage it suddenly became a big white box. Here is the twist when I go back into the admin panel and click on the blocks box Ah lord and behold there it is. My buddy who uses mozilla says he can see it but I use explorer and can't. here is my homepage
http://clubcci.com. Any thoughts on this subject would be helpful, thanks again, and Great site. Wolf
Ventrilo Block Update
OK, i just wanted to updated this post, the block does work it just takes forever to load, any one got any ideas how to make it refresh faster, hopefully when I get this problem fixed I will share with everyone, later Wolf