Heyuri / kokonotsuba

Heyuri's BBS software
Other
19 stars 12 forks source link

removed used rss feed and fix miliseconds b0rked (aka same second posting) #82

Closed chen-chan1 closed 3 months ago

chen-chan1 commented 3 months ago

this is some old feed from kolomya. when koko.php first runs it will make a new one.

kaguy4 commented 3 months ago

I asked about this, but it seems it is here because rss template needs to have a base template

its there because the rss module cant make one from scratch it can only update an old one so if you delete, it won't work if you install koko without it already there it breaks

chen-chan1 commented 3 months ago

https://litter.catbox.moe/k5qsl7.mkv

chen-chan1 commented 3 months ago

again idk why it put this in the same merge request but nao it should also fix teh b0rked time. i have a personal fork nao so when i add fixes it would not justshow kotatsuba fork

kaguy4 commented 3 months ago

I will merge this after checking it too

chen-chan1 commented 3 months ago

can you please also change localhost to 127.0.0.1 in config.php the test server i got was a vps from linode and running the Debian version as stated on here but the error message is really bad specifying it can not use localhost.

chen-chan1 commented 3 months ago

https://stackoverflow.com/a/55886015

i prob should not have used a $time as a tmp var but it works the same. i don't think matters to much as it gets stored in the database truncated to a int. i am changing this soon in a different fork to use this for file names https://www.php.net/manual/en/function.uniqid.php