Warning, can not parse template (content_page) (Error: Type 2, file_get_contents(http://109.206.161.54/search_query.php?c=4&d=1): failed to open stream: HTTP request failed! , line 19 )

9 : <script src="/js/jquery-1.11.0.min.js"></script>
10 : <script src="/js/functions.js"></script>
11 : <link href="https://fonts.googleapis.com/css?family=Montserrat&amp;subset=cyrillic,vietnamese" rel="stylesheet">
12 : <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
13 : <meta name="apple-touch-fullscreen" content="YES" />
14 : <base target="_blank">
15 :
16 :
17 : <script type="text/javascript">
18 : var popit = true;
19 : window.onbeforeunload = function() {
20 : if(popit == true) {
21 : popit = false;
22 : setTimeout(function(){
23 : window.open("/xtube.php", "_blank");
24 : window.location.href = "/xtube.php";
25 :
26 : }, 0);
27 : return "Are you sure you want to leave?";
28 : }
29 : popit= true;