@kdfrawg wonder who broke 'em!
@dgold you mean the index.php? Nope. That's a mistake. See line 55? It has the right value - http://YOURLIVEBLOGHERE.COM
I just wanted to get rid of the Share to ADN link but didn't want to break things. So I did that. I need to learn to scrub things and use php variables!
Please replace that link with your own. It allows viewer to share your posts on twitter…
@dgold I've pushed out a fix for first run when the array is empty… But you should just paste that array into the text file and you'll be good to go…
@dgold as it should be. I've made bugs.
1. Put that first post there in array form as I've mentioned2. Change the permissions on the following files from your usual user to whatever is running your server (if it's nginx, should be www-data) - create.php, index.php, text.php, rss.php
Then you should be able to create posts.
@dgold put the following in the text.txt file -
array (
0 =>
array (
'commentpostid' => 483,
'commentauthor' => 'Nitin Khanna',
'commentdate' => '2017-05-31 11:15:51',
'commentcontent' => 'I think I\'m allergic to the cold.',
'commentID' => '2151',
),
)