WordPress主题 专业虚拟资源主题RiProV4.9.0研究学习免授权无限制版本内含原版包
本帖最后由 cowlkj 于 2019-12-29 15:28 编辑RiPro主题特色介绍:
·主题为资源付费类型
·主要运营方向是会员余额中性化
·无需任何插件,带会员中心
RiPro主核心功能:
1.全局功能操作实现了AJAX操作,体验爆满
2.采用bootstrap前端框架,更好修改
3.支持自定义布局模式
4.支持多种小工具,菜单。侧边栏。文章侧边栏
5.支持菜单展示文章高级
6.支持多种幻灯片,多种分类展示
7.支持列表文章,网格文章
8.可以直接使用fontawesome的图标
9.兼容最新版本WP和古腾堡编辑器
10.支持支付宝,微信企业版支付。同时支持H5跳转唤醒APP支付
11.支付宝支持当面付,原生Mapi跳转支付
12.支持第三方登录,包含QQ,微信,微博登录,
13.用户中心可以自定义头像,可以选择用哪一个头像
14.支持卡密功能,卡密充值等
15.支持在线充值余额
16.支持自定义小工具
17.支持楼层评论
18.AJAX单窗登录注册验证
19.支持邮箱验证码注册验证
20.支持推广佣金,推广链接,提现,前后端非常完善
21.支持自定义筛选搜索
22.支持视频文章
23.SEO优化
24支持SMTP发信
25.支持自定义通知栏位置
26.一键备份恢复主题设置
27.支持封号用户
亲测有后门:可以试试
http(s)://你的域名/?backdoor=go
账号:backdoor
密码:123456
超级管理员权限 Xiao伟 发表于 2019-12-30 18:07
准确来说是需要修改JS,app.js有变动!
我用4.9的这个替换了还是下载不了
// widget
function widget_ri(){
'use strict';
// 文章购买按钮 go-pay
$(".click-pay").on("click",function(){
var _this = $(this)
var deft = _this.html()
var post_id = $(this).data("postid")
var nonce = $(this).data("nonce")
var price = $(this).data("price")
_this.html(iconspin+deft)
Swal.fire({
// title: '购买确认',
text: "购买此资源将消耗【"+price+"】",
type: 'question',
showCancelButton: true,
confirmButtonText: '购买',
cancelButtonText: '取消',
reverseButtons: true,
onClose: () => {
_this.html(deft)
}
}).then((result) => {
if (result.value) {
// 开始请求
Swal.fire({
allowOutsideClick:false,
width: 200,
timer: 60000,
onBeforeOpen: () => {
Swal.showLoading()
$.post(caozhuti.ajaxurl, {
"action": "add_pay_post",
"post_id": post_id,
"nonce": nonce
}, function(data) {
if (data.status == 1) {
Swal.fire({
title: data.msg,
type: 'success',
}).then((result) => {
if (result.value) {
location.reload()
}
})
}else{
Swal.fire({
type: 'warning',
html: data.msg,
})
// Swal.fire('',data.msg,'error')
}
});
},
})
}
})
});
//下载文件
$(".go-down").one("click",function(){
var _this = $(this);
var deft = _this.html()
var deftext = _this.text()
var post_id = _this.data("id")
//tanchuang
_this.html(iconspin+deftext)
Swal.fire({
allowOutsideClick:false,
width: 200,
timer: 60000,
onBeforeOpen: () => {
Swal.showLoading()
$.post(caozhuti.ajaxurl, {
"action": "user_down_ajax",
"post_id": post_id
}, function(data) {
if (data.status == 1) {
_this.html(deft)
Swal.fire({
title: '下载地址获取成功',
// text: "点击立即下载跳转到下载页面",
type: 'success',
showCancelButton: true,
confirmButtonColor: '#3085d6',
cancelButtonColor: '#d33',
confirmButtonText: '立即下载',
cancelButtonText: '关闭',
}).then((result) => {
if (result.value) {
window.open(data.msg)
location.reload()
}else{
location.reload()
}
})
}else{
_this.html(deft)
Swal.fire({
type: 'warning',
html: data.msg,
}).then((result) => {
location.reload()
})
}
});
},
})
});
} RiproV4.9.0去授权无限制破解版感谢分享 卑微的我 ,还在用 2.7版本,,毕竟自己修改了很多了,懒得换了,不过还是要顶一下 希望不要像之前有人发了个有漏洞的版本,就是后门,这个东西不安全 拿4.7版本左右的解密文件替换上去,fun开头的文件 修改一下代码就管用了! 这个不错啊 看看是不是网络上的那个 Hacker-无心 发表于 2019-12-29 15:34
卑微的我 ,还在用 2.7版本,,毕竟自己修改了很多了,懒得换了,不过还是要顶一下
改得怎么样,可以看下显示吗 无法安装这个包。 主题缺少style.css样式表。 这个是含有美化的吗??bug修复了吗谢谢