0) {$in[] = $current['tmp_name'];} } if($error == '' && ttycat($out_name, $file, $in, $max_time, $shrink, $error_handling, $error)) { header('Content-type: application/octet-stream'); if($file) { header('Content-length: '.(filesize($out_name))); $out = fopen($out_name, 'rb'); while(!feof($out)) {echo fread($out, 4096);} fclose($out); } else { header('Content-length: '.(strlen($out_name))); echo $out_name; } delete_files($out_name); die(); } } ?> ttycat - a .ttyrec concatenator

ttycat - a .ttyrec concatenator

'.$error.'
'; delete_files($out_name); } ?>
fields for files.

Maximum frame duration: seconds
Compress: > (takes much time)
On an error

'."\n"; } ?> Empty fields are allowed and will be ignored. Files which aren't ttyrecs will abort the script and show an error.
Maximum file size is Byte; all files together mustn't exceed Bytes.

Script written by Sven Zühlsdorf aka Nidan -- the source is aviable here -- please report bugs to Nidan on irc://chat.freenode.net