Скрипт ClipShare

Статус
В этой теме нельзя размещать новые ответы.

world-tour

Audit web security ;)
Регистрация
25 Апр 2015
Сообщения
245
Реакции
219
Решил с Вами поделиться, Все официальные версии и плагины ClipShare
cs_logo_nulled_ws.png
Код:
Videos
Frontend
·   users can upload videos in any format
·   users can upload videos from a mobile phone or tablet
·   upload progress bar for video uploads
·   users can watch videos in multiple (configurable) qualities, on any devicxe, including their phones and tablets
·   users can comment on videos (spam protection) (via ajax) (comments ajax pagination)
·   users can flag videos (via ajax)
·   users can rate videos (via ajax) (like / dislike system)
·   users can embed videos (with dimensions configurator)
·   users can share videos (via ajax)
·   users can download videos (in any of the qualities enabled by the admin to be available for download)
·   users can view related videos (via ajax) (ajax pagination)
·   videos can be sorted by timeline, category, type (private/public) and various other filters (most recent, views, rating, length, favorites, etc)

Backend (Administration Panel)
·   grab or mass embed videos from major video websites (paid plugins)
·   manage videos (delete/approve/suspend/feature/unfeature/edit/regenerate thumbs/regenerate duration)
·   manage video comments
·   manage spam and flagged videos

Photo Galleries
Frontend
·   users can upload photos and organize photos in photo albums (jpg, gif and png)
·   users can comment on photos (spam protection) (via ajax) (comments ajax pagination)
·   users can flag photos (via ajax)
·   users can rate photos (via ajax) (like / dislike system)
·   users can share photos (via ajax)
·   users can view photo album slideshows
·   galleries can be sorted by timeline, category, type (private/public) and various other filters (most recent, views, rating, favorites, etc)

Backend (Administration Panel)
·   manage photos and albums (delete/approve/suspend/edit)
·   manage photo comments
·   manage spam and flagged photos

Games
Frontend
·   users can upload Flash-based games (swf extension)
·   users can play games
·   users can comment on games(spam protection) (via ajax) (comments ajax pagination)
·   users can rate games (via ajax) (like / dislike system)
·   users can share games (via ajax)
·   users can view related games (via ajax) (ajax pagination)
·   games can be sorted by timeline, category, type (private/public) and various other filters (most recent, plays, rating, favorites, etc)

Backend (Administration Panel)
·   manage games (delete/approve/suspend/edit)
·   manage game comments
·   manage spam and flagged games

Blogs
Frontend
·   users can create blogs
·   users can embed photos and videos on their blog (via ajax)
·   users can comment on blogs (via ajax)
·   blogs can be sorted by various filters

Backend (Administration Panel)
·   manage blogs (delete/approve/suspend/edit)
·   manage blog comments

Users
Frontend
·   community page
·   users have their personal profile page
·   users can configure what to be listed on their profile page
·   users can configure what notifications to receive by email
·   users can invite friends (via ajax)
·   users can comment on other users profile (via ajax)
·   users can send messages to other users
·   users can report other users (via ajax)
·   users can subscribe to other users
·   users can edit their profile
·   users can upload and crop a avatar
·   users can easily approve/reject friends
·   users can monitor other users actions (when they upload videos/photos/games/blogs)
·   users have their "wall"
·   users can be sorted by gender, avatar, and various other filters

Backend (Administration Panel)
·   manage users (add/delete/suspend/edit)
·   email users (or mass email)

Search
·   advanced search (with various filters)
·   users can search videos, photos, games and other users

Admin Blog / Announcements
·   admins can create a blog / news / announcements section on the website
·   user can comment on the admin blog / news / announcements
·   admin can receive emails from visitors through the support / feedback page

Categories
Frontend
·   page showing all video, photo and game categories
·   for each category, a category cover image is displayed

Backend (Administration Panel)
·   manage categories (add/delete/edit)

Ads
·   over 30 pre-defined advertising spots throughout the website
·   rotating ads (advertising groups)
·   pre/post roll video/image/flash ads in the video player
·   text ads in video player during playback (at the bottom)

Premium Membership System
·   admin can enable/disable several permissions and limits for guests (non-logged in visitors), free members and premium members
·   permission to watch videos
·   permission to watch the HD versions of a video
·   limit daily bandwidth / number of videos
·   permission to download the SD versions of the video
·   permission to download the HD versions of the video
·   permission to download the mobile version of the video
·   show video/text ads in player
·   permission to write blogs
·   permission to upload videos/photos/games

Administration Panel
·   ability to control every aspect of the site
·   configure mail settings (php mail, sendmail or smtp server)
·   configure video conversion settings (for each resolution profile)
·   edit static pages (preview via ajax)
·   edit email templates
·   configure video player
·   limit guest visitors bandwidth / access
·   system check (check folder permissions and required codecs)
·   media settings (configure maximum upload size allowed and video formats allowed, paths to video codecs and many more)
·   enable/disable photo galleries, games and blogs modules
·   enable/disable email verification
·   enable/disable video, games, photo, user comments
·   select rating by ip or by user
·   select sessions driver (database/files)

