This file is indexed.

/usr/share/freeplayer/http-fbx/info.html is in freeplayer 20070531+dfsg.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
	<head>

		<!-- info.html
			m: display size
			d: current directory
			p: playlist page
		-->

		<vlc id="include" param1="env.html" />

		<vlc id="if" param1="m value '' strcmp 0 =" />
			<vlc id="rpn" param1="m 100 store" />
		<vlc id="end" />
		<vlc id="if" param1="m value 50 <" />
			<vlc id="rpn" param1="m 50 store" />
		<vlc id="end" />
		<vlc id="if" param1="m value 100 >" />
			<vlc id="rpn" param1="m 100 store" />
		<vlc id="end" />

		<vlc id="rpn" param1="nr_nodes 0 store" />
		<vlc id="rpn" param1="nr_items 0 store" />
		<vlc id="rpn" param1="current_node_name '&nbsp;' store" />
		<vlc id="foreach" param1="pl" param2="playlist" />
			<vlc id="if" param1="pl.type value 'Node' strcmp" />
				<vlc id="if" param1="pl.current" />
					<vlc id="rpn" param1="current_node nr_nodes value store" />
					<vlc id="rpn" param1="current_node_index pl.index value store" />
					<vlc id="rpn" param1="current_node_name pl.name value htmlspecialchars store" />
				<vlc id="end" />
				<vlc id="rpn" param1="nr_nodes nr_nodes 1 + store" />
			<vlc id="end" />
			<vlc id="rpn" param1="nr_items nr_items 1 + store" />
		<vlc id="end" />
		<vlc id="rpn" param1="prev_node_index current_node_index value 1 - store" />
		<vlc id="rpn" param1="next_node_index current_node_index value 1 + store" />

		<!-- time -->
		<vlc id="if" param1="stream_time stream_length >" />
			<vlc id="rpn" param1="slide 190 store" />
		<vlc id="else" />
			<vlc id="rpn" param1="slide 91 stream_time * stream_length / 2 + 2 * store" />
		<vlc id="end" />
		<vlc id="rpn" param1="stream_length_H stream_length 3600 / store" />
		<vlc id="rpn" param1="stream_length_M stream_length 3600 % 60 / store" />
		<vlc id="rpn" param1="stream_length_S stream_length 60 % store" />

		<link rel="info"    href="play.html?<vlc id="value" param1="u value" />">
		<link rel="guide"   href="guide.html?guide=Player&<vlc id="value" param1="u value" />">
		<link rel="options" href="options.html?<vlc id="value" param1="u value" />">
		<link rel="help"    href="help.html?<vlc id="value" param1="u value" />">

		<link rel="red"     href="play.html?<vlc id="value" param1="u value" />">
		<link rel="yellow"  href="play.html?<vlc id="value" param1="u value" />">
		<link rel="green"   href="info.html?m=<vlc id="value" param1="m value 1 -" />&p=<vlc id="value" param1="p value" />&d=<vlc id="value" param1="d value" />">
		<link rel="blue"    href="info.html?m=<vlc id="value" param1="m value 1 +" />&p=<vlc id="value" param1="p value" />&d=<vlc id="value" param1="d value" />">

		<link rel="up"      href="play.html?type=5&control=previous&<vlc id="value" param1="u value" />">
		<link rel="down"    href="play.html?type=5&control=next&<vlc id="value" param1="u value" />">

		<link rel="stop"    href="play.html?type=5&control=stop&<vlc id="value" param1="u value" />">

		<vlc id="if" param1="stream_state value 'playing' strcmp 0 =" />
			<link rel="play"    href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />">
			<link rel="pause"   href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />">
		<vlc id="end" />
		<vlc id="if" param1="stream_state value 'paused' strcmp 0 =" />
			<link rel="play"    href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />">
			<link rel="pause"   href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />">
		<vlc id="end" />
		<vlc id="if" param1="stream_state value 'stop' strcmp 0 =" />
			<link rel="play"    href="play.html?type=5&control=play&item=<vlc id="value" param1="current_node_index value" />&<vlc id="value" param1="u value" />">
			<link rel="pause"   href="play.html?type=5&control=play&item=<vlc id="value" param1="current_node_index value" />&<vlc id="value" param1="u value" />">
		<vlc id="end" />

		<meta name="refresh"        content="15;url=play.html?<vlc id="value" param1="u value" />">
		<meta name="love_page"      content="http://212.27.38.254:8080/playlist.html?<vlc id="value" param1="v value" />">
		<meta name="home_page"      content="http://212.27.38.254:8080/browser.html?<vlc id="value" param1="v value" />">
		<meta name="channel_page"   content="http://212.27.38.254:8080/play.html?type=7&item=%d&<vlc id="value" param1="v value" />">
		<meta name="nochannel_page" content="http://212.27.38.254:8080/play.html?type=7&item=%d&<vlc id="value" param1="v value" />">
		<meta name="video_output_scale" content="<vlc id="value" param1="m value" />">
	</head>

	<body text="#f0f0f03f" link="#0000003f" alink="#cc00003f" vlink="#cc00003f">

		<table border=0 cellpadding=0 cellspacing=0>
			<tr>
				<td width=60  height=30>&nbsp;</td>
				<td width=316 height=35>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td bgcolor="#E1E1E12C">
					<table cellpadding=0 cellspacing=4>
						<tr>
							<td width=196>
								<table border="0" width=192 cellpadding=0 bgcolor="#0000003F">
									<tr>
										<td width="<vlc id="value" param1="slide" />" bgcolor="#EFB70F3F">&nbsp;</td>
										<td bgcolor="#FFFFFF3F">&nbsp;</td>
									</tr>
								</table>
							</td>
							<td align=center valign=bottom><font color="#4040403f"><vlc id="if" param1="stream_length_H 10 <" />0<vlc id="end" /><vlc id="value" param1="stream_length_H" />:<vlc id="if" param1="stream_length_M 10 <" />0<vlc id="end" /><vlc id="value" param1="stream_length_M" />:<vlc id="if" param1="stream_length_S 10 <" />0<vlc id="end" /><vlc id="value" param1="stream_length_S" /></font></td>
						</tr>
						<tr>
							<td>
								<table border="0" cellpadding="0">
									<tr>
