Installation
- How do I add a new domain? (8877 views)
- File permissions (8123 views)
- Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) (7863 views)
- Do I really need a database? (7792 views)
- Do I really need mysql? (7025 views)
- Notice: Undefined index: **** in **** on line ** (6823 views)
- Error with database: Can't create table '****' (errno: 13) (6603 views)
Usage
- What is the counter mode? (7791 views)
- Images not showing (7613 views)
- I set the cookie, but i still get tracked and I see no 'Admin' text on tracked pages (7598 views)
- Fatal error: Call to undefined function: iconv() in *** on line *** (7555 views)
- How do you use path analysis with phpTrafficA (7519 views)
- Do I need to perform any maintenance? (7419 views)
- Is phpTrafficA free? (7188 views)
- Lots of ??? in OS and browser list (7120 views)
- Tip for ATT (Yahoo) web hosting users (4296 views)
Features
- Can I track HTML pages? (8450 views)
- Can I hide the image (8150 views)
When you are using phpTrafficA using an image or the javascript call, there is a little image showing up on your page, a 1x1 pixel square usually. You can hide this image if you wish.
If you are using the image call, replace the line
withecho "<img src=\"pathto/count.php?sid=$id&p=$thispage&r=$referer&t=$time\" alt=\"\">";
when you call phpTrafficA.echo "<img src=\"http://path/count.php?sid=$id&p=$thispage&r=$referer&t=$time\" alt=\"\" width=\"1\" height=\"1\" visibility=\"hidden\">";If you are using a javascript call, open the file
stats.jsand replace
withdocument.writeln("<img src=\"http://pathto/count.php?sid="+sid+"&p="+thispage+"&r="+referer+"&t="+time+"\" alt=\"\" border=\"0\" />\n");document.writeln("<img src=\"http://pathto/count.php?sid="+sid+"&p="+thispage+"&r="+referer+"&t="+time+"\" alt=\"\" border=\"0\" width=\"1\" height=\"1\" visibility=\"hidden\"/>\n");This is incompatible with the
countermore, since you won't see the image anymore!
- Can I protect my phpTrafficA folder with a .htaccess file? (7821 views)
- Does phpTrafficA use any cookie? (7240 views)
- Can I clear data for a domain (6780 views)
- Can I personalize the Cookie text? (6750 views)
- Can I delete a domain (6736 views)
- Can I delete data older than 2 months? (6668 views)