Results 1 to 9 of 9

Thread: what's the point of this spam

  1. #1
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default what's the point of this spam

    My online forms are being spammed (surprise, surprise). Some of these spam entries make some kind of sense in that they contain urls. But what is the point of spam messages such as this

    <a href= ></a>

    This was the only thing entered to the form. Any ideas?
    Cheers
    Billy

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    It's just the beginning and end tags of an anchor.

    &lt; = <
    &gt; = >

    so the above is just:

    Code:
    <a href=></a>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Yes, I realised it was an anchor. I just cannot see the point of sending such a message to my site - what can any spammer get out of this?
    Cheers
    Billy

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    usually you get those kinds of messages whenever a "spam bot" messes up and instead of sending the link to their pr0n sites it cuts out the url and just thinks it completed its task. Then again, it could be just some people doing it for the hell of it.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    The point of any spam is advertisement / annoyance.

    It might have not been a spammer but actually a malicious user attempting to compromise the integrity of that form and gain access to your system.

  6. #6
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks, folks. I think a faulty spam bot is most likely as I get this kind of stuff regularly.
    Cheers
    Billy

  7. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I could make a script for you that doesn't allow spam bots if you want...
    or you could use image verifaction.
    Jeremy | jfein.net

  8. #8
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the offer, Nile. I'm already using scripts to verify input and manage to block most spam in that way, but the odd few get through. I've been looking into caotcha and will probably go that route shortly.
    Cheers
    Billy

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Consider that it might be probing the form to see what happens.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •