Administrator
Last active 4 years ago
its open source now
any one can update
try to ask the host about the reason of 500, if we know the problem we can fix it
did you try the youtube one? make api and grab with a keyword
Hello every one,
we are very sorry, we have relay big problems,so we are sorry to support and versions delay.
its change the path of the files, we have to separate installations
we will take that into consideration
got it, it think this is because of the flicker api, we will review it
@dhaivat ok here is the picture !!!!
and you can also check on my website http://sharingmint.com/ ......
these are not supported links, you can use only the 66 site to do that
do you mean post form the 66+ provider? or just unsupported link?
the links such youtube in example will show you the player
if you posted unsupported link it will redirect you to it when you click the post,
please provide us with a link from your website shows the problem
open lib/engine.php like 76 (protected $mime_types) and delete that types,
change it from
protected $mime_types = array( 'video' => array( 'video/mp4' => 'mp4', 'video/m4v' => 'm4v', 'video/mov' => 'mov', 'video/wmv' => 'wmv', 'video/flv|video/x-flv' => 'flv', ), 'audio' => array( 'audio/wma' => 'wma', 'audio/m4a' => 'm4a', 'audio/mp3' => 'mp3', 'audio/wav' => 'wav', 'audio/mpeg' => 'mpeg', 'audio/flv|audio/x-flv' => 'flv', ), 'image' => array( 'image/gif' => 'gif', 'image/jpeg' => 'jpeg', 'image/jpg' => 'jpg', 'image/png' => 'png', 'image/x-ms-bmp' => 'bmp', ), 'flash' => array( 'application/x-shockwave-flash' => 'swf', ), 'compressed' => array( 'application/x-bzip' => 'bz', 'application/x-bzip2' => 'bz2', 'application/zip' => 'zip', 'application/x-rar-compressed' => 'rar', ), 'text' => array( 'application/x-sql' => 'sql', 'text/plain' => 'txt', ), );
to
protected $mime_types = array( 'video' => array( 'video/mp4' => 'mp4', 'video/m4v' => 'm4v', 'video/mov' => 'mov', 'video/wmv' => 'wmv', 'video/flv|video/x-flv' => 'flv', ), 'audio' => array( 'audio/wma' => 'wma', 'audio/m4a' => 'm4a', 'audio/mp3' => 'mp3', 'audio/wav' => 'wav', 'audio/mpeg' => 'mpeg', 'audio/flv|audio/x-flv' => 'flv', ), 'image' => array( 'image/gif' => 'gif', 'image/jpeg' => 'jpeg', 'image/jpg' => 'jpg', 'image/png' => 'png', 'image/x-ms-bmp' => 'bmp', ), 'compressed' => array( 'application/x-bzip' => 'bz', 'application/x-bzip2' => 'bz2', 'application/zip' => 'zip', 'application/x-rar-compressed' => 'rar', ), );