Page 1 of 1

Top list problem

Posted: Thu Jun 19, 2014 10:48 pm
by dehash
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

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>
Here is how it get saved in toplist.html

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>
All this \\\\\\\\
Server settings? Something needs to be turned on?

Thank you.

Re: Top list problem

Posted: Fri Jun 20, 2014 5:49 am
by texpert
Hello, you need to disable gpc magic quotes, try to add this line to te3/.htaccess
php_flag magic_quotes_gpc off

and try to generate the toplist.


Best regards,
Alex

Re: Top list problem

Posted: Fri Jun 20, 2014 9:33 pm
by dehash
It didn't work.

Re: Top list problem

Posted: Sun Jun 22, 2014 10:52 am
by texpert
Can you ask your host to disable it?


best regards,
Alex