<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "need help please for Free Link Page 1.2 script"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "need help please for Free Link Page 1.2 script"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>need help please for Free Link Page 1.2 script</title>
				<description><![CDATA[ when i try to add my info url and such to add my link to the link page i get this error when i click on submit url<br /> <br /> Cannot create ID file links_id.txt in grafxbydiane.com/linkexchange. Please check your base directory.<br /> can somone tell what i am doing wrong]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5482/20006.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5482/20006.php</link>
				<pubDate><![CDATA[Thu, 23 Mar 2006 06:19:46]]> GMT</pubDate>
				<author><![CDATA[ diane35]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Since it says check your base directory, look in the links.pl file in the cgi-bin.  Is the information correct?  In some cases, I must use the complete address in order for it to work, like this:<br /> [list][code]# url of script<br /> $cgiurl = &quot;http&#58;//www.grafxbydiane.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.grafxbydiane.com/linkexchange&quot;;<br /> <br /> # base directory to all link files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/yoursiteuserid/public_html/linkexchange&quot;;<br /> <br /> # default index page of your choice<br /> $index_url = &quot;http&#58;//www.grafxbydiane.com/linkexchange/ffa-internet.html&quot;;<br /> <br /> # counter log file<br /> $id_count = &quot;links_id.txt&quot;;<br /> <br /> # administration password<br /> $admin_pass = &quot;password&quot;;[/code][/list]<br /> Good luck with this.  After about a year, I finally got rid of mine because all the predators abuse this free service to try and make their search engine rankings higher. Even if you exclude the page from search engines they manage to find you.  I think they are finding the link to proxy2.de at the bottom and using robots to flood your pages with their links.  One solution may be to pay the author a fee to remove the link.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5482/20104.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5482/20104.php</link>
				<pubDate><![CDATA[Sat, 1 Apr 2006 08:12:43]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>help with link exchange</title>
				<description><![CDATA[ okay thanks another question which may have been answered already <br /> the add link the main page with the catergories  i read here that you can edit the html pages but not the links . does that mean you can not add catergories to the ones already there on the link exchange?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5482/20109.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5482/20109.php</link>
				<pubDate><![CDATA[Sat, 1 Apr 2006 18:46:35]]> GMT</pubDate>
				<author><![CDATA[ diane35]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I edited the pages and the links, and the program worked fine.  I think you can change whatever you want, except that you should never remove the footer with link to proxy2.de without the author's permission.<br /> <br /> I used my html program to edit the pages for design, but I found it worked better to use a text editor to add additional categories. I had to manually change every ffa-page. Perhaps there is an easier way, but I don't think so.<br /> <br /> For instance, to add the category "poetry," I had to edit the following areas on every page. <br /> <br /> 1. This adds the new category to the form:<br /> <br /> Around line #40, find:<br /> [code]      &lt;form name=&quot;form&quot;&gt;<br />         &lt;select name=&quot;category&quot; onChange=&quot;MM_jumpMenu&#40;'self',this,0&#41;&quot;&gt;<br />           &lt;option selected&gt;Categories&lt;/option&gt;<br />           &lt;option value=&quot;ffa-business.html&quot;&gt;Business&lt;/option&gt;<br />           &lt;option value=&quot;ffa-computers.html&quot;&gt;Computers&lt;/option&gt;<br />           &lt;option value=&quot;ffa-education.html&quot;&gt;Education&lt;/option&gt;<br />           &lt;option value=&quot;ffa-entertainment.html&quot;&gt;Entertainment&lt;/option&gt;<br />           &lt;option value=&quot;ffa-games.html&quot;&gt;Games&lt;/option&gt;<br />           &lt;option value=&quot;ffa-health.html&quot;&gt;Health&lt;/option&gt;<br />           &lt;option value=&quot;ffa-home.html&quot;&gt;Home&amp;amp;Family&lt;/option&gt;<br />           &lt;option value=&quot;ffa-hobbies.html&quot;&gt;Hobbies&lt;/option&gt;<br />           &lt;option value=&quot;ffa-internet.html&quot;&gt;Internet&lt;/option&gt;<br />           &lt;option value=&quot;ffa-personal.html&quot;&gt;Personal HP&lt;/option&gt;<br />           &lt;option value=&quot;ffa-sports.html&quot;&gt;Sports&lt;/option&gt;<br />           &lt;option value=&quot;ffa-other.html&quot;&gt;Other&lt;/option&gt;<br />         &lt;/select&gt;<br />       &lt;/form&gt;[/code]<br /> Insert the option for the new poetry category, in alpha order, so it now looks like:<br /> [code]      &lt;form name=&quot;form&quot;&gt;<br />         &lt;select name=&quot;category&quot; onChange=&quot;MM_jumpMenu&#40;'self',this,0&#41;&quot;&gt;<br />           &lt;option selected&gt;Categories&lt;/option&gt;<br />           &lt;option value=&quot;ffa-business.html&quot;&gt;Business&lt;/option&gt;<br />           &lt;option value=&quot;ffa-computers.html&quot;&gt;Computers&lt;/option&gt;<br />           &lt;option value=&quot;ffa-education.html&quot;&gt;Education&lt;/option&gt;<br />           &lt;option value=&quot;ffa-entertainment.html&quot;&gt;Entertainment&lt;/option&gt;<br />           &lt;option value=&quot;ffa-games.html&quot;&gt;Games&lt;/option&gt;<br />           &lt;option value=&quot;ffa-health.html&quot;&gt;Health&lt;/option&gt;<br />           &lt;option value=&quot;ffa-home.html&quot;&gt;Home&amp;amp;Family&lt;/option&gt;<br />           &lt;option value=&quot;ffa-hobbies.html&quot;&gt;Hobbies&lt;/option&gt;<br />           &lt;option value=&quot;ffa-internet.html&quot;&gt;Internet&lt;/option&gt;<br />           &lt;option value=&quot;ffa-personal.html&quot;&gt;Personal HP&lt;/option&gt;<br />           &lt;option value=&quot;ffa-poetry.html&quot;&gt;Poetry&lt;/option&gt;<br />           &lt;option value=&quot;ffa-sports.html&quot;&gt;Sports&lt;/option&gt;<br />           &lt;option value=&quot;ffa-other.html&quot;&gt;Other&lt;/option&gt;<br />         &lt;/select&gt;<br />       &lt;/form&gt;[/code]<br /> <br /> 2. This adds the category link near the top of the page:<br /> <br /> Around line #65, find:<br /> [code]    &lt;td colspan=&quot;2&quot; height=&quot;500&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;ffa-business.html&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt;Business&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;1&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt; <br />       | &lt;a href=&quot;ffa-computers.html&quot;&gt;Computers&lt;/a&gt; | &lt;a href=&quot;ffa-education.html&quot;&gt;Education&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-entertainment.html&quot;&gt;Entertainment&lt;/a&gt; | &lt;a href=&quot;ffa-games.html&quot;&gt;Games&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-health.html&quot;&gt;Health&lt;/a&gt; | &lt;a href=&quot;ffa-home.html&quot;&gt;Home&amp;amp;Family&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-hobbies.html&quot;&gt;Hobbies&lt;/a&gt; | &lt;a href=&quot;ffa-internet.html&quot;&gt;Internet&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-personal.html&quot;&gt;Personal Homepages&lt;/a&gt; | &lt;a href=&quot;ffa-sports.html&quot;&gt;Sports&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-other.html&quot;&gt;Other&lt;/a&gt;&lt;/font&gt; <br /> [/code]<br /> <br /> Insert a link for the poetry page, in alpha order, so now it looks like:<br /> <br /> [code]    &lt;td colspan=&quot;2&quot; height=&quot;500&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;ffa-business.html&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt;Business&lt;/font&gt;&lt;/a&gt;&lt;font size=&quot;1&quot; face=&quot;Arial, Helvetica, sans-serif&quot;&gt; <br />       | &lt;a href=&quot;ffa-computers.html&quot;&gt;Computers&lt;/a&gt; | &lt;a href=&quot;ffa-education.html&quot;&gt;Education&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-entertainment.html&quot;&gt;Entertainment&lt;/a&gt; | &lt;a href=&quot;ffa-games.html&quot;&gt;Games&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-health.html&quot;&gt;Health&lt;/a&gt; | &lt;a href=&quot;ffa-home.html&quot;&gt;Home&amp;amp;Family&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-hobbies.html&quot;&gt;Hobbies&lt;/a&gt; | &lt;a href=&quot;ffa-internet.html&quot;&gt;Internet&lt;/a&gt; <br />       | &lt;a href=&quot;ffa-personal.html&quot;&gt;Personal Homepages&lt;/a&gt; | &lt;a href=&quot;ffa-poetry.html&quot;&gt;Poetry&lt;/a&gt;<br />       | &lt;a href=&quot;ffa-sports.html&quot;&gt;Sports&lt;/a&gt; | &lt;a href=&quot;ffa-other.html&quot;&gt;Other&lt;/a&gt;&lt;/font&gt; <br /> [/code]<br /> Once the above two items are inserted correctly on one page, you can just copy and paste them in the correct 2 places on all the other ffa-pages.<br /> <br /> 3. Copy the ffa-business.html page (or any other ffa-page) and name the copy ffa-poetry.html.<br /> <br /> 4. On the new ffa-poetry.html page, change the title on or about line #4 to "Poetry":<br /> [code]&lt;title&gt;Poetry&lt;/title&gt;[/code]<br /> 5. On the new ffa-poetry.html page, on or around line #86, change the reference to "poetry":<br /> [code]              &lt;!--poetry --&gt;[/code]<br /> 6. Edit the addlink.html page to include the new poetry category. Since it involves columns, you may do better by editing it in an html editor.  That will make it easier to put the categories in alpha order. Otherwise, to add a new row using a text editor:<br /> <br /> On or around line #118, find:<br /> <br /> [code]                  &lt;td colspan=&quot;2&quot; height=&quot;190&quot;&gt; <br />                     &lt;p&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                       Page Category&#58;&lt;/font&gt;&lt;/p&gt;<br />                     &lt;table width=&quot;90%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; align=&quot;left&quot;&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;business&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Business &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;home&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Home &amp;amp; Family &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;computers&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt; Computers &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;hobbies&quot;&gt;<br />                           Hobbies &lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;b&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;education&quot;&gt;<br />                           &lt;/b&gt;&lt;font size=&quot;2&quot;&gt;Education&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;internet&quot;&gt;<br />                           Internet &amp; WWW&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;entertainment&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Entertainment&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;personal&quot;&gt;<br />                           Personal Homepages&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;games&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Games&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;sports&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Sports&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;health&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Health&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;other&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Other&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;[/code]<br /> <br /> Include a new row or rearrange the categories in alpha order.  Mine looks like this:<br /> <br /> [code]                  &lt;td colspan=&quot;2&quot; height=&quot;190&quot;&gt; <br />                     &lt;p&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                       Page Category&#58;&lt;/font&gt;&lt;/p&gt;<br />                     &lt;table width=&quot;90%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; align=&quot;left&quot;&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;business&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Business &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;home&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Home &amp;amp; Family &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;computers&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt; Computers &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;internet&quot;&gt;<br />                           Internet &amp; WWW&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;b&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;education&quot;&gt;<br />                           &lt;/b&gt;&lt;font size=&quot;2&quot;&gt;Education&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;personal&quot;&gt;<br />                           Personal Homepages&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;entertainment&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Entertainment&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;poetry&quot;&gt;<br />                           Poetry&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;games&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Games&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;sports&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Sports&lt;/font&gt;&lt;/font&gt; &lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;health&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Health&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;other&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Other &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                       &lt;/tr&gt;<br />                       &lt;tr&gt; <br />                         &lt;td width=&quot;51%&quot;&gt; &lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt; <br />                           &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;hobbies&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Hobbies &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />                         &lt;td width=&quot;49%&quot;&gt; &lt;/td&gt;[/code]<br /> <br /> Note that if you change the category name, you also must change the category value:<br /> <br /> [code]                          &lt;input type=&quot;radio&quot; name=&quot;category&quot; value=&quot;hobbies&quot;&gt;<br />                           &lt;font size=&quot;2&quot;&gt;Hobbies &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;[/code]<br /> <br /> After making changes, test to see if you can add links.  Also test in admin to see that your new pages show up there and if you can remove links from those pages.<br /> <br /> I also changed the page names, removing ffa-, in a hopes the predators wouldn't find them, but they found my pages and abused me anyway! :cry: I excluded them in my robots.txt file, renamed the pages like business.htm, made sure to include "noindex, nofollow" in robots meta tags on all pages - all to no avail. Categories like business and other received thousands of links a day - many in multiples from the same sites. Unfortunately, there are just too many predators on the internet to successfully manage a free links program like this.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5482/20118.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5482/20118.php</link>
				<pubDate><![CDATA[Sun, 2 Apr 2006 08:30:51]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>link script</title>
				<description><![CDATA[ Thanks for your help.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5482/20127.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5482/20127.php</link>
				<pubDate><![CDATA[Sun, 2 Apr 2006 22:08:58]]> GMT</pubDate>
				<author><![CDATA[ diane35]]></author>
			</item>
	</channel>
</rss>