download management system script support html page?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davidtwo
Forum Newbie
Posts: 4
Joined: Tue Nov 16, 2004 10:03 am

download management system script support html page?

Post 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!
davidtwo
Forum Newbie
Posts: 4
Joined: Tue Nov 16, 2004 10:03 am

Post by davidtwo »

Do these site are created manually?
Could anybody here could help me?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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.
davidtwo
Forum Newbie
Posts: 4
Joined: Tue Nov 16, 2004 10:03 am

Post by davidtwo »

kettle_drum:
Thank for your help!
Could you tell me what script are these websites using?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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
davidtwo
Forum Newbie
Posts: 4
Joined: Tue Nov 16, 2004 10:03 am

Post by davidtwo »

Can PHPnuke do the job?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

why dont you go to their spport forums and ask them.....
Post Reply