Shoutbox

create an update - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: create an update (/showthread.php?tid=91719)

create an update by toto69230 on 07-31-2009 at 11:58 PM

Hello!
I would like create a system of update for my script I do not know how to make!
thank you for your assistance =D


RE: create an update by blessedguy on 08-01-2009 at 03:53 AM

Use Plus!'s autoupdate feature =)

XML code:
<ScriptInfo>
    <Information>
        <Name>Name</Name>
        <Description>Description.</Description>
        <AboutUrl>Website</AboutUrl>
        <Version>Version</Version>
        <UpdateId>6~8 character unique UpdateId</UpdateId>        <BuildNumber>A buildnumber, natural number that grows one by one. (00, 01, 02...) </BuildNumber>    </Information>
...


(Note: then your script has to be in Plus! script's database =) )