<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Help.....please!"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Help.....please!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Help.....please!</title>
				<description><![CDATA[ Im having trouble getting this to work. Im confused as to what I need to substitute with my webpage name (<a class="snap_shots" href="http://www.graycrosby.com" target="_blank" rel="nofollow">www.graycrosby.com</a>). Can someone advise as to what I need to change?<br /> <br /> Thanks<br /> <br /> <br /> #!/usr/bin/perl<br /> #########################################################################<br /> #  Top Downloads v2.0                                                   #<br /> #  Copyright (c)2000 Chi Kien Uong                                      #<br /> #  URL: <a class="snap_shots" href="http://www.proxy2.de" target="_blank" rel="nofollow">http://www.proxy2.de</a>                                            #<br /> #                                                                       #<br /> # This Software is distributed under the GNU General Public             #<br /> # License. For more details see license.txt                             #<br /> #                                                                       #<br /> # To count a download use:                                              #<br /> # &lt;a href="download.pl?file=file_id"&gt;file&lt;/a&gt;                           #<br /> #                                                                       #<br /> # To show your top xx downloads:                                        #<br /> # <a class="snap_shots" href="http://www.host.com/cgi-bin/download.pl?job=show&amp;top=xx" target="_blank" rel="nofollow">http://www.host.com/cgi-bin/download.pl?job=show&amp;top=xx</a>               #<br /> #                                                                       #<br /> # Administration:                                                       #<br /> # <a class="snap_shots" href="http://www.host.com/cgi-bin/download.pl?admin=enter" target="_blank" rel="nofollow">http://www.host.com/cgi-bin/download.pl?admin=enter</a>                   #<br /> #                                                                       #<br /> #########################################################################<br /> <br /> # url to script<br /> $cgiurl = "http://www.proxy2.de/cgi-bin/files/download.pl";<br /> <br /> # url to the image files without trailing "/"<br /> $base_gif = "http://www.proxy2.de/gif";<br /> <br /> # administration password - should not contain '&amp;','=' and "<br /> $admin_pass = "pass123";<br /> <br /> # file locking ($lock=0 for Win32!);<br /> $lock = 1;<br /> <br /> # check http referer 0=no 1=yes;<br /> $check = 0;<br /> @valid=('http://www.proxy2.de');<br /> <br /> # log files<br /> $basedat = "log.txt";<br /> $daylog = "daylog.txt";<br /> $stats = "download_stats.txt";<br /> <br /> # base url to the downloads without trailing "/" (use for scanning)<br /> $base_url = "http://www.proxy2.de/downloads";<br /> <br /> # path to the downloads from the server root! (use for scanning)<br /> $base_dir = "/home/www/you/public_html/downloads";<br /> <br /> $back_img = "$base_gif/texture1.gif"; # url of background image<br /> $bgcolor = "#FFFFFF";	# background color<br /> $table_width = 560;	# width of hole table<br /> $table_text = 250;	# width reserve for the file description<br /> $table_bg = "#F7F7F7";	# table background color<br /> $table_top = "#E1A8A8";	# top table background color<br /> $font_size = "8pt";	# font size<br /> $show_default = 15;	# 10=TOP_10  20=TOP_20,etc.<br /> $bar_image_height =10;<br /> $max_day = 28;<br /> $max_bar_height = 180;<br /> <br /> %scan = (<br /> <br />   zip =&gt; '*.zip',<br />   gz  =&gt; '*.gz',<br />   exe =&gt; '*.exe',<br />   mp3 =&gt; '*.mp3',<br />   pdf =&gt; '*.pdf',<br />   avi =&gt; '*.avi'<br /> <br /> );]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3028/8001.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3028/8001.php</link>
				<pubDate><![CDATA[Thu, 22 Apr 2004 20:17:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>