Автор | Сообщение |
MecTruy | |
![]() |
Forumu misafirlere kapat google ve diğer botlara açabilirsiniz böyle üyeleri daha çok üye olmaya ikna edebilirsiniz. AÇ: system/core/forums/forums.posts.inc.php Bul: $row['fp_text'] = "<div id=\"fp".$row['fp_id']."\" >".$row['fp_text']."</div>"; Hemen altına aşağıdaki kodları ekleyin if($usr['id'] > 0) { $mesaj = $row['fp_text']; }elseif(preg_match ('#Google|Bing|Yahoo|Ask|Bebo|Live|hotbot#i', $_SERVER['HTTP_USER_AGENT']){ $mesaj = $row['fp_text']; }else{ $mesaj = "<a href=users.php?m=register><img src=skins/YoursknisName/img/uyeol.gif></a>"; }
Bul: "FORUMS_POSTS_ROW_TEXT" => $row['fp_text'],
Bu kodla değiştir: "FORUMS_POSTS_ROW_TEXT" => $mesaj, LDU & Seditio & Cotonti отредактировал(а) MecTruy: 31-01-16 00:43 GMT |
Mucahit | |
#90 MecTruy : Skype: mcucen |
|
Amro | |
![]() |
eregi () is deprecated in php 5.3 and it was removed in php 5.4, so it's best to use preg_match: preg_match ('#Google|Bing|Yahoo|Ask|Bebo|Live|hotbot#i', $_SERVER['HTTP_USER_AGENT'] ) Forever unshaven, red-eyed, detached from reality, with his cockroaches in my head. And let it always will be! |