<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problems with Access Stats 1.12"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problems with Access Stats 1.12"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problems with Access Stats 1.12</title>
				<description><![CDATA[ I have tried to implement this script but I cannot seem to get it to work.  I have followed the directions but nothing shows up when i go to view my statistics.   Here is my directory structure:<br /> - cgi_bin (chmod 755)<br /> - www (chmod 777)<br />     - files (chmod 755)<br />     - images (chmod 755)<br />     - stats (chmod 777)<br />         - gif (chmod 755)<br />         - logfiles (chmod 777)<br /> <br /> Both the stat.pl and log.pl are located in the cgi-bin folder and are chmod 755.  Additionally, I have made the following changes to the two files:<br /> stat.pl:<br /> # url to script<br /> $cgiurl = "http://www.(my domain).com/cgi-bin/stat.pl";<br /> <br /> # url to the image files without trailing "/"<br /> $gif_url = "http://www.(my domain).com/stats/gif";<br /> <br /> # path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))<br /> $base_dir = "/www/stats/logfiles";<br /> <br /> # url to the log files without trailing "/"<br /> $log_url = "http://www.(my domain).com/stats/logfiles";<br /> <br /> <br /> log.pl:<br /> # url to the image file<br /> $output = "http://www.(my domain).com/stats/log.gif";<br /> <br /> # path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))<br /> $base_dir = "/www/stats/logfiles";<br /> <br /> So...am I missing something?  A log is not being created in the logfiles dir. and no stats are showing up.  Help! =)<br /> Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/268.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/268.php</link>
				<pubDate><![CDATA[Fri, 1 Feb 2002 00:49:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>nevermind</title>
				<description><![CDATA[ got it to work... <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/271.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/271.php</link>
				<pubDate><![CDATA[Fri, 1 Feb 2002 02:46:07]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" /> How??]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/354.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/354.php</link>
				<pubDate><![CDATA[Fri, 8 Feb 2002 00:22:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Access Stats 1.12</title>
				<description><![CDATA[ Tell us how you make it to work?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/479.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/479.php</link>
				<pubDate><![CDATA[Mon, 18 Feb 2002 23:12:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>nevermind</title>
				<description><![CDATA[ [quote="guest"]<br /> got it to work... <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /><br /> [/quote]<br /> <br /> Pleeaase, tell us!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/2024.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/2024.php</link>
				<pubDate><![CDATA[Tue, 2 Jul 2002 21:28:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>777</title>
				<description><![CDATA[ If I just CHMOD every dir. 777 <br /> <br /> shouldin't it work?<br /> <br /> <br /> my script sorta works, but no actual data is getting created..  ;( <br /> <br /> <br /> HELP!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/2197.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/2197.php</link>
				<pubDate><![CDATA[Thu, 18 Jul 2002 22:00:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>I have got same problem</title>
				<description><![CDATA[ Anyone can find the way to config it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/2469.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/2469.php</link>
				<pubDate><![CDATA[Fri, 9 Aug 2002 16:56:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I don't know if guest do it or not but:<br /> Maybe he forget to fo Step 1:<br />  1.Open stat.pl and log.pl with a text editor.<br />    Change the url in line one, to the Perl program at your server.<br />    Usually it is: - /usr/bin/perl or /usr/local/bin/perl for Unix.<br />                   - C:/Perl/Perl.exe for Windows (use slash "/")<br />    Set the correct paths and required urls.<br /> <br /> I had the same Problem..I have nearly the same settings but i didn't work. But than I change /usr/local/bin/perl to /usr/bin/perl and all work fine now.<br /> <br /> Greetings,<br /> Steffen]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/2470.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/2470.php</link>
				<pubDate><![CDATA[Fri, 9 Aug 2002 18:04:16]]> GMT</pubDate>
				<author><![CDATA[ Hellfirez]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I had the exact same problems, and found out that i was putting in the wrong base path. I was entering ./logfiles when what i was really needing was the full path eg. home/mydomain/public_html/stat/logfiles<br /> i would certainly recommend finding this out off your host<br /> Problems solved]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/4892.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/4892.php</link>
				<pubDate><![CDATA[Wed, 21 May 2003 19:51:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ chmod stat.pl and log.pl to 755 in ur cgi-bin]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/4922.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/4922.php</link>
				<pubDate><![CDATA[Mon, 26 May 2003 00:34:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Access Stats Working, another alternative solution...</title>
				<description><![CDATA[ I had the same problem a lot of you had, everything was installed in its proper location and had the correct permissions, yet it still wasn't working.<br /> <br /> The solution for me...<br /> <br /> I use linux/apache, btw.<br /> <br /> You must eliminate any line breaks in the javascript between the markers below.<br /> <br /> &lt;!--<br />   document.write("img......  &lt;&lt;&lt;this line<br />  //--&gt;<br /> <br /> Hope that helps some of you with that problem!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/5209.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/5209.php</link>
				<pubDate><![CDATA[Wed, 18 Jun 2003 01:35:55]]> GMT</pubDate>
				<author><![CDATA[ xenzap]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ could also try putting.<br /> <br /> $base_dir = "../htdocs/logfiles";]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/5229.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/5229.php</link>
				<pubDate><![CDATA[Sat, 21 Jun 2003 06:33:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>hmmm</title>
				<description><![CDATA[ I got it working except that it does not track all the visits to my site, it only tracked 6 visits when my other counter clocked over 100?<br /> <br /> Why could this be?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/5239.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/5239.php</link>
				<pubDate><![CDATA[Mon, 23 Jun 2003 18:21:07]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>$base_dir = &amp;quot;. for windowsNT</title>
				<description><![CDATA[ what  i can put for windows server . for $base_dir = "<br /> <br /> do i have to put on  $base_dir = "c:/dir/to/logfiles? or just $base_dir = "/dir/to/my/logfile .. ? please HELP.. cant make it work.. <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/100/5300.php</guid>
				<link>https://proxy2.de/forum/posts/preList/100/5300.php</link>
				<pubDate><![CDATA[Sat, 28 Jun 2003 16:39:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>