How do someone setup phpadsnew beta 6.1 with Vbulletin? After searching and reading all those threads concerning phpadnews, i come to the conclusion the following.
Add the following code to phpinclude template:
Add the following to the header or footer template
$banner[html]
Now, i need to know what should I replace xxx with? Searching the threads, i found many diff implementations such as using keyword, client id & etc. But i tried and it is not working, maybe because they are using older version of phpadsnew since the thread was like many months back.
Can anyone help me? Thank you.
Add the following code to phpinclude template:
PHP Code:
require("/home/aaronx88/public_html/phpads/phpadsnew.inc.php");
$banner = view_raw("xxx")
$banner[html]
Now, i need to know what should I replace xxx with? Searching the threads, i found many diff implementations such as using keyword, client id & etc. But i tried and it is not working, maybe because they are using older version of phpadsnew since the thread was like many months back.
Can anyone help me? Thank you.
Comment