merged version

This commit is contained in:
Palma Solutions LTD
2017-05-11 20:25:35 +02:00
parent 05db9740eb
commit 7f27784da7

15
sc.php
View File

@@ -1515,10 +1515,6 @@ system("find ../ type f -path '*/squirrelcart/functions/base/sc_version.func.php
echo $GLOBALS["red"] . $GLOBALS["br"] . "PrestaShop<br /><br /></span>";
system("find ../ type f -path '*/config/settings.inc.php' -exec grep -H \"define('_PS_VERSION_',\" {} \;");
}
function blog(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "ELGG<br /><br /></span>";
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<br /><br /></span>";
system("find ../ -name index.php -exec grep -HA1 'dle_version = ' {} \;");
}
function commerce(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "phpCoin<br /><br /></span>";
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<br /><br /></span>";
system("find ../ -name agora.cgi -print -exec awk '/versions/ && /agora.cgi/' {} \;");
}
function rarely(){
echo $GLOBALS["red"] . $GLOBALS["br"] . "Flynax Classifieds<br /><br /></span>";
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<br /></span>";
system("find ../ -name version.txt -exec grep -HA1 'Anova Pro :' {} \;");
echo $GLOBALS["red"] . $GLOBALS["br"] . "Question2Answer<br /></span>";
system("find ../ -name VERSION.txt -exec head -n 1 {} \;");
}
/* echo $GLOBALS["red"] . $GLOBALS["br"] . "Question2Answer<br /></span>";
system("find ../ -name VERSION.txt -exec head -n 1 {} \;"); - this causes too many false positives */
//custom pattern scanner
function custom(){