Black Hat Forum Black Hat SEO The only backlink provider with unlimited projects/links per day!
Go Back   Black Hat Forum Black Hat SEO > Black Hat SEO > Black Hat SEO Tools

Black Hat SEO Tools Black Hat Tools: You can't GO it alone...have an arsenal of programs to help you out!

Mad Content   BLOG SEO
Search
 
LinkWheel

LiveChatAgent



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-2009, 04:23 PM
Jr. VIP
 
Join Date: Apr 2007
Posts: 381
Thanks: 63
Thanked 150 Times in 70 Posts
Reputation: 54
iTrader: (1)
Default I macro programming tool

Hopefully I can explain this well. I am trying to put together an imacro script but the url links are going to be different for each time ..I have a list of the differences but I cant figure out how to add them without doing it manually.

For instance:

Code:
URL GOTO=websitehere.com/page=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=NAME:title CONTENT=test
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT=test<SP>for<SP>imacro.
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:vbform ATTR=ID:vB_Editor_001_save
WAIT SECONDS=10
URL GOTO=websitehere.com/page=2
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=NAME:title CONTENT=test
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT=test<SP>for<SP>imacro.
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:vbform ATTR=ID:vB_Editor_001_save
WAIT SECONDS=10
The part I need to change is where it says "page=1, page=2, etc" I have a big list of pages I want to add. Is there anyway I can do this without manually adding the url link to the script one by one?

So..basically...I need to do a repetitive action on a bunch of different pages....am I setting up the script wrong all together? Maybe there is a way to do it so that it can just repeat but pull a url from another list each time? i dont know....

Last edited by air360; 11-23-2009 at 04:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-23-2009, 04:54 PM
Jr. VIP
 
Join Date: Apr 2007
Posts: 381
Thanks: 63
Thanked 150 Times in 70 Posts
Reputation: 54
iTrader: (1)
Default Re: I macro programming tool

I just figured this out on my own

For those who are interested here is the full code needed.

Code:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
CMDLINE !DATASOURCE url.csv
'Number of colums in the CSV file:
SET !DATASOURCE_COLUMNS 1
'Increase the current position in the file
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=NAME:title CONTENT=test
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT=test<SP>for<SP>imacro.
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:vbform ATTR=ID:vB_Editor_001_save
WAIT SECONDS=10
Then in the imacros datasource file you need a csv file with all the urls you want it to go to listed in a column. And finally in the program you tell it to play a loop with the number of loops being the number of lines in your csv file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


SEO Paladin


Web Hosting
Copyright © 2005 - 2012 BlackHatWorld.com All rights reserved.