<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "How do I cprrect this?"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "How do I cprrect this?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>How do I cprrect this?</title>
				<description><![CDATA[ I am getting this error message when I try to submit a link:<br /> <br /> Cannot create ID file links_id.txt in cafedesire/user/links. Please check your base directory.<br /> <br /> What the heck did I do wrong?<br /> <br /> <br /> Thanks much for any help..........]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10605.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10605.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 15:41:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You need to make the [b]links[/b] directory writable from what I can see. Check your FTP program on how to change a files/folders permissions and change the folder to 766 or if that doesn't work 777.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10606.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10606.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 16:32:55]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Its bloody frustrating it is.........</title>
				<description><![CDATA[ Greetingsi Carbonize,  <br /> <br /> I am stil getting the below message after hitting the "submit URL"  button :<br /> <br /> Cannot create ID file links_id.txt in /domains/cafedesire.com/public_html/cgi-bin/links. Please check your base directory.<br /> <br /> after CHMOD to 777 the links directory.    It has to be something simple I would think. <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10610.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10610.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 20:47:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>By the way</title>
				<description><![CDATA[ I changed the [b]folder[/b] to chmod 777,  did you say I need to change the FILES in the folder to 777?[/u]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10611.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10611.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 20:51:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ change the file that the script writes to. Chmod links_id.txt to 777 and try again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10612.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10612.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 20:59:18]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>same error being reported</title>
				<description><![CDATA[ Can I email you the URL of that error page?  I would prefer not to paste it here.  It is giving me alot of info below the initial error.  I will paste the links.pl  (only partial part of script) below so maybe you can advise if I have the paths incorrect.<br /> <br /> <br /> # url of script<br /> $cgiurl = "http://mywebsite.com/cgi-bin/links.pl";<br /> <br /> # base url to all link files without trailing "/"<br /> $link_url = "http://mywebsite.com/links";<br /> <br /> # base directory to all link files from the server root without trailing "/"<br /> $base_dir = "/domains/mywebsite.com/usr/cgi-bin/links";<br /> <br /> # default index page of your choice<br /> $index_url = "http://mywebsite.com/links/ffa-business.html";<br /> <br /> After you view the URL to the error page maybe it will show what I have done wrong.<br /> <br /> You let me know if thats ok with you.<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10614.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10614.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 21:29:07]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I just submitted my site twice on cafedesire.com and it said successful but never appeared but no error messages. Then realised I was using your old links script :|<br /> Anyway the problem is that you are trying to put the files in the cgi-bin and it's not letting you. Try changing<br /> [code]# base directory to all link files from the server root without trailing &quot;/&quot; <br /> $base_dir = &quot;/domains/mywebsite.com/usr/cgi-bin/links&quot;; [/code]<br /> to<br /> [code]# base directory to all link files from the server root without trailing &quot;/&quot; <br /> $base_dir = &quot;/home/refresh2/domains/mywebsite.com/usr/cgi-bin/links&quot;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10615.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10615.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 21:45:36]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ or it could be /home/refresh2/domains/cafedesire.com/public_html/cgi-bin/links]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10616.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10616.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 21:46:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Just a note</title>
				<description><![CDATA[ The link page from my index page is a totally different link script (called LinkDept).  Thats the one I want to [u]replace[/u] with this one we are talking about.  I will try what you suggested,  thanks.again.[/u]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10617.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10617.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 21:54:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>No, still same problem</title>
				<description><![CDATA[ Is the "Links" folder suppose to go into the CGI-BIN folder?  Because if it is, I need to move it into the cgi-bin folder.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10619.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10619.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 22:16:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>About &amp;quot;post&amp;quot;</title>
				<description><![CDATA[ Here is what I have for "post':<br /> <br />  &lt;form method="post" action="http://cafedesire.com/cgi-bin/links.pl" name="message"&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10620.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10620.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 22:37:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The post tag is right as it points to your script. I think the fault lies in the location you have supplied for where the text file is stored. this is why I posted my variations.  Try putting the links folder in the HTML folder.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10621.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10621.php</link>
				<pubDate><![CDATA[Sat, 25 Sep 2004 23:05:34]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Text file</title>
				<description><![CDATA[ [quote="Carbonize"] I think the fault lies in the location you have supplied for where the text file is stored. .[/quote]<br /> <br /> I do to, but,  I have the the text file stored in the "Links" folder where it originally came.  Is this where it is supposed to be?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10625.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10625.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 00:36:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Links folder</title>
				<description><![CDATA[ By the way, the "links" folder has always been in my root folder (public_html).  Is it supposed to go in the cgi-bin?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10626.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10626.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 00:42:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Thanks for all your help Carbonize</title>
				<description><![CDATA[ I finally contacted my host and they advised I was using the wrong directory path!!  You were right about changing the directory path, you (and I) just didnt know the[u] correct[/u] directory path.   I wish to[b] thank you[/b] for working with me  on this my friend ! <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Maybe we have helped others when they read how important the correct[u] directory path[/u] can be!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3649/10627.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3649/10627.php</link>
				<pubDate><![CDATA[Sun, 26 Sep 2004 02:28:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>