This file is indexed.

/usr/share/amule/webserver/default/amuleweb-main-prefs.php is in amule-common 2.3.1-11.

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
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>aMule control panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<link href="style.css" rel="stylesheet" type="text/css"><style type="text/css">
<!--
caption {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #003161;
}
th {
	font-family: Helvetica;
	font-size: 14px;
	font-height: 22px;
	font-weight: bold;
	color: #003161;
}
a:link {
	color: #003161;
	text-decoration: none;
}
a:active {
	color: #003161;
	text-decoration: none;
}
a:visited {
	color: #003161;
	text-decoration: none;
}
a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}
td {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
}
label {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}
.texte {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
}
label {
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
font-weight:bold
}
input {
border:1px solid #003161;
background-color:  white;
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
color: #003161;
}
select, option {
background-color:  white;
font-size: 12px;
color: #003161;
}
textarea {
border:1px solid #003161;
background-color: #90B6DB;
font-family:"trebuchet ms",sans-serif;
font-size: 12px;
color: white;
}
-->
</style>
</head><script language="JavaScript" type="text/JavaScript">
function formCommandSubmit(command)
{
	var frm=document.forms.mainform
	frm.command.value=command
	frm.submit()
}

var initvals = new Object;

<?php
	// apply new options before proceeding
	//var_dump($HTTP_GET_VARS);
	if ( ($HTTP_GET_VARS["Submit"] == "Apply") && ($_SESSION["guest_login"] == 0) ) {
		$file_opts = array("check_free_space", "extract_metadata", 
			"ich_en","aich_trust", "preview_prio","save_sources", "resume_same_cat",
			"min_free_space", "new_files_paused", "alloc_full", "alloc_full_chunks",
			"new_files_auto_dl_prio", "new_files_auto_ul_prio"
		);
		$conn_opts = array("max_line_up_cap","max_up_limit",
			"max_line_down_cap","max_down_limit", "slot_alloc", 
			"tcp_port","udp_dis","max_file_src","max_conn_total","autoconn_en");
		$webserver_opts = array("use_gzip", "autorefresh_time");
		
		$all_opts;
		foreach ($conn_opts as $i) {
			$curr_value = $HTTP_GET_VARS[$i];
			if ( $curr_value == "on") $curr_value = 1;
			if ( $curr_value == "") $curr_value = 0;
			
			$all_opts["connection"][$i] = $curr_value;
		}
		foreach ($file_opts as $i) {
			$curr_value = $HTTP_GET_VARS[$i];
			if ( $curr_value == "on") $curr_value = 1;
			if ( $curr_value == "") $curr_value = 0;
			
			$all_opts["files"][$i] = $curr_value;
		}
		foreach ($webserver_opts as $i) {
			$curr_value = $HTTP_GET_VARS[$i];
			if ( $curr_value == "on") $curr_value = 1;
			if ( $curr_value == "") $curr_value = 0;
			
			$all_opts["webserver"][$i] = $curr_value;
		}
		//var_dump($all_opts);
		amule_set_options($all_opts);
	}
	$opts = amule_get_options();
	//var_dump($opts);
	$opt_groups = array("connection", "files", "webserver");
	//var_dump($opt_groups);
	foreach ($opt_groups as $group) {
		$curr_opts = $opts[$group];
		//var_dump($curr_opts);
		foreach ($curr_opts as $opt_name => $opt_val) {
			echo 'initvals["', $opt_name, '"] = "', $opt_val, '";';
		}
	}
?>

<!-- Assign php generated data to controls -->
function init_data()
{
	var frm = document.forms.mainform

	var str_param_names = new Array(
		"max_line_down_cap", "max_line_up_cap",
		"max_up_limit", "max_down_limit", "max_file_src",
		"slot_alloc", "max_conn_total",
		"tcp_port", "udp_port",
		"min_free_space",
		"autorefresh_time"
		)
	for(i = 0; i < str_param_names.length; i++) {
		frm[str_param_names[i]].value = initvals[str_param_names[i]];
	}
	var check_param_names = new Array(
		"autoconn_en", "reconn_en", "udp_dis", "new_files_paused",
		"aich_trust", "alloc_full", "alloc_full_chunks",
		"check_free_space", "extract_metadata", "ich_en",
		"new_files_auto_dl_prio", "new_files_auto_ul_prio",
		"use_gzip"
		)
	for(i = 0; i < check_param_names.length; i++) {
		frm[check_param_names[i]].checked = initvals[check_param_names[i]] == "1" ? true : false;
	}
}

