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

Black Hat SEO Black Hat Search Engine Optimization. Discuss ways to improve your sites ways using Black Hat SEO tactics!

Mad Content   BLOG SEO
Search
 
LinkWheel

LiveChatAgent



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-2009, 08:03 PM
Regular Member
 
Join Date: Aug 2009
Posts: 261
Thanks: 13
Thanked 48 Times in 26 Posts
Reputation: 14
iTrader: (1)
Default iMacros script help

I'm trying to make an iMacros script that will allow me to open 5 different groups on FB in 5 different tabs, then paste and submit a message on the wall of the first tab, and move onto to tab 2 and do the same, then 3, then 4 and so on.. I've never used iMacros before and this is what ive got so far, im not sure how to get it to paste. Can anyone help me with this?

This is the code i have

Code:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=2
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=3
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=4
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=5
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
I realise that the PASTE would probably need to go like this..

Code:
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
PASTE HERE
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
but i have no idea how to do it..

thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-27-2009, 03:05 PM
MauDaFita's Avatar
Registered Member
 
Join Date: Feb 2009
Location: Europe’s West Coast
Posts: 97
Thanks: 33
Thanked 35 Times in 29 Posts
Reputation: 17
iTrader: (0)
Default Re: iMacros script help

Try this :

Code:
TAB T=1
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input CONTENT=write here what you want
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-27-2009, 03:20 PM
Regular Member
 
Join Date: Aug 2009
Posts: 261
Thanks: 13
Thanked 48 Times in 26 Posts
Reputation: 14
iTrader: (1)
Default Re: iMacros script help

will do. Can i ask where you got the http://www.facebook.com/ajax/updatestatus.php from? when i tried, i could just get a div id :S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-27-2009, 03:26 PM
MauDaFita's Avatar
Registered Member
 
Join Date: Feb 2009
Location: Europe’s West Coast
Posts: 97
Thanks: 33
Thanked 35 Times in 29 Posts
Reputation: 17
iTrader: (0)
Default Re: iMacros script help

I just set the iMacros plugin in record mode, wrote something at the form, clicked the submit button. After that looked at the code that iMacros generated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-27-2009, 03:31 PM
Regular Member
 
Join Date: Aug 2009
Posts: 261
Thanks: 13
Thanked 48 Times in 26 Posts
Reputation: 14
iTrader: (1)
Default Re: iMacros script help

Hmm.. doesnt seem to work. I get an error on line 3 with the TAG command.

This is my script..

Code:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input Clipboard<SP>content<SP>=<SP>{{!CLIPBOARD}}
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=2
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input Clipboard<SP>content<SP>=<SP>{{!CLIPBOARD}}
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=3
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input Clipboard<SP>content<SP>=<SP>{{!CLIPBOARD}}
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=4
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input Clipboard<SP>content<SP>=<SP>{{!CLIPBOARD}}
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=5
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:http://www.facebook.com/ajax/updatestatus.php ATTR=ID:c4b0eeb5dd1fa31834702659_input Clipboard<SP>content<SP>=<SP>{{!CLIPBOARD}}
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-29-2009, 09:52 AM
Regular Member
 
Join Date: Aug 2009
Posts: 261
Thanks: 13
Thanked 48 Times in 26 Posts
Reputation: 14
iTrader: (1)
Default Re: iMacros script help

Can nobody help me with this? im still trying to get the code to work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Scribe. SEO Made Simple.

SE Nuke



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.