Assuming you have already successfully installed TE 3.0 and logged in.
Disable
/ remove toplists from your TE 2.2, otherwise if all the output paths and filenames are the same in both scripts, toplists from the old and the new version will keep overriding each other. /cgi-bin/te/o.cgi
with /your_te3_directory/out.php
. Query string parameters and toplist codes remained the same as in the old version (except ##id:X##
which is no longer supported). In case you were using ##id:X##
code, replace it with ##domain:X##
. Example toplist:<br /> <table> <tr><td><a href="/your_te3_directory/out.php?id=##domain:1##">##name:1##</a></td></tr> <tr><td><a href="/your_te3_directory/out.php?id=##domain:2##">##name:2##</a></td></tr> <tr><td><a href="/your_te3_directory/out.php?id=##domain:3##">##name:3##</a></td></tr> </table>
After you have converted your templates into a new form, generate all your toplists from the “toplist” menu (mass checkbox
and click on the Generate
button). It is now time to preview them (click on the Preview
icon) and test them by clicking a few outgoing links to make sure everything works as expected.
/cgi-bin/te/o.cgi
with “/your_te3_directory/out.php”
. Query string parameters (s=
, g=
, l=
, u=
…) remained the same as in the old version, therefore changes are not required. /cgi-bin/te/o.cgi?s=#skim#&g=#var1#&l=#var2#&u=#url#
TE 3.0 outgoing link code:
/your_te3_directory/out.php?s=#skim#&g=#var1#&l=#var2#&u=#url#
Refer to the outgoing traffic tracking section for more details.