</script>
<body background="images/fond.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/transf_1.png','images/shared_1.png','images/search_1.png','images/edkserv_1.png','images/sheserv_1.png','images/stats_1.png');init_data();">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr valign="top"> 
    <td width="143" height="64"><img src="images/logo.png" width="143" height="64"></td>
    <td width="100%" height="64" align="right" background="images/fond_haut.png"> <table border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><a href="amuleweb-main-dload.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('transfert','','images/transf_1.png',1)"><img src="images/transf_0.png" alt="transfert" name="transfert" width="52" height="50" border="0"></a></td>
          <td><a href="amuleweb-main-shared.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('shared','','images/shared_1.png',1)"><img src="images/shared_0.png" alt="shared" name="shared" width="52" height="50" border="0"></a></td>
          <td><a href="amuleweb-main-search.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('search','','images/search_1.png',1)"><img src="images/search_0.png" alt="search" name="search" width="52" height="50" border="0"></a></td>
          <td><a href="amuleweb-main-servers.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('edkserver','','images/edkserv_1.png',1)"><img src="images/edkserv_0.png" alt="edkserver" name="edkserver" width="52" height="50" border="0"></a></td>
          <td><a href="amuleweb-main-kad.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sheserv','','images/sheserv_1.png',1)"><img src="images/sheserv_0.png" alt="sheserv" name="sheserv" width="52" height="50" border="0"></a></td>
          <td><a href="amuleweb-main-stats.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('statistiques','','images/stats_1.png',1)"><img src="images/stats_0.png" alt="statistiques" name="statistiques" width="52" height="50" border="0"></a></td>
          <td><img src="images/col.png"></td>
          <td width="10"></td>
          <td width="190" align="right" class="texteinv"><a href="login.php">exit</a><br> 
            <a href="amuleweb-main-log.php">log &bull;</a> <a href="amuleweb-main-prefs.php">configuration</a></td>
          <td width="10"></td>
        </tr>
      </table></td>
  </tr>
  <tr align="center" valign="top"> 
    <td colspan="2">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <caption>PREFERENCES</caption>
          <tr> 
            <td width="24"><img src="images/tab_top_left.png" width="24" height="24"></td>
            <td background="images/tab_top.png">&nbsp;</td>
            <td width="24"><img src="images/tab_top_right.png" width="24" height="24"></td>
          </tr>
          <tr> 
            <td width="24" background="images/tab_left.png">&nbsp;</td>
            
      <td bgcolor="#FFFFFF"><form name="mainform" action="amuleweb-main-prefs.php" method="post">
              <table border="0" align="center" cellpadding="0" cellspacing="6">
               
    <tr align="center" valign="top"> 
      <td> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22">&nbsp;</td>
            <th>Webserver</th>
            <td width="63">&nbsp;</td>
          </tr>
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Page refresh interval </td>
            <td width="63" height="25">
<input name="autorefresh_time" type="text" id="autorefresh_time7" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">
<input name="use_gzip" type="checkbox" id="use_gzip5"></td>
            <td height="25"> Use gzip compression </td>
            <td width="63" height="25">&nbsp;</td>
          </tr>
        </table></td>
      <td width="50%"> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22">&nbsp;</td>
            <th>Line capacity (for statistics only)</th>
            <td width="63">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max download rate </td>
            <td width="63" height="25">
<input name="max_line_down_cap" type="text" id="max_line_down_cap6" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max upload rate </td>
            <td width="63" height="25">
<input name="max_line_up_cap" type="text" id="max_line_up_cap7" size="4"></td>
          </tr>
        </table></td>
    </tr>
    <tr align="center" valign="top"> 
      <td> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22" height="19">&nbsp;</td>
            <th>Bandwidth limits</th>
            <td width="63">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max download rate </td>
            <td width="63" height="25">
<input name="max_down_limit" type="text" id="max_down_limit6" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max upload rate </td>
            <td width="63" height="25">
<input name="max_up_limit" type="text" id="max_up_limit6" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Slot allocation </td>
            <td width="63" height="25">
