Just started a top referrers for my site.
The script works it's "TradeExpert"
Anyone know how you include a code to show a script output, it's for a toplist script that has 2 options. One for php pages and the other for shtml pages.
No mater which one I add to the overall_footer.html and refresh the cache the toplist does not show up.
Here are the 2 options they have.
How to include toplist into your web page
After you have created and added a toplist, it has to be included into your web page:
PHP (.php pages)
<?php
include "toplist.html";
?>
SSI (.shtml pages)
<!--#include virtual="toplist.html" -->
Now I added the first one to a page on the site called it https://www.sponsorchat.com/referrers.php it works.
I get it that the overall_footer.html is neither a php nor shtml page, but there has to be a way I suppose to implement that output on the site (hoping)
Peace