Skip to content

Custom Private Blog Network Engine - Need Verification Help

So I took the old Wordpress.com Web 2.0 engine and I tweaked a few things to get it to post on my own Wordpress sites and it works pretty well. The only problem is the verification portion - it always posts and leaves a link, but it doesn't always successfully verify that it was posted (though it sometimes does). I've tried random stuff for a couple of days to get it to work, but I really don't know what I'm doing. Here's the script:

[setup]
enabled=1
default checked=0


engine type=PBN
description=Creates a blog entry on your PBN.

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


[Login]
type=login
must be filled=1
hint=The login for websites that need an account. Use numbers and letters only.
min length=9
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

[URL]
type=url

[Anchor_Text]
type=text
alternate data=%spinfile-generic_anchor_text.dat%

[Article_Title]
type=text
allow html=0
must be filled=1
hint=capitalize each word.
max length=100

[Article]
type=memo
allow html=1
html to bbs=0
must be filled=1
hint=The full article comes here.
auto modify=0
auto add anchor url content=%file-auto_anchor-article.dat% 
auto add anchor url=2
html line break=1
custom mode=1

[LOGIN_STEP1]

form name=*wp-submit|*Log In
form url=*/wp-login.php
form id=loginform

submit success=Welcome to WordPress.com!|Dashboard|You are now in your blog’s “dashboard” where you can write new posts and control lots of important settings and features.|%login%|Sign Out
submit failed=ERROR: Invalid email or username.

verify on unknown status=1

log=<username>
pwd=<password>
rememberme=%leave%

[STEP1]
link type=Article


verify submission=1
verify interval=1
verify timeout=1
first verify=0
verify by=url
verify on unknown status=1
verify search detail url=0

submit success=href="%url%|href='%url%|href=%url%

form name=*publish|*Publish
form url=*/wp-admin/post-new.php|*/wp-admin/post.php
form id=poststuff

set unknown variable=%leave%
variable must be used=url

post_title=%article_title%
content=%article%
post_category[]=%tag%, %tag%, %tag%
tax_input[post_tag]=%leave%
_su_title=%article_title%
_su_description=%leave%
_su_rich_snippet_type=%leave%
_su_rich_snippet_review_rating=%leave%
_su_og_title=%article_title%
_su_og_description=%leave%
_su_og_image=%leave%
_su_og_type=%leave%
_su_autolinks=%anchor_text%
_su_morelinktext=%anchor_text%
_su_meta_robots_noindex=0
_su_meta_robots_nofollow=0
trackback_url=%leave%
metakeyselect=%leave%
metakeyinput=%leave%

cats[]=%category%
title=%article_title%
post=%article%
tags[]=%tag%, %tag%, %tag%
newtags=%tag%, %tag%, %tag%
captcha_code=%captcha% securimage_show.php
excerpt=%leave%
asignature=%about_yourself%

category_article=%category%
subcategory_article_name=%leave%
title_article=%article_title%
summary_article=%leave%
body_article=%article%
keywords=%tag%, %tag%, %tag%
check_agree=1
post_status=*review*
mm=%leave%
visibility=public

post_name=%leave%
wpl_enable_post_sharing=1
wpl_enable_post_likes=1

Any ideas on how to improve the verification process? It posts just fine, it just doesn't always verify.

Comments

  • SvenSven www.GSA-Online.de
    I don't know why you would have to modify that engine but even though the article title as verifived url parameter is not a good idea as it would assume you to use only url safe charactes in the title.
Sign In or Register to comment.