Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Zero spam since <iframe>

Status
Not open for further replies.
Joined
Aug 25, 2007
Posts
2,235
Reaction score
41
Cutting a along story short I've had to embed some contact forms using in various wp/joomla sites etc.

Putting the contact form on it's own sub domain, then embedding the contact form within the desired page via an iframe.

Since doing this even the most basic contact form (even with no captcha) doesn't get spam - bots can't seem to figure it out :D

Although it's not best practice and a bit of a hack does the job!
 
As iframe page is made up of several files, it should be simple for spiders to look trough the code and find direct URL of each file.
 
An iframe is not made up of several files in this instance e.g.

<iframe

name="mycontform"
src="http://mycontform.example.com/mycontform/mycontform.php"
height="500"
width="500"
frameborder="no"
scrolling="auto"
align="middle"

></iframe>


I'm not saying no bot is never going to find this url - I think they probably do.

I think the contact form being setup like this makes it difficult to populate/hijack the form fields for spam submitting.



As iframe page is made up of several files, it should be simple for spiders to look trough the code and find direct URL of each file.
 
Great tip.

Another tip is not to name the form fields 'name', 'email' & etc. Use random strings
 
An iframe is not made up of several files in this instance e.g.

<iframe

name="mycontform"
src="http://mycontform.example.com/mycontform/mycontform.php"
height="500"
width="500"
frameborder="no"
scrolling="auto"
align="middle"

></iframe>


I'm not saying no bot is never going to find this url - I think they probably do.

I think the contact form being setup like this makes it difficult to populate/hijack the form fields for spam submitting.


In my dictionary, more than one is several.
One file is where you have your code another files is your http://mycontform.example.com/mycontform/mycontform.php
 
I've been forced into subscribing to Akismet for WP Gravity forms/comments and it's great. Working 100% and cutting out 165ish spam form submissions a day which i'm pleased with.

Like above though.
 
Who got out of bed the wrong side today :D

You said:

As an iframe page is made up of several files, it should be simple for spiders to look through the code and find direct URL of each file.


Did you mean more like this?

<html>
<head>
<title></title>
</head>
<frameset rows="64,*">
<frame name="banner" scrolling="no" noresize target="contents" src="page.htm">
<frameset cols="150,*">
<frame name="contents" target="main" src="page.htm">
<frame name="main" src="page.htm">
</frameset>
</html>


Now if you'd read your web design book instead of your dictionary this morning, you'd know that an iframe does not need to be made up of "several" files at all - my example doesn't even use a file.

Over to you.

In my dictionary, more than one is several.
One file is where you have your code another files is your http://mycontform.example.com/mycontform/mycontform.php
 
Who got out of bed the wrong side today :D

You said:

As an iframe page is made up of several files, it should be simple for spiders to look through the code and find direct URL of each file.


Did you mean more like this?

<html>
<head>
<title></title>
</head>
<frameset rows="64,*">
<frame name="banner" scrolling="no" noresize target="contents" src="page.htm">
<frameset cols="150,*">
<frame name="contents" target="main" src="page.htm">
<frame name="main" src="page.htm">
</frameset>
</html>


Now if you'd read your web design book instead of your dictionary this morning, you'd know that an iframe does not need to be made up of "several" files at all - my example doesn't even use a file.

Over to you.

web pages are files or documents, are they not?

you saved your frameset tags in a html/php file, mycontfrom.php is also a file.

WP is also made up of files.

Spider could look in to your frameset tags and find out the URL of your contact form file.

I resign.
 
I think the spiders will soon index your iframe, just a matter of time, after all it's like any ordinary HTML page.
 
I think the spiders will soon index your iframe, just a matter of time, after all it's like any ordinary HTML page.

I not so sure they will. Can't see why they would bother? Sites have lots of Iframes such as G ads etc... They're presumably looking for the easy options?
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom