How to Submit form with refferer?
Posted: Sat May 28, 2005 11:31 am
Hi guys,
Say there is this REALLY common form (script) that a bunch of people use, and I want to make a quick php or PERL or whatever script (I prefer php but whatever will work I will learn) that can I can set my information, so It has the username I use and password and my address, email address, phone number, all that, TONS of FIELD variable's which I want to predifine, and I can simply do something like
php -q http://www.location-of-the-form.com/singup-contact.php ref=http://www.location-of-the-form.com/singup-contact.php
and it will work just as if I had went to their website and filled out the form, I have already tried using a simple html FORM and it POSTS to their form location, but it gets rejected or fails or something goes wrong and it never works, I believe because the refferer is completely wrong.
How can I set the refferer variable so it appears just as if I had submitted it right on their site?
ADDITIONAL questions, if you know the answers:
1. How can I setup a proxy so my personal computer's ip address is NOT shown when I run a cmd statement or something, like is it possible to connect to a remote proxy for that so i'm anonymous?
2. (not sure if this is even possible), but is it possible to make a php or perl or whatever script to like SIGNUP for an account at a (vbulletin/invision power board/phpbb), where I can set ALL the variables (username and password, email address, etc) in advance, and all I have to do is open cmd and run a statement like:
php -q http://www.location-of-the-forUm.com/signup.php ref=http://www.location-of-the-forUm.com/signup.php
and it makes the account for me, that way I can like register at new forums in seconds instead of having to visit each forum, and verify my age gateway thing and then fill out all the variables in the form or use autocomplete to do it, I prefer something command line based or saved in an actual FILE (because I clear auto complete daily and I don't have it turned on alot of the time).
Thanks for your guys replies (HOPEFULLY)~!!!
Say there is this REALLY common form (script) that a bunch of people use, and I want to make a quick php or PERL or whatever script (I prefer php but whatever will work I will learn) that can I can set my information, so It has the username I use and password and my address, email address, phone number, all that, TONS of FIELD variable's which I want to predifine, and I can simply do something like
php -q http://www.location-of-the-form.com/singup-contact.php ref=http://www.location-of-the-form.com/singup-contact.php
and it will work just as if I had went to their website and filled out the form, I have already tried using a simple html FORM and it POSTS to their form location, but it gets rejected or fails or something goes wrong and it never works, I believe because the refferer is completely wrong.
How can I set the refferer variable so it appears just as if I had submitted it right on their site?
ADDITIONAL questions, if you know the answers:
1. How can I setup a proxy so my personal computer's ip address is NOT shown when I run a cmd statement or something, like is it possible to connect to a remote proxy for that so i'm anonymous?
2. (not sure if this is even possible), but is it possible to make a php or perl or whatever script to like SIGNUP for an account at a (vbulletin/invision power board/phpbb), where I can set ALL the variables (username and password, email address, etc) in advance, and all I have to do is open cmd and run a statement like:
php -q http://www.location-of-the-forUm.com/signup.php ref=http://www.location-of-the-forUm.com/signup.php
and it makes the account for me, that way I can like register at new forums in seconds instead of having to visit each forum, and verify my age gateway thing and then fill out all the variables in the form or use autocomplete to do it, I prefer something command line based or saved in an actual FILE (because I clear auto complete daily and I don't have it turned on alot of the time).
Thanks for your guys replies (HOPEFULLY)~!!!