Padandish
Padandish
Hi dear, Thanks for nice Library. I used Object mapping. after run code: $user = user::byId(1); $user->password = 'demo2'; $user->save(); But not saved!, I traced code, and problem at dbObject.php...
Hi dear, How can l set my custom dns server (IP with port)? My service provider filter many domains. i need set my dns server. Thanks
Hi dears, I used php-phantomjs on Windows 10, it work greatly! Now I used Ubuntu 18.04 server PHP 7.4.13 phantomjs 2.1.1 export QT_QPA_PLATFORM=offscreen to phantomjs but when call $response->getStatus() returned...
Hi dear, I check x-ui log. when user failed to login: Sep 02 23:34:15 xxxxxxx.xxx x-ui[8934]: 2023/09/02 23:34:15 INFO - wrong username or password: "root" "demo" if you added ip...
Hello, I am using BetterChatGPT Plus with a custom API endpoint (e.g., https://api.zukijourney.com/v1/chat/completions) and specifying the model as gpt-4o-mini. The client code is based exactly on the official OpenAI Python...