<input name="slot_alloc" type="text" id="slot_alloc6" size="4"></td>
          </tr>
        </table></td>
      <td width="50%" rowspan="3"> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22">&nbsp;</td>
            <th> File settings </th>
            <td width="63">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">&nbsp; </td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="check_free_space" type="checkbox" id="check_free_space5"></td>
            <td height="25"> Check free space =&gt; Minimum free space (Mb) </td>
            <td width="63" height="25"> 
              <input name="min_free_space" type="text" id="min_free_space4" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="new_files_auto_dl_prio" type="checkbox" id="new_files_auto_dl_prio4"></td>
            <td height="25"> Added download files have auto priority</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="new_files_auto_ul_prio" type="checkbox" id="new_files_auto_ul_prio4"></td>
            <td height="25"> New shared files have auto priority</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="ich_en" type="checkbox" id="ich_en5"></td>
            <td height="25"> I.C.H. active</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="aich_trust" type="checkbox" id="aich_trust4"></td>
            <td height="25"> AICH trusts every hash (not recommended)</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="alloc_full_chunks" type="checkbox" id="alloc_full_chunks4"></td>
            <td height="25"> Alloc full chunks of .part files</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="alloc_full" type="checkbox" id="alloc_full4"></td>
            <td height="25"> Alloc full disk space for .part files</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="new_files_paused" type="checkbox" id="new_files_paused4"></td>
            <td height="25"> Add files to download queue in pause mode</td>
            <td width="63" height="25"></td>
          </tr>
          <tr> 
            <td width="22" height="25"> 
              <input name="extract_metadata" type="checkbox" id="extract_metadata4"></td>
            <td height="25"> Extract metadata tags </td>
            <td width="63" height="25"></td>
          </tr>
        </table></td>
    </tr>
    <tr align="center" valign="top"> 
      <td> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22">&nbsp;</td>
            <th>Connection settings</th>
            <td width="63">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max total connections (total) </td>
            <td width="63" height="25">
<input name="max_conn_total" type="text" id="max_conn_total8" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">Max sources per file </td>
            <td width="63" height="25">
<input name="max_file_src" type="text" id="max_file_src7" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">
<input name="autoconn_en" type="checkbox" id="autoconn_en6"></td>
            <td height="25"> Autoconnect at startup </td>
            <td width="63" height="25">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">
<input name="reconn_en" type="checkbox" id="reconn_en6"></td>
            <td height="25"> Reconnect when connection lost </td>
            <td width="63" height="25">&nbsp;</td>
          </tr>
        </table></td>
    </tr>
    <tr align="center" valign="top"> 
      <td> 
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="0" >
          <tr> 
            <td width="22">&nbsp;</td>
            <th>Network settings</th>
            <td width="63">&nbsp;</td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">TCP port </td>
            <td width="63" height="25">
<input name="tcp_port" type="text" id="tcp_port6" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">&nbsp;</td>
            <td height="25">UDP port </td>
            <td width="63" height="25">
<input name="udp_port" type="text" id="udp_port6" size="4"></td>
          </tr>
          <tr> 
            <td width="22" height="25">
<input name="udp_dis" type="checkbox" id="udp_dis5"></td>
            <td height="25"> Disable UDP connections </td>
            <td width="63" height="25">&nbsp;</td>
          </tr>
        </table></td>
    </tr>
    <tr align="center"> 
      <td colspan="2"> 
        <?php
			if ($_SESSION["guest_login"] == 0) {
				echo '<input type="submit" name="Submit" value="Apply">';
			} else {
				echo "<b>&nbsp;You can not change options - logged in as guest</b>";
			}
		?>
        <input name="command" type="hidden" id="command"> </td>
    </tr>
  </table>
  </form></td>
            <td width="24" background="images/tab_right.png">&nbsp;</td>
          </tr>
          <tr> 
            <td width="24"><img src="images/tab_bottom_left.png" width="24" height="24"></td>
            <td background="images/tab_bottom.png">&nbsp;</td>
            <td width="24"><img src="images/tab_bottom_right.png" width="24" height="24"></td>
          </tr>
        </table></td>
  </tr>
  <tr valign="bottom"> 
    <td height="25" colspan="2"> <table width="100%" height="40" border="0" cellpadding="0" cellspacing="0">
        <tr align="center" valign="middle"> 
          <td width="50%"> <iframe name="stats" src="footer.php" height="35" width="100%" scrolling="no" frameborder="0">edklink</iframe> 
          </td>
          <td width="50%"> <iframe name="stats" src="stats.php" height="35" width="100%" scrolling="no" frameborder="0">connection</iframe> 
          </td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>