 |
 |
 |
 |
#155396 - 12/02/02 01:09 PM
Re: U[6.3.x] [beta] RL Spam Prevention [1.0 beta 2]
|
Member
Registered: 12/16/01
Posts: 672
Loc: Bath || Reading, England
|
New patch to allow links to your site; doesn't work very well though, since if just one link to your site is in the post, any links are allowed... Replace (both times): code:</font><hr /> if (($user_profile[8]) && ($user_profile[8] ne "$vars_misc{custom_titles}->{0}")) {<hr /></blockquote>With: <blockquote><font class="small">code: [qb] $sitebase = $vars_config{CGIURL};
$sitebase =~ s/http.*:////isg;
$sitebase =~ s//.*//isg;
if ($check =~ /$sitebase/i) {
$is_this_site = "1";
}
if ((($user_profile[8]) && ($user_profile[8] ne "$vars_misc{custom_titles}->{0}")) || ($is_this_site eq "1")) {[/qb]
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|