<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "A question about a var. in advanced guestbook."]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "A question about a var. in advanced guestbook."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>A question about a var. in advanced guestbook.</title>
				<description><![CDATA[ Hey im having a problem with Advanced Guestbook.<br /> <br /> It seems that my php version on my host is 4.0.0 , and there is a code called : <br /> [code]$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"] = dirname($HTTP_SERVER_VARS["PHP_SELF"]);<br /> } [/code]<br /> <br /> But the problem is that the version of php 4.0.0 doesn't support the code php_sapi_name() , and my question is is there any other way i can write this down using an other function?? Or are these lines of codes realy nessesary ?<br /> <br /> Thx for your help, Vinnie. Love your scripts btw  :D  keep up the good work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/337/823.php</guid>
				<link>https://proxy2.de/forum/posts/preList/337/823.php</link>
				<pubDate><![CDATA[Sun, 17 Mar 2002 13:10:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ yes, there is...<br /> <br /> e.g.<br /> <br /> $inter_type = "apache";]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/337/833.php</guid>
				<link>https://proxy2.de/forum/posts/preList/337/833.php</link>
				<pubDate><![CDATA[Mon, 18 Mar 2002 15:37:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>