<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "FFAL Sript Error #2"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "FFAL Sript Error #2"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>FFAL Sript Error #2</title>
				<description><![CDATA[ I'd like to recognize Auron for posting to my last thread.  We posted<br /> simultaneously.<br /> <br /> I have a new script error--[b]Method Not Allowed<br /> The request method is not allowed for URL/links/cgi-bin/links.pl[/b]<br /> <br /> Sounds like a HTML problem in the addlinks.html, however I have<br /> used other scripts successfully with a simple &lt;form action="cgi-bin/--.pl"&gt;<br /> (Also I have changed this command variable to <br /> &lt;form action="mysite/cgi-bin/links.pl" &amp; mysite/links/cgi-bin/links.pl&gt; to no avail).  Therefore, I have discounted this solution.<br /> <br /> So, I turn my thoughts toward the setup variables.<br /> <br /> Here are the two setup doggies<br /> <br /> [b]#url of the script[/b]<br /> [u]$cgiurl="http://mysite/cgi-bin/links.pl";[/u]<br /> <br /> [b]#base url to all link files[/b]<br /> [u]$link_url="http://mysite/links";[/u]<br /> <br /> The script seems to want to generate a cgi-bin in the links directory,<br /> even though I specifically defined the path to links.pl as<br /> "http://mysite/cgi-bin/links.pl"<br /> <br /> Next using intuition, and you may have already guessed, I placed<br /> a cgi-bin in the links directory and uploaded a new links.pl with new perl<br /> pathways.<br /> <br /> Nope--same error message.<br /> <br /> Two indians are better than one.<br /> Perl doesn't care how many pathways are defined, so I added<br /> $cgiurl="http://mysite/cgi-bin/links.pl"; "http://mysite/links/cgi-bin/links.pl";<br /> <br /> Nope--same error message, again.<br /> <br /> Obviously, the script is creating a command string and searching for<br /> links.pl outside the setup protocol of $cgiurl="http://mysite/cgi-bin/links.pl";<br /> <br /> The script is available two doors to the left on this web-site.  (FFA)<br /> <br /> Who votes I chunk the script and get a nice guest book.<br /> <br /> Regards,<br /> ikbin9]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4252/14266.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4252/14266.php</link>
				<pubDate><![CDATA[Fri, 11 Feb 2005 04:08:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm having difficulty following your thought process.... <br /> I think you may be trying to over analyze.<br /> This is what I boiled it down to.... <br /> <br /> [quote="ikbin9"]<br /> I have a new script error--[b]Method Not Allowed<br /> The request method is not allowed for URL/links/cgi-bin/links.pl[/b]<br /> .....<br /> &lt;form action="cgi-bin/--.pl"&gt;<br /> &lt;form action="mysite/cgi-bin/links.pl" &amp; mysite/links/cgi-bin/links.pl&gt; <br /> ....<br /> [/quote]<br /> You do not need to keep starting a whole new thread for each of your problems - you are still having problems with the same FFA Links Program - Please keep the threads to a minimum even if the problems seem different.... <br /> <br /> I am assuming you have your ffa links add-site page inside the directory /links  i.e. http://www.mysite.com/links <br /> and that the url for the addlink page is http://www.mysite.com/links/addlink.html<br /> <br /> If so, then you need to tell it to "back" out the form's current url path with something like [code]&lt;form action=&quot;../cgi-bin/links.pl&quot;&gt;[/code]<br /> In the alternative it should be [code]&lt;form action=&quot;http&#58;//www.mysite.com/cgi-bin/links.pl&quot;&gt;[/code]<br /> <br /> I pulled up the readme and it recommends: <br /> [code]&lt;form method=&quot;post&quot; action=&quot;http&#58;//localhost/cgi-bin/links.pl&quot; name=&quot;message&quot;&gt;[/code]<br /> <br /> Is there a reason you don't want to follow the instructions given by the author?<br /> <br /> Plus, I seriously doubt that your webserver setup will allow you to actually create a functional cgi-bin within the path of http://www.mysite.com/links/cgi-bin/]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4252/14267.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4252/14267.php</link>
				<pubDate><![CDATA[Fri, 11 Feb 2005 04:49:22]]> GMT</pubDate>
				<author><![CDATA[ ET]]></author>
			</item>
	</channel>
</rss>