<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "email addresses converted to raw ASCII"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "email addresses converted to raw ASCII"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>email addresses converted to raw ASCII</title>
				<description><![CDATA[ Does anyone still have to mod to convert Email addresses to raw ASCII for protection against spam? <br /> <br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3506/9999.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3506/9999.php</link>
				<pubDate><![CDATA[Thu, 19 Aug 2004 16:05:34]]> GMT</pubDate>
				<author><![CDATA[ patron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />  bummer.<br /> <br /> I have searched the forum and google... and I still have no clue how to do this. <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3506/10045.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3506/10045.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 04:07:08]]> GMT</pubDate>
				<author><![CDATA[ patron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK not the original mod but something I just threw together. Due to the way webbrowsers work I have had to put in &amp;| to stop it rendering the code wrong. Please replace all instances of &amp;| with just &amp; in the following codes.<br /> <br /> Open up [b]templates/email.php[/b] and replace the [b]mailto:[/b] with [code]&amp;|#109;&amp;|#97;&amp;|#105;&amp;|#108;&amp;|#116;&amp;|#111;&amp;|#58;[/code] <br /> so you end up with [code]&lt;a href=&quot;&amp;|#109;&amp;|#97;&amp;|#105;&amp;|#108;&amp;|#116;&amp;|#111;&amp;|#58;$row&#91;email&#93;&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/email.gif&quot; width=&quot;15&quot; height=&quot;15&quot; alt=&quot;$LANG&#91;AltEmail&#93;&quot; /&gt;&lt;/a&gt;[/code]Save this.<br /> <br /> Then open up [b]lib/add.class.php[/b] and find [code]            $this-&gt;comment = addslashes&#40;$this-&gt;comment&#41;;<br />         &#125;<br />         $host = @gethostbyaddr&#40;$this-&gt;ip&#41;;<br />         $agent = getenv&#40;&quot;HTTP_USER_AGENT&quot;&#41;;<br />         $the_time = time&#40;&#41;;[/code]<br /> <br /> and replace it with [code]            $this-&gt;comment = addslashes&#40;$this-&gt;comment&#41;;<br />         &#125;<br />         $this-&gt;email = str_replace&#40;'@','&amp;|#64;', $this-&gt;email&#41;;<br />         $host = @gethostbyaddr&#40;$this-&gt;ip&#41;;<br />         $agent = getenv&#40;&quot;HTTP_USER_AGENT&quot;&#41;;<br />         $the_time = time&#40;&#41;;[/code]<br /> Save this file.<br /> <br /> This is a basic encryption method but seems to work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3506/10048.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3506/10048.php</link>
				<pubDate><![CDATA[Sat, 21 Aug 2004 10:33:11]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>