when I play my script it says that. Anyone know why?
when I play my script it says that. Anyone know why?
Maybe it has something to do with the email part death? are you allowing the script to connect to the websites?
it doesn't have the email part in it. here is part of it...
this is what I get...Code:function yaboe_SignUp: Boolean; var F: TAppaFormArray; a, b, FileNum: Integer; URL, Data, CaptchaAnswer: string; begin Result := False; NavigateTo('www.yaboe.com/registration', 10000); URL := appa_GetHTML; URL := Between('captcha.net)" src="', '"', URL); URL := 'http://www.yaboe.com' + URL; Writeln('Downloading captcha..'); Data := GetPage(URL);
Code:Downloading captcha.. HTTP/1.1 404 Not Found
404 means that the page is not found, therefore you may have an invalid URL
I searched the source for, "captcha.net)" src="" and no results were found?
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
It still appears every once in a while though need help???
Last edited by Death12652; 05-26-2010 at 05:33 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)