News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Tıkladıgınız Lınkte Guvenlık Duvarı (out.php)

Started by ℓσяєиz, September 25, 2006, 12:50:05 PM

Previous topic - Next topic

ℓσяєиz

Quote from: eledagli79 on September 29, 2006, 04:55:45 AM
ya bu registirasyonla cakisiyor hata mesaji veriyo
iste benim degismesi gereken kodlar
array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a>' : '<a href="$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a><div style="visibility:hidden">' : '<a href="$1" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),



bu kodları

array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">',
'after' => '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => ' ($1)',
),


şeklinde değiştir

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

Kivanc1Mac


eledagli

Quote from: ш.м._јẫpФЛ‮‮‭ on September 29, 2006, 06:42:59 AM
Quote from: eledagli79 on September 29, 2006, 04:55:45 AM
ya bu registirasyonla cakisiyor hata mesaji veriyo
iste benim degismesi gereken kodlar
array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a>' : '<a href="$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a><div style="visibility:hidden">' : '<a href="$1" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),



bu kodları

array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">',
'after' => '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => ' ($1)',
),


şeklinde değiştir
eline saglik guzel oldu aslinda kodlara yabanci degilim ama herhalde oruc basima vurdi :)
Besle Kargayi Sisman OLsun

Badboy

#23
Quote from: eledagli79 on September 29, 2006, 08:07:05 AM
Quote from: ш.м._јẫpФЛ‮‮‭ on September 29, 2006, 06:42:59 AM
Quote from: eledagli79 on September 29, 2006, 04:55:45 AM
ya bu registirasyonla cakisiyor hata mesaji veriyo
iste benim degismesi gereken kodlar
array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a>' : '<a href="$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a><div style="visibility:hidden">' : '<a href="$1" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),



bu kodları

array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="http://siteniz.com/out.php?url=$1" target="_blank">',
'after' => '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => ' ($1)',
),


şeklinde değiştir
eline saglik guzel oldu aslinda kodlara yabanci degilim ama herhalde oruc basima vurdi :)

Üstteki düzenleme registered url modunu devredışı bırakacaktır... Şu şekilde düzenleme yapılırsa sorun olmaz ikiside başarılı çalışır...
Alttaki gibi ;)
(http://siteniz.com) kısmını düzeltmeyi unutmayın

array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a>' : '<a href="http://siteniz.com/out.php?url=$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a><div style="visibility:hidden">' : '<a href="http://siteniz.com/out.php?url=$1" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),
Nothing is true, everything is permitted.

ℓσяєиz

Quote from: Kivanc-Mac on September 29, 2006, 07:26:24 AM
arkadaşlar bu olay ne işe yarıyor ???


bu olay  mesaja eklenen bir linke baglanmadan once bır uyarı verıyor
örneğin

http://www.inflammantory.com/out.php?url=http://www.simplemachines.org



teşekurler badboy  ben regestered modunu bilmiyorum (kurmadım - kullanmadım  :D ) kod cakısmasını cozememiştim  ;)

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

eledagli

Tesekurler badboy bende registeri zaten kaldirmak istiyordum  :P

joomla köprü uzerinden devam...
Besle Kargayi Sisman OLsun

SacmaliK

Quote from: Badboy on September 29, 2006, 08:14:34 AM

Üstteki düzenleme registered url modunu devredışı bırakacaktır... Şu şekilde düzenleme yapılırsa sorun olmaz ikiside başarılı çalışır...
Alttaki gibi ;)
(http://siteniz.com) kısmını düzeltmeyi unutmayın

array(
'tag' => 'url',
'type' => 'unparsed_content',
'content' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a>' : '<a href="http://siteniz.com/out.php?url=$1" target="_blank">$1</a>',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
),
array(
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => $user_info['is_guest'] ? $txt['no_view_links'] . "\n" . '<a href="' . $scripturl . '?action=com_smf_registration">Üye olun</a>&nbsp;veya&nbsp;<a href="' . $scripturl . '?action=login">Giris yapin</a><div style="visibility:hidden">' : '<a href="http://siteniz.com/out.php?url=$1" target="_blank">',
'after' => $user_info['is_guest'] ?  '</div>' : '</a>',
'disallow_children' => array('email', 'ftp', 'url', 'iurl'),
'disabled_after' => $user_info['is_guest'] ?  '' : ' ($1)',
),


ewet sorunsuz çalışıo registered link modu ile  ;)

My Mods
Veoh Bbc Tag:here
Topic get Keywords:here
...

PuLL

Çok Güzel bir fikir ama ben yapamadım olmuyor herşeyi harfiyen uygulamama rağmen yapamadım yinede teşekkürler temam dilbermc smf rc2 yardımını bekliyorum...

ℓσяєиz

Quote from: PuLL on October 01, 2006, 05:14:01 PM
Çok Güzel bir fikir ama ben yapamadım olmuyor herşeyi harfiyen uygulamama rağmen yapamadım yinede teşekkürler temam dilbermc smf rc2 yardımını bekliyorum...

msn adresimi ekle yardımcı olıyım

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

PuLL


ℓσяєиz

arkadaslar guzel bir dusuncem var bu moda ınternet sayfası ııcnde calısan bır antı vırus scrıptı olan varmı ?

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

canpolatm


ℓσяєиz

arkadaşlar ınternet sayfası ııcnde calısan bır antı vırus scrıptı olan yokmu :(

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

Minare

Bir sürü var, bitdefender, eset, avast, tamamının online tarama sistemi var

http://www.eset.com/onlinescan/

ama terms accept olayı var, yani direk işleme gecmiyor ve firefoxda calısmıyor.


Minare

Ben tıklamadım hiç denemedim de, ama orada I agree terms işaretini tıklayıp dene istersen. Explorer da.

ℓσяєиz

@minare teşekürler o isteği cok önceden yapmıstım :)

Quote from: loft on September 16, 2008, 06:30:54 PM
demo filan varmı..fazla bişey anlayamadım..

sitede mesajlardaki linkleri bir sayfaya yonlendirir (out.php ye) out.php yi dizine atıp tarayıcıya

siten.com/out.php?url=http://simplemachines.org yaz anlicaksın

Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

hellnewer

bence cok guzel olmus demoda benden olsun :)
bu normal olarak yonlendırmelı
hxxp:hellnewer.com/out.php?url=http://www.hellnewer.com/resim [nonactive]
buda resim olarak

kolay gelsın tekrar arkadasımıza tesekkur edıyorum bole eklentıler lazım smf yakında vbulletini gecmesse adam deılım :)
O:)

Evo™

Ben bu sisteme zamanında zorunlu tıklama bile eklemiştim :) Ama her linki çevirmesi kötü site içi adresleri çevirmese çok güzel olacak ama.

ℓσяєиz

@єνσℓυтιση™
sanırım aynı düşüncedeyiz kötü içrikli sitelere yollamicak mesela


$kotu = array(p*rn , sx) ;



gibi eklenen kelimeleri otomatik oalrak kapatıcak vs.vs nası yapılır orasını bilemem  kafa yormak lazım =)


Barış Dokumacı


MY THEMES

The greates enemy will hide in the last place you would ever lock..

Advertisement: