with this you archive to hide the video link.
Firstly the video link in the search code is like this.
After will be like this.Code:<script type="text/javascript"> so.addVariable("file","http://video.bizhat.com/flvideo/12116304601100217387.flv"); </script>
How to do it :?:Code:<script type="text/javascript"> so.addVariable("file","../../flvideo/12116304601100217387.flv"); </script>
open file "\include\classes\class.video_player.php
Find this
Replace with:Code:function vshare_player(){ global $config; if($this->server_id == 0){ $file = $config['baseurl'] ."/flvideo/" .$this->flvideo;
that's all :wink:Code:function vshare_player(){ global $config; if($this->server_id == 0){ $file = "../../flvideo/" .$this->flvideo;


Reply With Quote

Bookmarks