Ventrilo Monitor

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
j.thomas
Registered User
Posts: 11
Joined: Mon Feb 09, 2009 6:00 am

Ventrilo Monitor

Post by j.thomas »

Hello I want to put a program called ventrilo monitor on the left hand side of my forums here are the codes I have.....

Code: Select all

<script language="javascript" type="text/javascript">
   var vspy_width=200; 
   var vspy_height=300; 
   var vspy_style="custom_flash"; 
   var vspy_server="chromium.typefrag.com:43042"; 
   var vspy_refresh=60;
</script>
<script language="javascript" type="text/javascript" src="http://ventrilo-monitor.com/js/show_ventrilo.js"></script>
Now I know where to put the first one because you haft to make a page that has that code in it but i dont know where to put the next one......

Code: Select all

<iframe src="./whatever/ventrilo.html" height="xx" width="xx"></iframe>
Can anyone help me>
~J.Thomas~

Locked