Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 10000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 15 post(s). Click here to show all
Posted by: Dandello
Posted on: Feb 15th, 2016 at 4:07pm
This is the 2.6.12 version (not tested on a live forum). Placement of files has changed.
stopforumspam.log and sfs_stats.txt will need to be moved to Variables/Mods.

Posted by: pyragony54
Posted on: Feb 15th, 2016 at 8:19am
Please update to the new version, I get the easy out do not. Problems Step 29th
Posted by: pyragony54
Posted on: Aug 26th, 2015 at 4:12pm
perfect.
Posted by: Dandello
Posted on: Aug 26th, 2015 at 8:20am
I figured out why it needs '&'
That symbol needs be be an html entity when put through a browser. But not when it's a non-browser connection.  Embarrassed
Posted by: Dandello
Posted on: Aug 25th, 2015 at 7:07pm
So long as it works.  Wink
Posted by: pyragony54
Posted on: Aug 25th, 2015 at 5:57pm
This & and this &

makes a huge difference.

& is recognized

& no longer works. Why?

amp; is an unknown variable, the html or xhtml does not know. I can not explain better, but I think you know what I mean.

& (it is not recognized that) = & (normally)

The flaw is just in detail. I can not explain it better.

Posted by: pyragony54
Posted on: Aug 25th, 2015 at 5:37pm
I had the URL changed, the code brought 500th

Code
Select All
Fehler: 500 	Heute um 09:48 	Dementia 	funseeker286@gmail.com 	173.55.173.37
 Fehler: 500 	Gestern um 15:56 	maximus85 	marx99@web.de 	87.161.246.26 



In my amendment, it looks and worked for my test.

Code
Select All
OK 	Heute um 19:10 	Vw1991@86c 	polo1991@web.de 	84.57.95.249
 OK 	Heute um 18:06 	Jack79 	jan.vozab1979@gmail.com 	92.40.249.151
 Geblockt 	Heute um 11:12 	lammie 	jamesgwalton53@yahoo.com 	5.254.65.3 



IP and email address are listed Black.
Posted by: Dandello
Posted on: Aug 25th, 2015 at 1:08pm
Changing the & to & shouldn't have any affect. Huh

But apparently it does.

(But according to StopForumSpam's documentation, they did change the url.)
Posted by: pyragony54
Posted on: Aug 25th, 2015 at 9:21am
How it works, have tested it.

Search

Code
Select All
        $sfs_url =
             'http://www.stopforumspam.com/api?username='
           . $sfs_username
           . '&ip='
           . $user_ip
           . '&email='
           . $sfs_email;
         $get_reg_spam = $ua->get($sfs_url); 



and Replace

Code
Select All
        $sfs_url =
             'http://www.stopforumspam.com/api?username='
           . $sfs_username
           . '&ip='
           . $user_ip
           . '&email='
           . $sfs_email;
         $get_reg_spam = $ua->get($sfs_url); 




Posted by: Dandello
Posted on: Aug 5th, 2015 at 2:02am
Well, according to StopForumSpam.com that's the current url for the api - which is what YaBB should be contacting.
Posted by: pyragony54
Posted on: Aug 5th, 2015 at 1:41am
It is possible that this is the error. I can now not check, am just in Moscow and then on to fly now Kazan and Yoshkar-Ola. I'm only next Wednesday at home again.
Posted by: Dandello
Posted on: Aug 4th, 2015 at 11:24pm
It looks like they changed the url to the service.

In StopForumSpam.pm find
Code
Select All
            'http://www.stopforumspam.com/api?username=' 



and replace it with
Code
Select All
            'http://api.stopforumspam.com/api?username=' 

Posted by: Dandello
Posted on: Aug 3rd, 2015 at 10:26pm
I'll look at it tomorrow - they may have changed something.
Posted by: pyragony54
Posted on: Aug 3rd, 2015 at 9:21pm
No, there are no blocked.
There go all through, good as well as bad IPs
Posted by: Dandello
Posted on: Aug 3rd, 2015 at 6:36pm
Are you saying the that mod is blocking 'good' IPs or that it's letting though 'bad' IPs?