68 Classifieds Forums

Classifieds Spamming

This is a discussion on Classifieds Spamming within the v3.1 Suggestions and Feedback forums, part of the v3.1 Legacy Help & Support category; Originally Posted by SkGold It this same for us. It seems like good stuff. Eric, I will be very interested ...


Go Back   68 Classifieds Forums > v3.1 Legacy Help & Support > v3.1 Suggestions and Feedback

Reply
 
LinkBack Thread Tools Display Modes
  #11  
Old 03-11-2008, 01:50 AM
civ's Avatar
civ civ is offline
Senior Member
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 664
Rep Power: 25
civ will become famous soon enough
Default

Quote:
Originally Posted by SkGold View Post
It this same for us.


It seems like good stuff. Eric, I will be very interested if you can implemented this in 68C


CIV, if you can, could you please tell how you do it.
Sorry Sergey, not sure how I missed that question. We use our Scam Filter module.
__________________
Civ's Modules (____NOW v4 COMPATIBLE____):

» Stop Incomplete Listings! (proven revenue booster!)
» Scam Filter (Just say no to Nigerians!) updated
» Similar Listings (keep visitors longer)
» Feedback Mod (testimonial builder)
» Listing Status Reminder free!
Reply With Quote
  #12  
Old 03-14-2008, 11:08 AM
SkGold's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Best city in the World – Calgary, Canada
Posts: 465
Rep Power: 22
SkGold has a spectacular aura about
Default

Quote:
Originally Posted by civ View Post
Sorry Sergey, not sure how I missed that question. We use our Scam Filter module.
Don’t worry CIV. This thread is too old. I am using your Scam Filter module as well. It is working very well and I am very satisfied.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
Reply With Quote
  #13  
Old 03-14-2008, 01:28 PM
Senior Member
 
Join Date: Jan 2007
Posts: 123
Rep Power: 11
HotAir is on a distinguished road
Default

Quote:
Originally Posted by civ View Post
Sorry Sergey, not sure how I missed that question. We use our Scam Filter module.
Hi Civ,

My problem is I have real users from around the globe, so blocking by country as your scam filter module does isn't a viable option for me. Because my site is for a very narrow topic, I don't have general ads and would be thrilled if I could stop postings containing specific words or phrases - work at home, iphone, dell, etc.

You indicated last year that this would be added to your scam filter in a future update, I asked about it a few weeks ago, but you haven't answered:
http://www.68classifieds.com/forums/...1139#post21139

Any update?

Thanks,
Jim
__________________
V3.1.10 Developer - live
V4.1.0 Beta 2 - sandbox
Reply With Quote
  #14  
Old 03-19-2008, 01:07 AM
civ's Avatar
civ civ is offline
Senior Member
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 664
Rep Power: 25
civ will become famous soon enough
Default

We do plan to add a word list feature to the Scam Filter, and have even built some of the underlying code for that feature. That said, I don't want to mislead you on a release date - it is not set in stone, nor am I sure it will be compatible with version 4.x right away. All our modules are made for our own use primarily, so we give them a thorough testing before releasing them.

If there is a lot of interest in this feature we'll try to roll it out sooner. Thanks for your input!
__________________
Civ's Modules (____NOW v4 COMPATIBLE____):

» Stop Incomplete Listings! (proven revenue booster!)
» Scam Filter (Just say no to Nigerians!) updated
» Similar Listings (keep visitors longer)
» Feedback Mod (testimonial builder)
» Listing Status Reminder free!
Reply With Quote
  #15  
Old 03-26-2008, 01:53 PM
daina11's Avatar
Member
 
Join Date: Aug 2007
Posts: 33
Rep Power: 6
daina11 is on a distinguished road
Default

I don't get spam listings but what I was getting was tons of junk spam regarding my "contact form" and "contact the owner form" it was terrible. I had to yank both and people just have to look harder for the user name and email / contact info.
Reply With Quote
  #16  
