| Server IP : 216.238.66.20 / Your IP : 216.73.216.199 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/22222/htdocs/files/ |
Upload File : |
#!/bin/bash # ---------------------------------------------------------------------------- # # Component Install Archive Builder # # This file is part of eXtplorer # # ---------------------------------------------------------------------------- # YOU MUST HAVE INSTALLED THE 4.x BETA VERSION OF p7zip (the command line version of 7-Zip for Unix/Linux). # It's usually globally accessible (in the directory /usr/local/bin/) DATE=$(date +%Y%m%d) PATH='/home/soeren/Joomla/components/extplorer' cd $PATH SEVENZIP='/usr/bin/7za' $SEVENZIP a -ttar -r $PATH/scripts.tar scripts $SEVENZIP d -r $PATH/scripts.tar .svn/ $SEVENZIP a -tgzip $PATH/scripts.tar.gz $PATH/scripts.tar /bin/rm $PATH/scripts.tar $SEVENZIP a -tzip -r $PATH/com_extplorer.zip $SEVENZIP d -r $PATH/com_extplorer.zip .svn/ $SEVENZIP d $PATH/com_extplorer.zip archive/ scripts/ $SEVENZIP d -r $PATH/com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache preinstall.php README_PREINSTALL.txt /bin/rm $PATH/scripts.tar.gz