tradeexpert template help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esham
    Confirmed User
    • Mar 2004
    • 629

    #1

    tradeexpert template help

    Im trying to get a this toplist on my site. I got stuck at

    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" -->

    My page is just html im not sure how to incude it. Also
    Double Your profit From Ad Brokers
  • aksmd
    Confirmed User
    • Dec 2014
    • 71

    #2
    I'm in the same problem!
    Candid Upskirt
    Candid Teens
    Candid Ass

    Comment

    • Kafka
      Confirmed User
      • Oct 2002
      • 466

      #3
      You should "XBitHack On" in .htaccess or your apache conf in order to parse html as shtml.
      And set the permission on the file to 744.
      This method is has security risks because the file is executable (for the owner of the file).
      Better is to use .php and then include the toplist as described.

      Comment

      Working...