how can put my ads to end af video
|
04-07-2010, 12:09 PM
Post: #1
|
|||
|
|||
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.
free Porn Videos |
|||
05-07-2010, 01:02 PM
Post: #2
|
|||
|
|||
RE: how can put my ads to end af video
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); 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; |
|||
05-07-2010, 02:36 PM
Post: #3
|
|||
|
|||
RE: how can put my ads to end af video
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, 09:50 PM
Post: #4
|
|||
|
|||
RE: how can put my ads to end af video
(05-07-2010 02:36 PM)egm1947 Wrote: This is great, but is there a way to incorporate this into admin area? 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, 10:20 PM
(This post was last modified: 05-07-2010 10:21 PM by egm1947.)
Post: #5
|
|||
|
|||
RE: how can put my ads to end af video
(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? His question was.... Quote:how can put my ads to end af video Are you refering to an ad box below player or in player at end of video? |
|||
06-07-2010, 12:11 AM
Post: #6
|
|||
|
|||
RE: how can put my ads to end af 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? sorry for my wrong understanding it is not avaible to modfiy the inner videos cause it is for freeadultscripts ads |
|||
06-07-2010, 12:18 AM
Post: #7
|
|||
|
|||
RE: how can put my ads to end af video
(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? 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? |
|||
06-07-2010, 11:04 AM
Post: #8
|
|||
|
|||
RE: how can put my ads to end af video
yeah right
|
|||
« Next Oldest | Next Newest »
|