释放双眼,带上耳机,听听看~!

源码简介

AVS在线视频上传分享脚本是一个老牌的国外视频CMS,您可以使用该源码创建在线视频,照片,游戏网站。 用户可以上传自己的视频、照片以及flash游戏,程序有多语言支持,还有很多很多功能,这里的简介都不方便说。经常逛国外视频站的应该对这个程序或者说界面熟悉的很呢,这次发布的版本是官网最新的7,但通过reishi的测试,似乎只能在php5.6下会上传和视频转码。

在线演示

http://www.supercartube.com/

源码特性

视频功能

spoiler-plus.gif显示/隐藏文本

前台

users can upload videos (more than 20 formats available)

upload progress bar for video uploads

users can view video live (live streaming)

users can comment on videos (spam protection) (via ajax) (comments ajax pagination)

users can flag videos (via ajax)

users can rate videos (via ajax)

users can embed videos

users can share videos (via ajax)

users can view related videos (via ajax)

videos page sorted by timeline, category and type (private/public)

后台 (Administration Panel)

grab videos from 8 major porn sites

manage videos (delete/approve/suspend/feature/unfeature/edit)

manage video comments

manage spam and flagged videos

照片功能

spoiler-plus.gif显示/隐藏文本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)

users can share photos (via ajax)

users can view photo album slideshows

Backend (Administration Panel)

manage photos and albums (delete/approve/suspend)

manage photo comments

manage spam and flagged photos

游戏功能

spoiler-plus.gif显示/隐藏文本Frontend

users can upload porn games (swf extension)

users can play porn games

users can comment games

users can rate games

users can share games

Backend (Administration Panel)

manage games (delete/approve/suspend/edit)

manage game comments

manage spam and flagged games

博客功能

spoiler-plus.gif显示/隐藏文本Frontend

users can create blogs

users can embed photos and videos on their blog (via ajax)

users can comment blogs (via ajax)

Backend (Administration Panel)

manage blogs (delete/approve/suspend/edit)

manage blog comments

用户功能

spoiler-plus.gif显示/隐藏文本Frontend

community page

users have their personal profile page

users can configure what to be listed on their profile page

users can configure what emails to receive

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)

user wall

users ordered by gender

Backend (Administration Panel)

manage users (add/delete/suspend/edit)

email users (or mass email)

搜索功能

spoiler-plus.gif显示/隐藏文本 advanced search (users can customize the search results) (via ajax)

users can search videos, photos, games and other users

管理博客/公告

spoiler-plus.gif显示/隐藏文本 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

分类管理

spoiler-plus.gif显示/隐藏文本Frontend

category page

for each category, a category cover image can be displayed, or its latest videos (ajax)

Backend (Administration Panel)

manage categories (add/delete/edit)

广告功能

spoiler-plus.gif显示/隐藏文本 over 20 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)

管理面板

spoiler-plus.gif显示/隐藏文本 ability to control every aspect of the site

configure mail settings (php mail, sendmail or smtp server)

configure video conversion settings (for SD, HD and mobile)

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)

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)

其他功能

spoiler-plus.gif显示/隐藏文本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

spam protection (recaptcha / keycaptcha / areyouhuman integrations, comment anti-flood protection)

系统需求

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 and 7.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+)

更新日志

仅仅是一部分

completely recoded for PHP 7 compatibility

smarty engine upgraded to latest version (3.0)

mySQLi extension (MySQL Improved) implemented

隐藏内容,您需要满足以下条件方可查看

End

