<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Need Help On Free Link Page"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Need Help On Free Link Page"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Need Help On Free Link Page</title>
				<description><![CDATA[ I have a problem with Free link page, after installation when I tried to add a link it is says;  <br /> <br /> "Cannot create ID file links_id.txt in /home/usr/you/links. Please check your base directory." <br /> <br /> which is my base directory and what to do there? also want to know about a .txt file which is in the links directory, is there anything to do?<br /> <br /> anyway, where have to upload links directory? I upload it in to public_htlm dir. anybody tell me something please!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/10035.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/10035.php</link>
				<pubDate><![CDATA[Fri, 20 Aug 2004 19:35:19]]> GMT</pubDate>
				<author><![CDATA[ mshmethu]]></author>
			</item>
			<item>
				<title>this helped me</title>
				<description><![CDATA[ If you can figure out the right directory path then this link might help you.<br /> <br /> <a class="snap_shots" href="http://byf.nl/post.php?action=reply&amp;fid=34&amp;tid=1462" target="_blank" rel="nofollow">http://byf.nl/post.php?action=reply&amp;fid=34&amp;tid=1462</a><br /> <br /> Change usr to 'public_html' and change you to 'your website address'<br /> <br /> It took me a day but I figured it out.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16390.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16390.php</link>
				<pubDate><![CDATA[Tue, 7 Jun 2005 20:55:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Links Page</title>
				<description><![CDATA[ I took your suggestion to load up  the link page instead of using your guestbook for a link page.    I should know when you say in the instructions that it is easy, it is not.  I have been trying for two days to get this thing to work.  It won't take any info.  It can't seem to find the cgi-bin.  The path can't be that complicated.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16654.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16654.php</link>
				<pubDate><![CDATA[Tue, 21 Jun 2005 19:01:36]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think Amber is familiar with this script. Will email her to ask her.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16656.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16656.php</link>
				<pubDate><![CDATA[Tue, 21 Jun 2005 19:32:43]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: Need Help On Free Link Page</title>
				<description><![CDATA[ [quote="mshmethu"]I have a problem with Free link page, after installation when I tried to add a link it is says;  <br /> <br /> "Cannot create ID file links_id.txt in /home/usr/you/links. Please check your base directory." <br /> <br /> which is my base directory and what to do there? also want to know about a .txt file which is in the links directory, is there anything to do?<br /> <br /> anyway, where have to upload links directory? I upload it in to public_htlm dir. anybody tell me something please![/quote]<br /> <br /> You need to change the information in the links.pl file that goes in the cgi directory.  This is in the readme file that came with the script. (Incidentally, I had to change the name to links.cgi because my server doesn't recognize the .pl extension.)<br /> <br /> Open links.pl (or links.cgi) and edit the info in lines 17 thru 27.  This is the code I am using, and everything works fine:<br /> <br /> [code]# url of script<br /> $cgiurl = &quot;http&#58;//yourwebsite.com/cgi-bin/links.pl&quot;;<br /> <br /> # base url to all link files without trailing &quot;/&quot;<br /> $link_url = &quot;http&#58;//www.yourwebsite.com/links&quot;;<br /> <br /> # base directory to all link files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/&#40;your userinfo&#41;/public_html/links&quot;;<br /> <br /> # default index page of your choice<br /> $index_url = &quot;http&#58;//www.yourwebsite.com/links/ffa-business.html&quot;;[/code]<br /> In the above example, replace all instances of "yourwebsite.com" with your actual website info.  You will see that I changed the url from "localhost" to the actual site address. That's because when I used "localhost" it added the links fine but returned a 500 error message when it finished adding the link. Also, using "localhost," it seems to get lost when trying to go to Admin.<br /> <br /> In the code that refers to base directory, replace (your userinfo) with your site admin username, which I believe is what is typically used to access CPanel.<br /> <br /> Then, you also need to open links/addlink.html and edit line 93:<br /> [code]&lt;form method=&quot;post&quot; action=&quot;http&#58;//www.yourwebsite.com/cgi-bin/links.pl&quot; name=&quot;message&quot;&gt;[/code]<br /> Chmod addlink.html to 755.<br /> <br /> If the links.pl file gets changed to links.cgi, then you also need to change .pl to .cgi in all of the above code.<br /> <br /> It is not mentioned in the readme file, but I had to change permissions on links_id.txt and all of the links pages starting with "ffa" (ffa-business.html, etc.) to 666.<br /> <br /> To get to Admin, go to : http://www.yourwebsite.com/cgi-bin/links.pl?admin=enter<br /> <br /> (Don't forget to change .pl to .cgi if necessary)<br /> <br /> The default admin password is:  123<br /> <br /> It ain't much to look at, is it?<br /> <br /> To correct the misspelling of the word "title", edit line 292 of cgi/links.pl.  <br /> <br /> To change the Admin password, edit line 33 of cgi/links.pl. <br /> <br /> <br /> Hope this helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16664.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16664.php</link>
				<pubDate><![CDATA[Wed, 22 Jun 2005 06:07:22]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>links page</title>
				<description><![CDATA[ Sorry it didn't work.  The form will not take the information.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16684.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16684.php</link>
				<pubDate><![CDATA[Wed, 22 Jun 2005 22:10:44]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If the default page is <br />  <br /> # default index page of your choice <br /> $index_url = "http://www.website.com/links/ffa-business.html"; <br /> <br /> Then should the page that it goes to if it doesn't work be<br /> <a class="snap_shots" href="http://www.aluminouspublishing.com/links/ffa-business.html" target="_blank" rel="nofollow">http://www.aluminouspublishing.com/links/ffa-business.html</a><br /> <br /> Well my goes to <a class="snap_shots" href="http://www.aluminouspublishing.com/cgi-bin/links.cgi" target="_blank" rel="nofollow">http://www.aluminouspublishing.com/cgi-bin/links.cgi</a> and shows my default page.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16696.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16696.php</link>
				<pubDate><![CDATA[Wed, 22 Jun 2005 23:35:44]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It appears you have the wrong information stored in the links.cgi file.  Upload the original links.pl file to your server's cgi-bin again.  Then, change the name to links.cgi.  Then edit the information in the file as per the instructions above.<br /> <br /> If you want to check your cgi-bin/links.cgi file, it should [b]start out [/b]like this:<br /> <br /> [code]#!/usr/bin/perl<br /> #########################################################################<br /> #  Free For All Link Page v1.2                                          #<br /> #  Copyright &#40;c&#41;2000 Chi Kien Uong                                      #<br /> #  URL&#58; http&#58;//www.proxy2.de                                            #<br /> #                                                                       #<br /> # This Software is distributed under the GNU General Public             #<br /> # License. For more details see license.txt                             #<br /> #                                                                       #<br /> # Administration&#58;                                                       #<br /> # http&#58;//www.aluminouspublishing.com/cgi-bin/links.cgi?admin=enter                      #<br /> #                                                                       #<br /> # If you are having problems with the script, visit the support         #<br /> # forum at&#58; http&#58;//www.proxy2.de                                        #<br /> #########################################################################<br /> <br /> # url of script<br /> $cgiurl = &quot;http&#58;//www.aluminouspublishing.com/cgi-bin/links.cgi&quot;;<br /> <br /> # base url to all link files without trailing &quot;/&quot;<br /> $link_url = &quot;http&#58;//www.aluminouspublishing.com/links&quot;;<br /> <br /> # base directory to all link files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/login/public_html/links&quot;;<br /> <br /> # default index page of your choice<br /> $index_url = &quot;http&#58;//www.aluminouspublishing.com/links/ffa-business.html&quot;;<br /> <br /> # counter log file<br /> $id_count = &quot;links_id.txt&quot;;<br /> <br /> [/code]<br /> aluminumlady wrote: <br /> [quote]That's a little vague. I needed to know what to type in Mime. Found it in Google <br /> Extension: cgi pl <br /> MIME Type: application/x-httpd-cgi <br /> However, it still doesn't work! [/quote]<br /> <br /> I don't know about the code you mentioned in your other post quoted above, but it is not necessary to accomplish this. Could it be something that needs to be undone?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16698.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16698.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 04:17:42]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I copied and pasted what you wrote into my links.pl and deleted the links.pl in the cgi-bin and upload the new one with the new text, changed the name to links.cgi.  <br /> fixed the link in addlink.html  Changed all the permissions.  Sorry still doesn't work.  I had even change the link in in contact box already.<br /> My friend put this up on her site and it worked perfect.  She has helped me with mine and she doesn't know why it doesn't work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16704.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16704.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 08:16:23]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This link to the admin doesn't work either.<br /> <a class="snap_shots" href="http://www.aluminouspublishing.com/cgi-bin/links.cgi?admin=enter" target="_blank" rel="nofollow">http://www.aluminouspublishing.com/cgi-bin/links.cgi?admin=enter</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16705.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16705.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 08:20:37]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry, there is nothing more I can tell you.  Could this be a redirect in place or something like that?  Perhaps you should check with your host.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16709.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16709.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 12:12:37]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Link Page</title>
				<description><![CDATA[ Thanks for all your help anyway.  It is hard to help so far away and not be able to see their computer.  I may try the free links page again later.  Clear my head.  I am using the guestbook for a link page.  It is working great so far.  I just use name, email (hidden), homepage, banner and comment and change location to speciality (category) I put a link in html at the end of the description to the link I have on their website.  I like the note sent to the linker.  But most of all I like the email sent to me.  I put them in a folder in case I lose the links.  It has all the info I need.  You never know.  I haven't had good luck with these scripts.  <br /> The weird thing is, I added an entry in the guestbook and the entry attached to the last entry, moved it to the side and created a black square while putting the edit and delete button in the entry square instead of in a box by themselves.  I have to delete the entry and re-enter it.  I can't figure out why it does it sometimes, but not all the time.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16723.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16723.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 18:32:28]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ HTML in the post?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16726.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16726.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 19:00:37]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes the Comment section.<br /> Check it out at<br /> <a class="snap_shots" href="http://www.aluminouspublishing.com/addurl" target="_blank" rel="nofollow">http://www.aluminouspublishing.com/addurl</a><br /> Let  me know if I am messing things up.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16727.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16727.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 19:27:49]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Can't see anything wrong. Is it in the admin section?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16728.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16728.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 20:26:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ When the weird thing happens you can see it in the guesbook and the admin.  I was trying to get it to do it again but it hasn't which is good.  If it does I will let you know.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16737.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16737.php</link>
				<pubDate><![CDATA[Thu, 23 Jun 2005 23:21:32]]> GMT</pubDate>
				<author><![CDATA[ aluminumlady]]></author>
			</item>
			<item>
				<title>Re: this helped me</title>
				<description><![CDATA[ tar411<br /> Your forum is in mostly in Dutch, so most of us cant use it.<br /> <br /> <br /> <br /> [quote="tar411"]If you can figure out the right directory path then this link might help you.<br /> <br /> <a class="snap_shots" href="http://byf.nl/post.php?action=reply&amp;fid=34&amp;tid=1462" target="_blank" rel="nofollow">http://byf.nl/post.php?action=reply&amp;fid=34&amp;tid=1462</a><br /> <br /> Change usr to 'public_html' and change you to 'your website address'<br /> <br /> It took me a day but I figured it out.[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3513/16790.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3513/16790.php</link>
				<pubDate><![CDATA[Tue, 28 Jun 2005 15:29:03]]> GMT</pubDate>
				<author><![CDATA[ abimco]]></author>
			</item>
	</channel>
</rss>