View Full Version : ad_bot mod in IPB
aaditya
March 24th, 2005, 18:09
Have some body seen that ad_bot mod for Vbulletin? The one who posts an adsense ad automatically as a reply if a new topic is started.
I was in search of that thing for my IPB forum. Mark my word, that is not available. So i coded one for myself, as demonstrated in my forum (see signatiure for the link).
This will defenitely boost your revenue. Coz the ad within the posts will defenitely has a much more exposure (both time and space) than anything else in a forum.
If u need to mod your IPB, contact me.
venomx
April 7th, 2005, 05:45
Where can I find the VB one if you dont mind me asking...
arcanehost
April 7th, 2005, 11:06
Not Sure If I Could Post It But Here It Is Enjoy
<if condition="$post[postcount] == 1">
<if condition="$bbuserinfo[usergroupid] == 1 || $bbuserinfo[usergroupid] == 2 || $bbuserinfo[usergroupid] == 6">
<center>
***** PLACE YOUR ADSENSE CODE HERE *****
<br>
<if condition="$bbuserinfo[usergroupid] == 2"><span class="smallfont">These ads suck... Why dont you become a <a href="http://www.your-domain.com/donating-members">donating member</a>?</span><br></if>
</center>
</if>
</if>
Place this in your postbit or postbit_legacy template, at the VERY BOTTOM.
The first if statement will place that ad below the first post in showthread.
The second if statement will show ads to all in thoes usergroups. I have it set to show ads to guests, registered members, and admins. My donating members and moderators dont see the ads.
The third if statement is only shown to my registered members. Its a reminder for them to donate to the forums and become ad free.
Becca
April 7th, 2005, 18:54
I don't know how effective the ad bot is, but the look of it isn't professional, and as a forum user, I'd think twice before joining a forum that would place an ad in all threads (unless said forum was offering something that would be worth the bother).
Thus, any paid services or regular forum should definitely consider other options.
venomx
April 7th, 2005, 19:30
I am looking to have it only for non-registered members in the hope they will register.
The days of everything being free are almost over. You need to expect some ads on a site and if you are one of the ones that blcoks even banner ads then dont cry one day when you goto a site and see nothing until you pay them to view it.
Becca
April 8th, 2005, 15:26
I am looking to have it only for non-registered members in the hope they will register.
That doesn't sound like a bad idea.
The days of everything being free are almost over. You need to expect some ads on a site and if you are one of the ones that blcoks even banner ads then dont cry one day when you goto a site and see nothing until you pay them to view it.
I don't remember anything ever being free.
aaditya
April 9th, 2005, 19:44
Atlast the ad_bot for IPB is released.
ad bot for IPB 2.0 (http://whosters.com/forum/index.php?showtopic=329) --- download it from there.
Thank you.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.