My Own way of Sharing the World I see on my own Perspective.

Why Hire a Virtual Assistant when you can do it all alone.

 

Seo is a fun learning experience for me. Yes it’s true that writing an article for a niche is a brain draining experience sometimes. Blogging techniques that I have learned from a internet marketing is a no match from what a guerilla bloggin does. I just figured it out myself.

I was like 6 months blogging and copying a small amount of content from a news article and pasting the information on my blog site. No wonder there are no readers. Well then I’m a living proof that copypasting a content will not work and won’t earn you money.

It’s better to do the Guerilla way. You can find the link at the Upper right corner for the ebook and download and help yourself.

Now on this blogpost, on why you don’t need to hire a virtual assistant to post on 200 forums?

The reason behind why? You can do it all by yourself. I’m not against VA(virtual Assistant) but posting on a forum is an easy task. Giving your virtual a much more challenging task is a far better way that saying to them to post this link on each forum and blah blah blah.

I stumble upon this Imacro browser and Script edition. What does this software do? It actually record all the steps you made on a site. So if you have like 200 sites or forum that you wanted to visit and post links you can record just once and the next time you wanted to post a new topic or information you can just edit the Imacro code and push a one little button and your done. I’ve learned also thru forum that you can extract and fill out data using CSV files.

Rightnow, I just extracted 300 fakenames database that I can use to register and make an email. Why? because one site needs a unique emails if you want to register right?

Here is the code:

SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
FILTER TYPE=IMAGES STATUS=ON
TAB T=1
URL GOTO=http://www.fakenamegenerator.com/gen-random-gr-us.php
TAG POS=1 TYPE=INPUT:IMAGE FORM=NAME:options ATTR= 

TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:additional-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:family-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:street-address EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:locality EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:region EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:postal-code EXTRACT=TXT
'password
TAG POS=1 TYPE=LI ATTR=TXT:Password*
TAG POS=R1 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'phone number
TAG POS=R1 TYPE=SPAN ATTR=TXT:* EXTRACT=TXT
'mother's maiden name
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'birthday
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'SSN
TAG POS=R6 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'job
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
FILTER TYPE=IMAGES STATUS=OFF
SAVEAS TYPE=EXTRACT FOLDER=* FILE=Fakenamesdb[male].csv

 

 

You’ll notice that I have here Extract folder =8 File=fakenamesdb[male].csv . This is the file where I copy/fill out when I wanted to register an email. It’s actually a 8 column CSV file when you open it on excel.

after I gather necessary data, I then make an email accounts for all the fakenames i created. Here is the code

VERSION BUILD=6600525    
TAB T=1    
TAB CLOSEALLOTHERS    
URL GOTO=https://signup.mail.com/UserInformationB.aspx
SET !DATASOURCE GmailAccounts.csv
SET !DATASOURCE_COLUMNS 15
SET !LOOP 14
SET !DATASOURCE_LINE {{!LOOP}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Form1 ATTR=ID:FirstName CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Form1 ATTR=ID:LastName CONTENT={{!COL3}}
TAG POS=1 TYPE=SELECT FORM=NAME:Form1 ATTR=ID:drpMonth CONTENT=3
TAG POS=1 TYPE=SELECT FORM=NAME:Form1 ATTR=ID:drpDay CONTENT=10
TAG POS=1 TYPE=SELECT FORM=NAME:Form1 ATTR=ID:drpYear CONTENT=26
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Form1 ATTR=ID:Username CONTENT={{!COL8}}
TAG POS=1 TYPE=SELECT FORM=NAME:Form1 ATTR=ID:Domainname CONTENT=2
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:Form1 ATTR=ID:CheckAvailable 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:Form1 ATTR=ID:Password CONTENT=clutch23097
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:Form1 ATTR=ID:PasswordConfirm CONTENT=clutch23097
TAG POS=1 TYPE=SELECT FORM=NAME:Form1 ATTR=ID:SecQuestion CONTENT=3
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Form1 ATTR=ID:SecAnswer CONTENT=1234321
TAG POS=1 TYPE=IMG ATTR=HREF:https://signup.mail.com/images/checked.gif
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:Form1 ATTR=ID:Agreed 
TAB T=1    
CLEAR 

You’ll notice that i’m retrieving data from the CSV files. Come to think of it. You can automate your link building campaign. You can automate your comment on other sites and forum for your website.

Imacro are the answer to your linkbuilding problem. You just need to know how it works and how you can manipulate and take advantage of the software. It’s free. You can download it at www.iopus.com

Share the Love : Share On Facebook ! Share On Google Buzz ! Add To Del.icio.us ! Share On Digg ! Share On Reddit ! Share On LinkedIn ! Post To Blogger ! Share On StumbleUpon ! Share On Friend Feed ! Share On MySpace ! Share On Yahoo Buzz ! Get These Share Buttons ! Share On Google Reader ! Google Bookmark ! Send An Email ! Blog Feed !

Related Posts with Thumbnails