Under-the-Hood
·   optimized database structure and queries for a super-fast website
·   clean code (can be easily customized)
·   secure code (input filtering)
·   search engine friendly URLs (SEO)
·   video conversion / encoding done in background processes
·   smarty template engine with easy template switch from admin panel
·   multi-language system with language files
·   lighttpd streaming support (you can skip to any position in the video even if it is not fully (pre)loaded)
·   multi-server system (paid plugin)
·   multi-template system
·   responsive frontend and backend (admin) templates, all website features being perfectly rendered on desktop, mobile phones and tablets
·   spam protection (recaptcha / keycaptcha / areyouhuman integrations, comment anti-flood protection)

New Video Transcoding (Conversion) Engine
·  based only on FFmpeg, eliminating a large number of other requirements (mencoder, flvtool2, mp4box, mediainfo, neroaacencoder, etc)
·  much faster video transcoding compared to the old engine, while delivering a higher video quality
·  option to create an unlimited number of resolution profiles, that the video will be converted to, each configurable with several options
·  preloaded with standard resolution profiles 240p, 360p, 480p, 720p, 1080p. These can be edited, de-activated, removed, while several other resolution profiles can be added, including 4K
·  configurable quality and compression for each resolution profile
·  the script can run on any linux shared hosting, including ones without ffmpeg support (a breakthrough performance for video website scripts, achieved only by ClipShare)
Код:
·   Any Linux OS
·   Apache or NGINX Web Servers
·  Support for AcceptPathInfo
·  Support for MultiViews (or mod_rewrite which is slower)
·   MySQL 5.x

·  Recommended configuration:
·  interactive_timeout = 1000
·  connect_timeout = 1000
·  wait_timeout = 1000

·   PHP 5.x (mod_php/CGI)
·  Support for GD2 Library
·  Support for MySQL
·  Support for Curl
·  Support for uploadprogress PHP extension (only if you want to display a progress bar on uploads)

·   Recommended PHP Configuration
·  safe_mode off
·  open_basedir off
·  max_execution_time 7200
·  max_input_time 7200
·  memory_limit (with 1MB more then the maximum video upload size)
·  post_max_size (maximum video upload size)
·  upload_max_size (maximum video upload size)
·  exec() should be allowed

·   PHP CLI 5.x (see above + register_argc_argv ON)
·   FFmpeg (recommended version 3.0+)

amazon AWS EC2 is supported
mencoder, mplayer, flvtool2, mediainfo, mp4box, neroAACencoder and all other server modules used by the older ClipShare versions are no longer required.
CSV Importer
Lighttpd Streaming
Multi-Server System
Mass Video Embedder Plugin
Video Grabber Plugin
Automatic Video Embedder Plugin
Это не РИПЫ и не nulled версии, все в чистом виде как оно есть
Все было скачано с сервера лично мной
Выложил все в том виде как оно разложено на сервере у разработчиков (Вся папка со всеми версиями! сам ничего не трогал)
Скачено с сервера: 10.12.2017
Сайт: Для просмотра ссылки Войди или Зарегистрируйся
Демо: Для просмотра ссылки Войди или Зарегистрируйся


Ссылка на скачивание:
Release by World-tour
 
Последнее редактирование:
для запуска нужны ключи/активация?
понятия не имею)) давно не пользовался, 2 года спустя решил еще раз слить с сервера разрабов, должен быть открытый исходный код и без какой либо привязки (ключей/активаций и т.п.)
 
Update
Скрипт 2 раза обновился:
(January 21, 2016) ClipShare 5.2 Released. Featuring ReCaptcha 2 integration and new embed code with HTML5 video fallback.
(December 28, 2015) ClipShare 5.1 Released. Featuring Facebook/Google Signup and Login, and SE-friendly URLs on Categories.
Скачено с сервера: 15.09.2016
 
Обновил описание и ссылку в первом посте.
Релиз включает все файлы с офф сайта в том виде в котором у них, а это дистрибутивы, обновления, модули, документация и прочее
Так же снизил хайд с 250 до 100
Всё для nulled.ws =)
hi, can someone share latest version?
Update
 
На обычный хостинг не встанет наверно.
Не знаете фильм можно добавить просто по ссылке? Или нужно обязательно его загружать на сервер
 
На обычный хостинг не встанет наверно.
Не знаете фильм можно добавить просто по ссылке? Или нужно обязательно его загружать на сервер
Обычный хостинг в данном случае Вам не подойдет, по ссылке с какого то ресурса? или прямая ссылка на видео файл?
 
Прямая ссылка на видеофайл

Просто не как не могу разобраться с скриптом - с админки можно добавить по коду , пользователь обязательно должен грузить ролик на сервер.
Не кто не знает как можно добавить по прямой ссылке на видеофайл МР4?
 
Последнее редактирование модератором:
Как на сщёт версии
ClipShare 8 ?
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху