<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "OSC /IMG Problem"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "OSC /IMG Problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>OSC /IMG Problem</title>
				<description><![CDATA[ Hallo, nutze dies :<br /> <br /> <a class="snap_shots" href="http://www.oscommerce.com/community/contributions,589/category,all/search,guestbook" target="_blank" rel="nofollow">http://www.oscommerce.com/community/contributions,589/category,all/search,guestbook</a><br /> <br /> nur leider werden dort die bilde rnicht angezeigt. woran kann dies liegen ?<br /> <a class="snap_shots" href="http://www.exnoon24.de/gbook.php" target="_blank" rel="nofollow">http://www.exnoon24.de/gbook.php</a><br /> <br /> Vielen Dank]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13294.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13294.php</link>
				<pubDate><![CDATA[Fri, 21 Jan 2005 23:14:23]]> GMT</pubDate>
				<author><![CDATA[ ts201]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [b]admin/config.inc.php[/b][code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;&quot;;[/code]should be[code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.exnoon24.de&quot;;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13295.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13295.php</link>
				<pubDate><![CDATA[Fri, 21 Jan 2005 23:21:58]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ thanks... but error. my config :<br /> <br /> [code]&lt;?php<br /> /* database settings */<br /> <br /> $GB_DB&#91;&quot;dbName&quot;&#93; = &quot;&quot;;<br /> $GB_DB&#91;&quot;host&quot;&#93;   = &quot;localhost&quot;;<br /> $GB_DB&#91;&quot;user&quot;&#93;   = &quot;&quot;;<br /> $GB_DB&#91;&quot;pass&quot;&#93;   = &quot;&quot;;<br /> <br /> /* tables */<br /> <br /> $GB_TBL&#91;&quot;data&quot;&#93;  = &quot;book_data&quot;;<br /> $GB_TBL&#91;&quot;auth&quot;&#93;  = &quot;book_auth&quot;;<br /> $GB_TBL&#91;&quot;cfg&quot;&#93;   = &quot;book_config&quot;;<br /> $GB_TBL&#91;&quot;com&quot;&#93;   = &quot;book_com&quot;;<br /> $GB_TBL&#91;&quot;ip&quot;&#93;    = &quot;book_ip&quot;;<br /> $GB_TBL&#91;&quot;words&quot;&#93; = &quot;book_words&quot;;<br /> $GB_TBL&#91;&quot;ban&quot;&#93;   = &quot;book_ban&quot;;<br /> $GB_TBL&#91;&quot;priv&quot;&#93;  = &quot;book_private&quot;;<br /> $GB_TBL&#91;&quot;smile&quot;&#93; = &quot;book_smilies&quot;;<br /> $GB_TBL&#91;&quot;pics&quot;&#93;  = &quot;book_pics&quot;;<br /> <br /> /* guestbook pages */<br /> <br /> $GB_PG&#91;&quot;index&quot;&#93;    = &quot;index.php&quot;;<br /> $GB_PG&#91;&quot;admin&quot;&#93;    = &quot;admin.php&quot;;<br /> $GB_PG&#91;&quot;comment&quot;&#93;  = &quot;comment.php&quot;;<br /> $GB_PG&#91;&quot;addentry&quot;&#93; = &quot;addentry.php&quot;;<br /> <br /> <br /> /* guestbook templates */<br /> <br /> $GB_TPL&#91;&quot;adm_enter&quot;&#93;  = &quot;admin_enter.php&quot;;<br /> $GB_TPL&#91;&quot;body&quot;&#93;       = &quot;body.php&quot;;<br /> $GB_TPL&#91;&quot;entry&quot;&#93;      = &quot;entry.php&quot;;<br /> $GB_TPL&#91;&quot;error&quot;&#93;      = &quot;error.php&quot;;<br /> $GB_TPL&#91;&quot;form&quot;&#93;       = &quot;form.php&quot;;<br /> $GB_TPL&#91;&quot;preview&quot;&#93;    = &quot;preview.php&quot;;<br /> $GB_TPL&#91;&quot;prev_entry&quot;&#93; = &quot;preview_entry.php&quot;;<br /> $GB_TPL&#91;&quot;header&quot;&#93;     = &quot;header.php&quot;;<br /> $GB_TPL&#91;&quot;footer&quot;&#93;     = &quot;footer.php&quot;;<br /> $GB_TPL&#91;&quot;icq&quot;&#93;        = &quot;icq.php&quot;;<br /> $GB_TPL&#91;&quot;url&quot;&#93;        = &quot;url.php&quot;;<br /> $GB_TPL&#91;&quot;aim&quot;&#93;        = &quot;aim.php&quot;;<br /> $GB_TPL&#91;&quot;com&quot;&#93;        = &quot;com.php&quot;;<br /> $GB_TPL&#91;&quot;email&quot;&#93;      = &quot;email.php&quot;;<br /> $GB_TPL&#91;&quot;success&quot;&#93;    = &quot;success.php&quot;;<br /> $GB_TPL&#91;&quot;frm_icq&quot;&#93;    = &quot;form_icq.php&quot;;<br /> $GB_TPL&#91;&quot;frm_aim&quot;&#93;    = &quot;form_aim.php&quot;;<br /> $GB_TPL&#91;&quot;frm_gender&quot;&#93; = &quot;form_gender.php&quot;;<br /> $GB_TPL&#91;&quot;frm_image&quot;&#93;  = &quot;form_image.php&quot;;<br /> $GB_TPL&#91;&quot;com_pass&quot;&#93;   = &quot;com_pass.php&quot;;<br /> $GB_TPL&#91;&quot;com_form&quot;&#93;   = &quot;comment.php&quot;;<br /> $GB_TPL&#91;&quot;image&quot;&#93;      = &quot;user_pic.php&quot;;<br /> <br /> /* misc */<br /> <br /> define&#40;'IS_MODULE', false&#41;;  /* running as POST-Nuke 0.x or PHP-Nuke 5.x addon? */ <br /> <br /> $DB_CLASS  = &quot;mysql.class.php&quot;;<br /> $TEC_MAIL  = &quot;bp135@bigfoot.com&quot;;<br /> $GB_UPLOAD = &quot;public&quot;;<br /> $GB_TMP    = &quot;tmp&quot;;<br /> <br /> $inter_type = php_sapi_name&#40;&#41;;<br /> if &#40;$inter_type == &quot;cgi&quot;&#41; &#123;<br />     if &#40;isset&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41; &amp;&amp; !empty&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41;&#41; &#123;<br /> 	<br /> 	$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.exnoon24.de&quot;;<br />         // $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;PATH_INFO&quot;&#93;&#41;;<br />     &#125; elseif &#40;isset&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41; &amp;&amp; !empty&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41;&#41; &#123;<br /> 	<br /> 	$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.exnoon24.de&quot;;<br /> //        $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;REQUEST_URI&quot;&#93;&#41;;<br />     &#125; else &#123;<br />   //      $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;SCRIPT_NAME&quot;&#93;&#41;;<br />   <br />   $GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.exnoon24.de&quot;;<br />     &#125;<br /> &#125; else &#123;<br />    $GB_PG&#91;&quot;base_url&quot;&#93; = dirname&#40;$HTTP_SERVER_VARS&#91;&quot;PHP_SELF&quot;&#93;&#41;;<br /> &#125;<br /> <br /> ?&gt;[/code]<br /> <br /> http://www.exnoon24.de/gbook.php<br /> <br /> no image :-( idea ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13311.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13311.php</link>
				<pubDate><![CDATA[Sat, 22 Jan 2005 10:20:29]]> GMT</pubDate>
				<author><![CDATA[ ts201]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ My mistake. I should of explained more clearly. There should be a place where youcan enter the base_url. the person that edited your scrpt has removed somethings. Where did you get it from?<br /> <br /> Mein Fehler. Ich soll von erklärt mehr deutlich. Es soll einen Ort geben, wo youcan der base_url einträgt,. die Person, die Ihren scrpt redigiert hat, hat etwas herausgenommen. Von wo haben Sie es erhalten?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13319.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13319.php</link>
				<pubDate><![CDATA[Sat, 22 Jan 2005 14:23:20]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <a class="snap_shots" href="http://www.oscommerce.com/community/contributions,589/category,3/search,Guesbook" target="_blank" rel="nofollow">http://www.oscommerce.com/community/contributions,589/category,3/search,Guesbook</a><br /> <br /> Kann den Ort nicht finden <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif"  />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13338.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13338.php</link>
				<pubDate><![CDATA[Sat, 22 Jan 2005 17:33:47]]> GMT</pubDate>
				<author><![CDATA[ ts201]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Õà! Ïî ýòîìó ïîâîäó ÿ âñïîìíèë àíåêäîò=) <br /> Âñòðå÷à íîâûõ ðóññêèõ.<br /> Êàæäûé ïðèâåë ñ ñîáîé ãðîìàäèíó-îõðàííèêà. È òîëüêî ó îäíîãî - ùóïëûé, íèçêîðîñëûé, áîëåçíåííîãî âèäà. <br /> - Îí ó òåáÿ êðóòîé áîåö?<br /> - Äà íåò, ñîâñåì íèêàêîé. <br /> - Ñíàéïåð? <br /> - Íèêîãäà îðóæèÿ â ðóêàõ íå äåðæàë. <br /> - Òàê çà÷åì òû åãî çà ñîáîé òàñêàåøü? <br /> - (Ïîãëàæèâàÿ îõðàííèêà ïî ãîëîâå)- À îí ó ìåíÿ óæå ÷åòâåðòûé, âñå åãî çà ìåíÿ ïðèíèìàþò.<br /> <br /> _________________<br /> [url=http://saledb.ru/catalogue/marketing.phtml]direct marketing, ïðåññà ðîññèè, ñòàòèñòè÷åñêèå ïîêàçàòåëè, ñåãìåíòàöèÿ, àíàëèç êîíêóðåíòîâ, îáçîð ðûíêà íåäâèæèìîñòè, ïðîâåäåíèå ìàðêåòèíãîâûõ èññëåäîâàíèé, ñåãìåíòèðîâàíèå, òåëåôîííûé îïðîñ, ìàðêåòèíã è ìàðêåòèíãîâûå èññëåäîâàíèÿ[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13405.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13405.php</link>
				<pubDate><![CDATA[Mon, 24 Jan 2005 11:11:11]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ =)) <br />  Âîäèë Ìîèñåé ïî ïóñòûíå åâðååâ 10 ëåò. Ïðèâ¸ë êóäà-òî è ñïðàøèâàåò: <br /> íðàâèòñÿ âàì çäåñü? <br /> Åâðåè îòâå÷àþò: íåò, çäåñü âîíÿåò. <br /> Âîäèë îí èõ åù¸ 10 ëåò. Ïðèâ¸ë êóäà-òî è ñïðàøèâàò: <br /> íðàâèòñÿ âàì òóò? <br /> Åâðåè îòâå÷àþò: íåò, çäåñü âîíÿåò. <br /> Ïîøëè îíè îïÿòü... ×åðåç 20 ëåò îí èõ ïðèâîäèò îí èõ êóäà-òî è ñïðàøèâàåò: íðàâèòñÿ çäåñü âàì? <br /> Îíè îòâå÷àþò: íðàâèòñÿ. <br /> Òåïåðü ó àðàáîâ íåôòü à ó åâðååâ íå âîíÿåò.<br /> <br /> _________________<br /> [url=http://saledb.ru/catalogue/marketing.phtml]direct marketing, ïðåññà ðîññèè, ñòàòèñòè÷åñêèå ïîêàçàòåëè, ñåãìåíòàöèÿ, àíàëèç êîíêóðåíòîâ, îáçîð ðûíêà íåäâèæèìîñòè, ïðîâåäåíèå ìàðêåòèíãîâûõ èññëåäîâàíèé, ñåãìåíòèðîâàíèå, òåëåôîííûé îïðîñ, ìàðêåòèíã è ìàðêåòèíãîâûå èññëåäîâàíèÿ[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13406.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13406.php</link>
				<pubDate><![CDATA[Mon, 24 Jan 2005 11:11:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13410.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13410.php</link>
				<pubDate><![CDATA[Mon, 24 Jan 2005 14:58:37]]> GMT</pubDate>
				<author><![CDATA[ ts201]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4137/13411.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4137/13411.php</link>
				<pubDate><![CDATA[Mon, 24 Jan 2005 14:58:45]]> GMT</pubDate>
				<author><![CDATA[ ts201]]></author>
			</item>
	</channel>
</rss>