Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My Video From My Server And Some Other Problems
04-07-2010, 10:36 PM (This post was last modified: 04-07-2010 10:36 PM by porno.)
Post: #1
My Video From My Server And Some Other Problems
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
Find all posts by this user
Quote this message in a reply
05-07-2010, 10:33 AM (This post was last modified: 05-07-2010 10:35 AM by admin.)
Post: #2
RE: My Video From My Server And Some Other Problems
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: