<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Disable explorer and system identification"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Disable explorer and system identification"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Disable explorer and system identification</title>
				<description><![CDATA[ Hi,<br /> <br /> In the column were the name is presented from the person who is posting a message there is an internet explorer icon. How can i hide this. I find it not interesting to know what operating system and browser version somebody is using.<br /> <br /> Regards<br /> <br /> Cookie]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20760.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20760.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 15:37:39]]> GMT</pubDate>
				<author><![CDATA[ Cookiesmonster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Look in the template called entry.php. You will see the relevant variable in there.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20761.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20761.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 16:00:33]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I only found the line were the browser.gif is in.<br /> When i delete this line i get an sort of error like explorer is missing a picture. I've posted the content of the file maybe you can help<br /> <br /> [code]&lt;tr bgcolor=&quot;$bgcolor&quot;&gt;<br />  &lt;td width=&quot;32%&quot; valign=&quot;top&quot;&gt;<br />    &lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot;&gt;<br />      &lt;tr&gt;<br />        &lt;td class=&quot;font2&quot; valign=&quot;top&quot; width=&quot;8%&quot;&gt;&lt;b&gt;$id&#41;&lt;/b&gt;&lt;/td&gt;<br />        &lt;td width=&quot;92%&quot;&gt; &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/ip.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;$LANG&#91;AltIP&#93;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/browser.gif&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;$row&#91;browser&#93;&quot;&gt;&amp;nbsp;<br />         $URL<br />         $ICQ<br />         $AIM<br />        &lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;&lt;b&gt;$row&#91;name&#93;&lt;/b&gt;&amp;nbsp;$GENDER&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font1&quot;&gt;$row&#91;email2&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />      &lt;tr&gt;<br />        &lt;td colspan=&quot;2&quot; class=&quot;font2&quot;&gt;$LANG&#91;FormLoc&#93;&#58;&lt;br&gt;$row&#91;location&#93;&lt;/td&gt;<br />      &lt;/tr&gt;<br />     &lt;/table&gt;<br />   &lt;/td&gt;<br />   &lt;td width=&quot;68%&quot; class=&quot;font1&quot; valign=&quot;top&quot;&gt; <br />     &lt;div align=&quot;left&quot; class=&quot;font3&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/post.gif&quot; width=&quot;9&quot; height=&quot;9&quot;&gt;$DATE&amp;nbsp;$HOST<br />      &lt;a href=&quot;$GB_COMMENT&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/edit.gif&quot; width=&quot;18&quot; height=&quot;13&quot; border=&quot;0&quot; alt=&quot;$LANG&#91;AltCom&#93;&quot;&gt;&lt;/a&gt;<br />      $EMAIL<br />     &lt;/div&gt;<br />     &lt;hr size=&quot;1&quot;&gt;&lt;div align=&quot;left&quot;&gt;<br />     $USER_PIC $MESSAGE<br />    &lt;/div&gt;<br />    $COMMENT<br />  &lt;/td&gt;<br /> &lt;/tr&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20762.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20762.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 18:55:24]]> GMT</pubDate>
				<author><![CDATA[ Cookiesmonster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So you have tried removing this...<br /> <br /> [code]&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/ip.gif&quot; width=&quot;14&quot; height=&quot;14&quot; alt=&quot;$LANG&#91;AltIP&#93;&quot;&gt;&amp;nbsp;&amp;nbsp;<br /> &lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/browser.gif&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;$row&#91;browser&#93;&quot;&gt;&amp;nbsp;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20763.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20763.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 19:15:05]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Or just <br /> <br /> &amp;nbsp;&lt;img src="$GB_PG[base_url]/img/browser.gif" width="16" height="16" alt="$row[browser]"&gt;&amp;nbsp; <br /> <br /> If you want to keep the IP logged message.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20764.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20764.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 20:31:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks.. it works]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5706/20765.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5706/20765.php</link>
				<pubDate><![CDATA[Wed, 14 Jun 2006 21:32:46]]> GMT</pubDate>
				<author><![CDATA[ Cookiesmonster]]></author>
			</item>
	</channel>
</rss>