[MY METHOD] getting targetted traffic

jairathnem

Power Member
Joined
Oct 27, 2010
Messages
549
Reaction score
317
Hey guys,

I haven't ever contributed to BHW,i guess it's my turn now.
This method isn't any super awesome method or anything,but will certainly help newbies. The traffic we will be getting is from forums. Specifically targeted forums (like a forum dedicated to insurance,porn..etc) .

The first step is to get a decent looking landing page. The trick is to not just add images and testimonial,but add a password to that page,so that it looks more private.

Second,use google to find targeted forums using custom footprints. This should be pretty easy,you can use scrapebox too.

Third step, now get a list of user id's (wondering how? ) the profiles will usually be assigned a number,so what we do is generate a set of numbers for that use this link - http://textmechanic.com/Generate-List-of-Numbers.html .

fourth,input these to a CSV file,along with the subject and the content.
In the content give the password page along with the password ;) make the content as private as possible.

fourth,get imacros installed and use it to private message the numbers generated in step 3 ;) and make sure you set the time delay and delete the private messages.In about 30 minutes i was able to send around 47 private messages.If you leave this on for a night you will surely get conversions,as the traffic is targeted :)


NOW GO AND TAKE ACTION.
 
Hehe, nice one, but if you happen to PM a moderator or an admin then you might get banned for spam/advertising.
 
Hehe, nice one, but if you happen to PM a moderator or an admin then you might get banned for spam/advertising.
well you can prevent that by checking the forum leaders link,and removing the admin and moderators specfic number ;) or even if you get banned you can move to another forum ;)
 
An interesting method - well thought out and workable. I am currently playing more in the MNSs sandbox and this type of traffic would probably been seen as artificial and I'm not looking to get my adsense banned...

Of course, 2 of my sites are actually more targeted to a specific CPA product though... one doesn't even have adsense on it... hmmmm... might give this a shot on that site. ;-)

thanks and +rep
 
An interesting method - well thought out and workable. I am currently playing more in the MNSs sandbox and this type of traffic would probably been seen as artificial and I'm not looking to get my adsense banned...

Of course, 2 of my sites are actually more targeted to a specific CPA product though... one doesn't even have adsense on it... hmmmm... might give this a shot on that site. ;-)

thanks and +rep

Glad you liked the method :)

adding some twists will make it even more stronger :)
 
Hey thanks for this. I'm used to working with those types of forums that have the userlist go by numbers. Got a few questions on this part:

Code:
fourth,input these to a CSV file,along with the subject and the content.
In the content give the password page along with the password make the content as private as possible.

fourth,get imacros installed and use it to private message the numbers generated in step 3 and make sure you set the time delay and delete the private messages.In about 30 minutes i was able to send around 47 private messages.If you leave this on for a night you will surely get conversions,as the traffic is targeted

1) What password are you talking about?

2) How do you set a time delay (the code) and what do you mean by "delete the private messages"?

Thanks!
 
1. "password" is just make it look like a private site..it's optional.

2. time delay code in imacros "WAIT SECONDS=5" (here 5 is the time delay)
The reason to add time delay is because sites allow you to PM another user only after 60 secs.

There is a limit on how many PM's you can have..so you have to delete the previous messages to continue sending PM's to other users.
 
Sounds like a really great method and maybe just what I need. I've got no experience with iMacros so if you put this into an illustrated ebook I'd definitely pay a few bucks for it.
 
Sounds like a really great method and maybe just what I need. I've got no experience with iMacros so if you put this into an illustrated ebook I'd definitely pay a few bucks for it.


Not sure,if i will write an ebook for this.
But if you have any doubt in this method just post the problem here ..i will try and get it working for you.
 
You could post your macro...



Sorry for the delay,below is the macro for PM'ing members (vbulletin)

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !DATASOURCE file.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
SET ERRORIGNORE YES
URL GOTO=http://www.DOMAIN-URL.com/private.php?do=newpm&u={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:vbform ATTR=NAME:title CONTENT=TITLE<SP>HERE
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
WAIT SECONDS=41


COL 1 = USER ID's
COL 2 = The Private message.
CHANGE "DOMAIN-URL" AND "TITLE<SP>HERE" ... Here <SP> is used for space.
 
Back
Top