<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Hide links to guests about</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 30 Apr 2026 16:06:59 -0000</pubDate>

		<item>
			<title>AbkHaZiaN</title>
			<description><![CDATA[it'nıt work again, my functions.php<br />
<br />
<pre class="code">function sed_parse_autourls($text)
{
global $usr;
if ($usr&#091;'maingrp'&#093;&gt;0)
{
    $text = preg_replace('`(^|\s)(http|https|ftp)://(&#091;^\s&quot;\'\&#091;&#093;+)`', '$1&lt;a href=https://www.cotonti.com/&quot;$2://$3&quot;&gt;$2://$3&lt;/a&gt;', $text);
    $text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'sed_obfuscate_eml', $text);
    return $text;
}
else
{
    $text = preg_replace('`(^|\s)(http|https|ftp)://(&#091;^\s&quot;\'\&#091;&#093;+)`', 'nolink', $text);
    $text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'nolink', $text);
    return $text;
}
}
</pre>
<br />
Give an error:<br />
<pre class="code">Warning: preg_replace_callback() &#091;function.preg-replace-callback&#093;: Requires argument 2, 'nolink', to be a valid callback in /home/pow3r/domains/zzzzz/public_html/system/functions.php on line 699</pre>
<br />
This is on line 699:<br />
<pre class="code">$text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'nolink', $text);</pre>
<br />
<strong>Added 4 days later:</strong><br />
<br />
are you forget us:([/][/]]]></description>
			<pubDate>Sal, 01 Eyl 2009 19:02:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16659]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Correction: it is called sed_parse_autourls, not sed_bbcode_autourls.]]></description>
			<pubDate>Pzt, 31 Ağu 2009 23:43:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16641]]></link>
		</item>
		<item>
			<title>AbkHaZiaN</title>
			<description><![CDATA[&quot;sed_bbcode_autourls&quot; not found in system/functions.php. if I'm create it, is it work.<br />
I'm create it but its not work<br />
<div class="highlight"><pre class="php">Warning: preg_replace_callback() &#091;function.preg-replace-callback&#093;: Requires argument 2, 'nolink', to be a valid callback in /home/pow3r/domains/pow3r.org/public_html/system/functions.php on line 716</pre></div>]]></description>
			<pubDate>Pzt, 31 Ağu 2009 22:23:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16638]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[No, replace function sed_bbcode_autourls in <span style="text-decoration:underline">system/functions.php</span>]]></description>
			<pubDate>Pzt, 31 Ağu 2009 15:12:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16631]]></link>
		</item>
		<item>
			<title>AbkHaZiaN</title>
			<description><![CDATA[are we paste tis code in system/xtemplate.php I'cant understand]]></description>
			<pubDate>Paz, 30 Ağu 2009 20:17:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16599]]></link>
		</item>
		<item>
			<title>esclkm</title>
			<description><![CDATA[<div class="highlight"><pre class="php">
function sed_bbcode_autourls($text)
{
global $usr;
if ($usr&#091;'maingrp'&#093;&gt;0)
{
    $text = preg_replace('`(^|\s)(http|https|ftp)://(&#091;^\s&quot;\'\&#091;&#093;+)`', '$1&lt;a href=https://www.cotonti.com/&quot;$2://$3&quot;&gt;$2://$3&lt;/a&gt;', $text);
    $text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'sed_obfuscate_eml', $text);
    return $text;
}
else
{
    $text = preg_replace('`(^|\s)(http|https|ftp)://(&#091;^\s&quot;\'\&#091;&#093;+)`', 'nolink', $text);
    $text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'nolink', $text);
    return $text;
}
}
</pre></div>[/][/]]]></description>
			<pubDate>Cmt, 29 Ağu 2009 20:38:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16576]]></link>
		</item>
		<item>
			<title>DemptD</title>
			<description><![CDATA[cant this be done with xtemplate?]]></description>
			<pubDate>Cmt, 29 Ağu 2009 20:17:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16573]]></link>
		</item>
		<item>
			<title>AbkHaZiaN</title>
			<description><![CDATA[Who can help us. I'm really need this corehack. Allow links for guests.]]></description>
			<pubDate>Cmt, 29 Ağu 2009 17:16:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16565]]></link>
		</item>
		<item>
			<title>fedai</title>
			<description><![CDATA[<strong>cotonti function:</strong><br />
<br />
<div class="highlight"><pre class="php">function sed_parse_autourls($text)
{
	$text = preg_replace('`(^|\s)(http|https|ftp)://(&#091;^\s&quot;\'\&#091;&#093;+)`', '$1&lt;a href=https://www.cotonti.com/&quot;$2://$3&quot;&gt;$2://$3&lt;/a&gt;', $text);
	$text = preg_replace_callback('`(^|\s)(\w&#091;\._\w\-&#093;+@&#091;\w\.\-&#093;+\.&#091;a-z&#093;+)`', 'sed_obfuscate_eml', $text);
	return $text;
}
</pre></div>
<strong>seditio function:</strong><br />
<br />
<div class="highlight"><pre class="php">function sed_bbcode_autourls($text)
{
$text = ' '.$text;
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9&#093;+?)://(&#091;^\t \n\r&#093;+)#i&quot;, &quot;\\1&#091;url&#093;\\2://\\3&#091;/url&#093;&quot;, $text);
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9-_.&#093;+?@&#091;A-z0-9-&#093;+\.&#091;^,\t \n\r&#093;+)#i&quot;, &quot;\\1&#091;email&#093;\\2&#091;/email&#093;&quot;, $text);
return(substr($text,1));
}</pre></div>
<br />
<strong>seditio Hide links to guests corehack:</strong><br />
<br />
<div class="highlight"><pre class="php">function sed_bbcode_autourls($text)
{
global $usr;
if ($usr&#091;'maingrp'&#093;&gt;0)
{
$text = ' '.$text;
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9&#093;+?)://(&#091;^\t \n\r&#093;+)#i&quot;, &quot;\\1&#091;url&#093;\\2://\\3&#091;/url&#093;&quot;, $text);
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9-_.&#093;+?@&#091;A-z0-9-&#093;+\.&#091;^,\t \n\r&#093;+)#i&quot;, &quot;\\1&#091;email&#093;\\2&#091;/email&#093;&quot;, $text);
return(substr($text,1));
}
else
{
$text = ' '.$text;
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9&#093;+?)://(&#091;^\t \n\r&#093;+)#i&quot;, &quot; Linkleri görebilmek için &lt;a href=https://www.cotonti.com/\&quot;users.php?m=register\&quot;&gt;ÜYE&lt;/a&gt; olmalısınız.&quot;, $text);
$text = preg_replace(&quot;#\&#091;url(&#091;^\t \n\r&#093;+)#i&quot;, &quot; Linkleri görebilmek için &lt;a href=https://www.cotonti.com/\&quot;users.php?m=register\&quot;&gt;ÜYE&lt;/a&gt; olmalısınız.&quot;, $text);
$text = preg_replace(&quot;#(&#091;\n &#093;)(&#091;a-z0-9-_.&#093;+?@&#091;A-z0-9-&#093;+\.&#091;^,\t \n\r&#093;+)#i&quot;, &quot;\\1&#091;email&#093;\\2&#091;/email&#093;&quot;, $text);
return(substr($text,1));
}
}
</pre></div>
<strong>	<br />
You can help cotonti about corehack?</strong>[/]]]></description>
			<pubDate>Pzt, 24 Ağu 2009 04:27:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=3227&d=0#post16433]]></link>
		</item>
	</channel>
</rss>