Giter Site home page Giter Site logo

frogfind's Introduction

FrogFind

Source for the FrogFind search engine for vintage computers

Love the frog. Be the frog.

frogfind's People

Contributors

actionretro avatar jcs avatar jibsaramnim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

frogfind's Issues

Several features found on frogfind.com are not present in this repository

There's quite a few features available at frogfind.com that are seemingly not a part of the open source version:

  • the frog image on the homepage (minor, I know)
  • proper 304 support (my local version simply seems to download redirects, happens in @ihyoudou's Docker version as well), frogfind.com handles redirects without issue
  • headers are not shown in the local version
  • several PHP warnings, which do not show in the production version on frogfind.com (could be due to my own PHP error level, but still)
  • DuckDuckGo rate limiting -- this does not happen on the production version, and I'm not sure why (we should be equal to DDG)

Is this intentional? I find the missing features severely limit the usability of a local copy of FrogFind, which defeats the purpose of a local copy entirely.

Thanks!

link issues

Hi,

I can't run that system properly. Could you write some short tutorial how to run it properly, please?

I discovered that the index.php file contains the wrong patch to autoloader.php file:

Line 2 contain require_once('vendor/autoload.php'); but I think that should be require_once('php/autoloader.php');. Am I correct?

After that change, the search engine is working and shows results, but when I click on any link I'm getting blank (error 500).

Character encodings

Like with the 68k news project, most of the modern web is in some variant of Unicode, or at most windows 1252.
Given that this website is designed to be used with old browsers on old platforms, I think that some conversion will be necessary.

Please please please!

If you can work this with chatgpt API you will have the smartest 1mhz mac on the planet! It uses HTTPS. I've seen it work in Linux terminal. I don't know how to code. I actually asked chatgtp how I can message you and it helped me get to this point. I'm not sure how to keep in touch...
Thanks. ๐Ÿ‘

".." in links isn't handled correctly

The links on this page navigate up one directory by including "../" in the URLs, however FrogFind treats this as part of the URL and reports "Failed to get the article :( Sorry! Invalid or incomplete HTML." when attempting to click on them.

Wrong path in .php files

Instead of
require_once('vendor/autoload.php');
it should be
require_once('php/autoloader.php');

Issue reporting

Hi there,
Where would I report minor security issues that should not be public? I assume on Discord? If so, fire me over a quick message please.

Dave

HTTPS problem

Hi,

even if retro computers will usually access this via plain old HTTP, the HTTPS port is still available on the internet (and used by default my most browsers), but it returns the wrong certificate, making it look unsafe to browse.

Can you please disable port 443 or install a proper certificate (eg, letsencrypt) on this port?

Thank you very much, also thank you for making this in simple php.

Here is the output of curl from here, which shows a certificate valid only for *.cloudwaysapps.com

$ curl -v https://frogfind.com
*   Trying 64.227.13.248:443...
* TCP_NODELAY set
* Connected to frogfind.com (64.227.13.248) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.cloudwaysapps.com
*  start date: Apr 27 00:00:00 2023 GMT
*  expire date: May 27 23:59:59 2024 GMT
*  subjectAltName does not match frogfind.com
* SSL: no alternative certificate subject name matches target host name 'frogfind.com'
* Closing connection 0
* TLSv1.3 (OUT), TLS alert, close notify (256):
curl: (60) SSL: no alternative certificate subject name matches target host name 'frogfind.com'
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

PHP error finding document in index.php

hello I keep getting this error in my index.php and don't know how to solve it please advise.

Warning: require_once(php/autoload.php): Failed to open stream: No such file or directory in /var/www/html/index.php on line 2

Fatal error: Uncaught Error: Failed opening required 'php/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/index.php:3 Stack trace: #0 {main} thrown in /var/www/html/index.php on line 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.