The Unofficial XYplorer Archive
Re: The Unofficial XYplorer Archive
12.40.0100 is in Incoming. (Sorry I cannot rename it - if only Don would release an OS X version of XY!)
Unfortunately, I am also missing 12.50.0033.
Unfortunately, I am also missing 12.50.0033.
Re: The Unofficial XYplorer Archive
Thanks man!!
Just renamed, and now updating the first post.

Just renamed, and now updating the first post.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
First post updated
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
A huge thank you to SkyFrontier who uploaded literally a ton of XY builds!
They are currently stored in Incoming. The Dump is being updated at the moment (50% as of now), and this will require some days.
Once everything has been validated and updated thoroughly, the new builds will be moved up in the Archive.
They are currently stored in Incoming. The Dump is being updated at the moment (50% as of now), and this will require some days.
Once everything has been validated and updated thoroughly, the new builds will be moved up in the Archive.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
Updated dump and made the list of missing builds available.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
The Archive is now over 2.5 GB, which might be too much for people syncing locally with the dropbox client. SkyFrontier suggested creating subfolders named xx.yy, which can be synched to separately via the advanced settings of the client.
Any different ideas?
Any different ideas?
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
Updated first post. Whoever can provide 12.90.0018 is welcome!
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
Lol! We're a bit unlucky. I went to sleep during that time and I asked grindax earlier today but grindax accidentally overwrote 18 with 19. So let's hope!
Re: The Unofficial XYplorer Archive
Yeah, I know! I was at the gym, and should have imagined that Don never rests until he manages to fix the nastiest bugs!
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
I just wrote a little program in PureBasic and it currently still being tested. All it simply does is get the HTTP header of XYplorer Beta zip and then gets the ETag information and writes it to a file (on first run). On subsequent run, it would compare the ETag from the file and the one from the server, if they match, it means it's the same file and it will just quit. If they don't, it will then download the new file and name it in the format (XYplorer $Date $Time.zip -> XYplorer 09-23-2013 02.15.15.zip) and then write the new ETag into the text file replacing the old one. The program also writes a log file to let you know if it encounters any problem including server errors like 404 and 403 (it simply just write the server error that is returned into the log file) and of course, it will also record if the file is successfully downloaded with file name and date. You can then use your XY script to rename the files accordingly. The program does not have any timer to repeat itself whatsoever. It's meant to be used with Windows Task so you can control how many minutes, hours, or days to repeat.
Hopefully, this should help you not miss any version if you set it like every 5 or 10 minutes. Since it does not actually download the file until the ETag changes, you won't waste valuable bandwidth either.
Hopefully, this should help you not miss any version if you set it like every 5 or 10 minutes. Since it does not actually download the file until the ETag changes, you won't waste valuable bandwidth either.
Last edited by Enternal on 24 Sep 2013 08:56, edited 1 time in total.
Re: The Unofficial XYplorer Archive
Ok! Here is the final version. Got all the essential things down and I think it should work fine now. I have added the ability to check that Windows Tasks is working as expected. To turn on Windows Tasks checker, simply made another text file named XYplorerDL_Debug.txt in the same directory as XYplorerDL.exe. Here is an example log XYplorerDL_Log.txt without the check:
Here with the Windows Tasks Checker on:
It should be pretty clear that I have Windows Tasks run XYplorerDL.exe very 10 minutes. Also the log showed that I had my internet disabled at one point (irrelevant of the whether Windows Tasks Checker is on or not).
Code: Select all
|XYplorer 09-23-2013 22.20.00.zip| Downloaded Successfully!
|XYplorer 09-22-2013 02.30.00.zip| Downloaded Successfully!
Code: Select all
09-23-2013 22.20.00 Debug - Windows Task Checker
|XYplorer 09-23-2013 22.20.00.zip| Downloaded Successfully!
09-23-2013 22.30.00 Debug - Windows Task Checker
09-23-2013 22.40.00 Debug - Windows Task Checker
09-23-2013 22.50.00 Debug - Windows Task Checker
09-23-2013 22.50.00 FAILED! No Internet or XYplorer Server Down
09-23-2013 23.00.00 Debug - Windows Task Checker
09-23-2013 23.10.00 Debug - Windows Task Checker
09-23-2013 23.20.00 Debug - Windows Task Checker
Re: The Unofficial XYplorer Archive
Great job, thanks!
Two suggestions tho:
1. (minor) I'd use ISO 8601 for the date format, i.e.
2. (major and important) this script works only for 12.90! To make it work in the future too you should first poll the current version number fromwhich returns (as of now)then keep only the first five characters and finally create the download link as

1. (minor) I'd use ISO 8601 for the date format, i.e.
Code: Select all
Date$ = FormatDate("%yyyy-%mm-%dd %hh.%ii.%ss",Date())
Code: Select all
http://www.xyplorer.com/version.php
Code: Select all
12.90.0000
Code: Select all
"http://www.xyplorer.com/download/xyplorer_" + those_five_characters_above + "_beta_noinstall.zip"
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: The Unofficial XYplorer Archive
1. Ok! I will change that tomorrow when I get the chance.
2.
I COMPLETELY forgot about that hahaha. I will fix that. That sure was embarrassing. I was sooo into the "Automatically Download" part that I forgot the morphing version name in the file name.
EDIT: WOAH! LOL! Multiples of 3! We need someone with 666!
2.

EDIT: WOAH! LOL! Multiples of 3! We need someone with 666!

Re: The Unofficial XYplorer Archive
Ok! Here it is! Got a bit of free time so I ended up changing it. Yeah!
Don't Download. This build is broken. Keeping it here for archival purposes.
Don't Download. This build is broken. Keeping it here for archival purposes.
Last edited by Enternal on 24 Sep 2013 23:15, edited 2 times in total.
-
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: The Unofficial XYplorer Archive
Marco: Congrats on joining the 1K+ posts gang of 12 here!Enternal wrote:

Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.