Example of outdated software with the link that would be inserted into script (yes the link is live for a demo):
Code:
Run, http://www.northernhost.org/software/hcprofessionals/index.php?v=1.0
Example of updated software with the link that would be inserted into updated script (yes the link is live for a demo):
Code:
Run, http://www.northernhost.org/software/hcprofessionals/index.php?v=1.2
Basically when your new software comes out, it will have the updated code in the script, which will let the user know they are running out of date software when he or she does a version check in the software.
Instructions:All you have to do is PM me with the following information:
New Users, send the following information for account setup (please allow 24-48 hours):Quote:
1.
Current autohotkey username2.
A password other than the one you use here on autohotkey
3.
Application Name4.
Application Version Keep to strict numerical values like "1.0" (not 1.0.1 ect)5.
Application File-name Example "download.zip"
Note: File Extensions Allowed: .zip, .rar -
compilations must be zipped, no exceptions!6. Include the following code in your script:
Code:
Run, http://www.northernhost.org/software/username/index.php?v=X
Note: In the script above, replace username with your autohotkey username you gave in step 1. Note that letters will be lowercase in the url. Replace X with the software version you gave in the beginning.
A good example for code if I personally uploaded with my current autohotkey username (which is HCProfessionals) and an application version 1.0:
Code:
Run, http://www.northernhost.org/software/hcprofessionals/index.php?v=1.0
7. After I have sent you a confirmation that your account has been setup and the information for your software has been added to the server, go to:
http://northernhost.org/software and login.
8. Click on the upload button and upload your software. Be sure that the file-name matches the one you sent above in Step 5 or this will not work.
9. After the upload has completed, your good to go

Users looking to update their software version, please send the following information (please allow 24-48 hours):Quote:
1.
Account username you signed up with2.
Application Name3.
New Application Version -
Example: Update from 1.0 to 1.14.
Application File-name -
Example "download.zip" - If filename hasn't changed from previous version, just tell me that it's the same as before5. After I have sent confirmation that the information you sent me has been updated on the server, Replace X with the updated software version in the example code below:
Code:
Run, http://www.northernhost.org/software/username/index.php?v=X
A good example for code if I personally uploaded with my current autohotkey username (which is HCProfessionals) and an updated application version 1.1:
Code:
Run, http://www.northernhost.org/software/hcprofessionals/index.php?v=1.1
6. Login to your account at
http://northernhost.org/software.
7. Delete and re-upload your software if the updated software's file-name is the same as previous software, otherwise you can just upload as long as the file-name matches what you sent me.
8. You should be good to go.
Note: Each user will get 10 Mb of free space and use of the free version updating. If you require more than that, the price is only $2.50 per month, per 25 Mb of server space.