iMacros - vBulletin Forum Auto Poster

BlingBling

Newbie
Joined
Oct 3, 2009
Messages
22
Reaction score
19
I am working on an imacros script myself. It is a auto poster for my vbulletin forums :D Here is what I have so far

Code:
TAB T=1
SET !DATASOURCE C:\Poster.csv
SET !DATASOURCE_COLUMNS 3
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
TAB CLOSEALLOTHERS
URL GOTO=http://www.websitegoeshere.com/forum/login.php?do=logout
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.website.com/forum/login.php?do=login ATTR=ID:navbar_username CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.cpacracked.com/forum/login.php?do=login ATTR=ID:navbar_password CONTENT=passwordgoeshere
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.cpacracked.com/forum/login.php?do=login ATTR=VALUE:Log<SP>in
TAG POS=1 TYPE=A ATTR=TXT:CATEGORY<SP>NAME<SP>HERE
TAG POS=1 TYPE=A ATTR=ID:newthreadlink_top
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=ID:subject CONTENT={{!COL3}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_001_textarea CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:vbform ATTR=ID:vB_Editor_001_save
TAG POS=1 TYPE=A ATTR=TXT:Forum
ONDIALOG POS=1 BUTTON=OK CONTENT=
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>Out
This will only post to the first category, but I will just use admin account to move posts to other sections of the forum.

Col 1 is a list of usernames on the forum (all passwords the same)
Col 2 is a list of Post Content, with spaces replaced with <SP>
Col 3 is a list of Post Titles, with spaces replaced with <SP>

Any idea on how to improve on this as it is quite simple so far.

Like one question I have is can I use something within excel to automatically convert spaces into <SP>? I'm using Notepad to do it and its kind of a pain.

Thanks alot!!
 
Last edited:
No problem. The real reason I posted it here is to see if it could be improved at all :D

If I had a program that could scrape Yahoo Answers for titles and content, and insert titles into 1 excel column with spaces replaced with <SP>, do the same thing with content in column 2, it would be much easier to gather content to auto post! This would save tons of time. Can someone make it? It's a simple idea I think! Just need to be able to insert scraped content into CSV file!
 
The worst of cosmetic nightmares is scarring, and stretch marks are scars much too easy to come by. They are tears in the dermis, the flexible middle stratum that maintains the shape of the skin. The tearing is caused by the pulling that occurs with accelerated growth. The rapid transformations of puberty or pregnancy are common aggravators. So are weight gain, muscle-building, and the uses of certain steroids.
 
No problem. The real reason I posted it here is to see if it could be improved at all :D

If I had a program that could scrape Yahoo Answers for titles and content, and insert titles into 1 excel column with spaces replaced with <SP>, do the same thing with content in column 2, it would be much easier to gather content to auto post! This would save tons of time. Can someone make it? It's a simple idea I think! Just need to be able to insert scraped content into CSV file!

Search the downloads section. There is something that will populate a forum and i believe it even fetches from yahoo answers as a matter of fact. Don't remember what it is called or if it still works but I saw it before!
 
This is fantastic. I already excel sheet for this. Now How Do I make it post automatically on vbulletin?
 
Thanks I realize that. Surely someone would've cracked it by now ?

Anyway I can autopost content to my vbulletin forum from a excel sheet?
 
Back
Top