I'm currently using this for The AdsBB Network, but the idea should work just as well for any other:

http://adsbb.com/free_image_hosting/adsbb_network.GIF
free image hosting

http://adsbb.com/viewtopic.php?id=351

102

(37 replies, posted in PunBB 1.2 show off)

Get $20 in FREE Clicks to Advertise on AdsBB.com:

http://adsbb.com/viewtopic.php?id=336

Got it working eventually, I was really looking for something that tracked impressions. Decided to stick with the paid banner ads for now. Thanks for linking to me though smile You are welcome to post as many FREE ads as you like. (Don't tell my affiliates, but I think they work better than banners anyway)

Please try my Image Upload Mod, here is a screenshot:

http://adsbb.com/free_image_hosting/image_upload001.gif

The user can upload all .jpg and .gif image files. BBcode is automatically generated and the files are hosted on my site, for FREE.


http://adsbb.com/free_image_hosting/image_upload002.gif

Download Here:

http://adsbb.com/viewtopic.php?id=258

Post any and all questions relating to computer hardware, drivers, software, networking or programming:

Register here

On my site http://adsbb.co.za/ I changed include/parser.php:

// Ok, not very pretty :-)
    $link = ($link == '' || $link == $url) ? ((strlen($url) > 55) ? substr($url, 0 , 39).' … '.substr($url, -10) : $url) : stripslashes($link);

    return '<a target="_blank" href="'.$full_url.'">'.$link.'</a>';
}


//
// Turns an URL from the [img] tag into an <img> tag or a <a href...> tag
//
function handle_img_tag($url, $is_signature = false)
{
    global $lang_common, $pun_config, $pun_user;

    $img_tag = '<a target="_blank" href="'.$url.'"><'.$lang_common['Image link'].'></a>';

It's still pretty cool what you can do with BBCode. Check out what one of my users post:

http://adsbb.co.za/viewtopic.php?id=743

Here's what I did on my site:

http://adsbb.co.za/

<form id="search" method="get" action="search.php">
<input type="hidden" name="action" value="search" />
<input type="hidden" name="show_as" value="topics" />
<label class="conl"><input type="text" name="keywords" size="20" maxlength="100" /></label>
<input type="submit" name="search" value="Search" accesskey="s" />
</form>

I just placed the above in the announcement bar.

109

(37 replies, posted in PunBB 1.2 show off)

Yes thanks, Haven't had much time to look at it though. will test it out tonight.

110

(37 replies, posted in PunBB 1.2 show off)

Full colour refers not only to the images but to the text as well. Many similar sites do not offer this, punbb supports this feature using BBcode.

eg:

[color=red]Red[/color]

Produces:
Red

111

(37 replies, posted in PunBB 1.2 show off)

I tried sending you a mail, dunno why it's not working. My address is grant@adsbb.com

Thanks smile

112

(9 replies, posted in PunBB 1.2 troubleshooting)

Thanks smile

This one seems to work well.

113

(9 replies, posted in PunBB 1.2 troubleshooting)

Downloaded Broadcast Email a few hours ago. I fixed it myself but now I'm getting a time out error with a larger database. How  can I tell if I've sent out any emails? I'm worried about sending out duplicates.

114

(37 replies, posted in PunBB 1.2 show off)

Ok, been playing with the RSS a little bit, starting to see the potential, what do you think?

http://www.bloglines.com/blog/AdsBB

http://www.google.com/reader/shared/094 … 5832850252

115

(15 replies, posted in General discussion)

http://www.google.co.za/

116

(0 replies, posted in General discussion)

Hi smile

Does anyone know of, or feel like making a PunBB banner ad that I can put on my site?

It needs to be the same size as this one:

http://adsbb.com/banner01.gif

You are welcome to post FREE ads for other sites as well.

Thanks.

117

(37 replies, posted in PunBB 1.2 show off)

I just looked at it again. Not sure how the javascript works. What would be the benefits as opposed to an iframe? Will the search engines spider it?

Thanks.

118

(37 replies, posted in PunBB 1.2 show off)

I'm now offering paid ads 60x60 pixels on the front page for only $5 each!

http://adsbb.com/paidads/advetise_here.JPG

119

(37 replies, posted in PunBB 1.2 show off)

Punbb code is so easy to fiddle with!

Check it out! It loads even faster now and there's even more space for ads.

120

(37 replies, posted in PunBB 1.2 show off)

quaker wrote:

ok im thinking like a rss feeder might be the way to go... let me find that script i used a while back...

example: http://bunpai.com on the right side........

That would be better for the search engines than an iframe.

121

(37 replies, posted in PunBB 1.2 show off)

Think it looks better with the banner on top?

<table width=468 border="0" cellpadding="0" cellspacing="0">
<tr><td align=right><a href=http://adsbb.com/ target=top>
<img border=0 alt="Top 100 FREE Ads" src=http://adsbb.com/banner01.gif></a>
</td></tr><tr><td><iframe frameborder="1" noresize="1" width="468" height="60" 
marginheight="0" src="http://adsbb.com/top100ads.php" ></iframe></td></tr>
</table>

Or to the side?

<table border="0" cellpadding="0" cellspacing="0">
<td align=right><a href=http://adsbb.com/ target=top>
<img border=0 alt="Top 100 FREE Ads" src=http://adsbb.com/banner01.gif></a>
</td><td><iframe frameborder="1" noresize="1" width="468" height="60" 
marginheight="0" src="http://adsbb.com/top100ads.php" ></iframe></td>
</table>

122

(37 replies, posted in PunBB 1.2 show off)

Cool, thanks smile

123

(37 replies, posted in PunBB 1.2 show off)

Oops, sorry just edited it.

124

(37 replies, posted in PunBB 1.2 show off)

Here's a small banner that will rotate the ads based on performance, what do you think?

<table width=468 border="0" cellpadding="0" cellspacing="0">
<tr><td align=right><a href=http://adsbb.com/ target=top>AdsBB - Top 100 FREE Ads</a></td></tr>
<tr><td><iframe frameborder="1" noresize="1" height="60" 
marginheight="0" src="http://adsbb.com/top100ads.php" width="468"></iframe></td></tr>
</table>

125

(37 replies, posted in PunBB 1.2 show off)

Sounds like a good idea, the closest I've done to some thing like that is: http://fixpc.co.za/?go=ad-o-meter.php&a … ixpc.co.za

Not too sure how to do the randomising bit though. Any pointers?