<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "phpnuke GUESTBOOK if i click on image the img doesn't show"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "phpnuke GUESTBOOK if i click on image the img doesn't show"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>phpnuke GUESTBOOK if i click on image the img doesn't show</title>
				<description><![CDATA[ i have phpnuke 7.5 i install guest book is ok.BUT when i am putting a picture and I want to see it (if i click on it) the image doesn't show..what can i do?<br /> all the pictures all appearing but if i click on it (java open new window,to see the image bigger) it doesn t show<br /> pls help <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /><br /> <a class="snap_shots" href="http://www.thecurse.ro/html/modules.php?op=modload&amp;name=guestbook&amp;file=index" target="_blank" rel="nofollow">http://www.thecurse.ro/html/modules.php?op=modload&amp;name=guestbook&amp;file=index</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10754.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10754.php</link>
				<pubDate><![CDATA[Fri, 1 Oct 2004 23:45:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ and here is my CONFIG.php code<br /> ---------<br /> <br /> <br /> <br /> &lt;?php<br /> /* database settings */<br /> <br /> $GB_DB["dbName"] = "thecurse_book";<br /> $GB_DB["host"]   = "localhost";<br /> $GB_DB["user"]   = "thecurse_book1";<br /> $GB_DB["pass"]   = "xxxxxxxxxxxxxxxxxxxx";<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', true);  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ <br /> <br /> $GB_PG["base_url"] = "";  /* e.g <a class="snap_shots"  target="_blank" rel="nofollow">htpp://www.yourdomain.com/guestbook/img</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($HTTP_SERVER_VARS["PATH_INFO"]) &amp;&amp; !empty($HTTP_SERVER_VARS["PATH_INFO"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PATH_INFO"]);<br />         } elseif (isset($HTTP_SERVER_VARS["REQUEST_URI"]) &amp;&amp; !empty($HTTP_SERVER_VARS["REQUEST_URI"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["REQUEST_URI"]);<br />         } else {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["SCRIPT_NAME"]);<br />         }<br />     } else {<br />         $GB_PG["base_url"] = "http://www.thecurse.ro/html"; <br />     }<br /> }<br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10756.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10756.php</link>
				<pubDate><![CDATA[Fri, 1 Oct 2004 23:56:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]$GB_PG["base_url"] = ""; /* e.g <a class="snap_shots"  target="_blank" rel="nofollow">htpp://www.yourdomain.com/guestbook/img</a> */ [/quote]<br /> <br /> Fill that in]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10763.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10763.php</link>
				<pubDate><![CDATA[Sat, 2 Oct 2004 20:45:54]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I allready did it so i added <br /> $GB_PG["base_url"] = "http://www.thecurse.ro/html"; <br /> and not working ....... anything else ??  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10770.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10770.php</link>
				<pubDate><![CDATA[Sat, 2 Oct 2004 22:18:57]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Anonymous"]I allready did it so i added <br /> $GB_PG["base_url"] = "http://www.thecurse.ro/html"; <br /> and not working ....... anything else ??  <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />[/quote]<br /> <br /> So you're saying that the index.php for the guestbook is located at <a class="snap_shots" href="http://www.thecurse.ro/html" target="_blank" rel="nofollow">http://www.thecurse.ro/html</a> and not say <a class="snap_shots" href="http://www.thecurse.ro/html/guestbook" target="_blank" rel="nofollow">http://www.thecurse.ro/html/guestbook</a> ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10771.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10771.php</link>
				<pubDate><![CDATA[Sat, 2 Oct 2004 22:20:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hm looking at picture.php. If there is a problem it lies in there.<br /> <br /> Ok I've had a look at for some reason your photos are being uploaded to the root of the guestbook rather than the public and tmp folders as they should be. http://www.thecurse.ro/html/modules/guestbook/img-1096667664.jpg shows this. So try changing [code]$GB_UPLOAD = &quot;public&quot;;[/code] to [code]$GB_UPLOAD = &quot;&quot;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10773.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10773.php</link>
				<pubDate><![CDATA[Sat, 2 Oct 2004 22:29:49]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i am using this, Code: <br /> $GB_UPLOAD = ""; <br /> <br /> and still not working ufff]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10782.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10782.php</link>
				<pubDate><![CDATA[Sun, 3 Oct 2004 17:15:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ahh and now if i wanna see the picture BIGGER then in java scrip new window it s appearing a green screen click my guestbook to see]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/10783.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/10783.php</link>
				<pubDate><![CDATA[Sun, 3 Oct 2004 17:16:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ WHAT YOU NEED TO DO(I JUST HAD THE SAME PROBLEM)<br /> IS TO OPEN THE FILE picture.php (ON THE MAIN DIRECTORY OF THE GUESTBOOK)<br /> AND REPLACE THE CODE:<br /> [code]<br /> $picture = &quot;$GB_PG&#91;base_url&#93;/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;<br /> [/code]<br /> WITH THE CODE:<br /> [code]<br /> $picture = &quot;http&#58;//YOURSITE.COM/modules/Guestbook/$GB_UPLOAD/$HTTP_GET_VARS&#91;img&#93;&quot;;<br /> [/code]<br /> <br /> NOW IT MUST WORK :)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3675/13858.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3675/13858.php</link>
				<pubDate><![CDATA[Thu, 3 Feb 2005 01:18:00]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>