Maybe this is a dumb question, but I've never done it before. Is it alright to include the adcode in an include statement [ include("ypnfile") ], or is this a violation of YPN's terms?
The final result is a page, still. So that's not a problem. 80% of the guys here use headers, footers, sidebars, as separate files, and use the include function to add them to a page.
As YPN is booting out people for number of reasons...it is always better to send them a note regarding this...
As long as your include does not require you to change the YPN javascript in any way, it is fine to do.
PHP is just a server-side scripting language, it all feed's out to HTML in the end and you are not modifiying the YPN code at all.
I figured that since the output is exatly the same, it shouldn't be a probelm, just wanted to make sure. Rewriting my site and didn't want to get in trouble with YPN. Thanks for the replies.