SalimF

Results 13 comments of SalimF

Can anyone solved this, I don't mind if I just had to send image from [Ar-PHP](https://github.com/khaled-alshamaa/ar-php) like this image to escpos-php to print it correctly . ![image](https://user-images.githubusercontent.com/16048674/176647852-d2c8fa9f-50d2-4a93-b24e-3fa38ee7223b.png) I just the...

> "domain": "usageLimits", > "reason": "dailyLimitExceededUnreg" Thank for the explain, can anyone explain how to make goodls use IPv6 instead IPv4 to bypass download limitation !

This is how I made proxy to work ``` static char *var = "HTTP_PROXY=http://192.168.1.7:1100"; putenv( var) ; ```

> PSI said back in february that he's had little motivation to work on anything that long hiatus toke from me 6 years or so,I hope his is not that...

I manage to solve this using `gdrive --service-account`, you have to create G drive API key from [Google API Console](https://console.cloud.google.com/apis/dashboard) download the key as `.json` file and store it on...

I got exact same issue , looks like nobody replies here .

I got same issue: ``` Access blocked: ******.com’s request is invalid ******@gmail.com You can’t sign in because elminasa.com sent an invalid request. You can try again later, or contact the...

Alright, I don't know what is happened, but when I use **HTTP proxy** on PowerTunnel the localhost **proxy works**. ![image](https://user-images.githubusercontent.com/16048674/228778353-2729a79d-eb20-4ae3-b7e9-273f2699b04f.png) but when I use my other **SOCKS5** proxy, I lost...

> Do you know which SOCKS server software is being used? for the external server, No, its paid service . **=Edit=** When I use my other external SOCKS5 (_uses 3proxy_)...

> $open_ai->setProxy("https://address:port") Hello, how can I add proxy user and password? I notice `$curl_info` class property didn't have option for proxy password