i'd like to know if anyone's written anything to perform anything
of this nature also...

if not, i'll take a crack at it.

shouldnt be too hard to get a simple Updater script
to check for new versions and update local files
with newer ones.... 

> -----Original Message-----
> From: elias [mailto:[EMAIL PROTECTED]]
> Subject: Re: [PHP] writing updateable code
> 
> Should be actually hard...
> Write Update.php file that connects to your web-site and reads your
> version-information file and then read version information site from the
> hoster site and check if you have a new version, if so then the update.php
> will again query the version-info file and get new files lists and update
> the hoster (by copying new files from your server to their server)
> You can make whatever you want!
> 
> I mean by the Hoster (The one who's hosting your script, let's say the
> update.php)
> 
> -elias
> http://www.eassoft.cjb.net
> 
> ""Scott Mebberson"" <[EMAIL PROTECTED]> wrote in message
> 9dnr1o$gv5$[EMAIL PROTECTED]">news:9dnr1o$gv5$[EMAIL PROTECTED]...
> > Has anybody ever written some code for a product and want it to be able to
> > update itself... and made it look for updates? Does anybody have some
> ideas
> > or information on this?
> >
> > Thanks
> >
> > Scott.
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to