Home DigiTech Forum GNX Forum Achive GENERAL General Discussion and Chatter

Spam on the forum

Guys/gals,

I just wanted to ask you to refrain from responding to spam. I understand completely the sentiment, and I feel the same way about them. The reason I say this is because 0Db and I have to spot these and get rid of them quickly. It is easier to do when a regular posted has not replied to it - yes I know I see the original poster but I'm assuming when there are responses by regulars it's a legitimate question.

I don't always have the opportunity to log in every few hours, and then when I do I might only have a few minutes to look for violators in sometimes long list of unread posts. 0db listens through every music submission we have - let's face it, that's time consuming and audio can be more offensive than plain text (and he comments on all of them, too). Admin manages a multitude of web projects for Harman Music Group (not just Digitech), and does not have time to look for spam - she does ban each and every single spammer within hours if not minutes, and looks for patterns in their information to prevent more from coming.

That's all the staff we have here - for comparison, the Latin Wikipaedia has seven times as many, and they have fewer users and less posting.

It would make our jobs easier if the spam on the board go untouched, and - when it's possible to tell spam from the subject - unviewed. Some spam messages have linked images, which makes it possible for their web site to tell which boards they're getting hits from. It goes without saying that you should not click on any links in a message that looks like spam - same principle as with e-mail spam.

Thanks... and again, we are really sorry that it keeps happening.

Comments

  • \iliace\ wrote:
    Thanks... and again, we are really sorry that it keeps happening.

    Ilia,

    Absolutely no reason for you to apologize!! I know first hand that it is very time consuming to moderate a board (and I'm on a smaller forum with less members/posts per day). Your services don't go unnoticed or unappreciated 8) . Thank you to both you and ODB 8) 8)
  • You actually do a great job getting rid of the spammers. Thanks, and I promise to leave them alone from now on :lol:
  • I also offer my humble apologies for making work for you guys. I didn't realize. I know it ain't an easy job anyway. I just hate these people!!! Couldn't we just arrange a \"meeting\", then slowly destroy them with hot pokers and melon ballers??? :evil:
  • No need to apologize - I know there are times when I want to let these people have a piece of my mind :twisted: But it does make it easier if everyone who's on here all the time - if you see spam, and it really upsets you, just e-mail me. I don't know about 0db or admin, but if you see something that is utterly objectionable, just e-mail me to let me know - I check my e-mail throughout the day. I will most certainly get rid of it as soon as I see it, and we will surely have the offender banned in short order.

    Most spam posts here get 15 or fewer views, so I'm pretty proud of the work we do here. If it's not good enough for you, just let us know; the spammers probably don't read your responses anyway, so why waste your time and energy replying? Instead, drop one of us an e-mail or PM (I believe all three of us get PM notifications via e-mail), and we'll take care of it right away. It is best to contact me or 0db, since we are tasked with watching this stuff, and like I said, admin has enough things to worry about.

    How about this? Let's have a game. If you see spam, report it to one of the moderators (iliace or 0dannyboy). If we get your report before the spam is removed, you get a point. Once you have enough points, we'll decide on the prize you deserve! :lol: j/k but do let us know if there is ever a problem.


    Thanks guys/gals for understanding.
  • \"How about this? Let's have a game. If you see spam, report it to one of the moderators (iliace or 0dannyboy). If we get your report before the spam is removed, you get a point. Once you have enough points, we'll decide on the prize you deserve! :lol: j/k but do let us know if there is ever a problem.\"


    I want tickets to the Dio/Sabbath show coming up in Detroit and I'm sure we know what Shredd wants as his prize :lol:
    Great forum, guy's. Thanks again
  • Thanks Iliace. I just HATE spammers, and I know it's not worth replying to, since they usually just drop their load of crap and never come back. That's the other reason (besides making work for you guys) that it's pointless to respond, or even to report them and ban them. But I still think they're a bane to the online world, and I'd love to see them roasting on a spit like a luau pig.
    BUT - I like the idea of a game. Any chance first prize is a hot oil massage with Sienna Miller?!? :twisted:
  • Could you make your avatar a LITTLE BIGGER there Illia?
  • I think he's pretty much pushing the limit :wink: , but I'm sure if he puts his mind to it, anything is possible :lol:
  • 0db did it first.... :oops:
  • edited March 2007
    :shock: I know what this is about... :x a Dis against cowbell players everywhere :!: http://www.youtube.com/watch?v=dDOberqVu8g
  • Since this is written in PHP, you can easily add a \"report as spam\" link to each thread. That way, it will send a message to the moderators. This will alleviate the huge job of sorting, and allow all members to help the process.
  • \ednrg\ wrote:
    Since this is written in PHP, you can easily add a \"report as spam\" link to each thread. That way, it will send a message to the moderators. This will alleviate the huge job of sorting, and allow all members to help the process.

    OK, you've convinced me. We are researching this matter (I'm a PHP n00b as it were). If you have any specific information that might be helpful, please let us know.

    That still does not negate the fact that users should not respond to spam. :)
  • The basic premise is that each thread (and/or message) has a unique key in the database. You would then create a link on each thread that contains \"Alert Moderators that this message/thread may be spam\".

    You would create a simple page that takes 1 parameter from the \"response\" object and sends an email or PM to each of the moderators.
    The link would simply contain that above mentioned Thread ID, so the link URL would look something like : \"http://www.guitarworkstation.com/forum/reportspam.php?threadID=xxxxxx\" where the x's are replaced with the thread id.

    If I'm not mistaken, the reply page uses \"t\" as the thread ID:

    http://www.guitarworkstation.com/forum/posting.php?mode=reply&t=5529

    I hope this helps.
  • So in a nutshell, there is some sort of generating mechanism in a php file (e.g. viewtopic.php) that renders each page... this is where the \"report\" link code will be contained - then in theory, that part is easy (set it and forget it so to speak).

    What I'm not seeing is how to pass the message body to privmsg.php. It seems to get it from the form (I might be missing something), and this is where I'm hazy in all this. You can't just enter it in the database, because then it would not send the notification.... so do you then recreate privmsg.php code without the form part? Is it possible to instantiate the form and address it to populate elements, without making it visible - then call privmsg.php? Or is this done somehow altogether differently?
  • If I'm not mistaken, phpBB supports this functionality natively.

    http://www.phpbb.com/about/features/
    Warnings and Reports
    * Users can report topics and posts
    * Moderators can warn users
    Connie may just need to enable it in the forum configuration.

    I'm sure there are probably quite a few mods that extend this functionality as well, but until the new phpBB.com site fully recovers from their recent hardware failure the mod database is offline:

    http://www.phpbb.com/community/viewtopic.php?f=15&t=526997
  • I don't want to REPORT spammers...I'm looking for instant execution. No trial, no appeal. Does phpBB suport THAT?? :evil:
  • :lol::lol: Yeah, :lol: what :lol: he :lol: said :lol::lol:

    Shreddy, you kill me!


    Peace,
    Dobb.
  • \shredd\ wrote:
    I don't want to REPORT spammers...I'm looking for instant execution. No trial, no appeal. Does phpBB suport THAT?? :evil:

    No man. We're all civilized animals here. We must have due process. :lol:
Sign In or Register to comment.