-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmovies.php
More file actions
204 lines (187 loc) · 9.25 KB
/
movies.php
File metadata and controls
204 lines (187 loc) · 9.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<?php require_once('Connections/Ublq.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}
mysql_select_db($database_Ublq, $Ublq);
$query_CATEACTION = "SELECT * FROM mov25ublq WHERE cates = 'action'";
$CATEACTION = mysql_query($query_CATEACTION, $Ublq) or die(mysql_error());
$row_CATEACTION = mysql_fetch_assoc($CATEACTION);
$totalRows_CATEACTION = mysql_num_rows($CATEACTION);
mysql_select_db($database_Ublq, $Ublq);
$query_CATECHILDREN = "SELECT * FROM mov25ublq WHERE cates = 'children'";
$CATECHILDREN = mysql_query($query_CATECHILDREN, $Ublq) or die(mysql_error());
$row_CATECHILDREN = mysql_fetch_assoc($CATECHILDREN);
$totalRows_CATECHILDREN = mysql_num_rows($CATECHILDREN);
mysql_select_db($database_Ublq, $Ublq);
$query_CATECOMEDY = "SELECT * FROM mov25ublq WHERE cates = 'comedy'";
$CATECOMEDY = mysql_query($query_CATECOMEDY, $Ublq) or die(mysql_error());
$row_CATECOMEDY = mysql_fetch_assoc($CATECOMEDY);
$totalRows_CATECOMEDY = mysql_num_rows($CATECOMEDY);
mysql_select_db($database_Ublq, $Ublq);
$query_CATEDOCUMENTARY = "SELECT * FROM mov25ublq WHERE cates = 'documentary'";
$CATEDOCUMENTARY = mysql_query($query_CATEDOCUMENTARY, $Ublq) or die(mysql_error());
$row_CATEDOCUMENTARY = mysql_fetch_assoc($CATEDOCUMENTARY);
$totalRows_CATEDOCUMENTARY = mysql_num_rows($CATEDOCUMENTARY);
mysql_select_db($database_Ublq, $Ublq);
$query_CATEDRAMA = "SELECT * FROM mov25ublq WHERE cates = 'drama'";
$CATEDRAMA = mysql_query($query_CATEDRAMA, $Ublq) or die(mysql_error());
$row_CATEDRAMA = mysql_fetch_assoc($CATEDRAMA);
$totalRows_CATEDRAMA = mysql_num_rows($CATEDRAMA);
mysql_select_db($database_Ublq, $Ublq);
$query_CATEFANTASY = "SELECT * FROM mov25ublq WHERE cates = 'fantasy'";
$CATEFANTASY = mysql_query($query_CATEFANTASY, $Ublq) or die(mysql_error());
$row_CATEFANTASY = mysql_fetch_assoc($CATEFANTASY);
$totalRows_CATEFANTASY = mysql_num_rows($CATEFANTASY);
mysql_select_db($database_Ublq, $Ublq);
$query_CATEHORROR = "SELECT * FROM mov25ublq WHERE cates = 'horror'";
$CATEHORROR = mysql_query($query_CATEHORROR, $Ublq) or die(mysql_error());
$row_CATEHORROR = mysql_fetch_assoc($CATEHORROR);
$totalRows_CATEHORROR = mysql_num_rows($CATEHORROR);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mpfreebies - A Quality Streaming Tv - Radio - Movie Media Site</title>
<link href="/ublqstyle.css" rel="stylesheet" type="text/css" />
<link href="/includes/expand_script/ublq_expanded.css" rel="stylesheet" type="text/css" />
<style>#socialinks td { padding-left:2px; padding-right:2px;}</style>
<script type="text/javascript" src="/includes/expand_script/ublq_expanded.js"></script>
<script type="text/javascript" src="/includes/player/t_r_m_g_player.js"></script>
<script type="text/javascript" src="/includes/disable_rightclick.js"></script>
</head>
<body onload="initShowHideDivs();">
<table width="1003" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><?php include('includes/ublq_parts/startup_section.php'); ?>
<table width="1003" border="0" cellpadding="0" cellspacing="0" class="centertop">
<tr>
<td height="28"></td>
</tr>
</table>
<table width="1003" border="0" cellpadding="0" cellspacing="0" class="center">
<tr>
<td valign="top"><table width="1002" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="46" height="148"> </td>
<td width="210" valign="top">
<?php include('includes/channel_list/movie_list.php'); ?>
<?php include('includes/ublq_parts/searchbox.php'); ?>
<?php include('includes/ublq_parts/tags.php'); ?>
<?php include('includes/ublq_parts/statistics.php'); ?>
<?php include('includes/ublq_parts/donate.php'); ?></td>
<td width="10"> </td>
<td width="689" valign="top"><table width="687" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="631" height="28" class="headering_black">Movies :</td>
<td width="59" valign="top"> </td>
</tr>
</table>
<table width="682" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="314" valign="top"><table width="683" border="0" cellpadding="0" cellspacing="5" bgcolor="#3B90C4">
<tr>
<td bgcolor="#002F4E"><table width="673" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="480"><div id="Movielist">
<script type="text/javascript">
startajaxtabs("Player") </script>
<div align="center"><a href="http://www.dpbolvw.net/click-2977065-10530224" target="_blank" onmouseover="window.status='http://www.cyberlink.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.lduhtrp.net/image-2977065-10530224" width="300" height="250" alt="CyberLink PowerDirector 6" border="0"/></a></div>
</div>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><img src="/imagine/Scissor Cut.gif" width="682" height="20" />
<table width="480" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="480"><table width="480" border="0" cellpadding="0" cellspacing="5" bgcolor="#3B90C4">
<tr>
<td width="470" valign="top" bgcolor="#002F4E"><table width="468" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="278" valign="top"><table width="468" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="487"><script type="text/javascript" language="JavaScript" src="http://www.dpbolvw.net/r1101nzvkmoryvno09CJEHHJE?target=_blank&mouseover=Y"></script></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<img src="/imagine/Scissor Cut.gif" width="682" height="20" /></td>
<td width="49"> </td>
</tr>
</table></td>
</tr>
</table>
<table width="1003" border="0" cellpadding="0" cellspacing="0" class="centerbot">
<tr>
<td height="7"></td>
</tr>
</table>
<table width="1003" border="0" cellpadding="0" cellspacing="0" class="bot">
<tr>
<td valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="8"></td>
</tr>
</table>
<table width="911" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="605" valign="top"><?php include('includes/ublq_parts/about_ublq.php'); ?></td>
<td width="302" valign="top"><?php include('includes/ublq_parts/ads_bottom.php'); ?></td>
</tr>
</table>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="6"></td>
</tr>
</table></td>
</tr>
</table>
<?php include('includes/ublq_parts/bottom_links.php'); ?></td>
</tr>
</table>
</body>
</html>
<?php
mysql_free_result($CATEACTION);
mysql_free_result($CATECHILDREN);
mysql_free_result($CATECOMEDY);
mysql_free_result($CATEDOCUMENTARY);
mysql_free_result($CATEDRAMA);
mysql_free_result($CATEFANTASY);
mysql_free_result($CATEHORROR);
?>