Skip to content

Email Verification tab not shown

Hello, 

When I have my new engine scripts selected the email verification tab/button is now shown. What setting do I need in the engine file to make it show?

/regards
Martibn

Comments

  • Have you got something like

    [Your E-Mail]
    type=email
    must be filled=1
    static=1

    in the [SETUP] section?
  • Yes I have.

    I have tried to look at other engines to figure out why some have it and some not but have not been able to come so some kind of conclution..

    /m
  • SvenSven www.GSA-Online.de
    Because you have to use somewhere "verify by=email", else you can as well use %random_email% as macro if no real email is required.
  • Can not get it to work..

    Sven can you please take a look and make some comments on why?


    [setup]
    enabled=1
    default checked=0

    engine type=My Test
    description=Creates a Backlink PR7

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


    extract keywords=0

    ;skip ext links on=0
    ;skip content on=0
    ;skip url content on=0

    posted domain check=1

    [Your E-Mail]
    type=email
    static=1
    must be filled=1


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

    [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

    [REGISTER_STEP1]
    submit success=You can connect more services later|Show more services
    submit failed=<li class="error">
    submit failed retry=You need to supply a 
    try to continue without verification=1

    form url=*/wizard/new*
    variable must be used=your e-mail
    set unknown variable=%leave%

    password=%password%
    auth_name=%login%
    email=%your e-mail%
    sex*=%empty%

    [REGISTER_STEP2]
    submit success=Please check your mail and verify your e-mail address
    ;find link=Done
    find url=*/wizard/creator_outro
    just download=1

    [REGISTER_STEP3]
    submit success="Please check your mail and verify your e-mail address"
    find link=Continue to your dashboard
    find url=*/wizard/finish
    just download=1

    verify submission=1
    verify interval=10
    verify timeout=30
    first verify=0
    verify by=email

    ;[STEP1]
    ;just download=1





  • SvenSven www.GSA-Online.de
    All verify variables must be put into REGISTER_STEP1 ...same for "submit *=" ...
  • Finally got it working!

    Thank you, for your help.
Sign In or Register to comment.