jacobwb / hashover

Free and Open Source PHP Comment System
http://tildehash.com/?page=hashover
GNU Affero General Public License v3.0
255 stars 30 forks source link

Great Script But... #36

Open nootkan opened 1 year ago

nootkan commented 1 year ago

It won't work with php 8+.

Found the following errors:

[06-May-2023 12:10:35 America/Los_Angeles] PHP Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/website/public_html/hashover.php on line 119 [06-May-2023 12:10:35 America/Los_Angeles] PHP Warning: file_get_contents(http://www.stopforumspam.com/api?ip=70.67.155.134): Failed to open stream: no suitable wrapper could be found in /home/website/public_html/hashover.php on line 119 [06-May-2023 12:10:35 America/Los_Angeles] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/website/public_html/hashover/scripts/encryption.php on line 42

Will this be addressed or is that it for this version of the script?

I did read the previous issue regarding php.7.4 which works with hashover comment script. But was hoping for a php 8+ solution if possible. Thanks for your time!