• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Barebones PHP news script?

fs5

Lifer
Something simple that allows updating, time stamp, and comments. If I can avoid SQL I would like that too.
 
Greymatter is awesome but it's no longer supported and it's not really a news script. What exactly is a news script? Something like a blog or something like Techbargains?
 
Learn to use PHP with MySQL and you can do any type of news script you like 😛 Otherwise you could use a text file as a database...
 
I checked out greymatter and you're right, the exact opposite of barebones but it seems to do the job.
I'll try your script BingBongWongFooey, thanks.
 
Originally posted by: fivespeed5
I checked out greymatter and you're right, the exact opposite of barebones but it seems to do the job.
I'll try your script BingBongWongFooey, thanks.

No prob. Yeah grey matter is nice, it isn't all that bare bones, but it's been around a while and is probably the least pain in the ass to use.
 
Originally posted by: fuzzy bee
Originally posted by: BingBongWongFooey
Originally posted by: fuzzy bee
where's the data stored? in a text file?

Yep.

ugh 😉

gimme sql any day

Yeah, parsing text sucks ass. Just wait till notfred shows up
rolleye.gif
😉
 
Back
Top