Did you look there ?I had to modify class.video_thumb.php
Check these pieces of code:
Code:$imagewidth = $imagedata[0]; $imageheight = $imagedata[1]; $imagetype = $imagedata[2];andCode:unlink($thumb_folder . '/' . $t_info['vid'] . ".jpg"); unlink($thumb_folder . '/1_' . $t_info['vid'] . ".jpg"); unlink($thumb_folder . '/2_' . $t_info['vid'] . ".jpg"); unlink($thumb_folder . '/3_' . $t_info['vid'] . ".jpg");
I'm wondering if you addCode:} elseif ($imagetype == 3) {
andCode:$imagetype = $imagedata[3]; $imagetype = $imagedata[4];
and change the elseif toCode:unlink($thumb_folder . '/4_' . $t_info['vid'] . ".jpg"); unlink($thumb_folder . '/5_' . $t_info['vid'] . ".jpg");
and check around for anything else with "3" in it....Code:} elseif ($imagetype == 5) {
That how you did it whitenoise?




Reply With Quote
Bookmarks