Closed Thread
Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20

Thread: That was fast for the first day listed

  1. #16
    FWS Addict Seraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to beholdSeraphim is a splendid one to behold Seraphim's Avatar
    Join Date
    Oct 2009
    Location
    Drawing Board
    Posts
    876
    Quote Originally Posted by ttb62 View Post
    what do you mean the php contact form is not a secure site?
    Even if you are sending it via HTTPS, spambots will figure out what values to put in for the fields of a http post or http get, and will blindly post data to it once it is figured out how to make it accept data.

    Many of these will even use any sort of activation email that you try to send in order to further their goals.

    Not only that, but if you leave any kind of vulnerability such as MySQL injection or XSS based exploits, they will eventually discover and begin to use them.

    On mine I use a HTTPS post and email activation, and even with input filtration to prevent a SQL injection I still get a bunch of obviously spam signups every day. The only really foolproof way to stop them is to actually talk to the client before accepting their registration, that way you can get a feel for what to expect from them and they know you are paying attention to your equipment.
    SeraphimLabs LLC, persistent hosting for your needs.
    Come what may we'll be there for you, keeping your dreams safe and growing.
    Chat with us, you don't have to be hosted by SeraphimLabs to get general tech help.

  2. #17
    Member ttb62 is an unknown quantity at this point
    Join Date
    Nov 2011
    Location
    United States
    Posts
    36
    Quote Originally Posted by Seraphim View Post
    Even if you are sending it via HTTPS, spambots will figure out what values to put in for the fields of a http post or http get, and will blindly post data to it once it is figured out how to make it accept data.
    Its just a simple form to mail. no database with trim() stripslashes() htmlspecialchars(), a simple anti spam and a hidden anti spam feature. there is no security issues and no spam any more. so I still wonder what was meant by "not a secure site". There is never a request for finical information or personal. sure would like to hear his/her reasoning behind the statement.
    Last edited by ttb62; December 8th, 2011 at 23:05. Reason: change a word

  3. #18
    Junior Member vServer Center is an unknown quantity at this point
    Join Date
    Nov 2011
    Posts
    27
    WOW the spam bots have gotten really advanced when they know to check the e-mail address and click the link. I guess this is why I see so many of those type the letters from this image tests.

  4. #19
    Zen Trel is a jewel in the roughTrel is a jewel in the rough
    Join Date
    Jun 2003
    Location
    Nirvana
    Posts
    1,695
    Quote Originally Posted by Peo View Post
    Ok, but if you already have a Facebook account you don't have to enter captcha or verify your email.
    That is very true. I have started to look at this again and it seems to be a valid way to increase signups. Implementing Facebook Connect, Google/Yahoo OAUTH, and a few others for European users should reduce the barrier to entry considerably. I still think that having a secondary confirmation layer for hosting account signups will be required. Google and Facebook have already pioneered SMS confirmation for their services so that seems like a reasonable course to take.
    http://www.againstsilence.com/
    99.7% uptime since May 2007 || 99.9% uptime in 2010|| Offering the best in free webhosting since 2000.

  5. #20
    Junior Member Expo is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    3
    Just a random idea I just came up with:

    How about you guys try this to prevent spam bots, "An E-mail Image Captcha", isn't it brilliant ?

    So, my idea is, to generate a random code with PHP and use some somewhat distorted font to do it, to prevent OCR and still keep it within the limits of human readability, save that text to MySQL/whatever database you use, and then generate a random, unique file name send the image in an email along with the link to the activation code for that email, which in turn will check against the MySQL data for a match in the codes, tell me what you think.

Closed Thread

Similar Threads

  1. What do I need to do to get listed???
    By talkhost in forum FreeWebspace.net Feedback
    Replies: 5
    Last Post: July 21st, 2005, 04:53
  2. Getting Listed
    By ProDesigns in forum FreeWebspace.net Feedback
    Replies: 3
    Last Post: February 10th, 2005, 14:46
  3. Getting Listed
    By ProDesigns in forum General Discussions
    Replies: 1
    Last Post: February 10th, 2005, 14:14
  4. !First Read! (Cheapest Domains Listed) (Free Domains Listed)
    By lotsofissues in forum Domain Names
    Replies: 35
    Last Post: November 23rd, 2002, 08:22

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