问题描述 比较小白,诚心请教。 如果混淆方案除了vendor目录全部混淆了,然后授权机制都在app以及process里去做校验。 破解者能否通过vendor的框架核心文件去绕过这些授权?排除解密混淆文件的情况。...
问题描述 大家好! 最新版webman修改php文件都需要重启? 刚刚升级了版本,修改了代码都需要重启才能生效 请问有哪里可以设置吗 电脑重启,好了电脑重启,好了...
问题描述 wss请求的时候报错 SSL handshake error: stream_socket_enable_crypto(): SSL_R_NO_SHARED_CIPHER: no suitable shared cipher could be used. This could be because the server is missing an SSL certificate (local_cert c...
问题描述 如标题,使用swoole的event-loop就报错 使用select 的event-loop就可以正常启动 程序代码 <?php /** * This file is part of workerman. * * Licensed under The MIT License * For full copyright and license information, please see...
问题描述 2025-04-19 11:53:36 pid:22931 worker[none:1705] exit with status 256 2025-04-19 15:23:57 pid:10792 Worker[10792] process terminated 2025-04-19 15:23:57 pid:22931 worker[none:10792] exit with status 256 202...
问题描述 使用Workerman\Mqtt\Client连接mqtt服务器就报错 "Mqtt client: Connection Refused, bad user name or password",去掉账号密码 然后去掉mqtt服务的账号密码认证就能正常连接。 程序代码或配置 # mqtt.php配置(这个是通过process.php方式的配置) return [ // 'broke...
问题描述 这里详细描述问题 报错信息 process terminated with ERROR: E_ERROR "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /root/webman/vendor/illuminate/database/Connection.php on line 338...
问题描述 访问就报错,本地windows调试是正常的,发到服务器上就报错了。 本地是php8.2, 服务器是php8.3。 这个问题完全不知道怎么查,大佬们帮忙看看 程序代码 报错信息 操作系统及workerman/webman等框架组件具体版本 catchwebman后台框架...
问题描述 Route::any('/test', [app\api\controller\AggregationController::class, 'test']); Route::any('/test2', [app\api\controller\AggregationController::class, 'test2']); Route::any('/test3', [app\api\controller\Ag...
问题描述 think-orm在webman2.1使用mongo数据库出现TypeError: think\db\connector\Mongo::query() 程序代码 TypeError: think\db\connector\Mongo::query(): Argument #1 ($query) must be of type MongoDB\Driver\Query, string given, calle...
问题描述 webman-framework:2.1 Workerman:5.1.0 安装webmanai 安装提示webman/openai版本冲突 与workerman/http3.0本版也冲突 ...
比如 抓你文章 url参数 id 加密 不要使用连续的 例如 id = 1 id=2 但是人家可以抓列表页 然后再匹配出id 还有就是数据接口加密 请求返回的都是加密的 例如 asdklaslkdsajdalkjd 但是人家可以本地破解 你只要解密的在客户端跑 都可以破解 就是时间问题 如何限制别人访问请求 比如正常人一次大概10秒吧 看一个页面 那个接口爬虫 一下就看200个页面 怎么限制他呢 加验证码吗? 但是这...
问题描述 文件 vendor/workerman/gateway-worker/src/Register.php 测试环境 PHP 8.4 指定了强类型 declare (strict_types=1); 运行时会报错 GatewayWorker\Register::__construct(): Implicitly marking parameter $socketName as nullable is depre...
问题描述 查文档得知 中间件 实际情况如下图: 程序代码或配置 Webman\Route /** * Fallback. * @param callable|mixed $callback * @param string $plugin * @return void */ public static function fallback(calla...
问题描述 升级了Webman2.1和webman/log1.2.1版本,运行并访问后报错: ReflectionException: Class "support\Db" does not exist in D:\Documents\Desktop\Pleafles\_Yes\PHP\WorkerMan\_Projects\Webman\vendor\webman\log\src\Middleware.php:256...