Web Hosting Talk







View Full Version : Forcing advertisments


syanet
02-04-2001, 10:16 AM
I have a RaQ 3 and I'm going to start a small FWP. What I want to do is force a table on to the top of everyones page. One such as http://www.syanet.com/adbar.htm . Does anyone know how I could accomplish something like this?

Cael
02-04-2001, 11:09 AM
Not so sure about table, but I heard people mention about forcing ads with a script.

Try to do a search at hotscripts.com .

Hope that helps...

syanet
02-04-2001, 03:18 PM
I tried and couldn't come up with any specific to a RaQ.

sodapopinski
02-05-2001, 08:03 AM
CMIIW,

I remember that this topic have already discussed before.
Try to search the archive.

syanet
02-05-2001, 11:04 AM
I think the thread went MIA in the server switch because I can't find it.

syanet
02-05-2001, 04:47 PM
Would something like this do the trick?

http://www.perl.com/CPAN-local/modules/by-module/Apache/Apache-Sandwich-2.04.readme

I tired it, but get errors pages everywhere.

syanet
02-05-2001, 11:44 PM
Sorry to keep bringing this up, but I'm desperate.

Cael
02-06-2001, 08:48 AM
Try searching for linux scripts instead of RaQ. I rarely see any script written for RaQs.

syanet
02-06-2001, 03:22 PM
How about:

http://www.tangent.org/mod_layout/

Is that something I might want? Anyone ever used it? I can't figure out how to install it.

bdraco
02-07-2001, 06:05 AM
mod_attach is an apache module I wrote just for this. If anyone wants a copy, send me an email to nick@burst.net . I'm giving it out under the apache license.

Domenico
02-07-2001, 01:43 PM
Can you give us a demo ?

syanet
02-07-2001, 04:30 PM
Send it me!

syanet@neo.rr.com

teck
02-07-2001, 04:53 PM
he said to send him an email if you want it.

syanet
02-15-2001, 09:45 AM
I'm probaly going to use http://www.tangent.org/mod_layout/ , and have some questions. Would this force the advertisment on every page on the server, or is there a way I can choose certain sites to not display the advertisment?

allan
02-15-2001, 10:15 AM
Syanet,

It depends on how you are implementing it. If you are doing it by adding an entry to every virtual host in your httpd.conf file, then you can do it by simply not adding the entry to a particular virtual host.

syanet
02-15-2001, 04:39 PM
I'm not to familiar with the subject myself, that's why I'm asking. Adding it for each site sounds like a pain though. Would there be a way just to have it on every site by default?

allan
02-15-2001, 04:48 PM
Sure...the rule I follow is that if I want something applied server wide I add it to the srm.conf file. If I want to apply something to specific servers I add it into the httpd.conf file (under individual virtual host entries).

Let me know if that makes sense at all?