Need help - to those who understand GSA script!
Hi Sven/Ozz/awint/anybody else,
i have few question - i think only Sven would know most answers
1) if i import previously created accounts, engine will start with [LOGIN_STEP1]?
2) if "submit failed" is triggered in [LOGIN_STEP1], engine always stops here and tries to register again (i have seen it with some platforms)?
3) how to make the engine to continue with next step even if "submit failed" is triggered?
thanks
i have few question - i think only Sven would know most answers
1) if i import previously created accounts, engine will start with [LOGIN_STEP1]?
2) if "submit failed" is triggered in [LOGIN_STEP1], engine always stops here and tries to register again (i have seen it with some platforms)?
3) how to make the engine to continue with next step even if "submit failed" is triggered?
thanks
Comments
1) yes if there are login details present/saved
2) yes if login failed (and no registration was done in previous step), it will try to register/login/...
3) if login failed...nothing can be done (except the thing in point 2)... why should it?
sven, i think he think 'submit fail' is judge by mistake.
For both, engine goes (as i see in debuger) to LOGIN_STEP2 - dont understand why LOGIN_STEP1 is skiped, "form url=*regid*regkey*" should be found i think. Then debugger is saying engine posts to http://cowweather.com/signup/regid:18282/regkey:f2f9ace2d88be946c7859c12e5b1e53b - but probably just to "form action="http://cowweather.com/signin" method="post" because only email and password and rememberme are filled...so the registration is not completed, posting is not working of course...
Could you please explain me why Login_step1 is skiped here? I dont get it...
thanks
There are more problems with Blogtronix - imported accounts dont work as well, this is why i asked if LOGIN_STEP1 can be skipped if "submit failed" is triggered...but maybe this fix i talked about above will fix imported accounts as well - but probably not because it goes to LOGIN_STEP1 and raises "submit failed" because of class="alert red" and stops here.
Also, extra submission dont work in most cases as well cause URL is almost always on *settings/contacts and systems tries just */settings (found in extra_step1) and */settings/profile (found in extra_step2).
Problem with Blogtronix is that [LOGIN_STEP1] must be used just first time after registration, then after import of created accounts, we need to skip this step somehow.
I just realized that solution is easy - just to not export "email_link=" when exporting blogtronix accounts at all. Engine then goes directly to [LOGIN_STEP2] and everything works fine. I think this is hard coded in engine...so could you change that? Examples here are easy - every single working blogtronix site like http://memaratha.net
Thanks
thx
[LOGIN_STEP2]
find url=*/signin
;form name=*Sign In|*Create my account
form url=*/signin
variable must be used=password
set unknown variable=%leave%
email=%your e-mail%
username=%login%
password=%password%