13 Oct, 2008
Posted by: Sterling Hamilton In: Code
Alrighty then - I have taken the PHP script I wrote to do this and converted it to a Shell script so it would be faster.
It’s prettier…because it has colors now - or a function that helps me produce colors anyway!
Right now it’s still really simple code.
The most complicated bits about it are the regular [...]
Tags:
Code,
Exyst,
joomla,
Programming,
script,
Server,
Shell,
Simple,
VirtueMart,
work,
X-Cart
10 Oct, 2008
Posted by: Sterling Hamilton In: Code
So remember Joomla Scanner? OF COURSE YOU DO!
Anyway…I’ve extended it.
Now it detects the VirtueMart component and version…AND XCart.
With the way this script is going…I might just start writing a little program that is a little more robust.
Something that asks for what you want it to check for…and also has the ability to check for updates [...]
09 Oct, 2008
Posted by: Sterling Hamilton In: Code
I wrote a script today that basically goes through and finds all websites on our servers and displays the ones that have Joomla and what version of Joomla it has installed.
Example Output:
Retrieving Site List…
[http://www.breweryarts.org] [Mambo] [4.5.4]
[http://www.artbyblair.com] [Mambo] [4.5.4]
[http://www.budgaugh.com] [Joomla!] [1.0.13]
[http://www.ecomadness.com] [Joomla!] [1.0.15]
[http://www.janusstudio.com] [Joomla!] [1.0.11]
[http://www.sharonchandler.com] [Mambo] [4.5.4]
See code below: