-
Take a look at the javascript. It may be in a separate file, but you can download that as well. All the data the javascript uses is available to you as well, so it should not be too difficult to replicate whatever the javascript does. It is possible that the javascript code itself changes as well, but that is very unlikely.
2009-09-22 21:39:29 UTC by gar37bic
-
Yes, I recently tracked strange errors down to this line as well. But remember to also not add the default port to HTTPS connections (port 443). I definetly think this should be in the next version of Snoopy.
2009-09-12 15:14:07 UTC by cyner
-
I have been trying to use Snoopy to submit a form that uses check boxes. I have found that in the target page, the $_Post data for a form with check boxes has a part that is submitted as an array with all of the items that have their boxes checked. I have tried to include an array in $submit_vars, but it does not seem to form the $postdata in Snoopy properly.
With a $submit_vars...
2009-08-31 17:50:33 UTC by dansalmo
-
This is due to the "fix" in version 1.2.4.
I think line 1009 should be changed to
exec($this->curl_path." -k -D \"$headerfile\"".$cmdline_params." ".escapeshellarg($URI)."",$results,$return);
(note that I propose escapeshellarg() instead of escapeshellcmd() )
This bug is also related: https://sourceforge.net/tracker/?func=detail&aid=2572607&group_id=2091&atid=102091.
2009-08-06 03:46:57 UTC by padde0711
-
After using Snoopy-1.2.4 five "sno??????" files stay behind in /tmp - they should get deleted automatically.
2009-08-06 03:41:41 UTC by padde0711
-
I installed curl and set the path in snoopy to the curl path (d:\curl\curl.exe). Now I get no "results" back at all from Snoopy when I call submit. My same code worked against an HTTP site, so i'm assuming it's a problem with curl or something else. Any tips?.
2009-06-09 17:10:27 UTC by ry0ohki
-
why can't i fetch the text from this page????
http://translate.google.com/translate?prev=hp&hl=en&js=n&u=http://bizlightoutsourcing.com/ryan/language.de.html&sl=en&tl=ru&history_state0=
when i print the snoopy->results, i get nothing.....
why is this so???????
please help me with this...please...
2009-06-04 06:55:26 UTC by revbackup
-
hi, i only encountered snoopy yesterday....
my task is to submit a url to google translate
and have that page translated from english to
another language....
for example,
i will submit www.facebook.com to google translate
then, after the webpage is translated, i will fetch the
translated page...
can anyone give me a code to submit a url to google translate
and choose a language...
2009-06-04 03:16:26 UTC by revbackup
-
Hi,
it would be nice if the submit() functionality could be added to the fetchform() function.
This way one could get a form after entering a different (f.e. login) form.
Optionally, if multiple forms are on the page, a parameter with the form name could be added to select a specific form too.
Specifically:
fetchform($URI, $formvars="", $formfiles="", $formname="")
Thanks a...
2009-05-06 08:01:45 UTC by jurgen74
-
Okay... this is a pity.
The link is down and it's a spam page now.
2009-05-06 07:53:33 UTC by jurgen74