@ponapalt codes for jsstp 3.0.0.1: async function GetSSPVer() { return jsstp.EXECUTE({ "Command": "GetShortVersion" }).then( info=>info.unknown_lines[1] ).catch( e=>'unknown' ) } async function IsSSPrunning() { return jsstp.available() } I'll update jsstp in the future to have getting the SSP version built in as a method somename, but here's the current replacement code. It works, just a little ugly. :blobpensive:
@ponapalt maybe we can do an EQUAL with the final version and if it's equal we can show that "there is not need to be updated!" or something. :blobok: btw, the ghost page(https://ssp.shillest.net/ghost.html) can be used to show whether ghost has been installed or not by using this