getManifest(); $result['apk_version'] = $manifest->getVersionName(); $archive = $apkinfo->getApkArchive(); $iitc_file = "assets/total-conversion-build.user.js"; if ( $archive->statName ( $iitc_file ) === FALSE ); $iitc_file = "assets/iitc.js"; $stream = $archive->getStream ( $iitc_file ); $header = loadUserScriptHeader ( $stream ); $result['iitc_version'] = $header['@version']; return $result; } function iitcMobileDownload ( $apkfile ) { $version = getMobileVersion ( $apkfile ); $apk_version = $version['apk_version']; $iitc_version = preg_replace ( '/^(\d+\.\d+\.\d+)\.(\d{8}\.\d{6})/', '\1.\2', $version['iitc_version'] ); # we need an absolute link for the QR Code # get the URL of this page itself $pageurl = ($_SERVER['HTTPS'] ? "https" : "http")."://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $apkurl = url_to_absolute ( $pageurl, $apkfile ); ?>
QR Code for download

IITC Mobile version , with IITC version

Download or scan the QR Code