WebTracker UtilitiesCopyright (C) 2002 Matej Kovačič
You can visit WebTracker main site.
- Cliq: this PHP script is used to trace users which are going to external links (links to web pages that do not have WebTracker installed and links to the external servers).
Installation: you should set a variable $redirectsite (the site where user will be redirected if s/he tries to acess cliq utility directly), and also pay some attention to include_once statement.
Use: before each of your links simply write cliq.php?. For instance cliq.php?http://www.najdi.si. What happened? When user clicks to the link, s/he will be redirected to the najdi.si website, but cliq utility will make a record that user left your site through external link.
If user tries to access cliq.php directly, s/he is redirected to the site which is set in $redirectsite variable.
Licence: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ss published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
More about copyright, licence and support for this utility you can read in WebTracker manual.
Download: You can download this utility here: cliq.zip (ZIP package of Cliq utility, 738 bytes).
- LiveMail: this PHP script can be used to check if user is reading e-mail.
Package consists of three scripts. First one is checkmail.php, whih generates input form for sending e-mail. Second is sendlivemail.php, which sends an e-mail to specified address. E-mail is sent in HTML format and has a special image link to livemail.php script included. When user reads his e-mail this script is activated through the image link and information about when the mail has been read are stored in WebTracker system. You can export this information with WebTracker Export Modul. Enclosed SPSS import script is able to extract this information to a special variable.
However, this is not working for users which are not using "HTML aware" mail reading programs. Users who are reading e-mails off-line also could intercept connection to this special image link and block it.
Installation: Set the variable $CheckScript in sendlivemail.php script and pay some attention to include_once statement in all three scripts. It is also recommended to replace e-mail body text in sendlivemail.php.
Use: Simply run checkmail.php script, complete the form and press Send button.
Licence: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ss published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
More about copyright, licence and support for this utility you can read in WebTracker manual.
Download: You can download this utility here: livemail.zip (ZIP package of Cliq utility, 2.7 kb bytes).
WebTracker Utilities: Copyright (C) 2002 Matej Kovačič.