n1tr0b Posted June 27, 2009 Share Posted June 27, 2009 Let say the admin posted a new version of the CMS... the url data is in the MySQL and the version is in a flat file... like version.php... the problem is.. how can my CMS automatically checks the version at the admin panel... and when they click upgrade... the php script will download the updated file Here are the schemes for version.php $version = "0.0.2"; $fupgrade = "http://URL/upgrade/*"; *The admin will just change the url at the main site for the next upgrade file.. after the file is downloaded the PHP will just extract it... to the current directory... and deletes the file after its extracted Link to comment https://forums.phpfreaks.com/topic/163835-version-check-and-automatic-download-and-extract/ Share on other sites More sharing options...
n1tr0b Posted June 27, 2009 Author Share Posted June 27, 2009 Bump??? I really need this Link to comment https://forums.phpfreaks.com/topic/163835-version-check-and-automatic-download-and-extract/#findComment-864490 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.