Skip to content

Commit 1d6a26d

Browse files
Update README.md
1 parent 3d58b41 commit 1d6a26d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ You should have received a copy of the GNU General Public License along with thi
1818
INSTRUCTIONS FOR USE:
1919

2020
1) Upload the ReferrerPlatform.php file to your webserver.
21+
2122
2) On the homepage (index file) of your website, add the following code anywhere within the body. (Nothing is displayed to the user, even if they view the source of the page):
23+
2224
<?php include ("ReferrerPlatform.php") ?>
25+
2326
The above code example assumes that you have placed the ReferrerPlatform.php file in the same folder as your index file. If you put the ReferrerPlatform.php file in a separate folder, eg inside a Scripts folder, then you will need to change the code to reflect the file path, eg:
27+
2428
<?php include ("Scripts/ReferrerPlatform.php") ?>
29+
2530
The index file must be saved with a .php extension for the script to work.
31+
2632
3) A file called log.html will automatically be created in the same folder as the ReferrerPlatform.php file, which will display the referrer details of each visitor. Therefore, the file will be updated each time someone visits your homepage.
2733

2834

0 commit comments

Comments
 (0)