The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
phpAdsNew Banner Ads integration (advertisements, classified ads, Adsense, etc.) Details »» | |||||||||||||||||||||||||||
phpAdsNew Banner Ads integration (advertisements, classified ads, Adsense, etc.)
Developer Last Online: Nov 2023
OpenAds / phpAdsNew Integration 1.0.4 for vBulletin 3.[56].x
2006-06-08 by mip Integrates the OpenAds / phpAdsNew ads system by introducing a new template tag <ad ... />. You can even deliver your Adsense stuff via phpAdsNew using HTML banners. The features of phpAdsNew combined with the power of vBulletin's templating system gives you the possibility to place ads for specific user groups, forums, and keywords. PREREQUISITES: This plugin requires a working installation (local or remote) of a recent version ofOpenAds / phpAdsNew (free software released under the GPL). When using OpenAds, replace phpAdsNew in this documentation with OpenAds (phpAdsNew is just the predecessor of OpenAds). INSTALLATION: When having a previous version of this product installed, see section UPGRADE instead. Install product "phpadsnew-1.0.4.xml". Set phpAdsNew path in Server Settings and Optimization Options to point to either your local phpAdsNew installation or a remote server (using XML-RPC). It is strongly recommended to set $phpAds_config['compatibility_mode'] = true; in phpAdsNew config file, to prevent problems when phpAdsNew uses a database different from the one used by your vBulletin board. When using XML-RPC, make sure to have lib-xmlrpc-class.inc.php and lib-xmlrpc.inc.php copied from phpAdsNew misc/samples/xmlrpc/php/ to your forum's includes/ directory (not necessary when using a local phpAdsNew installation). Read the NOTES section below. Click INSTALL in this thread to mark product as "installed" and receive notifications when a new version comes out. UPGRADE:
USAGE: Use the newly introduced <ad ... /> tag in your templates. The syntax is similar to phpAdsNew's view_raw() function call - the tag understands what, clientid, target, source, and withtext as arguments. Please make yourself familiar with phpAdsNew prior to using this product. You can't expect this product to work, if you didn't check if your phpAdsNew is delivering your banners cleanly. Examples:
NOTES:
PS: This plugin is donationware - it helps you to make some money, so please be fair and honor my work with an adequate pecuniary donation. Donate via Paypal Show Your Support
|
Comments |
#252
|
||||
|
||||
Today I get on my forum to see that this is no longer working, completely weird. In my tempalte I have:
Code:
<td align="$stylevar[right]"> <ad clientid="1" /> </td> then in the HTML source after is is evald'd out I have: Code:
<td align="right"> <!-- BEGIN ad 2707236321 --><!-- END ad 2707236321 --> </td> Also my "innvocation code" looks like this: Code:
<?php if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew/phpadsnew.inc.php')) { if (!isset($phpAds_context)) $phpAds_context = array(); $phpAds_raw = view_raw ('', 0, '', '', '0', $phpAds_context); echo $phpAds_raw['html']; } ?> |
#253
|
||||
|
||||
maybe a stupid question but would this work on 3.5.4? thx
|
#254
|
||||
|
||||
I'm using this on 3.5.4
|
#255
|
|||
|
|||
Quote:
|
#256
|
|||
|
|||
Quote:
|
#257
|
|||
|
|||
btw can anyone help me about banner system?
I want something different but i cant do it. Like showing proper ads for proper forums. I will be glad if you can send me pm, if you can help me |
#258
|
||||
|
||||
Quote:
Thx |
#259
|
|||
|
|||
Got it working!
I too had some issues, but be sure to do this in the adsnew config:banana: Quote:
|
#260
|
||||
|
||||
it installed great only when the xml file is enabled i cant save my templates once i edit them
i'm using 3.5.4 and just upgraded to phpAdsNew 2.0.8 running on Apache 1.3.34, PHP 4.4.1 and MySQL 4.0.25-standard any idea's cause i'd really like it working |
#261
|
||||
|
||||
Ok, Feeling kind of noobish here for asking this but XML "is" new to me since I've been out of this game for awhile. I cannot download this I just get the xml code displayed in my browser. Plz show me the errors of my ways but be kind and don't laugh too hard.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|