<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Access Stats 1.12 - stat.pl empty"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Access Stats 1.12 - stat.pl empty"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Access Stats 1.12 - stat.pl empty</title>
				<description><![CDATA[ My problem is similar to the one of many, I am able to install the script, but it only shows me the title Access Stats 1.12 and the blue-green bar. Anything of statistical neither logfiles, the rest of the page in white.  <br /> Notice: I had to add -w to the route of Perl to see the log.gif<br /> <br /> My files are in<br /> <br /> /logstat/gif <br /> /logstat/logfiles <br /> <br /> log.pl, stat.pl and ip.log are in <br /> <br /> /cgi-bin<br /> <br /> My log.pl:<br /> <br /> Code:<br /> <br /> # url to the image file<br /> $output = "http://www.domain.com/logstat/log.gif";<br /> <br /> # path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))<br /> $base_dir = "http://www.domain.com/logstat/logfiles";<br /> <br /> My stat.pl:<br /> <br /> Code:<br /> <br /> # url to script<br /> $cgiurl = "http://www.domain.com/cgi-bin/stat.pl";<br /> <br /> # url to the image files without trailing "/"<br /> $gif_url = "http://www.domain.com/logstat/gif";<br /> <br /> # path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))<br /> $base_dir = "http://www.domain.com/logstat/logfiles";<br /> <br /> # url to the log files without trailing "/"<br /> $log_url = "http://www.domain.com/logstat/logfiles";<br /> <br /> <br /> The code in my html-file:<br /> <br /> Code:<br /> <br /> &lt;/head&gt;<br /> &lt;script language="JavaScript"&gt;<br />    &lt;!--<br />    document.write("&lt;img src=\"http://www.domain.com/cgi-bin/log.pl?ref="+top.document.referrer+"\" width=16 height=16 border=0&gt;");<br />    //--&gt;<br />    &lt;/script&gt;<br />    &lt;noscript&gt;<br />    &lt;img src="http://www.domain.com/cgi-bin/log.pl?ref=noscript" width=16 height=16 border=0&gt;<br />    &lt;/noscript&gt;<br /> &lt;body&gt;<br /> <br /> Thanks<br /> Dieter.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4216/13928.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4216/13928.php</link>
				<pubDate><![CDATA[Fri, 4 Feb 2005 12:46:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Dieter"]# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))<br /> $base_dir = "http://www.domain.com/logstat/logfiles";<br /> <br /> [/quote]<br /> <br /> Here is your errored line - it can not be a URL<br /> should look more like (but will depend on your actual webserver setup)<br /> $base_dir = "/home/domain-id/public_html/logstat/logfiles";<br /> <br /> That first portion "/home/domain-id/public_html" is called your document_root and an explanation how to find the document_root can be found with a search of this forum.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4216/13956.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4216/13956.php</link>
				<pubDate><![CDATA[Fri, 4 Feb 2005 20:06:17]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
	</channel>
</rss>