Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) [DONE] Improved Email Checking V1.0 (Read 15466 times)
ShanetheBold
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 1
Joined: Aug 5th, 2007
Re: [DONE] Improved Email Checking V1.0
Reply #15 - Aug 5th, 2007 at 2:33am
Print Post  
I have a noobie question.

"- Upload Mail/CheckUser.pm in Modules and CHMOD the same as other modules there"

Done!
 
"- Apply the mod"

Hmmm, what does that mean? I don't know how to actually activate it.
  
Back to top
 
IP Logged
 
nirok
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 23
Joined: Aug 15th, 2007
Re: [DONE] Improved Email Checking V1.0
Reply #16 - Oct 3rd, 2007 at 1:51am
Print Post  
tried installing it but get this error can anybody help?
Step 5 ... failed - ERR(1): Search string could not be found
  
Back to top
 
IP Logged
 
mtagoon
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 16
Location: Bangkok
Joined: Oct 28th, 2006
Gender: Male
Re: [DONE] Improved Email Checking V1.0
Reply #17 - Oct 5th, 2007 at 6:47pm
Print Post  
Edit your "Improved_Email_On Registration_2_1_UK.mod" file :

I
'69' => "E-mail",
to
'69' => "Email",

or
II
Edit your "Languages/English/Register.lng" file :

from
'69' => "Email",
to
'69' => "E-mail",

Good luck.
  
Back to top
WWW  
IP Logged
 
nirok
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 23
Joined: Aug 15th, 2007
Re: [DONE] Improved Email Checking V1.0
Reply #18 - Oct 8th, 2007 at 3:00am
Print Post  
hey tried that but still get teh error, could it be because another mod is conflicting with it?
  
Back to top
 
IP Logged
 
Glyn
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 12
Joined: Jul 8th, 2004
Re: [DONE] Improved Email Checking V1.0
Reply #19 - Jan 4th, 2008 at 12:34pm
Print Post  
Like one or two other novices I have run up against problems installing this mod.
Does it matter if Mail/CheckUser.pm is uploaded before the files are modified or not.
I modified the files first with BoardMod, found that the .pm file hadn't been uploaded so then uploaded it manually.
I now find that the mod isn't working.
I also find the term "Apply the mod" unclear. I have assumed that it means modify the necessary files using BoardMod (or possibly manually).
  
Back to top
 
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: [DONE] Improved Email Checking V1.0
Reply #20 - Jan 15th, 2008 at 9:25am
Print Post  
Uploading the .pm file is a separate action which can be done before or after applying the mod.

How to apply a mod to your board is explained in the FAQ section.

You can do this by using the programme BoardMod, or manual if you get errors by conflicting other mods.

This mod has no on/off/settings knobs, whistles or bells you need to activate.
It only improves the way email addresses are checked so it should report more detailed errors on people trying to spam your board Wink
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Glyn
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 12
Joined: Jul 8th, 2004
Re: [DONE] Improved Email Checking V1.0
Reply #21 - Jan 16th, 2008 at 11:08am
Print Post  
Thanks for your reply.
I have now installed the mod and it appears to be running as I am getting much less Spam.
However, you state:
"It only improves the way email addresses are checked so it should report more detailed errors on people trying to spam your board  ".

In what way does it report? Where does it report to?
Up to now I haven't received a report of any kind.
« Last Edit: Jan 17th, 2008 at 11:13am by Glyn »  
Back to top
 
IP Logged
 
AlphaGeek
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 1
Joined: Nov 14th, 2008
Re: [DONE] Improved Email Checking V1.0
Reply #22 - Nov 14th, 2008 at 8:59am
Print Post  
I could be wrong, but I think you want:

if ($boardurl =~ /https?\:\/\/(.*?)\//){ $Mail::CheckUser::Helo_Domain = $1; }

The change is the 's?' on "http". In this way, if the board is being served over SSL you still set the domain name, and avoid getting your server blacklisted by the good folks of cbl.abuseat.org.  Shocked
  
Back to top
 
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: [DONE] Improved Email Checking V1.0
Reply #23 - Nov 20th, 2008 at 2:23pm
Print Post  
AlphaGeek wrote on Nov 14th, 2008 at 8:59am:
I could be wrong, but I think you want:

if ($boardurl =~ /https?\:\/\/(.*?)\//){ $Mail::CheckUser::Helo_Domain = $1; }

The change is the 's?' on "http". In this way, if the board is being served over SSL you still set the domain name, and avoid getting your server blacklisted by the good folks of cbl.abuseat.org.  Shocked


Which only applies if your host allows you to run the complete forum in SSL mode.... most hosts do not support it though. Makes no sense running a complete forum in https//

And this function does not do any RBL checking, it just checks if the helo domain is valid (and the server running it alive), no RBL stuff in it.
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint