Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (57-Vette, Chosen), 43 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 03/24/10
Posts: 8
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#242578 - 04/14/11 07:19 PM Stopping spammers cold
luket Offline
member
Registered: 11/09/04
Posts: 191
Once in a while I get a persistent spammer that can get seemingly limitless email address and IP addresses.

Recently I banned him again and then turned on Registration Approval to review new registrations (usually fruitless.)

The next registration I got was with email Luzifull@gmail.com and IP Address 110.164.249.158.

As a last ditch effort to stop this guy, I tried a google search Luzifull@gmail.com 110.164.249.158

and I got a HIT!
http://www.stopforumspam.com/ipcheck/110.164.249.158

OMG! I disallowed the registration with the reason: "because you're an idiot"

Over the next three days I got 4-5 such registrations, all of them appearing on stopforumspam.com.

PLEASE write a MOD that incorporates this wonderful functionality! (they claim they have an API for this very reason.)
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#242579 - 04/14/11 07:25 PM Re: Stopping spammers cold [Re: luket]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
A lot of us here use stopforumspam.com. It is a good thing.
I believe somebody here has already integrated it into the 7.x versions.
_________________________
Blue Man Group
Top
#242581 - 04/14/11 07:33 PM Re: Stopping spammers cold [Re: luket]
luket Offline
member
Registered: 11/09/04
Posts: 191
yep...
damn, should have searched first!

Thanks Ruben.

mod here
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
#242582 - 04/14/11 08:08 PM Re: Stopping spammers cold [Re: luket]
luket Offline
member
Registered: 11/09/04
Posts: 191
Okay, so I just downloaded Gizmo's MOD.
There are no instructions on how to install it and I'm not seeing a "How to install a Mod" post prominently displayed anywhere.

I'm sure it's simple, but I've not done it before.

Can you tell me?
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
#242583 - 04/14/11 09:20 PM Re: Stopping spammers cold [Re: luket]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Was about to mention that I have a mod at UBBDev; and the mod has install instructions in it...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#242584 - 04/14/11 09:22 PM Re: Stopping spammers cold [Re: luket]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
When you download the modification zip from here there is a text file in it, it explains what changes need to happen in which file for the mod to work.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#242588 - 04/14/11 11:00 PM Re: Stopping spammers cold [Re: luket]
SteveS Offline

addict
Registered: 03/22/07
Posts: 416
Loc: Massachusetts
I used SFS manually for a long time, and it was very tedious with the amount of new registrations I get every day. Gizmo's mod (I'm still using one of the first versions) automates it, and has literally saved me hours of copy/paste.

Thanks again, Giz.
_________________________
Steve
crownvic.net
UBB.classic from 2000-2003
UBB.threads from 2003-present!
Top
#242592 - 04/15/11 01:54 AM Re: Stopping spammers cold [Re: luket]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Newest version makes use of the language files and auto checks/submits new signups wink...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#242602 - 04/15/11 02:35 PM Re: Stopping spammers cold [Re: luket]
luket Offline
member
Registered: 11/09/04
Posts: 191
Okay, starting install now...
* starts clock *
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
#242603 - 04/15/11 03:33 PM Re: Stopping spammers cold [Re: luket]
luket Offline
member
Registered: 11/09/04
Posts: 191
done in 20 minutes.. but it's not working.

This step:
Code:
In templates/default/admin/membermanage.tmpl
Find:
for($i=0;$i<sizeof($que);$i++) { //UBBTREMARK

Add Below:
	$xml_string = file_get_contents("http://www.stopforumspam.com/api?email=". $que[$i]['email']);
	$xml = new SimpleXMLElement($xml_string);
	if($xml->appears == 'yes'){
		$spammer_real_email = " <a href=\"http://stopforumspam.com/search/?q=". $que[$i]['email'] ."\" target=\"_blank\" style=\"color: #FF0000; font-weight: bold;\">{$ubbt_lang["SFS_ALERT"]}</a>";
	} else {
		$spammer_real_email = "";
	}

	$xml_string = file_get_contents("http://www.stopforumspam.com/api?ip=". $que[$i]['ip']);
	$xml = new SimpleXMLElement($xml_string);
	if($xml->appears == 'yes'){
		$spammer_reg_ip = " <a href=\"http://stopforumspam.com/ipcheck/". $que[$i]['ip'] ."\" target=\"_blank\" style=\"color: #FF0000; font-weight: bold;\">{$ubbt_lang["SFS_ALERT"]}</a>";
	} else {
		$spammer_reg_ip = "";
	}


Before:
Code:
for($i=0;$i<sizeof($que);$i++) { //UBBTREMARK
echo <<<UBBTPRINT
<tr><td class="stdautorow autobottom colored-row" valign="top">
<small>
...


After:
Code:
for($i=0;$i<sizeof($que);$i++) { //UBBTREMARK
	$xml_string = file_get_contents("http://www.stopforumspam.com/api?email=". $que[$i]['email']);
	$xml = new SimpleXMLElement($xml_string);
	if($xml->appears == 'yes'){
		$spammer_real_email = " <a href=\"http://stopforumspam.com/search/?q=". $que[$i]['email'] ."\" target=\"_blank\" style=\"color: #FF0000; font-weight: bold;\">{$ubbt_lang["SFS_ALERT"]}</a>";
	} else {
		$spammer_real_email = "";
	}

	$xml_string = file_get_contents("http://www.stopforumspam.com/api?ip=". $que[$i]['ip']);
	$xml = new SimpleXMLElement($xml_string);
	if($xml->appears == 'yes'){
		$spammer_reg_ip = " <a href=\"http://stopforumspam.com/ipcheck/". $que[$i]['ip'] ."\" target=\"_blank\" style=\"color: #FF0000; font-weight: bold;\">{$ubbt_lang["SFS_ALERT"]}</a>";
	} else {
		$spammer_reg_ip = "";
	}
echo <<<UBBTPRINT
<tr><td class="stdautorow autobottom colored-row" valign="top">
<small>
...


And all I get is a blank member management page.
I see the four tabs across the top, but I cannot click on them.
Also the display pane is empty. Any ideas?
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
#242604 - 04/15/11 03:51 PM Re: Stopping spammers cold [Re: luket]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
You really should post your issues at UBBDev where the mod is at.
_________________________
Blue Man Group
Top
#242607 - 04/15/11 04:23 PM Re: Stopping spammers cold [Re: luket]
luket Offline
member
Registered: 11/09/04
Posts: 191
Will do,
thanks ruben
_________________________
Member since November 2004
Gold Member since Feb 2008
Top
#242608 - 04/15/11 04:36 PM Re: Stopping spammers cold [Re: luket]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
At least it will be in one place so if someone else has a similar issue, they can get some info. Instead of it being spread out on different boards and posts that are unrelated to the topic.
And I am sure that Giz will respond there.

But I can't resist the temptation.
Did you get a api key?
_________________________
Blue Man Group
Top
#242614 - 04/15/11 06:03 PM Re: Stopping spammers cold [Re: luket]
Gizmo Offline

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Again, modifications are not supported at UBBCentral... I won't answer any support inquiries for my modifications here; they have a thread at UBBDev and modification support there as well.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image