FTP Enabled: "0") echo "checked=checked; "; ?> />
FTP Port:
FTP Name:
FTP Pic: '."\n".
dropdown_ftp(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_ftp($options_array, $selected = null)
{
global $ftppicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
Torrent Enabled: "0") echo "checked=checked; "; ?> />
Torrent Type : >uTorrent / "1") echo "checked=checked; "; ?>>Transmission
Torrent Port:
Torrent Name:
Torrent Pic: '."\n".
dropdown_torrent(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_torrent($options_array, $selected = null)
{
global $torrentpicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
Madsonic Enabled: "0") echo "checked=checked; "; ?> />
Madsonic Port:
Madsonic Name:
Madsonic Pic: '."\n".
dropdown_mad(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_mad($options_array, $selected = null)
{
global $madsonicpicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
Plex Enabled: "0") echo "checked=checked; "; ?> />
Plex Port:
Plex Name:
Plex Pic: '."\n".
dropdown_plex(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_plex($options_array, $selected = null)
{
global $plexpicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
Squeezebox Enabled: "0") echo "checked=checked; "; ?> />
Squeezebox Port:
Squeezebox Name:
Squeezebox Pic: '."\n".
dropdown_squeeze(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_squeeze($options_array, $selected = null)
{
global $squeezepicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
Jdownloader Enabled: "0") echo "checked=checked; "; ?> />
Jdownloader Name:
Jdownloader Pic: '."\n".
dropdown_jd(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_jd($options_array, $selected = null)
{
global $jdownloaderpicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>
HeadPhones Enabled: "0") echo "checked=checked; "; ?> />
HeadPhones Port:
HeadPhones Name:
HeadPhones Pic: '."\n".
dropdown_head(image_filenames($folder), @$_POST['image2']).
''."\n".'';
function dropdown_head($options_array, $selected = null)
{
global $headphonespicname;
$return = null;
foreach($options_array as $option)
{
$return .= ''."\n";
}
return $return;
}
?>