PDA

View Full Version : Newspublishing system in PHP without SQL (Like newspro)


Mysticales
02-18-2007, 12:02 AM
Hey all, this will sound odd.. but I am looking for something like the old Cgi/Perl "Newspro" with "NewsCat" addon that will allow multiple users and user level access to "x" section assigned for posting or editing news which is displayed on a html page.

Now, here is the trick. I cant use newspro this time since we have CGI disabled for security for our forums. Since its just a forum server.

My other issue is, I want this text based or filesystem based. NOT SQL backend! The reason? If the SQL server dies or something goes wrong, people will still be able to see this portal site and get the news. Meaning a fallback system to report whats up till the sql is back online.

So I guess I need a system similar that can let me make users, then allow them to post which will output to a php page, but gets the news to post from a text file. In a nutshell.. a newspro that has its features but works for pure php. Thanks. =) If anyone has ideas or know of one that does this, please tell me.

Tommy12345
02-18-2007, 12:05 AM
Interesting Concept

Mysticales
02-19-2007, 06:05 AM
I know... would just be easier to have cgi enabled...

That or if someone sat down, converted the newspro perl files to be coded in php. That would work... but I havent tried recoding yet... so Id prob take awhile. But if you wanna see the work in progress, its http://forums.qj.net/portal

main "online" mode lets users login, read, and access pages allowed in their usergroup. (With the aide of the mod deluxe user login)

Only thing I needed to complete it was a text based news system so the php page would just include the text file and wham. SQL gets slow? Dies? No issue here, all php and html. Low bandwitdh, no server useage really.

Lionel
02-22-2007, 01:17 PM
Try cutenews