Articles
How to add new page in Clip bucket
In the this How-to, we will learn how can we add a new page in Clip bucket script. First let’s see basic addition of new page. Create php file First you need to create a php file on root, where index.php is located. Name your php file on your page. For example, if you are [...]
Read Article ›Redirect from without www. to with www
I have been watching forums and found many users are trying to use website with www, so here is a little guide for how to add www. to your website. Fist open ./includes/common.php and find this code $wwwcheck = preg_match(‘/:\/\/www\./’,$baseurl,$matches); if(count($matches)>0) { $baseurl = preg_replace(‘/:\/\/www\./’,'://’,$baseurl); } replace with /*$wwwcheck = preg_match(‘/:\/\/www\./’,$baseurl,$matches); if(count($matches)>0) { $baseurl = [...]
Read Article ›FFMPEG – Missing presets
Hi i saw many users have problem in conversion with libx264 when ffmpeg tries to load a preset ‘normal’ and when it is not found, video conversions totally failed, presets comes by default with ffmpeg but sometimes they moved to wrong directory ending with ‘preset not found’ error download attached file, it has files ending [...]
Read Article ›

