The Unofficial XYplorer Archive

Discuss and share scripts and script files...
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: The Unofficial XYplorer Archive

Post by TheQwerty »

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.

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

Thanks man!! :cup:
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]

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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]

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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]

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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?
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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]

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: The Unofficial XYplorer Archive

Post by Enternal »

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!

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

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]

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: The Unofficial XYplorer Archive

Post by Enternal »

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.
XYplorerDL.zip
XYplorerDL Initial Version
(39.24 KiB) Downloaded 154 times
Last edited by Enternal on 24 Sep 2013 08:56, edited 1 time in total.

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: The Unofficial XYplorer Archive

Post by Enternal »

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:

Code: Select all

|XYplorer 09-23-2013 22.20.00.zip| Downloaded Successfully!
|XYplorer 09-22-2013 02.30.00.zip| Downloaded Successfully!
Here with the Windows Tasks Checker on:

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
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).
XYplorerDL.zip
Final Version 1.0 with Source
(67.83 KiB) Downloaded 143 times

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: The Unofficial XYplorer Archive

Post by Marco »

Great job, thanks! :appl: Two suggestions tho:

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())
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 from

Code: Select all

http://www.xyplorer.com/version.php
which returns (as of now)

Code: Select all

12.90.0000
then keep only the first five characters and finally create the download link as

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]

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: The Unofficial XYplorer Archive

Post by Enternal »

1. Ok! I will change that tomorrow when I get the chance.
2. :oops: 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! :twisted:
189.jpg
189.jpg (11.49 KiB) Viewed 3596 times
188.jpg
188.jpg (11.87 KiB) Viewed 3596 times

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: The Unofficial XYplorer Archive

Post by Enternal »

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.
XYplorerDL_1.0.1.zip
XYplorerDL 1.0.1
(68.24 KiB) Downloaded 157 times
Last edited by Enternal on 24 Sep 2013 23:15, edited 2 times in total.

j_c_hallgren
XY Blog Master
Posts: 5824
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: The Unofficial XYplorer Archive

Post by j_c_hallgren »

Enternal wrote:
188.jpg
Marco: Congrats on joining the 1K+ posts gang of 12 here! :appl: This forum is addictive, right? And thanks for your contributions to helping Don/XY and the rest of us here!
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.

Post Reply