avs v7.0 php,AVS v7.0 – PHP在线视频上传分享程序相关推荐

  1. 上接稳扎稳打Silverlight(20) - 2.0通信之WebClient, 以字符串的形式上传/下载数据

    2.以字符串的形式和流的形式上传数据 REST.cs(WCF创建的用于演示以字符串的形式和流的形式上传数据的REST服务) using System;  using System.Linq;  usi ...

  2. 阿里云视频上传视频获取进度条问题(使用session方案,获取进度一直为0的解决方案)补充:前后端分离项目中获取进度解决方案

    1.场景描述: 之前用阿里云上传视频,前端反应上传视频经常出现获取视频url失败问题.但是接口我测过很多遍都是没有问题的.后台这边提供了一个视频上传的接口返回一个videoId,还提供了一个根据vid ...

  3. uploadify 2.1.0 java spring mvc 2003版excel 附件上传

    上传页面uploadExcel.jsp代码: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" & ...

  4. [ASP.NET2.0] asp.net在ie7中使用FileUpload上传前预览图片 [ZT]

    asp.net在ie7中使用FileUpload上传前预览图片 因为安全性问题,IE7禁用了image控件引用本地图片,为了这个问题郁闷了好几天,终于找到了解决方案,好东西要与大家分享,代码如下: 此 ...

  5. SpringBoot 2.0 多图片上传加回显

    点击上方蓝色"方志朋",选择"设为星标" 回复"666"获取独家整理的学习资料! 本文来源:http://r6f.cn/crEY 这两天公司 ...

  6. 00截断上传绕过_【文件上传与解析】文件上传与解析漏洞总结v1.0

    点击上方"公众号" 可以订阅哦! Hello,各位小伙伴晚上好~ 这里是依旧勤劳写公众号的小编~ 今天本公众号将推出一个新的模块,那就是漏洞知识点总结模块!!!(此处应有掌声~) ...

  7. Spring Boot 2.0 多图片上传加回显

    点击上方蓝色"程序猿DD",选择"设为星标" 回复"资源"获取独家整理的学习资料! 来源:http://r6f.cn/crEY 这两天公司有 ...

  8. yii2.0使用ueditior完成上传单张,多张图片,上传视频等操作

    一.前言 由于工作需求需要集成富文本编辑器,本来是想要选用之前用过的WangEditor的,但是考虑到WangEditor还是比较小众,所以最终选择了没用过的Uedtor,这篇文章主要讲述了Yii2. ...

  9. 【FTP】java FTPClient 文件上传内容为空,文件大小为0

    问题:如题所述,使用FTPClient上传至FTP服务器, 表现如下:①文件大小为0 ②上传很小的文件,但是要花费很长的时间,20K要花费2分钟甚至更久 ③没有任何的报错,没有任何的乱码 解决方法: ...

最新文章

  1. 基于STM32的DS1302时钟芯片驱动
  2. linux下的定时任务 每天0点重置 tp5
  3. 【C++】C++虚函数表详细分析(下)
  4. DLL 的导入与导出
  5. SAP Analytics Path Framework的filter实现原理分析
  6. BufferedInputStream与ImageInputStream
  7. Java中十六进制转换 Integer.toHexString()
  8. MySQL备份失败,一波三折的问题分析和处理
  9. 内存占用少,计算速度快!华为诺亚方舟Lab开源即插即用的多用卷积核(NeurIPS 2018)...
  10. java实战——照片编辑器
  11. python爬取歌词_python爬虫抓取某易云音乐歌词,从此不在下载
  12. mysql oracle视频网盘_动力节点MySQL数据库视频 百度云 网盘 下载
  13. macOS Mac10.15修改登录界面背景
  14. 二十年经典港台电视剧回顾
  15. 0.靡不有初 鲜克有终
  16. IE7绿色版下载-转载
  17. python画图系列整理
  18. F-Groundhog Looking Dowdy2020牛客暑期多校训练营(第九场)(尺取法)
  19. Android 自定义锁屏_三星Key Cafe 2021最新版下载-三星Key Cafe自定义键盘输入app v1.0.00.26...
  20. 转载 Latex各种命令、符号、公式、数学符号、排版(非常详细)

热门文章

  1. Spring Boot基础学习笔记20:Spring Security入门
  2. 《天天数学》连载01:一月一日
  3. Java Web学习笔记04:JSP隐含对象
  4. SSM框架笔记13:Spring MVC基础
  5. python函数的参数可以接收哪些类型的数据_python强势来袭-0015-函数中的参数-送礼开始...
  6. bzoj1066 [SCOI2007]蜥蜴 网络流复制点模型
  7. 2017.5.7 过河 失败总结
  8. c语言求两个有序表合成差集代码,两个有序链表求差集,合并为一个有序链表...
  9. 【英语学习】【WOTD】asperity 释义/词源/示例
  10. 【人生杂谈】宇宙/暗物质/擎天柱