Author Topic: Incoming hits  (Read 7236 times)

0 Members and 1 Guest are viewing this topic.

Offline Bud

  • Newbie
  • *
  • Posts: 5
    • View Profile
Incoming hits
« on: September 24, 2012, 10:02:20 AM »
I'm suppose to add this <!--#include virtual="/tp/ssi_in.php"--> in my .shtml files.

I'm not very techy when it comes to stuff like that..or maybe I am mis-understanding what they mean.. how/ where  do i do this? Thank you.

Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
Re: Incoming hits
« Reply #1 on: October 06, 2012, 10:39:33 PM »
you have to add it inside the

<head> ..here.. </head>

part. If the include virtual does not work it might not be supported by your server, so you can try instead the

<?php include ('tp/ssi_in.php'); ?>


hth