<vlc id="if" param1="stream_state value 'playing' strcmp 0 =" />
							<td><a href="play.html?type=5&control=previous&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="W"></font></a></td>
							<td><a href="play.html?type=5&control=seek&seek=-1min&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="@@"></font></a></td>
							<td><a focused href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="Y"></font></a></td>
							<td><a href="play.html?type=5&control=stop&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="Z"></font></a></td>
							<td><a href="play.html?type=5&control=seek&seek=%2B1min&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="AA"></font></a></td>
							<td><a href="play.html?type=5&control=next&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="X"></font></a></td>
<vlc id="end" />
<vlc id="if" param1="stream_state value 'paused' strcmp 0 =" />
							<td><a href="play.html?type=5&control=previous&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="W"></font></a></td>
							<td><font color="#7070703f" family="Symbol"><box border=2 width=24 height=18 align=center text="@@"></font></td>
							<td><a focused href="play.html?type=5&control=pause&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="A"></font></a></td>
							<td><a href="play.html?type=5&control=stop&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="Z"></font></a></td>
							<td><font color="#7070703f" family="Symbol"><box border=2 width=24 height=18 align=center text="AA"></font></td>
							<td><a href="play.html?type=5&control=next&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="X"></font></a></td>
<vlc id="end" />
<vlc id="if" param1="stream_state value 'stop' strcmp 0 =" />
							<td><a href="play.html?type=5&control=play&item=<vlc id="value" param1="prev_node_index" />&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="W"></font></a></td>
							<td><font color="#7070703f" family="Symbol"><box border=2 width=24 height=18 align=center text="@@"></font></td>
							<td><a focused href="play.html?type=5&control=play&item=<vlc id="value" param1="current_node_index" />&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="A"></font></a></td>
							<td><font color="#7070703f" family="Symbol"><box border=2 width=24 height=18 align=center text="Z"></font></td>
							<td><font color="#7070703f" family="Symbol"><box border=2 width=24 height=18 align=center text="AA"></font></td>
							<td><a href="play.html?type=5&control=play&item=<vlc id="value" param1="next_node_index" />&<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="X"></font></a></td>
<vlc id="end" />
							<td><a href="playlist.html?<vlc id="value" param1="u value" />"><font family="Symbol"><box border=2 width=24 height=18 align=center text="["></font></a></td>
									</tr>
								</table>
							</td>
							<td valign=bottom>
								<form action="none"><table border=0 cellpadding=0 cellspacing=0>
										<tr>
											<td width=40%><input type="radio" name="aud" value="69(en,mp2)" bgcolor="#E1E1E12C"><font color="#4040403f"> St</font></td>
											<td><input type="radio" name="aud" value="69(en,ac3)" bgcolor="#E1E1E12C"><font color="#4040403f"> Dolby</font></td>
										</tr>
								</table></form>
							</td>
						</tr>

						<tr>
							<td colspan=2 bgcolor="#1E1E1E2C">
								<table border=0 cellpadding=2 cellspacing=0>
									<tr><td><vlc id="value" param1="current_node_name value" /></td></tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>