GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   stat counters using htaccess (https://gfy.com/showthread.php?t=716737)

martinsc 03-21-2007 04:29 AM

stat counters using htaccess
 
i need a stats script/program that will collect detailed information with adding code to the htaccess file... (no installation on the server, no js or php code for each page...)

can this be done?
does something like this exist?

ClickBuster 03-21-2007 08:27 AM

You can auto prepend .php files with the help of .htaccess
Code:

php_value auto_prepend_file /path/to/script.php
That way you don't have to put
Code:

<?php
require_ince "/path/to/script.php";
?>

That will work if you find a decent PHP tracking software or something like that. If not, I'm always willing to code one :winkwink:

martinsc 03-21-2007 11:05 PM

Quote:

Originally Posted by ClickBuster (Post 12122432)
You can auto prepend .php files with the help of .htaccess
Code:

php_value auto_prepend_file /path/to/script.php
That way you don't have to put
Code:

<?php
require_ince "/path/to/script.php";
?>

That will work if you find a decent PHP tracking software or something like that. If not, I'm always willing to code one :winkwink:

cool, i will try the auto_prepend_file
Thanks :thumbsup


All times are GMT -7. The time now is 01:24 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123