<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Bildupload beom Advanced Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Bildupload beom Advanced Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Bildupload beom Advanced Guestbook</title>
				<description><![CDATA[ Habe mal versucht Bilder uozuloaden, aber ich bekomme eine Fehlermeldung:<br /> <br /> [color="red"]<br /> Warning: open_basedir restriction in effect. File is in wrong directory in /httpd/drachen/data/guest/lib/add.class.php on line 108<br /> <br /> Warning: getimagesize: Unable to open '/tmp/phpa24167' for reading. in /httpd/drachen/data/guest/lib/add.class.php on line 108<br /> [/color]<br /> <br /> Den Verzeichnissen tmp und public habe ich chmod 777 gegeben, daran kann es also nicht liegen... und ich habe auch diverse Dateiformate getestet...  <img src="https://proxy2.de/forum//images/smilies/c30b4198e0907b23b8246bdd52aa1c3c.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/815.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/815.php</link>
				<pubDate><![CDATA[Sat, 16 Mar 2002 19:23:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Das liegt an den PHP-Einstellungen.<br /> Der Upload kann nicht funktionieren, weil das tmp-Verzeichnis für das Skript gesperrt ist.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/837.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/837.php</link>
				<pubDate><![CDATA[Mon, 18 Mar 2002 16:10:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]<br /> Das liegt an den PHP-Einstellungen.<br /> Der Upload kann nicht funktionieren, weil das tmp-Verzeichnis für das Skript gesperrt ist.<br /> [/quote]<br /> Hmm, damit kann ich nicht wirklich was anfangen... was soll ich wo ändern? - Die php.ini? Da kann aber nur mein Hoster dran! Oder doch woanders?  8O]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/865.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/865.php</link>
				<pubDate><![CDATA[Wed, 20 Mar 2002 22:41:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>gästebuch upload</title>
				<description><![CDATA[ Richtig.<br /> <br /> siehe auch<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=125" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=125</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/868.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/868.php</link>
				<pubDate><![CDATA[Thu, 21 Mar 2002 12:32:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>gästebuch upload</title>
				<description><![CDATA[ [quote="Anonymous"]<br /> Richtig, siehe auch<br /> http://proxy2.de/forum/viewtopic.php?t=125<br /> [/quote]<br /> Soll ich dann einfach nur sowas in eine .htaccess reinschreiben?:<br /> <br /> [code]php_value open_basedir /httpd/drachen/data/guest/tmp[/code]<br /> <br /> <br /> [color="red"]/httpd/drachen/data/guest/tmp[/color] ist dabei mein Pfad. Die .htaccess nimmt er an, da ich noch [code]DirectoryIndex index.php[/code] darin stehen habe (index.php wird sonst nicht als Startdatei für das Verzeichnis anerkannt).<br /> <br /> Also wenn das da oben alles sein soll, dann funzt es nicht :-(<br /> <br /> Weitere Infos :arrow: [url]http://drachen.wtal.de/guest/phpinfo.php[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/873.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/873.php</link>
				<pubDate><![CDATA[Thu, 21 Mar 2002 19:48:30]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>upload</title>
				<description><![CDATA[ Gut das einer mal daran denkt, die phpinfo irgenwo upzuloaden  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> <br /> <br /> Dein [b]open_basedir[/b] Wert ist bereits auf deinem home-Verzeichnis zugewiesen  --&gt; .:/httpd/drachen/data <br /> <br /> was fehlt ist das upload verzeichnis<br /> <br /> php_value upload_tmp_dir /httpd/drachen/data/guest/tmp[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/880.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/880.php</link>
				<pubDate><![CDATA[Fri, 22 Mar 2002 10:24:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>upload</title>
				<description><![CDATA[ [quote="Anonymous"]<br /> was fehlt ist das upload verzeichnis<br /> <br /> [b]php_value upload_tmp_dir /httpd/drachen/data/guest/tmp[/b]<br /> [/quote]<br /> <br /> Ja aber wohin damit? Wenn ich das in die .htaccess schreibe, bringt mir das nichts... habe es versucht!<br /> <br /> So sieht jetzt die .htaccess aus:<br /> <br /> [code]DirectoryIndex index.php<br /> <br /> php_value open_basedir /httpd/drachen/data/guest/tmp <br /> php_value upload_tmp_dir /httpd/drachen/data/guest/tmp[/code]<br /> <br /> Gästebuch in Aktion:<br /> http://drachen.wtal.de/guest]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/887.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/887.php</link>
				<pubDate><![CDATA[Fri, 22 Mar 2002 22:45:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ die .htacces datei muss im Hauptverzeichnis stehen, also da wo sich die skripte (addentry.php, admin.php, ...) befinden.<br /> <br /> <br /> [code]<br /> php_value upload_tmp_dir /httpd/drachen/data/guest/tmp<br /> DirectoryIndex index.php <br /> [/code]<br /> <br /> Der neue php-Wert [b]upload_tmp_dir_[/b] muss dann auch in der<br /> http://drachen.wtal.de/guest/phpinfo.php zu sehen sein,<br /> sonst stimmt da was nicht.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/910.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/910.php</link>
				<pubDate><![CDATA[Mon, 25 Mar 2002 13:06:03]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi!<br /> <br /> [quote="Anonymous"]<br /> die .htacces datei muss im Hauptverzeichnis stehen, also da wo sich die skripte (addentry.php, admin.php, ...) befinden.<br /> [/quote]<br /> Klar, wo auch sonst...  :wink:<br /> <br /> <br /> [quote]<br /> Der neue php-Wert [b]upload_tmp_dir_[/b] muss dann auch in der<br /> http://drachen.wtal.de/guest/phpinfo.php zu sehen sein, sonst stimmt da was nicht.<br /> [/quote]<br /> Keine Ahnung, aber es steht definitiv drin in der .htaccess !<br /> <br /> [quote]<br /> [code]<br /> php_value upload_tmp_dir /httpd/drachen/data/guest/tmp<br /> DirectoryIndex index.php <br /> [/code]<br /> [/quote]<br /> <br /> Muß das nun eigentlich auch noch in die .htaccess oder nicht?:<br /> php_value open_basedir /httpd/drachen/data/guest/tmp]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/921.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/921.php</link>
				<pubDate><![CDATA[Mon, 25 Mar 2002 19:12:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Dein [b]upload_tmp_dir[/b] steht bei no value und der open_basedir Wert<br /> bei [b]/httpd/drachen/data[/b] (siehe <a class="snap_shots" href="http://drachen.wtal.de/guest/phpinfo.php" target="_blank" rel="nofollow">http://drachen.wtal.de/guest/phpinfo.php</a>).<br /> <br /> Das bedeutet, das alle Zugriffe auf Dateien, die ausserhalb von /httpd/drachen/data liegen, blockiert sind. Da bei no value das default Systemverzeichnis benutzt wird, also /tmp, funktioniert [b]KEIN[/b] http-Upload.<br /> <br /> Die httpd.conf des Apache hat vermutlich nicht den Wert:<br /> <br /> AllowOverride ALL<br /> <br /> für den Home-Verzeichnis.<br /> Frage am besten deinen Provider oder schaue nach unter<br /> <br /> <a class="snap_shots" href="http://www.php.net/manual/de/configuration.php" target="_blank" rel="nofollow">http://www.php.net/manual/de/configuration.php</a><br /> <br /> nach.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/330/932.php</guid>
				<link>https://proxy2.de/forum/posts/preList/330/932.php</link>
				<pubDate><![CDATA[Tue, 26 Mar 2002 12:50:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>