»Forumlar »SE ? Core Labs »Gizli Resim Sistemi
  https://seditio.com.tr/eski1/forums.php?m=posts&q=75
          Geri Dön      -      Sayfayı Yazdırmak için tıklayın
Author: qharez, Posted: 2009-12-01 22:27 GMT.
System/ fonksiyon.php yi a??yoruz alttakini buluyoruz..
Kod:
function sed_bbcode_autourls($text)
{
$text = ' '.$text;
$text = preg_replace("#([n ])([a-z0-9]+?)://([^t nr]+)#i", "[url]://[/url]", $text);

$text = preg_replace("#([n ])([a-z0-9-_.]+?@[A-z0-9-]+.[^,t nr]+)#i", "[email][/email]", $text);

return(substr($text,1));
}

Alttaki ile degi?tiriyoruz..
Kod:
function sed_bbcode_autourls($text)

{
global $usr;
if ($usr['maingrp']>0)
{
$text = ' '.$text;
$text = preg_replace("#([n ])([a-z0-9]+?)://([^t nr]+)#i", "[url]://[/url]", $text);
$text = preg_replace("#([n ])([a-z0-9-_.]+?@[A-z0-9-]+.[^,t nr]+)#i", "[email][/email]", $text);
return(substr($text,1));
}
else
{
$text = ' '.$text;

$text = preg_replace("#[img]((http|ftp|https|ftps)://)(.*?)(.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))[/img]#i", " <b><font color="blue">( Resimleri Sadece ?yelerimiz G?rebilir...)</font> - <font color="red">[ <a href="users.php?m=register">Kay?t Ol</a> ] </font> - <font color="red">[ <a href="users.php?m=auth">Giri? yap</a> ] </font></b>", $text);

return(substr($text,1));
}
}
Author: ZeberuS, Posted: 2010-04-11 03:18 GMT.
neye yarad??n?da s?yleseydin ke?ke yani birazc?kta olsa a?sayd?n ?
Author: Kaan, Posted: 2010-04-11 09:16 GMT.
Ziyaret?ilerin resimleri g?rmesini engeller..

Linkleri nas?l g?remiyorsa ayn? ?ekil.

Powered by SeditioPrint version