Spam problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • BirdOPrey5
    replied
    I don't know for sure but I think it will, it is worth trying in my opinion.

    Leave a comment:


  • sonic83
    replied
    Originally posted by Joe D.
    Originally posted by vbluis
    Originally posted by Joe D.
    There's no built in options to auto delete a message based on the content, but you could check on vBulletin.org. It may not be difficult to create.
    That would be great. That can be put into moderation automatically a message if it contains a word, words, or phrases.


    Now that I think about it there is an older mod called "Monkey Stop Spam" or something like that (Search for monkey) that would auto moderate based on a word or words perhaps. Not sure if it was ever updated to VB4 but I'm thinking the 3.x version would likely work on 4.x although I haven't used in years so not sure. AT the very least it would be a decent start to a custom VB4 solution.
    you know if it works for vb 4.2.1?

    Leave a comment:


  • BirdOPrey5
    replied
    Originally posted by vbluis
    Originally posted by Joe D.
    There's no built in options to auto delete a message based on the content, but you could check on vBulletin.org. It may not be difficult to create.
    That would be great. That can be put into moderation automatically a message if it contains a word, words, or phrases.
    Now that I think about it there is an older mod called "Monkey Stop Spam" or something like that (Search for monkey) that would auto moderate based on a word or words perhaps. Not sure if it was ever updated to VB4 but I'm thinking the 3.x version would likely work on 4.x although I haven't used in years so not sure. AT the very least it would be a decent start to a custom VB4 solution.

    Leave a comment:


  • MikeF
    replied
    Here's some .htaccess stuff to block many known spambots:

    Code:
    RewriteEngine On
    
    	RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    
    
    	RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
    
    	
    		RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
    
    	
    		
    			RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
    
    		
    			RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
    
    		
    			
    				RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
    
    			
    				RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
    
    			
    				
    					RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
    
    				
    					RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
    
    				
    					
    						RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
    
    					
    						RewriteCond %{HTTP_USER_AGENT} ^Zeus
    
    					
    						RewriteRule ^.* - [F,L]
    Also, set a timer for the submit button on register.php using one of the mods at vBulletin.org. Spam-O-Matic has recently started generating weird false positives on IP. This could be due to a security compromise of dynamic IP ranges in the United States. Better to set it for e-mail address only at this time.












    Leave a comment:


  • sonic83
    replied
    Originally posted by Joe D.
    There's no built in options to auto delete a message based on the content, but you could check on vBulletin.org. It may not be difficult to create.
    That would be great. That can be put into moderation automatically a message if it contains a word, words, or phrases.

    Leave a comment:


  • BirdOPrey5
    replied
    Originally posted by Moshe1010
    Google KeyCaptcha
    He says the spammer is human, not a bot- KeyCaptcha, nor any captcha will help in this situation- they stop bots.

    Leave a comment:


  • Moshe1010
    replied
    Google KeyCaptcha

    Leave a comment:


  • BirdOPrey5
    replied
    There's no built in options to auto delete a message based on the content, but you could check on vBulletin.org. It may not be difficult to create.

    Leave a comment:


  • sonic83
    replied
    Thanks but do not understand the advantage of using "Global Ignore".




    I mean. This type register with a new user> makes spam> I sense it> and ban and delete your posts (spam-o-matic)





    Then he will not be able to publish to that user, but if you register again, spam reissue.





    This type register with a new user> makes spam> I sense it> and I put in "Global Ignore" and messages are hidden from the public





    First I have to detect it. Before your messages will be detected visible.





    My problem is that registers with new users and even makes the spam, I can not detect it. Always put the same phrases.





    I understand it's "Global Ignore"?





    Thanks for your help

    Leave a comment:


  • BirdOPrey5
    replied
    "Harvey" may be the translation of :"Global Ignore" previously called the Tachy Goes To Coventry. - http://www.vbulletin.com/forum/forum...8afdb5b6a73e75

    Leave a comment:


  • Hartmut
    replied
    If he is satisfied when he can log in and publish spam, you can set him into Harvey mode. He will be the only one seing his own posts then, others will not be able to see it.

    Leave a comment:


  • sonic83
    replied
    This person will sign up with multiple accounts and never the same IP, sometimes the IP field is empty admincp.




    I do not understand:


    "You could then just keep That account for him and put him on Harvey"





    thanks





    PS: sorry for my English

    Leave a comment:


  • Hartmut
    replied
    Does that person open new accounts even when he can post and doesn't get deleted? You could then just keep that account for him and put him on Harvey

    Leave a comment:


  • sonic83
    replied
    Thank you.

    The admincp censor censorship only individual words. I intetnado censor phrases but does not recognize it.





    I want to censor, for example: {hello i am}





    but then I blame all the {hello} {i} {am}.





    Looking for exact phrases. There is something similar?





    Thanks again

    Leave a comment:


  • Gary_
    replied
    You can censor entire sentences, yes, but that will still lead to spam of ************ ****** ******************.

    If he's using proxies the best thing to do is to just keep banning his accounts until he gives up, or if he is not using a proxy but instead only the last 2 - 5 numbers of each IP are changing then find out his ISP Address and ban that. That should stop him eventually because over time he'll run out of different ISP's if he's not using proxies.

    Leave a comment:

Related Topics

Collapse

  • jkotlowski
    Issues with spam
    by jkotlowski
    So, I recently had to ban a person for spamming my website. His account was banned permanently and his IP address was banned in the site's .htaccess file, just to be sure. This person has gotten very...
    Wed 13 Jul '16, 5:41pm
Working...