• 大小: 52.09MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-11-04
  • 语言: PHP
  • 标签: 三级分销  三级源码  

资源简介

1、手动充值和自动充值两种充值类型,自动充值需要买家自备充值接口 2、每个商品后台设置返佣(三级分销) 3、升级代理后台设置返佣(三级分销) 4、自动识别三网和地区 5、可限制每月代理充值的金额 6、限制用户提现最低金额 7、下级返佣模板消息提示 8、代理推广自动绑定上下级关系 9、对接第三方充值通道,有无微信支付都可以(市面上大多只能微信支付) 10、后台自动统计盈亏数据 11、用户可定制功能 买家须知 1、运行环境:php+mysql 2、需要准备好认证服务号,并且开通好微信支付,准备服务器或者虚拟空间,一个备案域名 3、话费流量自动充值接口需要自己申请,如不知道在哪里申请可联系客服

资源截图

代码片段和文件信息

/***********************************************************************



    Copyright 2006-2007 Ma Bingyao



    These sources is free software. Redistributions of source code must

    retain the above copyright notice. Redistributions in binary form

    must reproduce the above copyright notice. You can redistribute it

    freely. You can use it with any free or commercial software.



    These sources is distributed in the hope that it will be useful

    but WITHOUT ANY WARRANTY. Without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



        You may contact the author by:

           e-mail:  andot@coolcode.cn



*************************************************************************/

#ifdef HAVE_CONFIG_H

#include “config.h“

#endif



#include “php.h“



#if HAVE_XXTEA

#include “php_xxtea.h“

#include “ext/standard/info.h“ /* for phpinfo() functions */

#include “xxtea.h“



/* compiled function list so Zend knows what‘s in this module */

zend_function_entry xxtea_functions[] =

{

    ZEND_FE(xxtea_encrypt NULL)

    ZEND_FE(xxtea_decrypt NULL)

    ZEND_FE(xxtea_info NULL)

    {NULL NULL NULL}

};



/* compiled module information */

zend_module_entry xxtea_module_entry =

{

    STANDARD_MODULE_HEADER

    XXTEA_MODULE_NAME

    xxtea_functions

    ZEND_MINIT(xxtea)

    ZEND_MSHUTDOWN(xxtea)

    NULL

    NULL

    ZEND_MINFO(xxtea)

    XXTEA_VERSION

    STANDARD_MODULE_PROPERTIES

};



/* implement standard “stub“ routine to introduce ourselves to Zend */

#if defined(COMPILE_DL_XXTEA)

ZEND_GET_MODULE(xxtea)

#endif



static xxtea_long *xxtea_to_long_array(unsigned char *data xxtea_long len int include_length xxtea_long *ret_len) {

    xxtea_long i n *result;

n = len >> 2;

    n = (((len & 3) == 0) ? n : n + 1);

    if (include_length) {

        result = (xxtea_long *)emalloc((n + 1) << 2);

        result[n] = len;

    *ret_len = n + 1;

} else {

        result = (xxtea_long *)emalloc(n << 2);

    *ret_len = n;

    }

memset(result 0 n << 2);

for (i = 0; i < len; i++) {

        result[i >> 2] |= (xxtea_long)data[i] << ((i & 3) << 3);

    }

    return result;

}



static unsigned char *xxtea_to_byte_array(xxtea_long *data xxtea_long len int include_length xxtea_long *ret_len) {

    xxtea_long i n m;

    unsigned char *result;

    n = len << 2;

    if (include_length) {

        m = data[len - 1];

        if ((m < n - 7) || (m > n - 4)) return NULL;

        n = m;

    }

    result = (unsigned char *)emalloc(n + 1);

for (i = 0; i < n; i++) {

        result[i] = (unsigned char)((data[i >> 2] >> ((i & 3) << 3)) & 0xff);

    }

result[n] = ‘\0‘;

*ret_len = n;

return result;

}



static unsigned char *php_xxtea_encrypt(unsigned char *data xxtea_long len unsigned char *key xxtea_long *ret_len) {

    unsigned char *res

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-06 12:01  话费充值三级微分销源码\
     目录           0  2018-07-06 12:01  话费充值三级微分销源码\cjwt\
     文件      240521  2017-07-13 10:29  话费充值三级微分销源码\cjwt\cjwt.jpg
     文件         386  2017-07-13 10:29  话费充值三级微分销源码\cjwt\index.html
     目录           0  2018-07-06 12:01  话费充值三级微分销源码\erweima\
     文件           0  2017-07-13 10:29  话费充值三级微分销源码\erweima\.jpg
     文件       48692  2017-07-13 10:29  话费充值三级微分销源码\erweima\12.jpg
     文件       83089  2017-07-13 10:29  话费充值三级微分销源码\erweima\12.png
     文件       49890  2017-07-13 10:29  话费充值三级微分销源码\erweima\13.jpg
     文件       83349  2017-07-13 10:29  话费充值三级微分销源码\erweima\13.png
     文件       49682  2017-07-13 10:29  话费充值三级微分销源码\erweima\22.jpg
     文件       83279  2017-07-13 10:29  话费充值三级微分销源码\erweima\22.png
     文件       49855  2017-07-13 10:29  话费充值三级微分销源码\erweima\23.jpg
     文件       83327  2017-07-13 10:29  话费充值三级微分销源码\erweima\23.png
     文件       49721  2017-07-13 10:29  话费充值三级微分销源码\erweima\26.jpg
     文件       83538  2017-07-13 10:29  话费充值三级微分销源码\erweima\26.png
     文件       49519  2017-07-13 10:29  话费充值三级微分销源码\erweima\27.jpg
     文件       83574  2017-07-13 10:29  话费充值三级微分销源码\erweima\27.png
     文件       50594  2017-07-13 10:29  话费充值三级微分销源码\erweima\29.jpg
     文件       83744  2017-07-13 10:29  话费充值三级微分销源码\erweima\29.png
     文件       49985  2017-07-13 10:29  话费充值三级微分销源码\erweima\322.jpg
     文件       83662  2017-07-13 10:29  话费充值三级微分销源码\erweima\322.png
     文件       50249  2017-07-13 10:29  话费充值三级微分销源码\erweima\324.jpg
     文件       83564  2017-07-13 10:29  话费充值三级微分销源码\erweima\324.png
     文件       49695  2017-07-13 10:29  话费充值三级微分销源码\erweima\325.jpg
     文件       83425  2017-07-13 10:29  话费充值三级微分销源码\erweima\325.png
     文件       49099  2017-07-13 10:29  话费充值三级微分销源码\erweima\327.jpg
     文件       83105  2017-07-13 10:29  话费充值三级微分销源码\erweima\327.png
     文件       50088  2017-07-13 10:29  话费充值三级微分销源码\erweima\5.jpg
     文件       83552  2017-07-13 10:29  话费充值三级微分销源码\erweima\5.png
     文件       49959  2017-07-13 10:29  话费充值三级微分销源码\erweima\6.jpg
............此处省略2572个文件信息

评论

共有 条评论