Skip to content

How to hit a url during registration?

Hello, 

I am trying to code up flattr.com as an engine. I am a bit new at all this, but during registration process I need to klick a button/url in step2 and another one in step 3 to properly register.

So how do I go about in the registration steps to hit a specifit url without doing a form post? it it possible? (the url I am trying to go to is flattr.com/wizard/start?path=creator


This is so far I have managed..

[setup]
enabled=1
default checked=0


engine type=My TEST
description=Creates a Backlink PR7
dofollow=1
anchor text=0
creates own page=0
uses pages=0


extract keywords=0

skip ext links on=0
skip content on=0
skip url content on=0
posted domain check=2


[Your E-Mail]
type=email
static=1


[Login]
type=login
must be filled=1
hint=The login for websites that need an account. Use numbers and letters only.
min length=6
static=1
upcase=0

[Password]
type=password
must be filled=1
hint=A password used for websites that need an account. Use numbers and letters only.
min length=8
static=1

[cookie1]
type=extract
front1=name="csrf_token"
front2=value="
back="

[cookie2]
type=extract
front1=name="form_id"
front2=value="
back="

[verifyurl]
type=extract
front1=class="resultinput"
front2=value="
back="


[REGISTER_STEP1]
submit success=You can connect more services

form id=*wizard-new*
variable must be used=auth_name|password|email

;url=%url%
password=%password%
auth_name=%login%
email=%random_email%
csrf_token=%cookie1%
form_id=%cookie2%

[REGISTER_STEP2]
find url=*/wizard/welcome
find link=*/wizard/start?path=creator
submit success=Yay! Now you can receive

Comments

  • SvenSven www.GSA-Online.de

    to just click a link you use...

    [*STEP*]

    find link=<anchor text>|*<anchor text with mask>*|...

    find url=*/partofurl.com*|*/domethingelse.html?x=y*

    just download=1

Sign In or Register to comment.