Status: offline

jcz

Forum User
Chatty
Registered: 01/29/02
Posts: 39
Though I dislike 'em, sometimes you need 'em. Banners. One of my orgs (dctriclub.org) has decided to look into them to provide a trickle of $$ and possibly give some exposure to small shops/orgs. There was some traffic a while back about banners for Geeklog sites. A post mentioned phpAds. Well, phpAds has REALLY matured and I'd really like to offer many of its features. Has anyone tried integrating this with GL? http://www.phpadsnew.com/ I'm assuming the GL security mechanisms won't let me just plop this into my header.thtml, right? <?php require(getenv('DOCUMENT_ROOT').'/phpads/phpadsnew.inc.php'); if (!isset($phpAds_context)) $phpAds_context = array(); $phpAds_id = view ('', 4, '', '', '1', $phpAds_context); ?>

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Did you try it? You can actually use PHP in header.thtml (but only there). bye, Dirk