• 正文概述
  • 售后服务
  • 源码描述:

    为什么这个不收费了,1是福利,2是感觉缺点什么。据说呢这款是可以注入的,但是我记得之前的版本是要客户端的。这个没有!我家源码就是有啥说啥!不会说什么都有结果里面缺东西骗人的事情我们不做!

    包内有两个版本,你们看哪个日期新哪个就是新一点的版本!

    里面带架设教程!4份,架设略有难度,需要在docker下部署!

    我们有上一个版本:https://89ye.com/html/syym/qukuailicai/4722.html 这套是全的。

    最新更新3.0可生成安卓客户端版本:https://89ye.com/html/syym/qukuailicai/4869.html

    图片是我们架设好后截的图,由于我们对这类没兴趣,所以没有深度测试,只是架设起来就可以!

    对了后台密码是:

    账号 : root
    密码: www.89ye.com 或 changemeplease 我记得改了密码

    部分教程展示:

    # Switch to the root user (be cautious with operations performed as root)
    sudo su

    # Navigate to the /var directory where we will work
    cd /var

    # Update and upgrade the package lists from the repositories to get information on the newest versions of packages and their dependencies
    apt-get update -y
    apt-get upgrade -y

    # Install unzip if not already installed, necessary for fetching and extracting files
    apt-get install unzip -y

    # Assuming 'servergoermac.zip' is already downloaded in the /var directory
    unzip servergoermac.zip

    # Remove the zip file after extraction to save space
    rm -rv servergoermac.zip

    # Change to the www directory where the application files are supposed to be
    cd www

    # Change permissions of all files in the directory to ensure executable scripts can run
    chmod 777 *

    # Execute build and run scripts for Docker containers
    ./build_docker.sh
    ./run_docker.sh

    ———————–其它:

    发表评论