Free Adult Tube-Video Script Forum

Full Version: how can put my ads to end af video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can put my ads to end af video or modify the ifriends cod to my cod...help me ....thx to this great script.
open include/functions.php

and find video($id) on line 1065

you will see below codes under video($id) function on line 1107

PHP Code:
$data_v=array(true,urldecode($title),'<script type="text/javascript" src="'.$kaynak_url.'video/video.php?id='.$id.'&kaynak='.$kaynak.'"></script><br>'.$taglari,urldecode($description),$commentti);
   
$data_2=urldecode($title).'###<script type="text/javascript" src="'.$kaynak_url.'video/video.php?id='.$id.'&kaynak='.$kaynak.'"></script><br>'.$taglari.'###'.urldecode($description).'###'.$commentti

chage the code as below;

$data_v=array(true,urldecode($title),'<script type="text/javascript" src="'.$kaynak_url.'video/video.php?id='.$id.'&kaynak='.$kaynak.'"></script><br>your add here<br>'.$taglari,urldecode($description),$commentti);
$data_2=urldecode($title).'###<script type="text/javascript" src="'.$kaynak_url.'video/video.php?id='.$id.'&kaynak='.$kaynak.'"></script><br>your add here<br>''.$taglari.'###'.urldecode($description).'###'.$commentti;
This is great, but is there a way to incorporate this into admin area?

Having to open include/functions.php for every ad for each video

really asking for problems.

How does this affect the post roll ads already there?
(05-07-2010 02:36 PM)egm1947 Wrote: [ -> ]This is great, but is there a way to incorporate this into admin area?

Having to open include/functions.php for every ad for each video

really asking for problems.

How does this affect the post roll ads already there?

this is for under video ads not for inner videos
if you chage from functions, ads will affect for each video
but be sure that you clean caches after you change
(05-07-2010 09:50 PM)admin Wrote: [ -> ]
(05-07-2010 02:36 PM)egm1947 Wrote: [ -> ]This is great, but is there a way to incorporate this into admin area?

Having to open include/functions.php for every ad for each video

really asking for problems.

How does this affect the post roll ads already there?

this is for under video ads not for inner videos
if you chage from functions, ads will affect for each video
but be sure that you clean caches after you change

His question was....
Quote:how can put my ads to end af video
how can put my ads to end af video or modify the ifriends cod to my cod...help me ....thx to this great script.

Are you refering to an ad box below player or in player at end of video?
(05-07-2010 10:20 PM)egm1947 Wrote: [ -> ]
(05-07-2010 09:50 PM)admin Wrote: [ -> ]
(05-07-2010 02:36 PM)egm1947 Wrote: [ -> ]This is great, but is there a way to incorporate this into admin area?

Having to open include/functions.php for every ad for each video

really asking for problems.

How does this affect the post roll ads already there?

this is for under video ads not for inner videos
if you chage from functions, ads will affect for each video
but be sure that you clean caches after you change

His question was....
Quote:how can put my ads to end af video
how can put my ads to end af video or modify the ifriends cod to my cod...help me ....thx to this great script.

Are you refering to an ad box below player or in player at end of video?


sorry for my wrong understanding
it is not avaible to modfiy the inner videos cause it is for freeadultscripts ads
(06-07-2010 12:11 AM)admin Wrote: [ -> ]
(05-07-2010 10:20 PM)egm1947 Wrote: [ -> ]
(05-07-2010 09:50 PM)admin Wrote: [ -> ]
(05-07-2010 02:36 PM)egm1947 Wrote: [ -> ]This is great, but is there a way to incorporate this into admin area?

Having to open include/functions.php for every ad for each video

really asking for problems.

How does this affect the post roll ads already there?

this is for under video ads not for inner videos
if you chage from functions, ads will affect for each video
but be sure that you clean caches after you change

His question was....
Quote:how can put my ads to end af video
how can put my ads to end af video or modify the ifriends cod to my cod...help me ....thx to this great script.

Are you refering to an ad box below player or in player at end of video?


sorry for my wrong understanding
it is not avaible to modfiy the inner videos cause it is for freeadultscripts ads

Thats what I thought Bro, wanted to make sure you understood what he was asking.
The code you posted was for an ad box "under" the video player.right?
yeah right
Reference URL's