
A) Go to Google Drive and sign in using your Google account.
B) Create a new folder. Call it "UpdateXML". Right click on the folder and select "Share"
C) Change the share setting from Private to Public on the Web.
D) Open up the ZIP file and edit the .XML file. You can see in <version></version> the number 12. This is to be the version number of your most recently released skin.
E) Save the .XML file and drag and drop both the .XML and the .HTML file into the folder you created.
F) Open the .HTML file and press the preview button. In the url box, change "ExampleUpdate.html" to "ExampleUpdate.xml"
G) You will see the XML file displayed in your browser. Copy the entire URL and paste in Url= of the [VersionRSS] config of the CheckUpdate.ini file.
H) Change ["http://www.example.com"] to the URL of where the user can download your skin, IE, DeviantArt or your website.
You can put this code in any of your skins to inform users when the version they are running becomes out of date. When you change the value of the <version></version> in the XML file, it will instantly display an update notification to all users in the world using your skin.
Whenever you release a new version online, reupload ExampleUpdate.xml to the Folder in Google Drive with a higher <version></version> number, and delete the previous ExampleUpdate.xml file from Google Drive.
And before you package your RMSKIN and share it online, change the value of #SkinVersion# to its proper version number. (The same version number as you've put in ExampleUpdate.xml)