PDA

View Full Version : phpFormProtect FREE released!


redbomb
10-27-2002, 12:00 PM
If you were reading m@rk's thread, you know what this is.

Stop auto submissions by adding a random code that must be human read to any form you wish.

A demo, instructions, and download can be found here at http://www.InfiniteMovies.net/webmasters

There are no tricks here, I don't take traffic or anything like that. I have faith in the word of mouth I will receive.

Any questions, email me or icq.

Enjoy.

hornybabez
10-27-2002, 12:09 PM
nice program dude:bounce:

Simonbalk
10-27-2002, 12:37 PM
the idea is ok, but when you put the code (even when it's encoded) into a hidden field there's a chance that there could be a autosubmitter who reads the html file, decodes the code and fills it in. it's quite easy you know. I've made a simmular product that I'm giving away free when someone buys one of my products and that one is 100% secure.

Here's a demo:

http://www.goodtgpscripts.com/trackingcode/

Sureal
10-27-2002, 12:40 PM
Nice programs Guys...

redbomb
10-27-2002, 12:46 PM
hornybabes/sureal: Thanks, are you guys using it?

Simonbalk: You jumped the gun. First the code isn't in a hidden field, it's passed in sessions. Yours would look the same, but hey.. that's why yours breaks when cookies are disabled.

To anyone reading, a script can't simply read the secret code, it's not there.

Simonbalk
10-27-2002, 01:03 PM
Sorry, I've just took a peek into your code and saw that it's secure. I've seen a dozen of this type of scripts who had the excact code written in a hidden field, but I should have looked first before I jumped to my conclusion.

:D

PeepNTom
10-27-2002, 02:03 PM
nice script, glad to see more people offering
something to better the webmastering community
rather than just seeking a profit from everything! ;)

Rodent
10-27-2002, 02:10 PM
Very Nice

redbomb
10-27-2002, 02:31 PM
Thanks all, getting lots of downloads!

Give the tgz link some attention, the zip is gettin all the love ;)

Brian911
10-27-2002, 04:01 PM
nice scripts.
I still dont think blocking auto submitters is the solution to your problems... my tgp and link list scripts have a similar feature built in as well but I dont use it. why?
because 90% of all autosubmitted galleries and sites are completely real and legit.

if they arent : the script deletes them.
if the galleries arent good: deleted!

autosubmitters arent considered "evil" by me, but I already heard different stories by tgp owners who receive hundreds of bullshit galleries a day and their free tgp script doesn't delete them :D

pornodoggy
10-27-2002, 04:08 PM
Very nice script ...

By the way, if there are any morons out there reading this, please check your autosubmitter database and remove the TGP2 webring from the database you're using to submit tgp gallereis.

m@rk
10-27-2002, 05:46 PM
As my thread is on page 2 now, I will post my many thanks here :)
Secondly it is to try and eliminate the 100's of bad galleries being submitted, I think if someone takes the time to come to the page, then I will take the time to contact him/her to make sure they will get listed, by submitting the kind of galleries I am looking for.
All the best
m@rk

redbomb
10-27-2002, 09:57 PM
If you would rather use this as a gateway page before your submit form, edit fp-submit.php and change these lines:

$normal_submit_script = "submit.cgi";

change to

$normal_submit_script = "file.html";

or

$normal_submit_script = "http://www.domain.com/file.html";

and then at the bottom of the fp-submit.php, change

virtual($normal_submit_script."?".$QSTRING);

to

include($normal_submit_script);


Setup a form containing just the input for the code, just like in the example fp-form.php. When you enter the right password the user will gain access to the regular submit page, only it's url will be hidden, so they cannot return to it directly.

Confused? Talk to me..

StwoF
10-27-2002, 10:23 PM
very cool. thanks! :D

PeepNTom
10-27-2002, 10:44 PM
works pretty good and redbomb was real helpful
via icq......so dont be bashful if you need help :rotflmao:

sandman
10-27-2002, 11:01 PM
Looks like a kick as script good job.

XM
10-28-2002, 12:38 AM
I know one TGP owner who created fake gif looking like authorization code and he got rid of major amount of autosubmitions despite the fact he doesn't check the correct response at all ;)
XM

redbomb
10-28-2002, 11:57 AM
If anyone is using fp-form.php and getting a warning at the top of the page, take out the space between the first set of <? ?>'s at the top. I updated the archives on the site, but most people won't have this problem anyway.