Page 1 of 1

download management system script support html page?

Posted: Tue Nov 16, 2004 10:11 am
by davidtwo
There are lots of download system listed at
http://hotscripts.com/PHP/Scripts_and_P ... index.html

Most of these Download manager script doesn't create html files based the MYSQL database.
It is all dynamic php pages that are updated instantly from the database.

I want to bulid a download site such as soft32.com getsomesoft.com which support html page.
Do these site might be build by some content management system?


Could anyone recommand a better scripts which could work?Thanks a lot!

Posted: Wed Nov 17, 2004 8:22 am
by davidtwo
Do these site are created manually?
Could anybody here could help me?

Posted: Wed Nov 17, 2004 10:40 am
by kettle_drum
They will be made by a script. All the data will be held in a database and then when new data is entered the site will be rebuilt with the new info from the database - which creates the html pages from the data in the database. basically its just a big loop that reads the data from the database and then writes it to a html file which is then saved.

Posted: Thu Nov 18, 2004 7:39 am
by davidtwo
kettle_drum:
Thank for your help!
Could you tell me what script are these websites using?

Posted: Thu Nov 18, 2004 8:22 am
by kettle_drum
Im pretty sure they will be using there own scripts. But if you can easily make your own - just use output buffering and then echo all the content into a text file instead of to the screen. So then you can view mypage.php?id=1625 and have it saved to 1625.html

Posted: Fri Nov 19, 2004 10:51 pm
by davidtwo
Can PHPnuke do the job?

Posted: Sat Nov 20, 2004 8:03 am
by John Cartwright
why dont you go to their spport forums and ask them.....