LexShadow / The-Connection-Point

A flat-file, database-free, page and blog "engine" using PHP, based on dead-simple-blog by paintedsky Tor friendly, markdown, simple and more
https://lexshadow.cribcraft.co.uk/blog
MIT License
1 stars 0 forks source link

Tor Comment System #2

Open LexShadow opened 3 years ago

LexShadow commented 3 years ago

There is a bug with the Tor Comment System, we don't know if this is a Windows to Unix bug or a FastCGI, or I am just a bad coder and for some reason my local testing isn't reacting to the same bugs.

I am going to work on this soon as I can, all other functions seem to work in 0.0.0.7 part from the comment system, disable it for now.

change define('TCP_SITE_COMMENTS', true, true); to define('TCP_SITE_COMMENTS', false, true);

LexShadow commented 3 years ago

New comment system will be created to fix this problem it will be json or single file per comment I will work on this after the xmas holiday.