lolcat commented on issue lolcat/4get#40 2024-10-20 03:39:56 +00:00
localhost (and site) unable to search

Awesome, I'm happy you managed to figure it out. Is the nginx guide missing anything or are you ready to merge?

lolcat commented on issue lolcat/4get#32 2024-10-20 03:37:07 +00:00
Followed the guide for Caddy and nothing works.
lolcat commented on issue lolcat/4get#40 2024-10-18 22:22:34 +00:00
localhost (and site) unable to search

php83 is better, yes. It's a patch for php8.

lolcat commented on issue lolcat/4get#44 2024-10-16 20:30:37 +00:00
Avoiding captcha

It times out because the IP you used for requesting results is blocked, that's just something duckduckgo does. Use the qwant scraper if you need bing results

lolcat commented on issue lolcat/4get#40 2024-10-12 16:20:26 +00:00
localhost (and site) unable to search

Can you make sure libsodium is loaded?

will@fuckedmachine:~$ php -r "phpinfo();" 
lolcat commented on issue lolcat/4get#40 2024-10-11 02:13:43 +00:00
localhost (and site) unable to search

Just reset your shell. If you don't put a ; last command will be appended to the current one.

lolcat commented on issue lolcat/4get#40 2024-10-11 02:09:54 +00:00
localhost (and site) unable to search

You forgot the ;

lolcat commented on issue lolcat/4get#40 2024-10-11 02:07:49 +00:00
localhost (and site) unable to search

you didn't get any errors. OpenSSL should work

lolcat commented on issue lolcat/4get#40 2024-10-11 01:30:29 +00:00
localhost (and site) unable to search

It's an extension, I believe. Does your package provider really not bundle ANY extensions at all? Can you even decode JSON?

Can you run these tests for me?

$ php -a
php > print_r(json_dec…
lolcat commented on issue lolcat/4get#40 2024-10-11 01:15:28 +00:00
localhost (and site) unable to search

it requires systemd

what the hell?

Ok, if you can't get this to work, I can try moving to using openSSL extension. Is there a way for you to set that up?

lolcat commented on issue lolcat/4get#40 2024-10-11 00:47:30 +00:00
localhost (and site) unable to search

Yes! That's the extension I use to encrypt the npt tokens for pagination.

You need this extension: https://github.com/jedisct1/libsodium-php

Is it available in the repos?

lolcat commented on issue lolcat/4get#40 2024-10-11 00:38:57 +00:00
localhost (and site) unable to search

When it renders half of it that means it crashed somewhere, are you sure

lolcat commented on issue lolcat/4get#40 2024-10-11 00:21:57 +00:00
localhost (and site) unable to search

APCU is needed for pagination to work. I store encrypted data inside apcu keys, and encrypt it. This is why when you paginate results, you get these random characters in your url bar. These random…

lolcat commented on issue lolcat/4get#40 2024-10-10 14:17:45 +00:00
localhost (and site) unable to search

The closest match I have is this

will@fuckedmachine:~$ cat /etc/php/8.2/cli/conf.d/20-apcu.ini 
extension=apcu.so
lolcat commented on pull request lolcat/4get#41 2024-10-10 03:27:31 +00:00
nginx documentation but better

Sick, keep me posted :)

lolcat pushed to master at lolcat/4get 2024-10-09 22:34:43 +00:00
6eabc3edf4 qwant captcha detect
lolcat commented on pull request lolcat/4get#41 2024-10-09 05:11:53 +00:00
nginx documentation but better

The formatting is a bit weird but I kinda like it, lol.

Any luck getting APCU to work on artix?

lolcat commented on issue lolcat/4get#40 2024-10-07 13:13:11 +00:00
localhost (and site) unable to search

Yeah that'd be good. :)

lolcat commented on issue lolcat/4get#40 2024-10-07 05:49:32 +00:00
localhost (and site) unable to search

I don't know brother, everyone who has tried getting this to work on arch has failed until they tried the docker container. Don't hate yourself too much if you can't get it to work.