Free Adult Tube-Video Script Forum

Full Version: My Video From My Server And Some Other Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. is it possible to put my video clips directly to my server via FTP and that the video clips shown on the site ... how it can bring out if this software does not have the opportunity ...


2. I want to move the links up for the games, popular games and popular video clips *** just to stay home, clips and contact *** how to do it
1. it is not possible run your videos on your server for newer version

2. open include/functions.php
find function call_menuler() line at line 206

you will see below code under line 206

PHP Code:
return '<li><a href="'.$root_url.'">'.$lcl['homepage'].'</a></li>
<li><a href="'
.$root_url.'">'.$lcl['videos'].'</a></li>
            <li><a href="'
.$root_url.'?option=popular">'.$lcl['popularvideos'].'</a></li>
            <li><a href="'
.$root_url.'?option=games">'.$lcl['games'].'</a></li>
            <li><a href="'
.$root_url.'?option=populargames">'.$lcl['populargames'].'</a></li>
            <li><a href="'
.$root_url.'?option=contact">'.$lcl['contact'].'</a></li>'


if you remove
<li><a href="'.$root_url.'?option=games">'.$lcl['games'].'</a></li>
<li><a href="'.$root_url.'?option=populargames">'.$lcl['populargames'].'</a></li>
<li><a href="'.$root_url.'?option=contact">'.$lcl['contact'].'</a></li>

you will see what happen
Reference URL's