Top list problem
Posted: Thu Jun 19, 2014 10:48 pm
Hi there. I have 3 te3 scripts. Two located on one server display top list the way it should be. Third te3 located on different server and for some reason wouldn't do what it supposed to do. All 3 top list are look a like.
Here is what I am saving for this 3rd te3 on another server
Here is how it get saved in toplist.html
All this \\\\\\\\
Server settings? Something needs to be turned on?
Thank you.
Here is what I am saving for this 3rd te3 on another server
Code: Select all
<table width="1100" cellspacing="1" cellpadding="1">
<tr>
<td><a href="/te3/out.php?id=##domain:1##" class="style1">1.##name:1##</a></td>
<td><a href="/te3/out.php?id=##domain:11##" class="style1">11.##name:11##</a></td>
<td><a href="/te3/out.php?id=##domain:21##" class="style1">21.##name:21##</a></td>
<td><a href="/te3/out.php?id=##domain:31##" class="style1">31.##name:31##</a></td>
</tr>
</table>
Code: Select all
<table width=\"1100\" cellspacing=\"1\" cellpadding=\"1\">
<tr>
<td><a href=\"/te3/out.php?id=##domain:1##\" class=\"style1\">1.##name:1##</a></td>
<td><a href=\"/te3/out.php?id=##domain:11##\" class=\"style1\">11.##name:11##</a></td>
<td><a href=\"/te3/out.php?id=##domain:21##\" class=\"style1\">21.##name:21##</a></td>
<td><a href=\"/te3/out.php?id=##domain:31##\" class=\"style1\">31.##name:31##</a></td>
</tr>
</table>
Server settings? Something needs to be turned on?
Thank you.