merged version
This commit is contained in:
15
sc.php
15
sc.php
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user