diff --git a/sc.php b/sc.php
index 4a89718..3ec11cc 100644
--- a/sc.php
+++ b/sc.php
@@ -1515,10 +1515,6 @@ system("find ../ type f -path '*/squirrelcart/functions/base/sc_version.func.php
echo $GLOBALS["red"] . $GLOBALS["br"] . "PrestaShop
";
system("find ../ type f -path '*/config/settings.inc.php' -exec grep -H \"define('_PS_VERSION_',\" {} \;");
-
-}
-
-function blog(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "ELGG
";
system ("find ../ -name version.php -exec grep -HA1 'release = ' {} \;");
@@ -1527,9 +1523,6 @@ system ("find ../ -name version.php -exec grep -HA3 'CMS_VERSION =' {} \;");
echo $GLOBALS["red"] . $GLOBALS["br"] . "DataLife Engine
";
system("find ../ -name index.php -exec grep -HA1 'dle_version = ' {} \;");
-}
-
-function commerce(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "phpCoin
";
system ("find ../ -name version.php -exec grep -HA1 'ThisVersion' {} \;");
@@ -1545,9 +1538,7 @@ system("find ../ -name config.system.php -print -exec awk '/define/ && /SW_VERSI
echo $GLOBALS["red"] . $GLOBALS["br"] . "Agora Cart
";
system("find ../ -name agora.cgi -print -exec awk '/versions/ && /agora.cgi/' {} \;");
-}
-function rarely(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "Flynax Classifieds
";
system("find ../ -name control.inc.php -exec grep -HA1 'VERSION:' {} \;");
@@ -1602,10 +1593,8 @@ system("find ../ -name version -exec head -n 2 {} \;");
echo $GLOBALS["red"] . $GLOBALS["br"] . "Anova Pro
";
system("find ../ -name version.txt -exec grep -HA1 'Anova Pro :' {} \;");
-echo $GLOBALS["red"] . $GLOBALS["br"] . "Question2Answer
";
-system("find ../ -name VERSION.txt -exec head -n 1 {} \;");
-
-}
+/* echo $GLOBALS["red"] . $GLOBALS["br"] . "Question2Answer
";
+system("find ../ -name VERSION.txt -exec head -n 1 {} \;"); - this causes too many false positives */
//custom pattern scanner
function custom(){