New Engine script help
I am trying to get another engine working have been having trouble before and this is my second i am tryig on..
the problem is that the script does not seem to verify /activate the link in email. before trying to log in, am I missing some setting?
[setup]
enabled=1
default checked=0
engine type=My Test
description=Registers pr7 profile link to bibsonomy.com
dofollow=1
anchor text=0
creates own page=1
uses pages=0
url must have1=http://www.bibsonomy.org/*
fixed url=http://www.bibsonomy.org/register
add keyword to search=0
use blog search=0
extract keywords=0
skip ext links on=0
skip content on=0
skip url content on=0
posted domain check=1
[Login]
type=login
must be filled=1
hint=The login for websites that need an account. Use numbers and letters only.
min length=4
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
[Your E-Mail]
type=email
static=1
[URL]
type=url
[email_link]
type=extract
find url=*activate/*
;default=/login
static=2
[get_recaptcha_challenge]
type=extract
search url=*challenge?k=*
front=challenge : '
back='
static=2
[REGISTER_STEP1]
submit success=Welcome to BibSonomy
submit failed=<h2 class="header">error</h2>
submit failed retry=span id="recaptcha_response_field.errors">
;try to continue without verification=1
;form id=command
form url=*/register*
;variable must be used=your e-mail
set unknown variable=%leave%
add fixed data=dummy=1;recaptcha_challenge_field=%get_recaptcha_challenge%;recaptcha_response_field=%captcha% http://www.google.com/recaptcha/api/image?c=%get_recaptcha_challenge%
add fixed data condition=recaptcha_widget
registerUser.name=%login%
registerUser.password=%password%
passwordCheck=%password%
registerUser.email=%your e-mail%
registerUser.homepage=%url%
registerUser.realname=%spinfile-lnames.dat% %spinfile-names.dat%
;recaptcha_response_field=%captcha% https://www.google.com/recaptcha/api/image?c=%get_recaptcha_challenge%
acceptPrivacy=1
verify submission=1
verify by=email
verify interval=10
verify timeout=30
verify on unknown status=1
[LOGIN_STEP1]
submit success=logged in as|href="/logout"
submit failed=The password and username you entered do not match or the username is not registered
;find link=Sign In
;find url=*/login_internal/*
;alternative url=/login
modify url=http://www.bibsonomy.org/
form name=sign in
form id=login_internal
form url=*/login_internal*
;verify on unknown status=1
set unknown variable=%leave%
password=%password%
username=%login%
;remember_me1=1
[STEP1]
modify url=/postBookmark
form url=/editBookmark
url=%url%
[STEP2]
add fixed data=dummy=1;recaptcha_challenge_field=%get_recaptcha_challenge%;recaptcha_response_field=%captcha% http://www.google.com/recaptcha/api/image?c=%get_recaptcha_challenge%
add fixed data condition=recaptcha_widget
Step 1 and 2 are not ready yet.. will be when I can manage to get it to do the proper steps /i.e register, verify, login, step1(submit url), extra ste submit article
Am i missing something? I am trying to learn / contribute
Comments