I am using Mechanize to go out and hit the site I am working on to test load. I am having issues so I am trying a new proxy server. However this proxy server is password protected. Any ideas on how I can access the site through this proxyserver would be much appreciated. I can not un password...
My question is this I have a page that scrapes another page and this sometimes takes awhile. I want to send an email once this task is finished to let the user know that it has been finished and also to promote the service. However if they close the window the email will not send. So how would I...
Hello,
Here is the deal any help pointing me in the right direction would be more than greatly apprectiated.
I am writing a script that goes out and scrapes a page. I am running this in the background and when I am done I write the contents to a txt file called status.txt. My question is...
I added :
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// always modified
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
// HTTP/1.1
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0"...
I am wondering the approiate code to use when I am trying to have my page not go back. I dont want the user to be able to go back to a page. For example the page gives the data from a form to be submited into the database then redirects the page to another page. I dont want the user to be able...
Thanks for all the advice. However I was given the wrong address to the proxy server. Once I was given the right one I was able to connect when I set the correct proxy using HTTP::PROXY
Thanks again
I am trying to write a script to access a site and autocomplete the forms. The script is able to work when I am not behind a proxy server. How might I go about bypassing a proxy server with perl
I was wondering how I would go around a proxy server while using the mechanize module. I am using the get function and I keep getting shot down by the proxy server
I am trying to stop the user from being able to go back to the previous page. In doing so I decided to write a cookie to on the next page and if that cookie exists I do not want it to run the page but rather tell the user they can not reaccess the page. My question is after the cookie is set is...
I have a php script that is trying to do the simple task of trying to parse a variable however it will not work on a server that is running php on Windows NT. I ran it on another server that runs php on a Sun server and it worked fine. I would appreciate all the help that you all may be able to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.