Hi,
To fix it, do the following.
Open file search_videos.php and find
replace withCode:if ($search_string == '')
this will only search videos with string has greater than 3 in length.Code:if ($search_string == '' || mb_strlen($search_string) < 4)
If you can't get it fixed, open a support ticket at
http://helpdesk.buyscripts.in/open.php
with your vshare admin and FTP login details
Thanks,
Buyscripts Team.
Bookmarks