System Settings

Site Name:

Site Name is displayed in title of web pages, some part of the page and in mails send out from the web site.

Meta Keywords:

This is generic keywords for the site, used when there is no keywords generated by vshare.

Meta Description:

Generic meta description for pages with no meta description set.

Admin Email:

Administrator email address, all notifications will send to this address.

List Per Page:

Number of videos displayed per page.

Related Videos:

Number of related videos displayed on view video page.

Example:
Related videos on right side of the page.
http://video.bizhat.com/view/719/paris-hilton-parody-jail-song/

Watch Videos:

Watch Videos is number of videos displayed in "WATCH" page (linked from top menu).

For example
http://video.bizhat.com/recent/

Guest Limit:

  • 0 - When guest limit is set to 0, guests are allowed unlimited viewing.

  • 3600 - When guest limit is set to 3600, guests are are forwarded to signup page after visitor have watched videos for duration 3600 seconds, that is total of 1 hour video. Then he need to register on the site to watch more videos.

  • If you set value to 1, since most video's have duration higher than 1 second, guest users will get forwarded to signup page when he click to view a video.

Cache:

When cache is enabled, result of some of the function calls, database query are written in disk or memory (memcache, xcache, etc..). All further requests are served from cache with out running the functions/sql query. This can speed up application and reduce server load.

With vShare 2.7, index.php, view_video.php and video.php have cache enabled. We will enable cache on more pages in coming versions.

Cache files are stored in "cache" folder. Default caching time is 2 Hours (7200 seconds), you can change it as needed by editing include/class.cache.php
static function init($lifetime = 7200)
By default vShare use file system for caching. You can cache on memory using Memcached or Xcache by modifying include/class.cache.php
self::$_cache = Zend_Cache::factory('Core', 'File', $frontendOptions, $backendOptions);
For more details on caching, refer
http://framework.zend.com/manual/en/zend.cache.html

Allow Links in Comment:

Allow HTML links in comments. By default no html is allowed, allowing HTML can create security problems, some times, user can break your site layout if you allow users to post HTML in your web site.

Auto Approve:

  • Enable - when Auto Approve is set to Enable, video uploded by users available for viewing in the site with out admin approval.

  • Disable - when Auto Approve is set to Disable, new videos will only available on site after admin approve the video in Admin area > Approve Videos.

Moderate Uploads with Link:

Values: Yes/No
Set to Yes, Admin need to manually approve videos if videos have links/urls in video description, even if Auto Approve is enabled.

Debug Mode:

Values: Enable/Disable
When Enabled, video convertion logs will save in templates_c/ folder.

Notify Upload:

Values: Enable/Disable
If Enabled, admin get notified by mail when user upload videos.

Embed Show:

Values: Enable/Disable
Showing video embed code in view video page.

Embed Type:

Values: IFRAME/OBJECT
Recommended embed type is IFRAME.

Service Type:

You can run payment based video site. When Service Type is set to Free Service, users can create account, upload and watch videos for free. When Enable Package is selected, visitor need to pay to get an account on the site. You can create different package depending on number of videos allowed to upload, storage space.

Family Filter:

Values: Enable/Disable
If enabled, all adult videos will be hidden from the site by default. Also, logged-in users can set it 'off' and can watch adult videos.

Hotlink Protection:

Values: Disabled/Normal Hotlink Protection/Only Allow Logged in Users