Display Error with Teamspeak Block

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   
Staffie
CZ Revered Member
 Codezwiz Site Donator
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
aye sorry for not replyin, works been a mess. im sure kelly will be able to take a look for you and see if there is anything there that will cause the problems ur having.




_________________
Back to top Reply with quote
#2   re: Display Error with Teamspeak Block
R2Mrs
CZ Newbie
 Codezwiz Site Donator
R2Mrs has been a member for over 19 year's 19 Year Member
australia.gif
Age: 50
Gender: Female
Website:
Status: Offline
Joined: Sep 25, 2005
0.00 posts per day
Posts: 28
Points: 1,200
  MSN Messenger 
There ya go Kelly

<html>
<head>
<title>Raging Rebels</title>
<style type="text/css">

</style>
</head>

<body>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120">
  <tr>
    <td>
<?
// Your anVox server IP
$server_ip="216.151.149.118";

// Your anVox server port
$server_port="8526";

// Your server type: 1 = Teamspeak, 2 = Ventrilo
$server_type="1";

// Outside table color
$table_color1="000000";

// Inside table color
$table_color2="000000";

// Data list table color
$table_color3="000000";

  // DO NOT EDIT THE LINE BELOW!!
@readfile("http://ca.status.anvox.net/status.php?detail=$server_ip&detailport=$server_port&server_type=$server_type&table_color1=$table_color1&table_color2=$table_color2&table_color3=$table_color3");
?>
<font size="-2" face="verdana"><center>Hosted by <a href="http://www.anvox.com" target="_blank">www.anVox.com</a></center></font></td>
        </tr>
      </table>
</body>
</html>



Back to top Reply with quote
#3   re: Display Error with Teamspeak Block
R2Mrs
CZ Newbie
 Codezwiz Site Donator
R2Mrs has been a member for over 19 year's 19 Year Member
australia.gif
Age: 50
Gender: Female
Website:
Status: Offline
Joined: Sep 25, 2005
0.00 posts per day
Posts: 28
Points: 1,200
  MSN Messenger 
No worries Staffie. I know how work gets icon_evil.gif Im pleased Kelly is having a look at it for me, the thing is driving me crazy, well crazier than I already am anyway icon_wink.gif



Back to top Reply with quote
#4   re: Display Error with Teamspeak Block
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.49 posts per day
Posts: 3765
Points: 351,412
   
It seems to be a problem with the tables, both in the block code you have and in what's being pulled from the AnVox server.

Try this and see if it helps any:

<html>
<head>
<title>Raging Rebels</title>
<style type="text/css">

</style>
</head>

<body>
<table align="left" border="0" cellpadding="0" cellspacing="0" width="120">
<tr>
<td>
<?
// Your anVox server IP
$server_ip="216.151.149.118";

// Your anVox server port
$server_port="8526";

// Your server type: 1 = Teamspeak, 2 = Ventrilo
$server_type="1";

// Outside table color
$table_color1="000000";

// Inside table color
$table_color2="000000";

// Data list table color
$table_color3="000000";

  // DO NOT EDIT THE LINE BELOW!!
@readfile("http://ca.status.anvox.net/status.php?detail=$server_ip&detailport=$server_port&server_type=$server_type&table_color1=$table_color1&table_color2=$table_color2&table_color3=$table_color3");
?>
</tr>
</table>
</td>
</tr>
<tr>
<td><font size="-2" face="verdana"><center>Hosted by <a href="http://www.anvox.com" target="_blank">www.anVox.com</a></center></font></td>
</tr>
</table>
</body>
</html>



Back to top Reply with quote
#5   re: Display Error with Teamspeak Block
R2Mrs
CZ Newbie
 Codezwiz Site Donator
R2Mrs has been a member for over 19 year's 19 Year Member
australia.gif
Age: 50
Gender: Female
Website:
Status: Offline
Joined: Sep 25, 2005
0.00 posts per day
Posts: 28
Points: 1,200
  MSN Messenger 
Sweet I bow to you Kelly- you are a code God icon_biggrin.gif The frame is fixed, it fits nice and snug like it should. I only question I have left now, is there any way to move the "target new" proportion of the code? Piccie attached




Back to top Reply with quote
#6   
Staffie
CZ Revered Member
 Codezwiz Site Donator
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
That is usually because the code is missing a <, it means the code is open and it will be displayed as text. Is that code in the file u attached for kelly?




_________________
Back to top Reply with quote
#7   re: Display Error with Teamspeak Block
R2Mrs
CZ Newbie
 Codezwiz Site Donator
R2Mrs has been a member for over 19 year's 19 Year Member
australia.gif
Age: 50
Gender: Female
Website:
Status: Offline
Joined: Sep 25, 2005
0.00 posts per day
Posts: 28
Points: 1,200
  MSN Messenger 
Yep staffie its the code I got from Kelly. No that line isnt in the code. I have a feeling it is something to do with the title. I took the Raging rebels out of the title area and all Im left with is this
" target="new">


Which is a clickable link that take me to a page displaying this
Not Found
The requested URL /HTTP/1.1 200 OKDate: Sat, 01 Oct 2005 07:19:36 GMTServer: Apache/2.0.50 (Fedora)X-Powered-By: PHP/4.3.10Content-Length: 3692Connection: closeContent-Type: text/html; charset=UTF-8<html><head><title></title><style type= was not found on this server.


Back to top Reply with quote
#8   
Staffie
CZ Revered Member
 Codezwiz Site Donator
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
ok you got any idea which file has that piece of code in it? only way to solve this problem is to find the file with the code and repair it accordingly.




_________________
Back to top Reply with quote
#9   re: Display Error with Teamspeak Block
R2Mrs
CZ Newbie
 Codezwiz Site Donator
R2Mrs has been a member for over 19 year's 19 Year Member
australia.gif
Age: 50
Gender: Female
Website:
Status: Offline
Joined: Sep 25, 2005
0.00 posts per day
Posts: 28
Points: 1,200
  MSN Messenger 
Thats the only code in the block so it has to be in there, by me saying its not in there I mean I cant actually see that exact line of code written in there anywhere. When I had a play with it I tried removing the title name "Raging Rebels" it removed the name but still left the "target new" proportion of the code there. I tried removing the title line all together as I dont need a title on it but it came up with a RSS error and it wouldnt display the block at all. Previously, before Kelly looked at the code, it used to display at the bottom of the ts table. It now appears at the top. I dont recall it being a clickable link then either, though it could have been.Dunno if that helps any icon_neutral.gif



Back to top Reply with quote
#10   
Staffie
CZ Revered Member
 Codezwiz Site Donator
uk.gif
Occupation: Investigation Officer
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 27, 2003
0.19 posts per day
Posts: 1454
Points: 401,085
   
Ok we found the problem, give me a shout if you get any more problems with the new block




_________________
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum