• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Old forum post?

Started by dudleyz03,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dudleyz03Topic starter

Hi,

What happened to this forum post?
http://www.phprevolution.com/forum/script-modifications-203/adding-ads-to-phpvibe-v3-(the-manual-guide)/

     It's missing.  I wanted to know how to specify adsense ads to ONLY show on featured videos i upload, and not on movie trailers or video game vids i embed or import.  Plus, the forum topic of how to not show ads on search results is missing too.  I would think I could avoid a Google ban if I could only specify which videos (my own created videos) to allow advertising.

  •  

PHPVibe A.

#1
Hi, that was for v3.1 and v3.1 was 100% different, we've re-coded completely the platform as of v3.3.

Here is an example for single video (com/com_video.php or tpl/main/video.php usage)

if ($vid->VideoProvider() == "localfile")
{
//it's local file
}


else you could try:

Vibe_Providers::VideoProvider(http://www.link.com) == "localfile"

Similar topics (7)