SAB Enabled: "0") echo "checked=checked; "; ?> />
SAB Port:
SAB Name:
SAB Pic: '."\n". dropdown(image_filenames($folder), @$_POST['image']). ''."\n".'

'; function image_filenames($dir) { $handle = @opendir($dir) or die("I cannot open the directory '$dir' for reading."); $images = array(); while (false !== ($file = readdir($handle))) { if (eregi('\.(jpg|gif|png)$', $file)) { $images[] = $file; } } closedir($handle); return $images; } function dropdown($options_array, $selected = null) { global $sabpicname; $return = ""; foreach($options_array as $option) { $return .= ''."\n"; } return $return; } ?> Sick Enabled: "0") echo "checked=checked; "; ?> />
Sick Type : >SickBeard / "1") echo "checked=checked; "; ?>>SickGear
Sick Port:
Sick Name:
Sick API:
Sick Pic:'."\n". dropdown_sick(image_filenames($folder), @$_POST['image2']). ''."\n".'

'; function dropdown_sick($options_array, $selected = null) { global $sickpicname; $return = ""; foreach($options_array as $option) { $return .= ''."\n"; } return $return; } ?>
Couch Enabled: "0") echo "checked=checked; "; ?> />
Couch Adults : "0") echo "checked=checked; "; ?>>Enabled / >Disabled
Couch Adults Port:
Couch Adults Name:
Couch Adults API:
Couch Adults Pic: '."\n". dropdown_cpa(image_filenames($folder), @$_POST['image2']). ''."\n".'
'; function dropdown_cpa($options_array, $selected = null) { global $cpadultspicname; $return = ""; foreach($options_array as $option) { $return .= ''."\n"; } return $return; } ?> Click here To Force Process"; ?>

Couch Kids : "0") echo "checked=checked; "; ?>>Enabled / >Disabled
Couch Kids Port:
Couch Kids Name:
Couch Kids API:
Couch Kids Pic: '."\n". dropdown_cpk(image_filenames($folder), @$_POST['image2']). ''."\n".'
'; function dropdown_cpk($options_array, $selected = null) { global $cpkidspicname; $return = ""; foreach($options_array as $option) { $return .= ''."\n"; } return $return; } ?> Click here To Force Process"; ?>