Free Adult Tube-Video Script Forum

Full Version: Ad Placement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add some advertising underneath the video player
where can i find the file to edit or isnt it possible?
have you tried the Free HTML Areas... which can be accessed by the admin control panel?
thanks for the reply but did you read my question?
I dont want ads on the front page using the free html area in the admin!
I want to place ads underneath the video player.

I cant c why the webmaster gets a free script and have to upload and manage its website which takes
a hell of allot of time and in return gets the worst ad spots.

People hardly clicks from the front pages and the video player page is the best to advertise
(11-07-2011 12:37 AM)Punktured Wrote: [ -> ]have you tried the Free HTML Areas... which can be accessed by the admin control panel?

i cant add ads under videos from the free html area .can the admin help on this matter?
in functions.php there is a function called "content"
within that function is

case "video":

thats the case you would add an ad code to..

if you need detailed instructions let me know
(07-08-2011 09:33 AM)Punktured Wrote: [ -> ]in functions.php there is a function called "content"
within that function is

case "video":

thats the case you would add an ad code to..

if you need detailed instructions let me know

if its easy for you tell me in details

thanks
if you open functions.php
and use your browsers "find" function...
search for
Quote:function content

you will find the function i am talking about...

if you scroll down a little bit...
you will see a line
Quote:case "video":

just after that you will see these
$video_arr[1] < this one is video title
$video_arr[2] < this one is video
$video_arr[3] < this one is video description
$video_arr[4] < this one is comments

place your ad code somewhere in there, depending where you want it placed...
note... make sure your code uses " not '

if you need, i can bring back a working example...
Reference URL's