This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //////////// | |
| lst = function () { | |
| this.pos = 0; | |
| this.prevPos = 0; | |
| } | |
| lst.prototype.length = 0; | |
| lst.prototype.page = 0; | |
| lst.prototype.prevLst = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stb_emul_mode = 1; | |
| function init() { | |
| back_location = back_location.replace(/\?referrer\=/, ''); | |
| if (stb_emul_mode) { | |
| } | |
| window.moveTo(0, 0); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var _GET = {}; | |
| (function(){ | |
| var get = new String(window.location); | |
| var x = get.indexOf('?'); | |
| if (x!=-1){ | |
| var l = get.length; | |
| get = get.substr(x+1, l-x); | |
| l = get.split('&'); | |
| x = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: D:/projects/stalker_portal/stalker_portal/c/player.js | |
| =================================================================== | |
| --- D:/projects/stalker_portal/stalker_portal/c/player.js (revision 3205) | |
| +++ D:/projects/stalker_portal/stalker_portal/c/player.js (revision 3206) | |
| @@ -1357,7 +1357,7 @@ | |
| if (this.is_tv && parseInt(this.cur_media_item.enable_tv_archive, 10) && module.time_shift && !this.prev_layer.on){ | |
| module.time_shift.set_media_item(this.cur_tv_item); | |
| module.time_shift.get_link_for_channel(); | |
| - this.is_tv = false; | |
| + //this.is_tv = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/stb.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/stb.class.php (revision 3348) | |
| +++ server/lib/stb.class.php (revision ) | |
| @@ -300,6 +300,7 @@ | |
| $profile['web_proxy_exclude_list'] = Config::exist('stb_http_proxy_exclude_list') ? Config::get('stb_http_proxy_exclude_list') : ''; | |
| $profile['update_url'] = self::getImageUpdateUrl(empty($_REQUEST['stb_type']) ? 'mag250' : $_REQUEST['stb_type']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: D:/projects/stalker_portal/stalker_portal/server/lib/mysql.class.php | |
| =================================================================== | |
| --- D:/projects/stalker_portal/stalker_portal/server/lib/mysql.class.php (revision 3255) | |
| +++ D:/projects/stalker_portal/stalker_portal/server/lib/mysql.class.php (revision 3256) | |
| @@ -445,8 +445,7 @@ | |
| } | |
| public function insert($table, $keys){ | |
| - | |
| - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: D:/projects/stalker_portal/stalker_portal/c/player.js | |
| =================================================================== | |
| --- D:/projects/stalker_portal/stalker_portal/c/player.js (revision 3357) | |
| +++ D:/projects/stalker_portal/stalker_portal/c/player.js (revision 3358) | |
| @@ -1538,7 +1538,10 @@ | |
| }; | |
| player.prototype.disable_pause = function(){ | |
| + _debug('player.disable_pause'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: server/lib/mysql.class.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- server/lib/mysql.class.php (revision 3355) | |
| +++ server/lib/mysql.class.php (revision ) | |
| @@ -240,6 +240,10 @@ | |
| return $this; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Epg from XMLTV | |
| * | |
| * @package stalker_portal | |
| * @author [email protected] | |
| */ | |
| class Epg | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: external/youtube/js/base-funcs.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- external/youtube/js/base-funcs.js (revision 3411) | |
| +++ external/youtube/js/base-funcs.js (revision ) | |
| @@ -247,7 +247,7 @@ | |
| { | |
| if (request.readyState == 4 && request.status == 200) { |