Jump to content

Version Check and Automatic Download and extract


n1tr0b

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.