Method of getting profile backlinks from wikianswer through imacros

new movies

Power Member
Joined
Dec 26, 2010
Messages
782
Reaction score
147
this is my first contribution post to BHW.
Yesterday someone had given geting PR7 from wikianswer so i made an automation of signing up and updating your website with anchor text .There is no need to verify the email so its become more easy since no activation required.
I have used this imacros with firefox extension.I am messing up with datasource part in imacros so have to create a long script with different username and email.You have to enter captcha manually each time
Your resolution window may be different from mine.So you have to change click ordinates.For changing Record the imacros selecting x and y components and click on create button on this page http://wiki.answers.com/Q/User:123 .Got the ordinates ?.change it to this CLICK X=83 Y=426 points in the given code.So for making a large profile backlinks ,you have to copy and paste this code with changing username and email.You can fill any email since it doesnt require activation .

IMACROS SCRIPT
Code:
VERSION BUILD=7210419 RECORDER=FX
TAB T=1
URL GOTO=http://wiki.answers.com/Q/User:123
CLICK X=83 Y=426
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registerForm ATTR=ID:username CONTENT=user9875
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:registerForm ATTR=ID:password CONTENT=keyboard
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:registerForm ATTR=ID:password2 CONTENT=keyboard
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registerForm ATTR=ID:email [email protected]
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:registerForm ATTR=ID:acceptpolicy CONTENT=YES
TAG POS=2 TYPE=FONT ATTR=TXT:Join<SP>now
WAIT SECONDS=5
URL GOTO=http://wiki.answers.com/Q/User:Sudeep9875&action=edit
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editform ATTR=NAME:sitename CONTENT=Article<SP>Directory
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:editform ATTR=NAME:siteurl CONTENT=http://yourwebsite.com
TAG POS=2 TYPE=SPAN ATTR=TXT:Save<SP>Changes
WAIT SECONDS=5
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:captcha CONTENT={{!VAR1}}
WAIT SECONDS=5
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>out
 
Last edited:
How to exacly use this?? where to start. Please put atleast some info

Thanks anyway, il try to use it.
 
I have been trying my hand using iMacros addon in Firefox. Will be interested to try this out. Though I am not sure yet where to plug this. Will update if this trick works.
 
I have been trying my hand using iMacros addon in Firefox. Will be interested to try this out. Though I am not sure yet where to plug this. Will update if this trick works.
You have to put it in imacros through clicking edit macro.
 
Back
Top