NickTheGreek 160 Report post Posted November 8, 2016 αυτο τελικα που φανταζε ευκολο ειναι αρκετα πιο συνθετο απο το WP καθως στο Joomla πλέον απαιτούνται 2 αρχεία για να έχεις πλήρη εικόνα βρήκα έτοιμο το ιδανικο script ( απλα ως γνωστόν ήθελαν διορθώσεις τα quotes ) cPanel find /home/*/public_html/ -type f \( -iwholename '*/libraries/joomla/version.php' -o -iwholename '*/libraries/cms/version.php' -o -iwholename '*/libraries/cms/version/version.php' \) -print -exec perl -e 'while (<>) { $release = $1 if m/ \$RELEASE\s+= .([\d.]+).;/; $dev = $1 if m/ \$DEV_LEVEL\s+= .(\d+).;/; } print qq($release.$dev\n);' {} \; && echo “-“ Plesk find /var/www/vhosts/*/httpdocs/ -type f \( -iwholename '*/libraries/joomla/version.php' -o -iwholename '*/libraries/cms/version.php' -o -iwholename '*/libraries/cms/version/version.php' \) -print -exec perl -e 'while (<>) { $release = $1 if m/ \$RELEASE\s+= .([\d.]+).;/; $dev = $1 if m/ \$DEV_LEVEL\s+= .(\d+).;/; } print qq($release.$dev\n);' {} \; && echo “-” https://serversitters.com/how-to-get-a-listing-of-all-joomla-installs-on-your-server-and-their-versions.html η αποθέωση του oneliner ! 2 Quote Share this post Link to post Share on other sites
Dimitris 52 Report post Posted November 8, 2016 One line love 1 Quote Share this post Link to post Share on other sites