Articles

Multi Server Setup – Instructions and User Guide

ClipBucket Multiserver let you transfer your video files and encoding process to different servers. Currently we have only 1 model. C = Conversion Server U = Uploading Server S = Streaming Server A = Application Server Note : Every Model has same application server so i will not explain how application server works. Available Models [...]

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 ›
Page 2 of 212

Frequently Asked Questions

  • How to install Clipbucket - Pictorial
  • How To Disable Remote Upload & Embed Upload?
    • If you want to disable remote upload option please follow these steps.


      1.Open your domain FTP account and enter in include folder and then enter in classes folder and open ClipBucket.class.php.


      2. Now find this code and remove it.


      'remote_upload_div' => array(
      'title' => 'Remote Upload',
      'func_class' => 'Upload',
      'load_func' => 'load_remote_upload_form',
      )
      'remote_upload_div' => array( 'title' => 'Remote Upload', 'func_class' => 'Upload', 'load_func' => 'load_remote_upload_form', )


      If you want to disable embed upload option please follow below steps.


      1. Login in your admin area (domain/admin_area)


      2. Now click on Plugin Manager and find the Embed Video Upload and Deactivate it.

  • How to add a new template in ClipBucket V2 ?
    • To add new template in clipbucket V2 just follow these steps.

      1. Login to your domain via FTP account
      2. Goto styles directory and upload your theme forlder there for eg. iclear_black_purple

      And your new template is add now go in your admin area and click on template manger and active your new template.

  • How to change Groups Tab Name In Header
    • 1. Go in your admin area
      2. click on "Stats And Configurations" and then click on "Language Settings"
      3. Now click on your selected language "Edit Phrases"
      4. Search "Groups" in "Phrase Code - Name" field (after search you will see some results in search)
      5. Now change "Phrase" Groups to other name and press enter
  • How to Disable Create Group Option For Users & Members
    • 1. login in your FTP account 
      2. click on "styles" folder and click on your active template folder
      3. Here you will see three folders (images,layout & theme) now click on layout folder
      4. After it you will see lots of html files in this folder now search "groups.html" and open it
      5. Now search this code in "groups.html" and Delete it.
      <div class="time_cont" align="right">
      <span class="cb_fb_style_button"><a href="{link name='create_group'}">{lang code='user_create_group'}</a></span>
      </div>
Next ›Page 1 of 2