![]() |
Does this work with the latest version of phpadsnew 2.0.7?
|
Quote:
Did u installed the phpadsnew to your forum's db or did u create a seperate db for it?_ |
I have installed it both ways. Using the vBulletin Database, and a seperate database. Both types of installation work fine and shouldn't be an issue.
|
i installed it to the seperate db but that plugin tries to find these tables at forum's database and then give error.
i wrote the error few posts before. can you tell me what must i do it to work with seperate db?? |
can anyone tell me what did i do wrong?? When i try too add that <ad tag to my style it gives error like
Invalid SQL: SELECT title, styleid FROM template WHERE templateid = 455; MySQL Error : Table '*_phpadsnew.template' doesn't exist Error Number : 1146 I installed phpadsnew to seperate vb then vbulletin but i couldnt find what is going on wrong.... |
Quote:
|
Additionally, make sure your config is correct. If you installed phpadsnew, and are getting that error, it is not finding the table _phpadsnew.template. If you would like me to look at it, please feel free to contact me via MSN Messenger (In my profile) or by email.
|
I had the same issue as bonjurkes, and no one here or on PAN forums could help me. I finally got my ads served just using the remote invocation code supplied by PAN. I like the way this mod is supposed to work, but I couldn't get it functioning correctly.
- Justin |
Quote:
I got seperate DB's |
hey,
i install it without a problem at last :) Now i want to put some ads special for forums that i want for example lets say i have a forum called "cars" and i want to display some car ads and lets say i have another forum called " sport" and i want to display some sport ads is there a way that i can do it? can anyone explain it to me please.. |
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]"> then in the HTML source after is is evald'd out I have: Code:
<td align="right"> Also my "innvocation code" looks like this: Code:
<?php |
maybe a stupid question but would this work on 3.5.4? thx
|
I'm using this on 3.5.4
|
Quote:
|
Quote:
|
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 |
Quote:
Thx |
Got it working!
I too had some issues, but be sure to do this in the adsnew config:banana: Quote:
|
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 :D |
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. :)
|
Right click on the xml file link now, and click Save Target As...
|
Installed great works awesome.....
How do I get different zones to show up in different forums and sub forums......I have sponsors who only want to advertise in like one sub-forum..... |
Quote:
|
you must write the path of the phpadsnew true!
for example : www.sitename.com/phpadsnew is ../phpadsnew/ under server settings at vb options... |
Quote:
I have the same issue, i have it set to ../phpads/ in the settings for vb and i have this set $phpAds_config['compatibility_mode'] = true; |
When i try to upload / install this, it tells me the xml file is invalid.
|
Installed.
Thx a ton, works realy cool :D |
Quote:
|
Is this possible with adsense and rotate banners both?
|
Quote:
|
Edited:
Yay this is working after figured out how to display the banners for 2 hours! I thought this is the only problem but I'm wrong. Great hack! For those people who are having problem with rotate banners or not showing the banners, this is not mod hack fault. It is your phpadsnew! You need to setup correct thru campaign, zones etc. I suggest you read the online PDF user guide document, yes it is 70 pages, just read which most important you need to learn. |
Quote:
|
Quote:
When I click next I get back on that page. AND when I disable the compability I get this error when editting a template: Quote:
Quote:
When I ENABLE safe mode: I don't get an error on my forums, but I can't edit anything in my phpads admin panel. When I DISABLE safe mode: I can't access my forum due to a MYSQL error, but I can edit the settings in the ads-panel. I am currently using phpAdsNew 2.0.8 running on Apache 2.0.49, PHP 4.3.10 and MySQL 4.1.14-standard. Can you tell me what I'm doing wrong? |
compatibility_mode HAS to be set to true. the problem you are talking about, already being upgraded, is phpAds being broken.
if you disable compatibility_mode, then vB can't find the database for phpAds. also, don't use Safe_mode - it's not actually fixing your situation, it's just supressing your errors. SO: go to phpadsnew.com and do a search on how to fix your program not letting you log in. do a serch like 'already upgraded' or what ever the error is displayed. I was having problems with this script, because i was going straight to Google adsense, and wondering why it wasn't displaying - when the whole time it's my adsense code that is broken (still waiting on google to fix my account). |
Hi Robert,
at the moment I can't enable the comp. mode. But you say my phpadsnew installation isn't working as it should be. I'll look for a solution for that problem. Do you think, when It's said on enabled and my adsnew is working fine, I won't receive any errors on the forum anymore? |
For those of you having blank template saving issues, check that the two files are included and that you are pointing to the right dir (for phpadnews) in your VB options.
Doing both of those things cleaned up my problem. |
First I want to say I am new to vBulletin and I apologize if this post is inappropriate but I wanted to share a modification I did to your Plugin. Actually it is a modification to it's use, I did nothing to the XML.
Objective: To have search sponsored ads on the search results page based on the person's search words relating to the keywords in phpAdsNew banner setup. Step 1: Add new Plugin Product: phpAdsNew Intergration Hook Location: search_results_query_threads Title: phpAdsNew Search Qualified Keywords Plugin PHP Code: Code:
$adswords = implode('|', $display['words']); Add after $navbar Code:
<if condition="$displayWords"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> I apologize if the template code isn't the prettiest but it does work. Attached two screenshots, all my banners are adult orientated so I made a fake banner and post to search on, if there are multiple pages the Page Navigator goes between the Sponsored Ad and the Search Results (see 2nd SS). Also if anyone has any suggestions how to have a random banner appear if none of the search words match any phpAdsNew keywords I am all ears. BTW Great product for easier banner handling: clicking INSTALL! |
this is brilliant, thanks for this hack
|
Thanks, it is working perfect!
Only in the archive it is not working? is it possible to use the <ad what="zone:1" /> code in the archive header? |
Am I missing something here... I have installed to the letter and now when i add
<ad what="zone:1" /> to the header template and click save.. it does not save at all just give blank page. If I edit the same template and add standard html it works fine. Any help would be great |
All times are GMT. The time now is 09:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|