Total Users Online: 0 üye, 113 guest | Tarih/Saat: 2026-04-30 12:46
 
Gizli Resim Sistemi
#187
2009-12-01 22:27 GMT  oklu Alnt
qharez

User is: Online status   Gender_M
Posts: 172
Ülke: --- - 00
Meslek:
Age: 35

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));
}
}
Konuyla İlgili Diğer Başlıklar
Gizli İçerik yapma cotonti ?
Seditio rep puan sistemi
Php ile Resim ve Dosya indirmek
Seditio Shop E-Ticaret Sistemi 50 TL
Galeri Resim Ekleme

 

Powered by Seditio © 2009-2012 All Rights Reserved