<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "site admin - this one's for U"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "site admin - this one's for U"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>site admin - this one's for U</title>
				<description><![CDATA[ U are a superb man to give us all this! and thanks for it.<br /> <br /> i noted that in the front page you have a small extract of live stuff from the forums - the newest topics and an abstract of the messages.<br /> <br /> will you please tell me how to put it on my site too, i would just love to have it.<br /> <br /> thanks a lot.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/448/1138.php</guid>
				<link>https://proxy2.de/forum/posts/preList/448/1138.php</link>
				<pubDate><![CDATA[Fri, 12 Apr 2002 16:59:36]]> GMT</pubDate>
				<author><![CDATA[ sooeydoo]]></author>
			</item>
			<item>
				<title>Forum</title>
				<description><![CDATA[ Here is the code:<br /> <br /> [code]<br /> &lt;?php<br /> include "$HTTP_SERVER_VARS[DOCUMENT_ROOT]/forum/config.php";<br /> $ShowLimit = 2;<br /> $text_lenght = 68;<br /> <br /> $connect_id = @mysql_connect($dbhost,$dbuser,$dbpasswd);<br /> if ($connect_id) {<br />     mysql_select_db($dbname,$connect_id);<br />     $sql = "SELECT <br />                 a.post_time, a.post_username, b.post_subject, b.post_text <br />             FROM <br />                 ".$table_prefix."posts a, ".$table_prefix."posts_text b<br />             WHERE <br />                 a.post_id=b.post_id <br />             ORDER BY <br />                 a.post_time DESC limit $ShowLimit";<br /> <br />     $result = mysql_query($sql,$connect_id);<br />     while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) {<br />         $BODY = substr($row['post_text'],0,$text_lenght)."...";<br />         $DATESTAMP = date("d-M-Y H:i",$row['post_time']);<br /> <br />         echo "&lt;span class=\"ForumLink\"&gt;$row[post_subject]&lt;/span&gt;&lt;br&gt;<br />             &lt;u&gt;Posted on $DATESTAMP&lt;/u&gt;&lt;br&gt;$BODY&lt;br&gt;&lt;br&gt;";<br />     }<br />     mysql_close($connect_id);<br /> }<br /> <br /> <br /> ?&gt;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/448/1163.php</guid>
				<link>https://proxy2.de/forum/posts/preList/448/1163.php</link>
				<pubDate><![CDATA[Tue, 16 Apr 2002 14:27:57]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
	</channel>
</rss>