<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Unable to post pictures"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Unable to post pictures"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Unable to post pictures</title>
				<description><![CDATA[ I'm running IIS 6.0 on W2K3, and have one problem I can't find a solution to: When signing the guestbook, I've browsed to a picture, filled out the information, and submitted. The post shows, but no pictures (or placeholders) are there. The "public" and "tmp" directories are empty. I've tried this with a number of small jpg and gif files.<br /> <br /> I've granted full access NTFS permissions to the public and tmp folders for the IUSR account, but still no luck. Can anyone help me?<br /> <br /> config.inc.php<br /> ***********************************<br /> &lt;?php<br /> /* database settings */<br /> <br /> $GB_DB["dbName"] = "guestbook";<br /> $GB_DB["host"]   = "localhost";<br /> $GB_DB["user"]   = "testuser";<br /> $GB_DB["pass"]   = "testuser";<br /> <br /> /* tables */<br /> <br /> $GB_TBL["data"]  = "book_data";<br /> $GB_TBL["auth"]  = "book_auth";<br /> $GB_TBL["cfg"]   = "book_config";<br /> $GB_TBL["com"]   = "book_com";<br /> $GB_TBL["ip"]    = "book_ip";<br /> $GB_TBL["words"] = "book_words";<br /> $GB_TBL["ban"]   = "book_ban";<br /> $GB_TBL["priv"]  = "book_private";<br /> $GB_TBL["smile"] = "book_smilies";<br /> $GB_TBL["pics"]  = "book_pics";<br /> <br /> /* guestbook pages */<br /> <br /> $GB_PG["index"]    = "index.php";<br /> $GB_PG["admin"]    = "admin.php";<br /> $GB_PG["comment"]  = "comment.php";<br /> $GB_PG["addentry"] = "addentry.php";<br /> <br /> <br /> /* guestbook templates */<br /> <br /> $GB_TPL["adm_enter"]  = "admin_enter.php";<br /> $GB_TPL["body"]       = "body.php";<br /> $GB_TPL["entry"]      = "entry.php";<br /> $GB_TPL["error"]      = "error.php";<br /> $GB_TPL["form"]       = "form.php";<br /> $GB_TPL["preview"]    = "preview.php";<br /> $GB_TPL["prev_entry"] = "preview_entry.php";<br /> $GB_TPL["header"]     = "header.php";<br /> $GB_TPL["footer"]     = "footer.php";<br /> $GB_TPL["icq"]        = "icq.php";<br /> $GB_TPL["url"]        = "url.php";<br /> $GB_TPL["aim"]        = "aim.php";<br /> $GB_TPL["com"]        = "com.php";<br /> $GB_TPL["email"]      = "email.php";<br /> $GB_TPL["success"]    = "success.php";<br /> $GB_TPL["frm_icq"]    = "form_icq.php";<br /> $GB_TPL["frm_aim"]    = "form_aim.php";<br /> $GB_TPL["frm_gender"] = "form_gender.php";<br /> $GB_TPL["frm_image"]  = "form_image.php";<br /> $GB_TPL["com_pass"]   = "com_pass.php";<br /> $GB_TPL["com_form"]   = "comment.php";<br /> $GB_TPL["image"]      = "user_pic.php";<br /> <br /> /* misc */<br /> <br /> define('IS_MODULE', false);  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ <br /> <br /> $GB_PG["base_url"] = "http://10.59.176.56/guestbook";  /* e.g <a class="snap_shots" href="http://www.yourdomain.com/guestbook" target="_blank" rel="nofollow">http://www.yourdomain.com/guestbook</a> */<br /> <br /> $DB_CLASS  = "mysql.class.php";<br /> $TEC_MAIL  = "you_at_your_domain_dot_com";<br /> $GB_UPLOAD = "public";<br /> $GB_TMP    = "tmp";<br /> <br /> if ($GB_PG["base_url"] == "") {<br />     $inter_type = php_sapi_name();<br />     if ($inter_type == "cgi") {<br />         if (isset($_SERVER["PATH_INFO"]) &amp;&amp; !empty($_SERVER["PATH_INFO"])) {<br />             $GB_PG["base_url"] = dirname($_SERVER["PATH_INFO"]);<br />         } elseif (isset($_SERVER["REQUEST_URI"]) &amp;&amp; !empty($_SERVER["REQUEST_URI"])) {<br />             $GB_PG["base_url"] = dirname($_SERVER["REQUEST_URI"]);<br />         } else {<br />             $GB_PG["base_url"] = dirname($_SERVER["SCRIPT_NAME"]);<br />         }<br />     } else {<br />         $GB_PG["base_url"] = dirname($_SERVER["PHP_SELF"]);<br />     }<br /> }<br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5342/19482.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5342/19482.php</link>
				<pubDate><![CDATA[Wed, 1 Feb 2006 20:57:55]]> GMT</pubDate>
				<author><![CDATA[ chorting]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you give write permission to the public and tmp folders? ie CHMOD them to 777]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5342/19488.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5342/19488.php</link>
				<pubDate><![CDATA[Thu, 2 Feb 2006 15:33:49]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ "I've granted full access NTFS permissions to the public and tmp folders for the IUSR account".<br /> <br /> I'm not running Apache - just plain IIS 6.0 with PHP 5.0 support. From what I know, chmod 777 = Full NTFS Folder permission.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5342/19491.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5342/19491.php</link>
				<pubDate><![CDATA[Thu, 2 Feb 2006 17:31:25]]> GMT</pubDate>
				<author><![CDATA[ chorting]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I fixed a similar problem with the animated counter by using the full local drive path on the server to indicate the "$page.txt" file location.<br /> <br /> e.g. (!file_exists("e:\\hosting\\user\\counter\\pages\\$page.txt")<br /> <br /> I can't say for sure, but it seems like the guestbook problem is along the same vein (it can't find the path specified, so the files don't upload).<br /> <br /> Any thoughts?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5342/19503.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5342/19503.php</link>
				<pubDate><![CDATA[Fri, 3 Feb 2006 03:48:40]]> GMT</pubDate>
				<author><![CDATA[ chorting]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ answer lies within the php.ini configuration and location of the web folder - working properly now]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5342/19534.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5342/19534.php</link>
				<pubDate><![CDATA[Sun, 5 Feb 2006 00:31:15]]> GMT</pubDate>
				<author><![CDATA[ chorting]]></author>
			</item>
	</channel>
</rss>