<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Permissions Problem Guestbook 1.5"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Permissions Problem Guestbook 1.5"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Permissions Problem Guestbook 1.5</title>
				<description><![CDATA[ Hello,<br /> <br /> Our web host recently locked the permissions on our scripts, because somebody from AOL complained that their email address was posted in our guestobook.<br /> <br /> We worked out the problems with the host, and they reset the permissions, but now when a guestbook entry is submitted, the entry is added to the guestbook.html page properly, but the following error is returned for the confirmation or "Thank You" page. As result, people hit "submit" multiple times:<br /> <br /> Internal Server Error<br /> The server encountered an internal error or misconfiguration and was unable to complete your request.<br /> <br /> Please contact the server administrator,  webmaster [at] eschellon [dot] com and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br /> <br /> More information about this error may be available in the server error log.<br /> <br /> Apache/1.3.33 Server at eschellon.com Port 80<br /> <br /> All files were CHMOD to 755, the host won't allow 777<br /> <br /> <a class="snap_shots" href="http://www.eschellon.com/index2.html" target="_blank" rel="nofollow">http://www.eschellon.com/index2.html</a> (frames page)<br /> <br /> Then click on Guestbook at top.<br /> <br /> Any ideas ??<br /> <br /> Thanks<br /> <br /> Peter]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4361/14932.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4361/14932.php</link>
				<pubDate><![CDATA[Sun, 6 Mar 2005 02:42:59]]> GMT</pubDate>
				<author><![CDATA[ pmonahan]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You should disable html in the guestbook.<br /> <br /> You should turn off indexing on your server, because your files list is exposed.<br /> <br /> A good host, like the one I am using, would have this problem resolved for you in minutes.  If you pay them for service, you might want to consider switching to a better provider.<br /> <br /> It sounds like the book directory has to be 777, but maybe Carbonize can advise you by looking at the code from the guestbook.pl file:<br /> [code]open&#40;FILE,&quot;&gt;$base_dir/$book_file&quot;&#41; || &amp;error&#40;&quot;The directory $base_dir requires mode 777!&quot;&#41;;<br /> flock&#40;FILE,2&#41; if &#40;$lock == 1&#41;;<br />    foreach $line &#40;@booklines&#41; &#123;<br />       if &#40;$line =~ /^.*&lt;!--begin --&gt;.*/&#41; &#123;<br />          &#40;$part1, $part2&#41; = split&#40;/&lt;!--begin --&gt;\s*/,$line&#41;;<br />          print FILE &quot;$part1&quot;;<br />          print FILE &quot;&lt;!--begin --&gt;\n&quot;;<br />          print FILE &quot;&lt;!--top-ID=$entry_id --&gt;\n&quot;;<br />          print FILE &quot;&lt;tr bgcolor=\&quot;$entry_bg\&quot;&gt;&lt;td width=\&quot;32%\&quot;&gt;\n&lt;table border=0 cellspacing=0 cellpadding=2&gt;\n&quot;;<br />          print FILE &quot;&lt;tr&gt;&lt;td&gt;&lt;font face=\&quot;$font_face\&quot; size=1&gt;$entry_id&#41;&lt;/font&gt;&lt;/td&gt;\n&quot;;<br />          print FILE &quot;&lt;td&gt;&lt;b&gt;&lt;font face=\&quot;$font_face\&quot; size=2&gt;$FORM&#123;'username'&#125;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&quot;;<br />          if &#40;$FORM&#123;'email'&#125;&#41; &#123;<br />             print FILE &quot;&lt;tr&gt;&lt;td&gt;&lt;img src=\&quot;$mail_img\&quot; width=20 height=17&gt;&lt;/td&gt;\n&quot;;<br />             print FILE &quot;&lt;td&gt;&lt;font face=\&quot;$font_face\&quot; size=1&gt;&lt;a href=\&quot;mailto&#58;$FORM&#123;'email'&#125;\&quot;&gt;$FORM&#123;'email'&#125;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;\n&quot;;     <br />          &#125;      <br />          if &#40;$FORM&#123;'url'&#125;&#41; &#123;<br />             print FILE &quot;&lt;tr&gt;&lt;td&gt;&lt;img src=\&quot;$url_img\&quot; width=20 height=20&gt;&lt;/td&gt;\n&quot;;<br />             print FILE &quot;&lt;td&gt;&lt;font face=\&quot;$font_face\&quot; size=1&gt;&lt;a href=\&quot;$FORM&#123;'url'&#125;\&quot; target=\&quot;_blank\&quot;&gt;$FORM&#123;'url'&#125;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;\n&quot;;  <br />          &#125;<br />          print FILE &quot;&lt;/table&gt;\n&lt;/td&gt;&lt;td width=\&quot;68%\&quot;&gt;&lt;font face=\&quot;$font_face\&quot; size=2&gt;\n&quot;;<br /> 	 print FILE &quot;$FORM&#123;'message'&#125;&lt;/font&gt;&lt;hr size=1&gt;\n&quot;;<br />          print FILE &quot;&lt;font face=\&quot;Arial\&quot; size=\&quot;1\&quot;&gt;&lt;img src=\&quot;$arrow_img\&quot; width=9 height=9&gt;&lt;b&gt;$this_day $host&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;\n&quot;;<br />          print FILE &quot;&lt;!--end-ID=$entry_id --&gt;\n&quot;;<br />          print FILE &quot;$part2&quot;;<br />          $succes = 1;<br />       &#125;<br />       else &#123;<br />          print FILE &quot;$line&quot;;<br />       &#125;<br />    &#125;<br /> close&#40;FILE&#41;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4361/15166.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4361/15166.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 18:00:23]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hehehe reminds me of the fact I am being threatened for posting somebodies email addresses on my blog. Tough. I clearly said only one entry per person.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4361/15172.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4361/15172.php</link>
				<pubDate><![CDATA[Tue, 15 Mar 2005 21:01:59]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>