| Author |
Message |
Sidnijs Novice Poster
Joined: 13 Jan 2008 Posts: 2
|
Posted: Sat Jan 19, 2008 8:14 am Post subject: PHP news script.. |
|
|
| Hello! Since I'm planning on creating a little website, I have a need for a news script that DOESN'T use any kind of sql database. Can you recommend me any? Would be really cool if it would be freeware, please don't recommend cute news. ^_^ Thanks. |
|
| Back to top |
|
| |
Rashy Lifeless Person
Joined: 25 Sep 2006 Posts: 680
|
Posted: Sat Jan 19, 2008 11:36 am Post subject: |
|
|
Well not specifically a news script, but Limbo (http://www.limboportal.com/) runs off of text files instead of an SQL database and could easily be used as a news type CMS. I haven't used it myself but it would be worth a shot. It looks like it is also based around Mambo (uses the same templates and stuff). _________________ Rashy! |
|
| Back to top |
|
| |
LP-SolidRaven Dictator of the Dump

Joined: 06 Jun 2004 Posts: 7182 Location: The cheese is made out of moon
|
Posted: Sun Jan 20, 2008 3:27 pm Post subject: |
|
|
Why would you want something to run of flatfiles when you have a database available? If you really do want it as a file you could use something with a sqlite database. _________________
| Quote: |
<bart416> I just realized something
<bart416> we celebrate the fact that this piece of rock made one rotation around a glowing ball of plasma that is kept together due to its own gravity well
<njsg> HAPPY NEW YEAR
<Easter> ^^
|
|
|
| Back to top |
|
| |
Rashy Lifeless Person
Joined: 25 Sep 2006 Posts: 680
|
Posted: Mon Jan 21, 2008 3:58 pm Post subject: |
|
|
You don't know that he will have a database... I'm potentially facing a design project where I won't have access to a database, so if I want to store information it will have to be in flat files. Limbo looks like a good choice for a CMS in this case. I'm not sure how security works though, it seems you could just load something like http://somelimbosite.com/userlist.txt and have access to usernames and passwords (unless it stores such sensitive files below the public_html folder) _________________ Rashy! |
|
| Back to top |
|
| |
packagedeliverer Pro Freelancer::llp elder

Joined: 20 Feb 2004 Posts: 2692 Location: belgium
|
Posted: Mon Jan 21, 2008 6:18 pm Post subject: |
|
|
well, you could always use a php file that requires a password (get-var) for the file to return users/passes. _________________ [img:0a108d93e8]http://img338.imageshack.us/img338/9430/packagedeliverer54hy.gif[/img:0a108d93e8] |
|
| Back to top |
|
| |
Ryan Lifeless Person

Joined: 03 Aug 2004 Posts: 848
|
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2985 Location: Earth
|
|
| Back to top |
|
| |
Ryan Lifeless Person

Joined: 03 Aug 2004 Posts: 848
|
Posted: Thu Jan 24, 2008 1:24 am Post subject: |
|
|
| Desbrina wrote: | | i use snews, but it requires a database, i'm not sure if theres a non database version, i've never seen it on their site |
There is, the main version doesn't use a MySql database. _________________ BreakBoredom - Do you have anything better to do? |
|
| Back to top |
|
| |
Desbrina Jadeite

Joined: 11 Jun 2005 Posts: 2985 Location: Earth
|
|
| Back to top |
|
| |
|
|
|