Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > CMS & Content Management

CMS & Content Management CMS and general content management discussion

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2007, 06:34 AM
joshua joshua is offline
Senior Member
 
Join Date: Jun 2007
Posts: 100
joshua is on a distinguished road
Default CMS without SQL

I once came across a cms that do not use sql databse but stored the pages in plain html.But unfortunately I have loss the url and just cannot find it through google.
Can someone help?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-08-2007, 12:28 PM
exculiber exculiber is offline
Member
 
Join Date: Jun 2007
Posts: 81
exculiber is on a distinguished road
Check with Hotscripts. It has a good list of scripts both free and commercial where you can find your desired CMS script which does not require any database.
__________________
Practical Money Guide
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-24-2007, 10:23 PM
wesley wesley is offline
Senior Member
 
Join Date: May 2007
Posts: 204
wesley is on a distinguished road
Yes, I usually find my free scripts through hot scripts as well.

But just a word of caution. In the beginning, I figured it was easier to use a database that was not SQL. In fact, I ran sites with cgi and others but after a while if the database is too big, it starts to bog down and runs slower.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-25-2007, 01:21 AM
exculiber exculiber is offline
Member
 
Join Date: Jun 2007
Posts: 81
exculiber is on a distinguished road
It is much preferred to have a database driven CMS than a purely HTML CMS. For one, access time for pages is much faster. This is true if you search contents posted on your site. Moreover it is much easier to extract specific information for back up purposes.
__________________
Practical Money Guide
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-28-2008, 12:36 PM
engadven engadven is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
engadven is on a distinguished road
Pure SEO CMS (google the name) has an local XML database but creates real html (or other) pages.
Database driven, html CMSs are available and offer may advantages over online SQL versions apart from the fact that anyone (including hackers) can get to the database.
Because they are PC based they tend to be faster, more reliable and easier to set up. You can also create lots of sites from one install.
I'd recommend you use both online and PC based CMS solutions depending on which is most appropriate for the site. We find PC based is better for most small businesses.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-03-2008, 04:05 PM
Symbyo SEM Symbyo SEM is offline
Junior Member
 
Join Date: Oct 2008
Posts: 27
Symbyo SEM is on a distinguished road
Limbo is a CMS, based in mambo mamboserver.com which does not use SQL, but your hosting must have PHP to use it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-24-2008, 05:35 AM
Ozwebdezigners Ozwebdezigners is offline
Junior Member
 
Join Date: Dec 2008
Posts: 4
Ozwebdezigners is on a distinguished road
this is easy to do ....just use the common php function

$myFile = "testFile.txt";
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = "Floppy Jalopy\n";
fwrite($fh, $stringData);
$stringData = "Pointy Pinto\n";
fwrite($fh, $stringData);
fclose($fh);

and read from the include file to display to in browser
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-25-2009, 07:37 PM
tanja tanja is offline
Senior Member
 
Join Date: Dec 2008
Posts: 1,666
tanja is on a distinguished road
I usually find it in the hot scripts very helpful site
__________________
wireless earpieces | designer clothes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-14-2010, 07:33 PM
iioacademy iioacademy is offline
Member
 
Join Date: Nov 2010
Posts: 32
iioacademy is on a distinguished road
file flat database is good enough for small data, but once you have 100000 records, your text flat database will have a bottle nick
'choking' issues.

SQL do have indexes, it has query, and the ideal one. Then WHY uses flat database ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-24-2010, 12:33 PM
MattCA MattCA is offline
Junior Member
 
Join Date: Nov 2010
Location: Rumia
Posts: 15
MattCA is on a distinguished road
Quote:
Originally Posted by iioacademy View Post
SQL do have indexes, it has query, and the ideal one. Then WHY uses flat database ?
Sometimes free hostings don't offer any database access, just pure PHP. But when you decides to use a free hosting, it means you don't predict having lots of visitors, so it all depends on individual needs
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 05-17-2011, 10:57 PM
vivianso's Avatar
vivianso vivianso is offline
Junior Member
 
Join Date: May 2011
Posts: 19
vivianso is on a distinguished road
i think it definitely worth it to have mysql and phpAdmin
i actually never try limbo or other html CMS. So u say html CMS is database driven? But Mysql itself is a database too. Sorry, if i misunderstand what u r saying. English isn't my first language
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:09 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.