<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Line 80 @Add.Class"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Line 80 @Add.Class"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Line 80 @Add.Class</title>
				<description><![CDATA[ Hi there!<br /> Great guestbook... BUT:<br /> everytime I sign the guestbook, and I come to the page: thanks, in 2 seconds you'll go to.... i get a error at the top<br /> it says Permission denied in /.../Lib/add.class.php at line 80<br /> <br /> when i take a look at the code, i see this<br /> <br /> [code]        if &#40;is_array&#40;$filelist&#41;&#41; &#123;<br />             while &#40;list &#40;$key, $file&#41; = each &#40;$filelist&#41;&#41; &#123;<br />                 $tmpfile = explode&#40;&quot;.&quot;,$file&#41;;<br />                 $tmpfile&#91;0&#93; = ereg_replace &#40;&quot;img-&quot;, &quot;&quot;, $tmpfile&#91;0&#93;&#41;;<br />                 if &#40;$tmpfile&#91;0&#93; &lt; &#40;time&#40;&#41;-$cachetime&#41;&#41; &#123;<br />                     if &#40;unlink&#40;$file&#41;&#41; &#123;<br />                         $delfiles ++;<br />                     &#125;<br />                 &#125;<br />             &#125;<br />         &#125;<br />         return $delfiles;[/code]<br /> and the unlink line is line 80<br /> <br /> what's wrong?<br /> thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9350.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9350.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 18:48:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ And if I edit the templates at the admin menu I get at the top<br /> <br /> [code]Warning&#58; fopen&#40;./templates/success.php&#41;&#58; failed to open stream&#58; Permission denied in /home/...../lib/admin.class.php on line 193<br /> <br /> Warning&#58; fwrite&#40;&#41;&#58; supplied argument is not a valid stream resource in /home/httpd/..../lib/admin.class.php on line 194<br /> <br /> Warning&#58; fclose&#40;&#41;&#58; supplied argument is not a valid stream resource in /home/httpd...../guestbook/lib/admin.class.php on line 200[/code]<br /> damn... can anyone help me?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9351.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9351.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 18:56:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ First you need to look at this line. What would that tell you?<br /> <br /> [quote][b][color="green"]Permission denied[/color][/b][/quote]<br /> <br /> Your chmod is not set correctly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9354.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9354.php</link>
				<pubDate><![CDATA[Fri, 23 Jul 2004 21:03:47]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]First you need to look at this line. What would that tell you?<br /> <br /> [quote][b][color="green"]Permission denied[/color][/b][/quote]<br /> <br /> Your chmod is not set correctly.[/quote]<br /> It's 777?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9358.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9358.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 00:10:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yes or 744 for site owner only.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9360.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9360.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 01:00:26]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ still nothing <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9362.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9362.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 10:19:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ unlink is the funtion to delete a file. Is the tmp directory chmoded to 777 to allow the script to delete the files from there?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9365.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9365.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 12:51:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have given EVERY file in the guestbook folder the 777 rights...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9372.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9372.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 16:10:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ When you say every file do you also mean every folder?<br /> <br /> I think you may be wrong about [code]if &#40;unlink&#40;$file&#41;&#41; &#123; [/code]being the error because what this is saying is if you successfully delete the file do this.<br /> <br /> As for the second problem I think the solution may lie in [code]fopen&#40;./templates/success.php&#41;[/code] but I would have to see the section of code that contains line 193 in your admin.class.php as I believe you have editted this file. I think your system may prefer the ./ at the start of the file path to be ../ but thats just off the top of my head.<br /> <br /> This is all speculation without being able to look at the code.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3391/9373.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3391/9373.php</link>
				<pubDate><![CDATA[Sat, 24 Jul 2004 18:07:52]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>