url to get latest x64 version numbers
Posted: 10 Jul 2025 22:10
We have them for the 32-bit version:
Can we get the same for the 64-bit one?
E.g.:
Code: Select all
$relVersion = readurl("https://www.xyplorer.com/version.php", 1, , 2);
$betaVersion = readurl("https://www.xyplorer.com/version_beta.php", 1, , 2);
E.g.:
Code: Select all
$relVersion = readurl("https://www.xyplorer.com/version64.php", 1, , 2);
$betaVersion = readurl("https://www.xyplorer.com/version64_beta.php", 1, , 2);