Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My Video From My Server And Some Other Problems
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 


Messages In This Thread
RE: My Video From My Server And Some Other Problems - admin - 05-07-2010 10:33 AM

Forum Jump: