come ti ho detto, devi decommentare l'array dei tipi di file supportati per provare a leggerlo se ricevevi quell'errore.
apri il file dbfreader.class.php e cambia
private $supportedFileTypes = array
(
0x03
/*
0x02,
0x30,
0x31,
0x32,
0x43,
0x63,
0x83,
0x8B,
0xCB,
0xE5,
0xF5,
0xFB
*/
);
in
private $supportedFileTypes = array
(
0x03
0x02,
0x30,
0x31,
0x32,
0x43,
0x63,
0x83,
0x8B,
0xCB,
0xE5,
0xF5,
0xFB
);
lo trovi all'inizio del file