lolcat pushed to master at lolcat/4get 2024-10-21 14:17:10 +00:00
d427a48ed4 Merge pull request 'nginx documentation but better' (#41) from bread/4get:master into master
12d5b4ade8 Merge branch 'master' into master
c422abbdc6 add css via copy and paste (slightly edited to not require a lot from my shithole)
85246cc7ec 194 lines of mark(down)
d709d12111 fix html making md look bad
Compare 8 commits »
lolcat merged pull request lolcat/4get#41 2024-10-21 14:17:08 +00:00
nginx documentation but better
lolcat pushed to master at bread/4get 2024-10-21 14:16:55 +00:00
12d5b4ade8 Merge branch 'master' into master
6eabc3edf4 qwant captcha detect
Compare 2 commits »
lolcat commented on pull request lolcat/4get#41 2024-10-21 14:07:41 +00:00
nginx documentation but better

Please commit the theme, I will add it

The wording changes are kind of useless since I'm working on a new frontend at the moment.

lolcat commented on issue lolcat/4get#44 2024-10-20 19:10:23 +00:00
Avoiding captcha

@throwaway

tell me @root , does the homepage work when duckduckgo scraper fails? Cause I set it to timeout after 30 seconds, so maybe it's just really slow and you're blocked from duckduckgo.

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