![]() |
|
|
#1
|
||||
|
||||
|
Free Coop Advertising Network
Okay, another freebie...
This is actually is a network of site owners with content sites. If you offer ad space to the ad network, and the ads you define are spread throughout the network.Why does this have value? Because it's easy to put 100,000 of your own ads on your own site, but imagine if you could instantly spread your ads to hundreds or thousands of sites. Ads can be graphic banners, text based banners, or even raw text link ads (which you can format to work into your site's content then). There is a weighting system built-in, so the larger sites with more valuable ad real estate get their ads displayed more across the network. That way it's fair for sites large and small. Currently it's setup for vBulletin 3.x site owners, Movable Type blog owners and Blogger blog owners. Although there are some cases where other sites will be allowed into the ad network. Anyway, you can find it at http://www.digitalpoint.com/tools/ad-network/ and there is a FAQ available at: http://www.digitalpoint.com/tools/ad-network/faq.html
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. Last edited by digitalpoint; Jul 8th 2004 at 1:04 pm. |
|
#2
|
|||
|
|||
|
Good to see it finally going live - how many sites are currently doing this anyway?
|
|
#3
|
||||
|
||||
|
There ended up being 14 at the end of the testing phase...
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#4
|
|||
|
|||
|
Do you think search engines will ever be able to penalize such a network if it grows to a large size?
Initially I signed up, but I am super conservative when it comes to things that may eventually garner some sort of penalty. I guess my question is "Is this idea truely scalable?" and "What other features do you intend to ad to improve relevancy when the network grows?"
__________________
SEO for Firefox - what's cooler than being cool? Ice cold. |
|
#5
|
|||
|
|||
|
How do I edit listing?
How do I edit the desc. paragraph?
I need to shorten the paragraph but only had options for enable or delete. Thanks |
|
#6
|
||||
|
||||
|
Quote:
But either way, I would say it would be impossible to detect since it's not done with JavaScript, IFRAME or anything else. If you look at the source, the ad is embedded within the HTML source. I actually had a problem being able to automatically validate that the ads were in place, because *I* couldn't even detect it. I did figure out a way to do it by having the system insert a unique/random HTML comment tag while the validation happens. But the tag is always different, and only turned on for the split second the validation routines happen. It's also a good way to make sure people aren't spoofing the ads to make it look like they are serving them without actually doing it. Quote:
Once the network grows will probably add things like the ability for site owners to classify the type of ads they have, then allow other users to optionally set their ads to only show certain types of ads.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#7
|
||||
|
||||
|
Quote:
The reason there is not an edit option is because ads are all reviewed before they are approved, so being able to edit existing ads would defeat the purpose.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#8
|
|||
|
|||
|
Quote:
Even if the SE's did penalize this (which I highly doubt they will) just yank the couple lines of code out of your forum and you're in the clear. It's an awesome program - I'm happy to participate. |
|
#9
|
|||
|
|||
|
I gotta fix my template on my site as it is still the ugly default MT one. after I fix that and figure out where to add stuff I think it would probably be a good call. I added the stuff in and got it to work, but currently my individual post templates look a little caca and need some fixin
![]() cool program though.
__________________
SEO for Firefox - what's cooler than being cool? Ice cold. |
|
#10
|
||||
|
||||
|
====
On occasion we will manually review/allow other sites into the ad network that are deemed worthy .====== I don't have a blog as yet on my site - if I put one on it will be wordpress. I would love to participate, however. Would you consider my normal site? Site is in my sig. |
|
#11
|
||||
|
||||
|
Sure, if you can get them working on your site... What type of web server are you running?
The primary reason it's not freely open to everyone is everyone has different types of sites, and it's hard to try and support the "how-to get it to work with your site" questions.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#12
|
|||
|
|||
|
Quote:
BTW, I'm now obsessed with ANWR (ad network weight rank). PR is in my past
|
|
#13
|
|||
|
|||
|
Hey, I had someone sign up and they sent me the following:
"I signed up and got the code, but I am getting Access Forbidden from that .htaccess file. Do you know what may cause that?" Any ideas? |
|
#14
|
||||
|
||||
|
I updated the code to add an additional RewriteCond line (that checks to see if the file on the server actually exists). This fixes a problem where if a URL was http://www.domain.com/ but they don't enter the trailing slash.
Do they get the error if they use the trailing slash (the proper URL), and if it works like that, have them grab the updated .htaccess code.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#15
|
||||
|
||||
|
=======
Sure, if you can get them working on your site... What type of web server are you running? The primary reason it's not freely open to everyone is everyone has different types of sites, and it's hard to try and support the "how-to get it to work with your site" questions ======= It's an apache server version 1.3.31, running php 4.3.3. Linux. I've almost got it working. I *can* get it to work; but the passthru.php trashes my css, and the other php includes I'm using for rss and the footer, and the site looks like ..... Or; it will double everything on the page. I changed the 'index.html' to index.php in the passthru.php file; that's when everything doubled - but your banners did work. Then I tried changing the index.php to /; with an include on the page: the page came up correctly, but your banners didn't, and didn't work at all if I removed the include and went with the .htaccess calling the passthru.php. What I'm wondering is if I add all of the phpincludes into the passthru file; if that will work, and load it correctly. THis page works somewhat: http://flawebworks.com/adtest.php But; the rss feeds don't work, nor does the footer. I'm calling the passthru.php with a php require_once, and index.php in the passthru file. I'm sure I can get it to work. It may take beating my head against the wall for a coupla days but I'll be able to do it. I think.... <edit> Haven't tried it on a normal html file yet. |
|
#16
|
||||
|
||||
|
Hi Shawn,
It was I that is having problems. Yes, I did put in the trailing slash in the submittal form. I have it set for http://www.webstractions.com/news/ But I think the problem is in the .htaccess file. I have the latest .htaccess I guess. It it the one in his setup. If that is the latest. Code:
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !passthru.php
RewriteRule ^(.*) passthru.php?file=$1
It is a Blogger Blog. I updated my template ... you can see the comment in the pages now. Blog is at http://www.webstractions.com/news/ (filename is index.html) I can access the root of the domain (obviously), but not the news directory or any subdirectories of the news directory (forbidden). I have removed the .htaccess code in order to regain access. Any thoughts, as to what may be wrong? Also, If I get this working .... can it be used on the Archive files too? Those are in a sub-directory to the /news/ directory. This is where the ads will be getting the majority of impressions due to the subscriptions I have on the feeds ... they will click directly through to those pages. Thanks in advance. Last edited by Dodger; Jul 8th 2004 at 10:48 pm. |
|
#17
|
||||
|
||||
|
Quote:
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#18
|
||||
|
||||
|
Quote:
But obviously something isn't right on your setup for some reason. Are you able to access your http error logs to see if it says anything about the 403 errors?
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#19
|
||||
|
||||
|
Quote:
|
|
#20
|
||||
|
||||
|
Quote:
I will get back to you on the server errors. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| free hosting reccomendations | LucidNet | Web Hosting | 8 | Sep 1st 2009 5:22 am |
| Advertising Avaliable on PR7 website. | Chopper | Link Exchange | 5 | Sep 2nd 2007 4:27 am |
| comprehensive list of free, spiderable directories | disgust | Solicitations & Announcements | 55 | Jul 25th 2005 1:43 pm |
| Free detailed AdSense tracking scripts/service in exchange for a link. | jonathanleger | Freebies | 22 | Jul 11th 2005 3:46 pm |
| Yahoo upgrade free Email Storage to 100MB | anthonycea | Yahoo | 1 | Jun 15th 2004 8:52 am |