分类: 源码/模板

  • 彩虹聚合DNS管理系统

    为什么需要聚合DNS管理系统?

    • 当你有很多需要在不同的平台时
    • 当你需要安全不想暴露DNS网站时
    • 当你做站群需要批量解析时

    聚合DNS管理系统可以实现在一个网站内管理多个平台的域名解析,目前已支持的域名平台有:

    • 阿里云
    • 腾讯云
    • 华为云
    • 西部数码
    • CloudFlare

    本系统支持多用户,每个用户可分配不同的域名解析权限;支持API接口,支持获取域名独立DNS控制面板登录链接,方便各种IDC系统对接。

    演示截图

    添加域名账户

    域名管理列表

    域名DNS解析管理,支持解析批量操作

    用户管理添加用户,支持为用户开启API接口

    部署方法

    • Release页面下载安装包
    • 运行环境要求PHP7.4+,MySQL5.6+
    • 设置网站运行目录为public
    • 设置伪静态为ThinkPHP
    • 如果是下载的Source code包,还需Composer安装依赖(Release页面下载的安装包不需要)
      composer install --no-dev
    • 访问网站,会自动跳转到安装页面,根据提示安装完成
    • 访问首页登录控制面板
    伪静态规则
    • Nginx
    location / {
        if (!-e $request_filename){
            rewrite  ^(.*)$  /index.php?s=$1  last;   break;
        }
    }
    • Apache
    <IfModule mod_rewrite.c>
      Options +FollowSymlinks -Multiviews
      RewriteEngine On
    
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
    </IfModule>

  • WHMCS 易支付插件 支持最新版 whmcs 8.9.X 及更新版本

    2024年5月19日 支持最新 WHMCS 版本,修复了支付回调问题。

    今天有mjj问我有没有易支付的插件,于是翻了一个出来。

    使用方法:

    1,打开 Apps & Integrations ,浏览中 打开 Payments,最下面找到 易支付通用版,点开如下图,点 Activate 激活。

    2,打开 Payment gateway,里边输入 易支付 平台相关信息即可。

    3,配置完成后在支付界面就可以选择易支付支付了。

    说明

    本插件仅包含易支付插件,如果您同时还需要 BNB,USDT,TRX等付款方式,可以尝试本站提供的聚合支付插件。

    [b2_insert_post id=”7473″]

  • WHMCS | Web Hosting Billing and Automation Platform v8.9.0 Nulled 破解版开心版

    本身开心版我是不想再发了的,因为可以通过Licence.php来实现破解,但还是有些人不太会,这个是完整的破解版,即插即用。

    WHMCS 8.9 Changelogs

    Implemented

    FEATURE-3461 – Integrate PayPal Commerce + Vault: bugfixes and UX improvements

    Maintenance
    CORE-18908 – Update wording in On-Demand Renewals Panel
    CORE-19064 – Update .re whois server
    CORE-19086 – Correct invoice aggregation deficiency provided in 8.9.0 RC
    CORE-19090 – Improve PHP health check evaluation and messaging

    Modules
    MODULE-8031 – Update SagePay API URLs to direct to Opayo

  • Lagom WHMCS One Step Order Form v1.2.4

    Lagom的单步骤下单插件破解版,官网卖得挺贵的。对用户比较友好,不需要一直下一步下单了。

    Download Lagom WHMCS One Step Order Form v1.2.4 Nulled Free v1.2.4 – Released: Dec 18th, 2023
    NEW FEATURE

    • WHMCS V8.9 support
      Please note that the new “PayPal Payments” and “PayPal Card Payments” gateways are not currently supported until one of the upcoming major updates
    • Choose domain configuration elements and impose a custom order in which they will be displayed – case #1207

    IMPROVEMENT

    • Added option to ensure that products and product groups marked as ‘Hidden’ in WHMCS are not visible in the browser’s developer tools – case #1533

    BUG FIX

    • Resolved issue with payment details display on mobile view in the Firefox browser – case #1428
    • Fixed problem that could cause the “Order Summary” box to overlap with “Payment Details”, and the icons for payment methods to spread to the side – case #1493
    • Solved case where applying a promotion code could for a brief moment reset the total price in the order summary – case #1494
    • Adjusted the display of starting prices that could be wrongly shown for specific billing cycles and configurable options when the monthly pricing breakdown is enabled – case #1495
    • Fixed problem where paying with the credit balance was impossible if the “Bank Transfer” gateway was unavailable – case #1496
    • Corrected configurable option icons loading from the media library on macOS systems – case #1507
    • Adjusted font size used in product tiles on macOS systems
    • Resolved specific problems with adding to a cart a domain to register or transfer
    • The cart will now properly reset after switching to another product from the domain renewal view
    • Other minor corrections related to the display of setup fees and product prices
    • Solved specific validation problem where adding new domain registrant information could prevent the order completion – case #1523
    • Fixed case where the “Subtotal” amount was not displayed in the order summary
    • Corrected issue with the hCaptcha solving window
    • The hCaptcha script will no longer be loaded if that is not enabled in the configuration – case #1527
    • Blocking existing domains will now work properly when providing an owned domain – case #1528
    • Added missing validation for the maximum amount that can be provided into the slider configurable option type
    • Many other code corrections and UI adjustments
  • Lagom WHMCS Client Theme By RSStudio Version 2.2.4 

    最好的WHMCS主题更新 V2.2.4版本了,这次的更新比较多,也彻底填住了上次的漏洞。

    详细的更新信息如下:

    Client Area
    • NEW Compatibility with WHMCS 8.9.x.****
    • NEW Alternate Links Generation – Enable automatic alternate links generation for all theme pages – Case # 717.
    • NEW Sections Title Capitalization – Ability to disable forced title capitalization – Case # 806.
    • NEW Hide Option To Add New Billing Address – New setting for “Invoice Payment“ – Case # 736.
    • NEW Hide Ticket Priority – New setting for “Support Ticket – Step Two“ – Case # 641.
    • NEW Show Product Group Name – New setting for “Support Ticket – Step Two“ – Case # 716.
    • NEW Hide Sidebar – New setting for “Product Details“ page – Case # 640.
    • NEW Hide Marketing Email Box – New setting for “Registration“ page – Case # 780.
    • NEW Hide Immediate Cancellation – New setting for “Request Cancellation“ page – Case # 571.
    • NEW Invoice Table Sorting – New setting for “Invoices“ page – Case # 671.
    • NEW Hide Configurable Options – New setting for “Upgrade“ page – Case # 805.
    • Improvements The secondary menu navigation bar will now automatically hide when all items are removed using Menu Manager, ensuring a cleaner interface – Case # 757.
    • Improvements The registration form can now be submitted by pressing the Enter key – Case # 800.
    • Improvements Design of MarketConnect addons in Product Management page has been improved – Case # 731.
    • FIX Corrected an issue where navigation items on mobile devices appeared white on a white background due to conflicts between “Secondary“ and “Primary“ background color selections for the “Left“ navigation type – Case # 745.
    • FIX Resolved a visibility issue in the Store menu, where navigation items were displayed as dark text on a dark background, caused by conflicting “Secondary“ and “Primary“ background color settings for the “Left“ navigation type – Case # 803.
    • FIX Resolved issue with “Exipring In“ date calculation for different date formats – Case # 758.
    • FIX Fixed a problem where theme styles were not properly loading on OAuth authentication pages – Case # 755.
    • FIX Adjusted the spacing of the shopping cart item count displayed in the secondary navigation for clarity when multiple items are present in the cart – Case # 728, # 766.
    • FIX Fixed an issue where custom icons assigned to menu items through the Menu Manager were not appearing in the theme navigation – Case # 808.
    • FIX Other minor appearance fixes.
    Order Process
    • NEW Compatibility with WHMCS 8.9.x.****
    • NEW Show TLD Cycle Switcher – Ability to enable TLD billing cycle switcher during domain ordering process – Case # 749.
    • NEW Hide Product Hostname – New configuration options has been added to this order process setting – Case # 767, # 770.
    • NEW Custom Product Description Formatting – Possibility to disable the custom formatting of product description – Case # 746.
    • NEW Custom Checkout Checkboxes – Ability to include custom checkboxes shown below TOS in “View Cart“ – Case # 138.
    • NEW >Boxed Domain Template – New teplate for “Configure Product Domain“ page – Case # 138.
    • NEW Hide Nameservers Section – New setting for “Configure Domains“ page – Case # 772.
    • NEW TOS Location – New setting for “View Cart“ page – Case # 469, # 770.
    • NEW Hide Marketing Email Box – New setting for “View Cart“ page – Case # 780.
    • NEW Addon Columns – New setting for “Prduct Configuration“ page – Case # 751.
    • NEW Hide Product Group Name – New setting for “Prduct Configuration“ page – Case # 820.
    • NEW Set “Company Name“ Field As Required – New setting for “View Cart“ page. – Case # 821
    • Improvement Automatic whitespace and incorrect signs removal from the domain name input during domain registration – Case # 763.
    • Improvement Enhanced the display of long text strings shown in input fields on the “Configurable Options Upgrade“ page – Case # 759.
    • Improvement The cancellation process for addons associated with a specific product has been enhanced and is now presented in a modal format instead of separate subpage – Case # 740.
    • Improvement The design of promotional labels for highlighted domain TLDs during the product purchasing process has been enhanced – Case # 322.
    • Improvement The product group and package name are now displayed in the page header during the registration of a domain name linked to a specific product – Case # 707.
    • FIX Resolved issue with price calculation for “One Time“ payments, when “Lowest Billing Cycle“ option was selected – Case # 756
    • FIX Other minor appearance fixes.
    Addon
    • Improvements Further minor security imporvements.

  • OneNav 一为导航主题 开心版 破解版 版本v4.1602 

    本站将不再提供国产相关主题破解下载。<br>相关讨论可以去 <a href=”https://www.nodeloc.com”>https://www.nodeloc.com</a>

    2024年3月15日:替换自带的一为热榜接口,免激活码使用

    OneNav 版本v4.1602 (更新时间:2024-02-22)

    一导航


    集网址、资源、资讯于一体的
    WordPress 导航主题

    新版本OneNav更新了授权验证逻辑,因此授权接口源码也更新了。

    使用方法:

    1、下载授权接口源码 onenav-auth-api-v2.zip 搭建一个站点,绑定auth.iotheme.cn域名

    2、在hosts中添加
    127.0.0.1 auth.iotheme.cn
    127.0.0.1 www.iotheme.cn

    (www.iotheme.cn是检测更新的域名,加不加不影响激活)

    3、上传onenav主题源码到Wordpress,授权码随便填写一个即可激活。

  • 自媒体博客Spimes主题 X7.0

    自媒体博客Spimes主题 X7.0

    Spimes主题专为博客、自媒体、资讯类的网站设计开发,自适应兼容手机、平板设备。一款简约新闻自媒体类的 typecho 主题,设计上简约、干净、精致、响应式,后台设置更是强大而且实用的新闻自媒体类主题。

    演示地址:https://000.0f1.cn/

    已经更新到7.0,删减了大部分主题功能(主要是一些不常用的功能,鸡肋的功能),优化了头像设置,不使用qq头像,但是处于考虑,只允许默认头像来选择,添加了AI生文功能(chatgpt+百度文心一言),添加了AI客服功能(只限Gpt),AI客服功能具体怎么用,可在插件配置里面进行简单训练,功能集中在插件里面,后续更新也是围绕ai方面……

    新版本发布,启用主题后,点击面板小灯泡logo主题检测按钮,进行主题配置修复!!!!

    主题声明:

    主题初衷:搭建一款typecho门户资讯自媒体主题,以推广,营销为主的平台

    ad.jpg

    主题购买

    主题售价:150RMB

    不议价,谢谢理解(版本4.4后提高价格)

    本站是主题唯一购买方式,其他任何途径、渠道均为非法倒卖主题。


    前端功能:

    • 响应式设计,兼容手机和平板等移动设备;
    • 多样化的用户等级成长标志
    • 页面风格的多种切换,配置
    • 支持白天夜间模式切换,前台控制;
    • 高级菜单功能;
    • 文章分享、阅读模式功能;
    • 新主题内置HTML5视频播放器,可支持HLS协议M3U8格式;
    • HTTPS优化,全面支持HTTPS网站;
    • 部分导航pjax
    • 主题添加了OWO表情,方便用户自定义添加表情包
    • 多种广告位添加
    • 强大的SEO优化效果,栏目自定义标题,文章内链,关键字的规划,配合熊掌号,优化效果很显著
    • 文章列表,单图or大图or多图样式,网站风格多样化

    后台功能

    • 常规设置
    • 首页设置
    • 广告设置 
    • 风格样式
    • 边栏设置 
    • 页脚显示
    • 移动设置
    • SEO配置 
    • 优化加速
    • 播放器设置

    关于Spimes主题【优化加速 Info】功能的使用和设置:https://www.veimoz.com/116

    自媒体博客Spimes主题用法和注意事项

    typecho主题相对wp主题是很简单的,设置地方无非就是程序的基本设置还有主题-外观的设置 **如果日常遇到错误,可以对比一下演示站,然后仔细检查自己设置过的地方….


    Spimes主题
  • 破解 Cloudreve V3 Pro,解锁所有功能,附带教程和源码下载

    破解 Cloudreve V3 Pro,解锁所有功能,附带教程和源码下载

    1. 演示

    img

    2. 后端

    2.1 分析

    众所周知,捐助版会检测授权文件 key.bin,没有它是连程序都打不开的。那有人说了,在 app.go 的 InitApplication 函数里删掉就可以了?

    开发者能让你这么简单就破开吗,试过之后发现还是打不开程序。

    他说的对,但不完全对,猫腻就藏在程序的依赖库里,仔细看这个库 https://github.com/abslant/gzip/blob/v0.0.9/handler.go#L60

    看似只是一个fork版,但会在前端 main.xxx.chunk.js 中插入跳转官网403的代码,作者的用户名为 abslant,乍一看不认识。

    打开这个博客 https://hfo4.github.io/ ,注意头像下的联系邮箱,发现这就是开发者 Aaron 的小名。

    这一切就说得通了,都是作者搞的鬼。看过社区版源码的都知道,没看过的等你尝试用git对比整个仓库的时候就知道了。

    2.2 改动

    1、首先将被加料的依赖项替换为原版

    github.com/abslant/mime => github.com/HFO4/aliyun-oss-go-sdk
    github.com/abslant/gzip => github.com/gin-contrib/gzip

    (VSC编辑器全局搜索,直接替换)

    2、bootstrap/app.go 不用多说,那个读取 []byte{107, 101, 121, 46, 98, 105, 110} 的就是授权文件

    3、routers/router.go 第128行 r.Use(gzip.GzipHandler()) 改为 r.Use(gzip.Gzip(gzip.DefaultCompression, gzip.WithExcludedPaths([]string{"/api/"})))

    (如果改完还是自动引入就把 go.sum 删了)

    4、然后是一些小变动:

    pkg/hashid/hash.go 最后一个函数 constant.HashIDTable[t] 改为 t 基本上到这里就完成了。

    注意:前端打包时要保持目录结构 assets.zip/assets/build/{前端文件}

    3. 前端

    3.1 插曲

    忙活了半天,终于把程序跑起来了,打开页面一看,好家伙 Backend not running 还是进不去,怎么想都进不去,因为前端还有一层验证。

    3.2 改动

    但注意 “任何前端加密和混淆都是纸老虎,自己玩玩无所谓,重要业务千万别乱来” 前端验证很好破解,还是先检查依赖项。

    1、打开 package.json 头两行就是这个万恶的 abslant,删掉 "@abslant/cd-image-loader" 和 "@abslant/cd-js-injector"

    2、把引用它们的地方删掉就行…了吗 ?

    位置在 config/webpack.config.js:35_625 和 src/component/FileManager/FileManager.js:16_109

    之后进是能进网盘了,但你想测试上传一个文件的时候就傻眼了,明明什么也没动,就是传不上去

    报错 Cannot read properties of null (reading ‘code’),那是继3.5.3之后新增的一处验证 将 src/component/Uploader/core/utils/request.ts 第 12 行整个 const 替换为以下内容即可解决

    const baseConfig = {
        transformResponse: [
            (response: any) => {
                try {
                    return JSON.parse(response);
                } catch (e) {
                    throw new TransformResponseError(response, e);
                }
            },
        ],
    };

    其它

    附件是破解好了的,除了去除验证,Plus版本还增加了几处功能优化,修复遗留Bug,感兴趣的可以下载体验一下。

  • WHMCS主题Lagom-简单,直观且完全响应的WHMCS主题 v2.2.3

    WHMCS主题Lagom-简单,直观且完全响应的WHMCS主题 v2.2.2 破解版

    这个版本主要是紧急安全更新版本。

    Security Update
    • This version contains critical security enhancements to address vulnerabilities discovered in our addon.
  • 模板兔modown v9.1免授权版(附erphpdown插件)

    模板兔modown v9.1免授权版(附erphpdown插件)

    modown8.81

    Modown 9.1开心版是一款模板兔开发的wordpress主题可,持续更新多年,优秀的资源下载类主题该模板基于Erphpdown,可以销售软件、视频教程、文章等等,通过主题和插件结合可以实现付费下载、付费阅读等功能,配合模板兔的一些插件还可以实现团购、抽奖等功能。

    modown主题 v9.1
    主题已去除域名限制,并且已解密所有加密的文件。

    erphpdown插件 v17.1
    本身无限制,安装即用。