Installation
- How do I add a new domain? (8905 views)
- File permissions (8148 views)
- Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) (7873 views)
- Do I really need a database? (7814 views)
- Do I really need mysql? (7051 views)
- Notice: Undefined index: **** in **** on line ** (6833 views)
- Error with database: Can't create table '****' (errno: 13) (6610 views)
Usage
- What is the counter mode? (7801 views)
- Images not showing (7618 views)
- I set the cookie, but i still get tracked and I see no 'Admin' text on tracked pages (7609 views)
This problem occurs when the address you used to set the cookie is different from the one used to record statistics...
For instance, if phpTrafficA is installed on your local computer, and if you log-in locally for administration, you will log into
http://localhost/php/..., but for your actual website, phpTrafficA appears to be athttp://www.mywebsite.com/php/.... If you set the cookie fromlocalhost, it will not work fromwww.mywebsite.com. You have to log into phpTraffic directly onwww.mywebsite.comto set the cookie.If you can't log-in directly on
www.mywebsite.comto set the cookie, create a file calledsetCookie.phponwww.mysite.comwith the following lines:
and open it in your browser. You should be all set...<?
SetCookie("phpTrafficA","Admin",time()+100000000,"/","",0);
?>
<html>
<body>
<center>Cookie was set.</center>
</body>
</html>
- Fatal error: Call to undefined function: iconv() in *** on line *** (7566 views)
- How do you use path analysis with phpTrafficA (7540 views)
- Do I need to perform any maintenance? (7448 views)
- Is phpTrafficA free? (7202 views)
- Lots of ??? in OS and browser list (7126 views)
- Tip for ATT (Yahoo) web hosting users (4304 views)
Features
- Can I track HTML pages? (8456 views)
- Can I hide the image (8170 views)
- Can I protect my phpTrafficA folder with a .htaccess file? (7830 views)
- Does phpTrafficA use any cookie? (7251 views)
- Can I clear data for a domain (6801 views)
- Can I personalize the Cookie text? (6762 views)
- Can I delete a domain (6755 views)
- Can I delete data older than 2 months? (6686 views)