0x5,1.3,http://torhazahavflightsv1,5,120,http://torhazahav.info/FlightBoard,^05[0-9]{8}$,Comments: bit flags for configuration flags: MUST set first bit to 1 to indicate it's a valid control flags input. #define CONF_FLAGS_DUMMY_ZERO (1 << 0) #define CONF_FLAGS_GLOBAL_DISABLE_APP (1 << 1) #define CONF_FLAGS_GLOBAL_FREE (1 << 2) #define CONF_FLAGS_DISABLE_PURCHASE_SCREEN (1 << 3) #define CONF_FLAGS_DIS_GLOBAL_ADVERTISEMENT (1 << 4) #define CONF_FLAGS_DISABLE_ARRIVALS_TABLE (1 << 5) #define CONF_FLAGS_DISABLE_DEPARTURES_TABLE (1 << 6) #define CONF_FLAGS_NOT_SMS_FREE (1 << 7) second item after bit flag is minimum supported version: from this version or below users will be required to update from app store. Third item is domain for backend server (supported from 1.6 version only). Forth item represents the number of purchases allowed from same mobile phone within a 24 hours period. -1 is unlimited. Fifth item is frequency of displaying interstitial ads. Sixth item is frontend server domain. Seventh item is regex for validating Israeli mobile numbers. Eighth number is comments, this one. ; ;