Old 04-21-2008, 02:56 AM
Senior Member
 
Join Date: Oct 2006
Posts: 134
Rep Power: 12
manilaboy is on a distinguished road
Default

Quote:
Originally Posted by civ View Post
We do plan to add a word list feature to the Scam Filter, and have even built some of the underlying code for that feature. That said, I don't want to mislead you on a release date - it is not set in stone, nor am I sure it will be compatible with version 4.x right away. All our modules are made for our own use primarily, so we give them a thorough testing before releasing them.

If there is a lot of interest in this feature we'll try to roll it out sooner. Thanks for your input!
Can we use SSL to eliminate or minimize contact form spam?
__________________
Mike D.
Reply With Quote
  #17  
Old 04-21-2008, 09:13 AM
Lhotch's Avatar
Moderator
 
Join Date: Mar 2006
Posts: 3,655
Rep Power: 90
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by manilaboy View Post
Can we use SSL to eliminate or minimize contact form spam?
SSL stands for secure sockets layer. In a nutshell what it does is create an encrypted connection between your web server and the clients web browser so data passing between then is encrypted. I dont see how that would have any bearing on people spamming your site.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #18  
Old 04-21-2008, 09:44 AM
juven14's Avatar
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,132
Rep Power: 57
juven14 is a jewel in the rough
Send a message via Skype™ to juven14
Default

There are a few things you can do to prevent spam or at least reduce it.

1. Use form tokens, this forces the immediate use of the form and ensures the form data comes from your website's form.
2. Do not use $_REQUEST, use $_POST (think this is already done)
3. Require Login (not always possible)
4. Use image systems - captcha (already done)
5. Use hidden fields that would only be populated by bots, give the fields names such as to, subject, message, then hide them with css or source encryption (http://www.ioncube.com/html_encoder.php). Then validate, if any of these fields are populated, tell them the email was sent.... Keeps them busy wasting their time. If they know it didn't work, they might try something else.
6. Pre-approve messages (not very efficient, but is as good as you are regarding spam)
7. Scan for keywords like money order, viagra, links, etc.

I know not all of these are built in or are desirable, but the more of these you use, the less chances of spam you will see.

I do think it would be wise to implement some kind of core spam system if a module is not built. I'd do it, but I really don't have the time.
__________________
Regards,

John


“By perseverance, study, and eternal desire, any man can become great.” George S. Patton
Reply With Quote
  #19  
Old 04-21-2008, 05:44 PM
Senior Member
 
Join Date: Oct 2006
Posts: 134
Rep Power: 12
manilaboy is on a distinguished road
Default

Thanks for the info Larry.

Anyone can do an anti-spam mod? How much will it be?
Some scripts use IP or country blocker but I am not sure if this will be a better option.
__________________
Mike D.
Reply With Quote
  #20  
Old 04-22-2008, 12:15 PM
civ's Avatar
civ civ is offline
Senior Member
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 664
Rep Power: 25
civ will become famous soon enough
Default

Miike, as mentioned above our Scam Filter is filtering out keywords for us now as well. While it's not yet in the production version, if you decide to buy it and want the keyword filtering let me know.
__________________
Civ's Modules (____NOW v4 COMPATIBLE____):

» Stop Incomplete Listings! (proven revenue booster!)
» Scam Filter (Just say no to Nigerians!) updated
» Similar Listings (keep visitors longer)
» Feedback Mod (testimonial builder)
» Listing Status Reminder free!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
68c vs php classifieds Unregistered Pre Sales Questions 2 10-24-2006 02:26 PM
How do i make the classifieds my home page? sbuell20 v3.1 Modules & Modifications 2 08-04-2006 11:31 PM
Classifieds Unregistered Pre Sales Questions 4 07-06-2006 07:33 PM
Adding Forum to Classifieds david80 v3.0 Questions & Support 2 04-21-2006 12:08 PM


All times are GMT -4. The time now is 05:15 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22