Coder Social home page Coder Social logo

kaindev8 / starmq Goto Github PK

View Code? Open in Web Editor NEW
360.0 5.0 112.0 64.15 MB

开源的个人收款免签约解决方案 (码支付),拒绝高风险的扫码登录方式,采用APP监听系统收款通知方案,更安全可靠,使用易支付接口,对接更便捷!

License: Apache License 2.0

PHP 60.68% CSS 6.88% HTML 31.63% Smarty 0.81%
codepay php

starmq's Introduction

StarMQ1.0

开源不意味着可以恶意倒卖!保留版权信息,尊重开源精神!

项目仅供学习参考,禁止商业或用于非法用途! 本项目基于 Apache2.0 开源协议发布

由于有太多无良网站修改版权、恶意倒卖!本项目已不再更新,有能力者可以自行二开(需保留版权) 应多位群友要求开发收费版,修复了开源版的 bug,功能更完善,支持免输入,需要联系购买(QQ:2391660170)

耻辱柱

网站名称 链接 原因
南轩博客(QQ:82532203) https://ns16.cn/215.html 恶意倒卖
昔年资源网(QQ:1037967009) https://www.79ne.cn/1018.html 恶意倒卖
刀客源码网(QQ:1302357281) https://www.dkewl.com/code/detail2612.html 修改版权信息
刘毅资源网(QQ:71591989) https://www.liuyiu.com/113.html 恶意倒卖
源码之家(QQ:1778458908) https://www.pigsns.cn/1655.html 修改版权信息
酷库博客(QQ:8670468) https://www.zxki.cn/wzym/5567.html 修改版权信息
K1 源码(QQ:3647255) https://www.k1ym.com/18526.html 恶意倒卖
绮梦资源网(QQ:2152443500) https://www.qmo6.com/19790.html 修改版权(提醒后仍不改回)
爱集码(QQ:3521978268) https://www.ajmwz.com/15289.html 恶意倒卖

介绍

  • 本系统是为个人用户设计的收款免签约解决方案
  • 拒绝高风险的扫码登录方式,采用 APP 监听系统收款通知方案,更安全可靠!
  • 基于ThinkPHP框架开发

运行环境

  • PHP 8.0 PHP 版本向下兼容至 7.4
  • MySQL 5.7 MySQL 版本向下兼容至 5.6
  • Nginx 1.20.2

预览

安装教程

  1. 下载程序
  2. 上传程序至服务器
  3. 导入 star.sql 至数据库
  4. 修改程序config/database.php文件的数据库配置信息(如下图)
  5. 访问域名即可!

Tips

  • 默认账号密码为admin 123456
  • 项目运行目录选择 public
  • 伪静态设置为ThinkPHP
location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

项目推荐

CloudZA API 一款开源的 API 系统

捐赠

  • 如果你觉得程序好用的话,不妨通过捐赠的方式支持我持续更新~

捐赠记录

  • 鸣谢以下用户对本系统的支持!
昵称 联系方式 赞助方式 金额
HK-Greatness 350******05 微信 55.00
144******61 QQ 5.00
绝世 110******41 微信 8.88
知识驿站 267******57 微信 6.60
再飞行 35******77 微信 8.88
WEN 18******25 QQ 5.00
星际 32******39 QQ 44.44
共享节点给你使用小火箭账号 144******61 微信 5.00

问题反馈

免责声明

  • 本仓库只为学习研究,如涉及侵犯个人或者团体利益,请与我取得联系,我将主动删除一切相关资料,谢谢!

starmq's People

Contributors

kaindev8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

starmq's Issues

关于回调问题!!!

我测试了很多遍,回调问题一直得不到解决,是要设置同步/异回调地址吗,那个地址怎么填呢,求作者解答

安装错误

错误如下:

Warning: require(D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer/../symfony/deprecation-contracts/function.php): Failed to open stream: No such file or directory in D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer\autoload_real.php on line 55

Fatal error: Uncaught Error: Failed opening required 'D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer/../symfony/deprecation-contracts/function.php' (include_path='.;C:\php\pear') in D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer\autoload_real.php:55 Stack trace: #0 D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer\autoload_real.php(38): composerRequire93e86bf72fe4d4e5018a59d3a5021a31('6e3fae29631ef28...', 'D:\\wwwroot\\127....') #1 D:\wwwroot\127.0.0.1\starMQ-master\vendor\autoload.php(25): ComposerAutoloaderInit93e86bf72fe4d4e5018a59d3a5021a31::getLoader() #2 D:\wwwroot\127.0.0.1\starMQ-master\public\index.php(22): require('D:\\wwwroot\\127....') #3 {main} thrown in D:\wwwroot\127.0.0.1\starMQ-master\vendor\composer\autoload_real.php on line 55

Fatal error: Uncaught Error: Class '

Fatal error: Uncaught Error: Class 'ComposerAutoloaderInit93e86bf72fe4d4e5018a59d3a5021a31' not found in /域名/vendor/autoload.php:25 Stack trace: #0 /域名/public/index.php(22): require() #1 {main} thrown in /域名/vendor/autoload.php on line 25

安装报错

环境

PHP7.4
MySQL 5.7
Nginx 1.22.1

问题

Warning: require(/www/wwwroot/xx.cn/vendor/composer/../symfony/deprecation-contracts/function.php): failed to open stream: No such file or directory in /www/wwwroot/xx.cn/vendor/composer/autoload_real.php on line 55

Fatal error: require(): Failed opening required '/www/wwwroot/xx.cn/vendor/composer/../symfony/deprecation-contracts/function.php' (include_path='.:') in /www/wwwroot/xx.cn/vendor/composer/autoload_real.php on line 55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.