这套源码是货真价实的商业版,不是网上那种开源的阉割版。程序含带账户充值+打折活动+学习卡+作业练习+题库增强+VIP会员专区等商业插件,带保利威视上传接口和秒嘀短信接口、微信和支付宝接口。
适用范围:做教育点播、视频付费、知识付费等类型的网站真的非常好用,自适应兼容移动端和PC端。
注意:因为包含有商业插件,所以这个不能在后台升级,一旦升级,商业插件将全部失效,切记!插件目录截图如下:
商业版包含插件列表
插件路径:../plugins/
ChargeCoin(账户充值)
Discount(打折活动)
GracefulTheme(雅致简洁主题)
Homework(作业练习)
MoneyCard(学习卡)
QuestionPlus(题库增强)
UserImporter(用户导入)
Vip(会员专区)
这些插件是商业版独有的!官方对上面这些插件报价单个就好几万!!
商业版是能完完整整架设后就实现运营的完整业务流程的,而你下载开源会发现有些业务流程是走不完整的!这就是官方运营商的赚钱套路!
—————————————以下是原文—————————————————————虽然版本比较旧了!但绝对是精品和可用的!
这套源码是一个团队之前做在线教育的时候,用官方正版(花十几万授权后)二次开发的,本身包含官方商业开源源码和商业插件,还定制开发有保利微视接口、秒嘀短信接口、然后根据wx/支付宝的支付政策又升级了几次支付接口。
版本:7.5.15
官方原版+商业插件
1.不能再升级,升级进入8.0版本无法同步升级商业插件
2.内有官方正版授权码,需要在部署前删除。
3.含保利威视上传接口和秒嘀短信接口、wx和支付宝接口。
4.包含:学习卡、会员、折扣、优惠券等等
默认管理员账号
账号:admin 密码:admin
设置运行目录为web
修改数据库配置文件/app/config/parameters.yml
web目录中默认为Apache伪静态,不需要修改,
# Use the front controller as index file. It serves as fallback solution when
# every other rewrite/redirect fails (e.g. in an aliased environment without
# mod_rewrite). Additionally, this reduces the matching process for the
# startpage (path "/") because otherwise Apache will apply the rewritting rules
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
DirectoryIndex app.php
AddType text/x-component .htc
<IfModule mod_rewrite.c>
RewriteEngine On
# Determine the RewriteBase automatically and set it as environment variable.
# If you are using Apache aliases to do mass virtual hosting or installed the
# project in a subdirectory, the base path will be prepended to allow proper
# resolution of the app.php file and to redirect to the correct URI. It will
# work in environments without path prefix as well, providing a safe, one-size
# fits all solution. But as you do not need it in this case, you can comment
# the following 2 lines to eliminate the overhead.
RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
RewriteRule ^(.*) - [E=BASE:%1]
# Redirect to URI without front controller to prevent duplicate content
# (with and without `/app.php`). Only do this redirect on the initial
# rewrite by Apache and not on subsequent cycles. Otherwise we would get an
# endless redirect loop (request -> rewrite to front controller ->
# redirect -> request -> ...).
# So in case you get a "too many redirects" error or you always get redirected
# to the startpage because your Apache does not expose the REDIRECT_STATUS
# environment variable, you have 2 choices:
# - disable this feature by commenting the following 2 lines or
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
# following RewriteCond (best solution)
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^app\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L]
# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule .? - [L]
# Rewrite all other queries to the front controller.
RewriteRule .? %{ENV:BASE}/app.php [L]
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
# When mod_rewrite is not available, we instruct a temporary redirect of
# the startpage to the front controller explicitly so that the website
# and the generated links can still be used.
RedirectMatch 302 ^/$ /app.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>
如果是Nginx请宝塔中设置伪静态为
location / {
index app.php;
try_files $uri @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ /app.php/$1 last;
}
如果打不开网页请清理缓存文件/app/cache/prod 删除里面的所有缓存文件
这套源码部署要求有编程和服务器架设基础,仅支持LNMP环境,必须设置静态转发规则才能正常访问。
也正是因为门槛比较高所以,之前没有分享给大家!现在觉得自己留着可惜了,还是免费分享给有需要的人。这套系统做教育点播、视频付费、知识付费等类型的网站真的非常好用,自适应兼容移动端和PC端。
2. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!
3. 如果你也有好源码或者教程,可以到审核区发布,分享有金币奖励和额外收入!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理,解压密码:我正青年 或者 www.5zqn.com
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
7. 本站不保证所提供下载的资源的准确性、安全性和完整性,源码仅供下载学习之用!
8. 如用于商业或者非法用途,与本站无关,一切后果请用户自负!
我正青年 » 精品在线教育点播系统源码 EduSoHo7.5.15 官方原版+商业插件