Skip to content

Need help with engine DOfollow link with no captcha or email verfication on high pr site

Hello Im trying to build my first engine script but im pretty stuck at moment

I really dont know if I am on the right track.. bascally what I want to do is get gsa ser to create a account via http://www.runnersworld.co.uk/members/join/
and then once that is done go over to http://runhub.runnersworld.co.uk/profile/edit/201045 add in the bio and then the dofollow link should be on the profile page.
Help would be great as I got stuck on getting the unique number for user profiles and I dont know if I am doing things right.


This is what I have so far http://pastebin.com/7bFiHQZK

thank you

Comments

  • Okay I have made slight progress I think but gsa ser just gets stuck on register page with "11:43:38: [-] 1/1 required variable "password" was not used in form."
    this is my code thus far... I also didnt know what to use on the profile edit bio textarea because it is in a weird javascript iframe thing..

    [setup]
    enabled=1
    default checked=0

    engine type=Web 2.0

    description=amazon profile link by thebosh

    fixed url=http://www.runnersworld.co.uk/
    url must have=*://*runnersworld.co.uk*

    engine type=Web 2.0
    description=Creates a profile on runnersworld.co.uk\n\nWork done by Ozz.

    dofollow=1
    anchor text=1
    creates own page=1
    uses pages=0

    extract keywords=0

    skip ext links on=0
    skip content on=0
    skip url content on=0
    posted domain check=1
           
    [Anchor_Text]
    type=text
    alternate data=%spinfile-generic_anchor_text.dat%

    [URL]
    type=url

    [Login]
    type=login
    must be filled=1
    static=1


    [rnd_email]
    type=extract
    default=%random_email%
    static=1

    [About_Yourself]
    type=memo
    allow html=1
    html to bbs=1
    bbs supports=b,i,u,sup,url,size,color,quote,img,code,pre,list,trac
    allow return=1
    must be filled=1
    hint=Please fill this with some information about yourself. Use the spin syntax heavily here.
    auto modify=1
    default=%file-about_yourself.dat%
    auto add anchor url=2
    custom mode=1

    [get_profile_edit_url]
    modify url=http://runhub.runnersworld.co.uk/profile/view
    type=extract
    find link=View your profile
    find url=*/profile/edit/*


    ;--------------------------------------------------------------------------- 
    ;the form variables and how to fill them
    [REGISTER_STEP1]
    modify url=./members/join/

    form id=TempDataId


    submit success=*/members/welcome/
    submit failed=Can't create account
    submit success skip verify=*/members/welcome/

    verify submission=0
    verify on unknown status=1

    set unknown variable=%leave%


    txtFirstName=%spinfile-names.dat%
    txtLastName=%spinfile-names.dat%
    txtNickname=%spinfile-names.dat%
    txtPostcode=dn91hp
    txtEmail=%rnd_email%
    txtConfirmEmail=%rnd_email%
    txtPassword=%Password%
    txtPassword=%Password%




    [LOGIN_STEP1]
    modify url=./login_form.php

    form id=f - Log in|*Log in
    form url=*login_action.php*

    submit success=*/logout.php?*|>Log out<
    submit failed=No such account|No account with email address

    verify on unknown status=1
    variable must be used=password
    set unknown variable=%leave%

    email_addr=%rnd_email%
    passwd=%password%
    stay_logged_in=1

    [STEP1]


    page must have=Edit Your Profile
    form name=%get_profile_edit_url%
    form url=%get_profile_edit_url%

    form class =form-horizontal

    tinymce =%about_yourself%



  • Okay I have tried this which doesnt seem to work eithier. im trying my hardest but I know Im doing something wrong

    [setup]
    enabled=1
    default checked=0

    engine type=Web 2.0

    description=amazon profile link by thebosh

    fixed url=http://www.runnersworld.co.uk/
    url must have=*runnersworld.co.uk*

    engine type=Web 2.0
    description=Creates a profile on runnersworld.co.uk\n\nWork done by Ozz.

    dofollow=1
    anchor text=1
    creates own page=1
    uses pages=0

    extract keywords=0

    skip ext links on=0
    skip content on=0
    skip url content on=0
    posted domain check=1
           
    [Anchor_Text]
    type=text
    alternate data=%spinfile-generic_anchor_text.dat%

    [URL]
    type=url


    [rnd_email]
    type=extract
    default=%random_email%
    static=1

    [About_Yourself]
    type=memo
    allow html=1
    html to bbs=1
    bbs supports=b,i,u,sup,url,size,color,quote,img,code,pre,list,trac
    allow return=1
    must be filled=1
    hint=Please fill this with some information about yourself. Use the spin syntax heavily here.
    auto modify=1
    default=%file-about_yourself.dat%
    auto add anchor url=2
    custom mode=1




    [REGISTER_STEP1]

    modify url=http://www.runnersworld.co.uk/members/join/

    set unknown variable=%leave%

    form id=Form1
    ctl00$main$ctl07$ctl00$txtFirstName=%spinfile-names.dat%
    ctl00$main$ctl07$ctl00$txtLastName=%spinfile-names.dat%
    ctl00$main$ctl07$ctl00$ctl01$ctl00$txtNickname=%spinfile-names.dat%
    ctl00$main$ctl07$ctl00$ctl02$ctl00$txtPostcode=dn91hp
    ctl00$main$ctl07$ctl00$txtEmail=%rnd_email%
    ctl00$main$ctl07$ctl00$txtConfirmEmail=%rnd_email%
    ctl00$main$ctl07$ctl00$txtPassword=%password%
    ctl00$main$ctl07$ctl00$txtConfirmPassword=%password%

    submit success=*/members/welcome/


    [LOGIN_STEP1]

    modify url=http://www.runnersworld.co.uk/members/login/

    submit success=./members/welcome/
    form id =Form1
    variable must be used=password
    set unknown variable=%leave%

    ctl00$main$ctl01$ctl00$Email=%rnd_email%
    ctl00$main$ctl01$ctl00$Password=%password%
    stay_logged_in=1

    [STEP1]
    modify url=http://runhub.runnersworld.co.uk


    [STEP2]

    find url=http://runhub.runnersworld.co.uk/profile/edit/*
    find link=Settings*

    find link=View your profile

      just download=1
     
     
    [STEP3]
    page must have=Edit Your Profile
    form name=%get_profile_edit_url%
    form url=%get_profile_edit_url%

    tinymce =%about_yourself%



  • Okay been using debug mode and for some reason it doesnt save anything to the password fields and when try to login it says incorrect details

    heres my latest code im working with

    http://pastebin.com/WXTtiFJB
  • SvenSven www.GSA-Online.de
    There have been several errors in your engine. However after fixing that all I came to the point of my profile page. BUT, there is nothing to enter an URL or html code!? Where exactly you see this?
  • edited May 2016
    @sven Thanks :) this is my first attempt at making an engine.

    On the runnerhub subdomain there should be a top bar appear with the user name and a drop down menu. On this drop down menu there is a settings links which takes you to a page something like this http://runhub.runnersworld.co.uk/profile/edit/201093 on this page about me page there should a About Me text area where you can enter html and a do follow link should be shown on your runhub profile page --good thing about this is that it is slightly hidden from view so the profile page doesn't look spammy but is crawble by google bot.

    I may not be the best at explaining things in the world so heres a picture :)

    image




  • SvenSven www.GSA-Online.de
    ok next version will have this added. You can review it here... http://pasteo.com/80Xn0/
  • Thank you sven! Its always great getting dofollow engines because at the endd of the day those are the ones that count :)
Sign In or Register to comment.