diff --git a/cms-ver.php b/cms-ver.php index 0af76e8..fb03f2e 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -155,10 +155,11 @@ array("Smarty Framework", "/smarty/libs/Smarty.class.php", "var \$_version", ""), array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""), array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""), - array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Maintained"), + array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Not Allowed"), array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"), array("Timthumb", "/image.php", "define ('VERSION',", "EOL"), array("Timthumb", "/timthumb.php", "define ('VERSION',", "EOL"), + array("phpMyAdmin", "/libraries/defines.lib.php", "define('PMA_VERSION',", "Not Allowed") // still need to work on these array("CubeCart", "/index.php", "CubeCart v"), // may need one more line @@ -182,7 +183,6 @@ array("PHP Pro Bid", "/index.php", "PHP Pro Bid v"), // needs one more line array("ITLPoll", "/index.php", "ITLPoll Version"), // needs one more line array("Openads", "/index.php", "\/\* Openads"), // needs one more line - array("phpFormGenerator", "/index.php", "phpFormGenerator v"), // does not escape correctly array("LightMon Engine", "/index.php", "* LightMon v"), // needs one more line array("Kasseler CMS", "/index.php", "by Kasseler CMS"), // needs 4 more lines array("Silurus Classifieds Builder", "/index.php", "* Silurus Classifieds Builder"), // needs 7 more lines diff --git a/cms-vss.php b/cms-vss.php index f474de7..9d95f2b 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -24,7 +24,7 @@ $versions = array( array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"), - array("Drupal", "/modules/system/system.info", "version = ", "Maintained"), + array("Drupal 6", "/modules/system/system.info", "version = ", "EOL"), array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"), array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"), array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"), @@ -93,7 +93,7 @@ array("FluxBB", "/include/common.php", "define('FORUM_VERSION',", ""), array("Phorum", "/common.php", "define( \"PHORUM\",", ""), array("MiniBB", "/bb_functions.php", "\$version=", ""), - array("Piwigo", "/include/constants.php", "define('PHPWG_VERSION", ""), + array("Piwigo", "/include/constants.php", "define('PHPWG_VERSION", "Maintained"), array("TinyWebGallery", "/config.php", "TWG version:", ""), array("phpAlbum", "/main.php", "\$phpalbum_version=", ""), array("iGalerie", "/includes/classes/system.class.php", "public static \$galleryVersion =", ""), @@ -163,10 +163,11 @@ array("Smarty Framework", "/smarty/libs/Smarty.class.php", "var \$_version", ""), array("phpDealerLocator", "/config.php", "phpDealerLocator v", ""), array("CraftySyntax", "/admin_common.php", "CVS will be released with version", ""), - array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Maintained"), + array("NextCloud/OwnCloud", "/version.php", "\$OC_VersionString =", "Not Allowed"), array("Timthumb", "/thumb.php", "define ('VERSION',", "EOL"), array("Timthumb", "/image.php", "define ('VERSION',", "EOL"), array("Timthumb", "/timthumb.php", "define ('VERSION',", "EOL"), + array("phpMyAdmin", "/libraries/defines.lib.php", "define('PMA_VERSION',", "Not Allowed") // still need to work on these array("CubeCart", "/index.php", "CubeCart v"), // may need one more line @@ -190,7 +191,6 @@ array("PHP Pro Bid", "/index.php", "PHP Pro Bid v"), // needs one more line array("ITLPoll", "/index.php", "ITLPoll Version"), // needs one more line array("Openads", "/index.php", "\/\* Openads"), // needs one more line - array("phpFormGenerator", "/index.php", "<title>phpFormGenerator v"), // does not escape correctly array("LightMon Engine", "/index.php", "* LightMon v"), // needs one more line array("Kasseler CMS", "/index.php", "by Kasseler CMS"), // needs 4 more lines array("Silurus Classifieds Builder", "/index.php", "* Silurus Classifieds Builder"), // needs 7 more lines @@ -232,7 +232,7 @@ $versiondouble = array ( array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL =","Maintained"), array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',", "Maintained"), array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version", "EOL"), - array("Drupal 7", "/modules/system/system.info", "core = 7.x", "version = ", "Maintained"), +// array("Drupal 7", "/modules/system/system.info", "core = 7.x", "version = ", "Maintained"), );