added status
This commit is contained in:
290
cms-ver.php
290
cms-ver.php
@@ -4,157 +4,157 @@
|
||||
* CMS Finder Script
|
||||
* Version 1.0
|
||||
* by Malin Cenusa
|
||||
* For bugz, or ideas use malin@cenusa.me
|
||||
* Send bugz, ideas, beers, flowers, nudes or whatever to malin@cenusa.me
|
||||
*
|
||||
* TODO:
|
||||
* - Fix remaining script versions
|
||||
* - Fix Timthumb
|
||||
* - Add the rest of the scripts from Softaculous
|
||||
* - Add scripts from outside Softaculous
|
||||
* - Add "Current Status"
|
||||
* - Add the rest of the scripts from Softaculous - work in progress
|
||||
* - Add scripts from outside Softaculous - work in progress
|
||||
* - Add "Current Status" - work in progress
|
||||
*/
|
||||
|
||||
$versions = array(
|
||||
array("Wordpress", "/wp-includes/version.php", "\$wp_version ="),
|
||||
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant"),
|
||||
array("Drupal", "/modules/system/system.info", "version = "),
|
||||
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',"),
|
||||
array("SMF", "/index.php", "\$forum_version = 'SMF"),
|
||||
array("Gallery", "/modules/gallery/helpers/gallery.php", "const VERSION ="),
|
||||
array("Coppermine", "/versioncheck.inc.php", "Coppermine version:"),
|
||||
array("4images", "/includes/constants.php", "define('SCRIPT_VERSION',"),
|
||||
array("MediaWiki", "/includes/DefaultSettings.php", "\$wgVersion ="),
|
||||
array("PHPlist", "/admin/init.php", "define(\"VERSION\","),
|
||||
array("PHPlist", "/admin/connect.php", "define(\"VERSION\","),
|
||||
array("RoundCube", "/program/include/iniset.php", "define('RCMAIL_VERSION',"),
|
||||
array("Squirrel Mail", "/functions/strings.php", "\$version ="),
|
||||
array("Dede CMS", "/config_base.php", "\$cfg_soft_enname\|\$cfg_version"),
|
||||
array("Sugar CRM", "/sugar_version.php", "\$sugar_version"),
|
||||
array("XOOPS", "/version.php", "XOOPS_VERSION"),
|
||||
array("Concrete5", "/config/concrete.php", "version_installed"),
|
||||
array("Concrete5", "/concrete/config/version.php", "\$APP_VERSION ="),
|
||||
array("Serendipity", "/serendipity_config.inc.php", "\$serendipity\['version'\] ="),
|
||||
array("OpenBlog", "/application/config/open_blog.php", "\$config\['version'\] ="),
|
||||
array("b2evolution", "/conf/_application.php", "\$app_version ="),
|
||||
array("Nucleus", "/nucleus/libs/globalfunctions.php", "\$nucleus\['version'\] ="),
|
||||
array("Dotclear", "/inc/prepend.php", "define('DC_VERSION',"),
|
||||
array("TextPattern", "/textpattern/index.php", "\$thisversion ="),
|
||||
array("NibbleBlog", "/admin/boot/rules/98-constants.bit", "define('NIBBLEBLOG_VERSION',"),
|
||||
array("Lifetype", "/version.php", "\$version = \"lifetype"),
|
||||
array("Chyrp", "/includes/common.php", "define('CHYRP_VERSION',"),
|
||||
array("PivotX", "/pivotx/lib.php", "\$version ="),
|
||||
array("FlatPress", "/fp-includes/core/core.system.php", "define('SYSTEM_VER',"),
|
||||
array("Status.Net", "/lib/framework.php", "define('STATUSNET_BASE_VERSION',"),
|
||||
array("Sharetronix", "/system/conf_main.php", "\$C->VERSION"),
|
||||
array("PageCookery", "/global.php", "\$pcm_version ="),
|
||||
array("StoryTLR", "/index.php", "define(\"STORYTLR_VERSION\","),
|
||||
array("PHP-Fusion", "/administration/upgrade.php", "WHERE settings_name='version'"),
|
||||
array("e107", "/e107_admin/ver.php", "\$e107info\['e107_version'\] ="),
|
||||
array("Open Real Estate", "/index.php", "define('ORE_VERSION',"),
|
||||
array("Zikula", "/lib/Zikula/Core.php", "const VERSION_NUM ="),
|
||||
array("Website Baker", "/pages/posts/index.php", "by WebsiteBaker Ver."),
|
||||
array("Subrion", "/index.php", "define('IA_VERSION', '"),
|
||||
array("Pligg", "/languages/lang_english.conf", "//<VERSION>"),
|
||||
array("PyroCMS", "/system/cms/config/constants.php", "define('CMS_VERSION',="),
|
||||
array("Contao", "/system/config/localconfig.php", "\$GLOBALS\['TL_CONFIG'\]\['latestVersion'\] ="),
|
||||
array("Geeklog", "/siteconfig.php", "define('VERSION',"),
|
||||
array("sNews", "/snews.php", "sNews Version:"),
|
||||
array("jCore", "/config.inc.php", "@define('JCORE_VERSION',"),
|
||||
array("ImpressPages", "/Ip/Application.php", "; //CHANGE_ON_VERSION_UPDATE"),
|
||||
array("Quick.CMS", "/database/config.php", "\$config\['version'\] ="),
|
||||
array("ImpressCMS", "/include/version.php", "define('ICMS_VERSION_NAME',"), /* triggers false positive for XOOPS as it's a fork of it */
|
||||
array("Monstra", "/engine/Monstra.php", "const VERSION ="),
|
||||
array("phpwcms", "/include/inc_lib/revision/revision.php", "define('PHPWCMS_VERSION'"),
|
||||
array("Redaxscript", "/languages/en.json", "version"),
|
||||
array("Silex", "/version.txt", "version=v"),
|
||||
array("Mahara", "/lib/version.php", "\$config->release ="),
|
||||
array("Saurus", "/classes/site.class.php", "\$this->script_version ="),
|
||||
array("Jamroom", "/modules/jrCore/include.php", "'version' =>"),
|
||||
array("Bolt", "/src/Application.php", "\$values\['bolt_version'\] ="),
|
||||
array("Pluck", "/data/inc/security.php", "define('PLUCK_VERSION',"),
|
||||
array("Kirby", "/kirby/kirby.php", "static public \$version ="),
|
||||
array("Zenario", "/zenario/admin/db_updates/latest_revision_no.inc.php", "define('ZENARIO_CMS_VERSION',"),
|
||||
array("Cotonti", "/system/functions.php", "\$cfg\['version'\] ="),
|
||||
array("appRain", "/development/definition/system_configuration/config.xml", "<appRainversion>"),
|
||||
array("ClipperCMS", "/manager/includes/version.inc.php", "define('CMS_RELEASE_VERSION',"), // forked from ModX
|
||||
array("MyBB", "/inc/class_core.php", "public \$version ="),
|
||||
array("AEF", "/globals.php", "// AEF : Advanced Electron Forum"),
|
||||
array("Vanilla", "/conf/config.php", "\$Configuration\['Vanilla'\]\['Version'\] ="),
|
||||
array("PunBB", "/include/constants.php", "define('FORUM_VERSION',"),
|
||||
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("TinyWebGallery", "/config.php", "TWG version:"),
|
||||
array("phpAlbum", "/main.php", "\$phpalbum_version="),
|
||||
array("iGalerie", "/includes/classes/system.class.php", "public static \$galleryVersion ="),
|
||||
array("Oxwall", "/ow_version.xml", "<version>"),
|
||||
array("Etano", "/includes/defines.inc.php", "define('_INTERNAL_VERSION_',"),
|
||||
array("PeoplePods", "/peoplepods/lib/etc/options.php", "\$this->setLibOptions('last_database_update','"),
|
||||
array("Family Connections", "/install.php", "\$_POST\['contact'\], 'Family Connections"),
|
||||
array("OSClass", "/oc-load.php", "define('OSCLASS_VERSION',"),
|
||||
array("Revive AdServer", "/constants.php", "define('VERSION',"),
|
||||
array("WebCalendar", "/includes/config.php", "\$PROGRAM_VERSION ="),
|
||||
array("Booked", "/lib/Config/Configuration.php", "const VERSION ="),
|
||||
array("PHP iCalendar", "/default_config.php", "\$this->phpicalendar_version ="),
|
||||
array("Piwik", "/core/Version.php", "const VERSION ="),
|
||||
array("Little Poll", "/lp_admin.php", "Little Poll Admin Center v"),
|
||||
array("Sphider", "/settings/conf.php", "\$version_nr"),
|
||||
array("BigTree CMS", "/core/version.php", "define(\"BIGTREE_VERSION\",\""),
|
||||
array("Quick Cart", "/database/config/general.php", "\$config\['version'\] ="),
|
||||
array("gpEasy", "/include/common.php", "define('gpversion','"),
|
||||
array("Elxis", "/includes/version.php", "\$elxis_version = array("),
|
||||
array("CMSimple", "/cmsimple/cms.php", "define('CMSIMPLE_VERSION', '"),
|
||||
array("CRE Loaded", "/includes/version.php", "define('PROJECT_VERSION', '\[CRE Loaded v"),
|
||||
array("Expression Engine", "/config/config.php", "\$config\['app_version'\] ="),
|
||||
array("Pydio", "/conf/VERSION.php", "define(\"AJXP_VERSION\", \""),
|
||||
array("Aardvark Topsites", "/index.php", "\$TMPL\['version'\] ="),
|
||||
array("Open Web Analytics", "/owa_env.php", "define('OWA_VERSION', '"),
|
||||
array("CJ Dynamic Poll", "/poll_config.php", "\$version = \""),
|
||||
array("Logaholic", "/includes/version.php", "define(\"LOGAHOLIC_VERSION_NUMBER\", \""),
|
||||
array("Little Software Stats", "/inc/version.php", "define( 'VERSION'"),
|
||||
array("qdPM", "/core/apps/qdPM/templates/_footer.php", "target=\"_blank\">qdPM"),
|
||||
array("eyeOS", "/settings.php", "define('EYE_VERSION', '"),
|
||||
array("Collabtive", "/init.php", "\$template->assign(\"myversion\""),
|
||||
array("ProjectPier", "/version.php", "return '"),
|
||||
array("PHProjekt", "/VERSION", "PHProjekt"),
|
||||
array("TaskFreak", "/include/config.php", "define('FRK_VERSION','"),
|
||||
array("todoyu", "/core/inc/version.php", "define('TODOYU_VERSION', '"),
|
||||
array("FlySpray", "/includes/class.flyspray.php", "public \$version ="),
|
||||
array("Traq", "/vendor/traq/version.php", "define(\"TRAQ_VER\","),
|
||||
array("Eventum", "/init.php", "define('APP_VERSION',"),
|
||||
array("Burden", "/config.php", "define('VERSION',"), /* could produce too many false positives but there's no other way */
|
||||
array("Livezilla", "/_definitions/definitions.inc.php", "define(\"VERSION\","),
|
||||
array("Perch", "/admin/core/lib/Perch.class.php", "public \$version ="),
|
||||
array("Elefant CMS", "/conf/version.php", "ELEFANT_VERSION"),
|
||||
array("Wolf CMS", "/index.php", "define('CMS_VERSION\', '"),
|
||||
array("Anchor CMS", "/index.php", "define('VERSION', '"),
|
||||
array("CodeIgniter", "/CodeIgniter.php", "define('CI_VERSION', '"),
|
||||
array("GotCMS", "/library/Gc/Version.php", "const VERSION ="),
|
||||
array("Frog CMS", "/admin/index.php", "define('FROG_VERSION', '"),
|
||||
array("Pulse CMS", "/admin/index.php", "class=\"ver\">Pulse CMS"),
|
||||
array("Couch CMS", "/header.php", "define( 'K_COUCH_VERSION', '"),
|
||||
array("Kanboard", "/app/constants.php", "define('APP_VERSION', '"),
|
||||
array("XpressEngine", "/config/config.inc.php", "define('__XE_VERSION__',"),
|
||||
array("Hesk", "/hesk_settings.inc.php", "\$hesk_settings['hesk_version']="),
|
||||
array("PHPWiki", "/lib/config.php", "define('PHPWIKI_VERSION',"),
|
||||
array("PixelPost", "/includes/pixelpost.php", "Pixelpost version "),
|
||||
array("PrestaShop", "/config/settings.inc.php", "define('_PS_VERSION_',"),
|
||||
array("tDah Webmail", "/config.system.php", "\/SW_VERSION\/"),
|
||||
array("Agora Cart", "/agora.cgi", "\$versions{'agora.cgi'}"),
|
||||
array("CKeditor", "/ckeditor/CHANGES.html", "CKEditor Changelog"),
|
||||
array("Dokeos", "main/inc/installedVersion.inc.php", "\$dokeos_version"),
|
||||
array("CakePHP","cake/config/config.php","\$config['Cake.version'] ="),
|
||||
array("phpFormGenerator", "/fields.php", "<title>phpFormGenerator v"), // does not escape correctly
|
||||
array("ZenPhoto", "/zp-core/functions.php", "define('ZENPHOTO_VERSION',"),
|
||||
array("ZenPhoto", "/zp-core/version.php","define('ZENPHOTO_VERSION',"),
|
||||
array("Eventum Issue Tracker", "/init.php", "define('APP_VERSION',"),
|
||||
array("PHPDevShell", "/includes/PHPDS.inc.php", "define('phpdevshell_version', 'PHPDevShell V"),
|
||||
array("phpAds", "/libraries/lib-dbconfig.inc.php", "\$phpAds_version_readable ="),
|
||||
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 ="),
|
||||
array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"),
|
||||
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", ""),
|
||||
array("Drupal", "/modules/system/system.info", "version = ", "Maintained"),
|
||||
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"),
|
||||
array("SMF", "/index.php", "\$forum_version = 'SMF", "Maintained"),
|
||||
array("Gallery", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"),
|
||||
array("Coppermine", "/versioncheck.inc.php", "Coppermine version:", ""),
|
||||
array("4images", "/includes/constants.php", "define('SCRIPT_VERSION',", ""),
|
||||
array("MediaWiki", "/includes/DefaultSettings.php", "\$wgVersion =", ""),
|
||||
array("PHPlist", "/admin/init.php", "define(\"VERSION\",", ""),
|
||||
array("PHPlist", "/admin/connect.php", "define(\"VERSION\",", ""),
|
||||
array("RoundCube", "/program/include/iniset.php", "define('RCMAIL_VERSION',", "Maintained"),
|
||||
array("Squirrel Mail", "/functions/strings.php", "\$version =", ""),
|
||||
array("Dede CMS", "/config_base.php", "\$cfg_soft_enname\|\$cfg_version", ""),
|
||||
array("Sugar CRM", "/sugar_version.php", "\$sugar_version", ""),
|
||||
array("XOOPS", "/version.php", "XOOPS_VERSION", ""),
|
||||
array("Concrete5", "/config/concrete.php", "version_installed", ""),
|
||||
array("Concrete5", "/concrete/config/version.php", "\$APP_VERSION =", ""),
|
||||
array("Serendipity", "/serendipity_config.inc.php", "\$serendipity\['version'\] =", ""),
|
||||
array("OpenBlog", "/application/config/open_blog.php", "\$config\['version'\] =", ""),
|
||||
array("b2evolution", "/conf/_application.php", "\$app_version =", ""),
|
||||
array("Nucleus", "/nucleus/libs/globalfunctions.php", "\$nucleus\['version'\] =", ""),
|
||||
array("Dotclear", "/inc/prepend.php", "define('DC_VERSION',", ""),
|
||||
array("TextPattern", "/textpattern/index.php", "\$thisversion =", ""),
|
||||
array("NibbleBlog", "/admin/boot/rules/98-constants.bit", "define('NIBBLEBLOG_VERSION',", ""),
|
||||
array("Lifetype", "/version.php", "\$version = \"lifetype", ""),
|
||||
array("Chyrp", "/includes/common.php", "define('CHYRP_VERSION',", ""),
|
||||
array("PivotX", "/pivotx/lib.php", "\$version ="),
|
||||
array("FlatPress", "/fp-includes/core/core.system.php", "define('SYSTEM_VER',", ""),
|
||||
array("Status.Net", "/lib/framework.php", "define('STATUSNET_BASE_VERSION',", ""),
|
||||
array("Sharetronix", "/system/conf_main.php", "\$C->VERSION", ""),
|
||||
array("PageCookery", "/global.php", "\$pcm_version =", ""),
|
||||
array("StoryTLR", "/index.php", "define(\"STORYTLR_VERSION\",", ""),
|
||||
array("PHP-Fusion", "/administration/upgrade.php", "WHERE settings_name='version'", ""),
|
||||
array("e107", "/e107_admin/ver.php", "\$e107info\['e107_version'\] =", ""),
|
||||
array("Open Real Estate", "/index.php", "define('ORE_VERSION',", ""),
|
||||
array("Zikula", "/lib/Zikula/Core.php", "const VERSION_NUM =", ""),
|
||||
array("Website Baker", "/pages/posts/index.php", "by WebsiteBaker Ver.", ""),
|
||||
array("Subrion", "/index.php", "define('IA_VERSION', '", ""),
|
||||
array("Pligg", "/languages/lang_english.conf", "//<VERSION>", ""),
|
||||
array("PyroCMS", "/system/cms/config/constants.php", "define('CMS_VERSION',=", ""),
|
||||
array("Contao", "/system/config/localconfig.php", "\$GLOBALS\['TL_CONFIG'\]\['latestVersion'\] =", ""),
|
||||
array("Geeklog", "/siteconfig.php", "define('VERSION',", ""),
|
||||
array("sNews", "/snews.php", "sNews Version:", ""),
|
||||
array("jCore", "/config.inc.php", "@define('JCORE_VERSION',", ""),
|
||||
array("ImpressPages", "/Ip/Application.php", "; //CHANGE_ON_VERSION_UPDATE", ""),
|
||||
array("Quick.CMS", "/database/config.php", "\$config\['version'\] =", ""),
|
||||
array("ImpressCMS", "/include/version.php", "define('ICMS_VERSION_NAME',", ""), /* triggers false positive for XOOPS as it's a fork of it */
|
||||
array("Monstra", "/engine/Monstra.php", "const VERSION =", ""),
|
||||
array("phpwcms", "/include/inc_lib/revision/revision.php", "define('PHPWCMS_VERSION'", ""),
|
||||
array("Redaxscript", "/languages/en.json", "version", ""),
|
||||
array("Silex", "/version.txt", "version=v", ""),
|
||||
array("Mahara", "/lib/version.php", "\$config->release =", ""),
|
||||
array("Saurus", "/classes/site.class.php", "\$this->script_version =", ""),
|
||||
array("Jamroom", "/modules/jrCore/include.php", "'version' =>", ""),
|
||||
array("Bolt", "/src/Application.php", "\$values\['bolt_version'\] =", ""),
|
||||
array("Pluck", "/data/inc/security.php", "define('PLUCK_VERSION',", ""),
|
||||
array("Kirby", "/kirby/kirby.php", "static public \$version =", ""),
|
||||
array("Zenario", "/zenario/admin/db_updates/latest_revision_no.inc.php", "define('ZENARIO_CMS_VERSION',", ""),
|
||||
array("Cotonti", "/system/functions.php", "\$cfg\['version'\] =", ""),
|
||||
array("appRain", "/development/definition/system_configuration/config.xml", "<appRainversion>", ""),
|
||||
array("ClipperCMS", "/manager/includes/version.inc.php", "define('CMS_RELEASE_VERSION',", ""), // forked from ModX
|
||||
array("MyBB", "/inc/class_core.php", "public \$version =", ""),
|
||||
array("AEF", "/globals.php", "// AEF : Advanced Electron Forum", ""),
|
||||
array("Vanilla", "/conf/config.php", "\$Configuration\['Vanilla'\]\['Version'\] =". ""),
|
||||
array("PunBB", "/include/constants.php", "define('FORUM_VERSION',", ""),
|
||||
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("TinyWebGallery", "/config.php", "TWG version:", ""),
|
||||
array("phpAlbum", "/main.php", "\$phpalbum_version=", ""),
|
||||
array("iGalerie", "/includes/classes/system.class.php", "public static \$galleryVersion =", ""),
|
||||
array("Oxwall", "/ow_version.xml", "<version>", ""),
|
||||
array("Etano", "/includes/defines.inc.php", "define('_INTERNAL_VERSION_',", ""),
|
||||
array("PeoplePods", "/peoplepods/lib/etc/options.php", "\$this->setLibOptions('last_database_update','", ""),
|
||||
array("Family Connections", "/install.php", "\$_POST\['contact'\], 'Family Connections", ""),
|
||||
array("OSClass", "/oc-load.php", "define('OSCLASS_VERSION',", ""),
|
||||
array("Revive AdServer", "/constants.php", "define('VERSION',", ""),
|
||||
array("WebCalendar", "/includes/config.php", "\$PROGRAM_VERSION =", ""),
|
||||
array("Booked", "/lib/Config/Configuration.php", "const VERSION =", ""),
|
||||
array("PHP iCalendar", "/default_config.php", "\$this->phpicalendar_version =", ""),
|
||||
array("Piwik", "/core/Version.php", "const VERSION =", ""),
|
||||
array("Little Poll", "/lp_admin.php", "Little Poll Admin Center v", ""),
|
||||
array("Sphider", "/settings/conf.php", "\$version_nr", ""),
|
||||
array("BigTree CMS", "/core/version.php", "define(\"BIGTREE_VERSION\",\"", ""),
|
||||
array("Quick Cart", "/database/config/general.php", "\$config\['version'\] =", ""),
|
||||
array("gpEasy", "/include/common.php", "define('gpversion','", ""),
|
||||
array("Elxis", "/includes/version.php", "\$elxis_version = array(", ""),
|
||||
array("CMSimple", "/cmsimple/cms.php", "define('CMSIMPLE_VERSION', '", ""),
|
||||
array("CRE Loaded", "/includes/version.php", "define('PROJECT_VERSION', '\[CRE Loaded v", ""),
|
||||
array("Expression Engine", "/config/config.php", "\$config\['app_version'\] =", ""),
|
||||
array("Pydio", "/conf/VERSION.php", "define(\"AJXP_VERSION\", \"", ""),
|
||||
array("Aardvark Topsites", "/index.php", "\$TMPL\['version'\] =", ""),
|
||||
array("Open Web Analytics", "/owa_env.php", "define('OWA_VERSION', '", ""),
|
||||
array("CJ Dynamic Poll", "/poll_config.php", "\$version = \"", ""),
|
||||
array("Logaholic", "/includes/version.php", "define(\"LOGAHOLIC_VERSION_NUMBER\", \"", ""),
|
||||
array("Little Software Stats", "/inc/version.php", "define( 'VERSION'", ""),
|
||||
array("qdPM", "/core/apps/qdPM/templates/_footer.php", "target=\"_blank\">qdPM", ""),
|
||||
array("eyeOS", "/settings.php", "define('EYE_VERSION', '", ""),
|
||||
array("Collabtive", "/init.php", "\$template->assign(\"myversion\"", ""),
|
||||
array("ProjectPier", "/version.php", "return '", ""),
|
||||
array("PHProjekt", "/VERSION", "PHProjekt", ""),
|
||||
array("TaskFreak", "/include/config.php", "define('FRK_VERSION','", ""),
|
||||
array("todoyu", "/core/inc/version.php", "define('TODOYU_VERSION', '", ""),
|
||||
array("FlySpray", "/includes/class.flyspray.php", "public \$version =", ""),
|
||||
array("Traq", "/vendor/traq/version.php", "define(\"TRAQ_VER\",", ""),
|
||||
array("Eventum", "/init.php", "define('APP_VERSION',", ""),
|
||||
array("Burden", "/config.php", "define('VERSION',", ""), /* could produce too many false positives but there's no other way */
|
||||
array("Livezilla", "/_definitions/definitions.inc.php", "define(\"VERSION\",", ""),
|
||||
array("Perch", "/admin/core/lib/Perch.class.php", "public \$version =", ""),
|
||||
array("Elefant CMS", "/conf/version.php", "ELEFANT_VERSION", ""),
|
||||
array("Wolf CMS", "/index.php", "define('CMS_VERSION\', '", ""),
|
||||
array("Anchor CMS", "/index.php", "define('VERSION', '", ""),
|
||||
array("CodeIgniter", "/CodeIgniter.php", "define('CI_VERSION', '", ""),
|
||||
array("GotCMS", "/library/Gc/Version.php", "const VERSION =", ""),
|
||||
array("Frog CMS", "/admin/index.php", "define('FROG_VERSION', '"," "),
|
||||
array("Pulse CMS", "/admin/index.php", "class=\"ver\">Pulse CMS"),
|
||||
array("Couch CMS", "/header.php", "define( 'K_COUCH_VERSION', '", ""),
|
||||
array("Kanboard", "/app/constants.php", "define('APP_VERSION', '", ""),
|
||||
array("XpressEngine", "/config/config.inc.php", "define('__XE_VERSION__',", ""),
|
||||
array("Hesk", "/hesk_settings.inc.php", "\$hesk_settings['hesk_version']=", ""),
|
||||
array("PHPWiki", "/lib/config.php", "define('PHPWIKI_VERSION',", ""),
|
||||
array("PixelPost", "/includes/pixelpost.php", "Pixelpost version ", ""),
|
||||
array("PrestaShop", "/config/settings.inc.php", "define('_PS_VERSION_',", ""),
|
||||
array("tDah Webmail", "/config.system.php", "\/SW_VERSION\/", ""),
|
||||
array("Agora Cart", "/agora.cgi", "\$versions{'agora.cgi'}", ""),
|
||||
array("CKeditor", "/ckeditor/CHANGES.html", "CKEditor Changelog", ""),
|
||||
array("Dokeos", "main/inc/installedVersion.inc.php", "\$dokeos_version", ""),
|
||||
array("CakePHP","cake/config/config.php","\$config['Cake.version'] =", ""),
|
||||
array("phpFormGenerator", "/fields.php", "<title>phpFormGenerator v", ""), // does not escape correctly in browser, but works great via SSH
|
||||
array("ZenPhoto", "/zp-core/functions.php", "define('ZENPHOTO_VERSION',", ""),
|
||||
array("ZenPhoto", "/zp-core/version.php","define('ZENPHOTO_VERSION',", ""),
|
||||
array("Eventum Issue Tracker", "/init.php", "define('APP_VERSION',", ""),
|
||||
array("PHPDevShell", "/includes/PHPDS.inc.php", "define('phpdevshell_version', 'PHPDevShell V", ""),
|
||||
array("phpAds", "/libraries/lib-dbconfig.inc.php", "\$phpAds_version_readable =", ""),
|
||||
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"),
|
||||
|
||||
// still need to work on these
|
||||
array("CubeCart", "/index.php", "CubeCart v"), // may need one more line
|
||||
@@ -203,7 +203,7 @@ foreach(glob("../{**/*,*}".$row[1], GLOB_BRACE) as $versionfile){
|
||||
$pattern = "/^.*$pattern.*\$/m";
|
||||
if(preg_match_all($pattern, $file, $matches)){
|
||||
echo "\n";
|
||||
echo "\n".$row[0]." found:\n";
|
||||
echo "\n".$row[0]." found - (".$row[3]."):\n";
|
||||
echo implode("\n", $matches[0]);
|
||||
echo "\n";
|
||||
$location = $versionfile;
|
||||
|
||||
Reference in New Issue
Block a user