Share your Software Installer Packages.
- denully
- Closed
- Thread is marked as Resolved.
-
-
-
-
Cool
i check all packages and changes first on my local testserver, not on my productive systems.
And it doesn´t matter if there is on post or over 100.
best regards
abacusAre you referring to the package that loewenstark posted ?
-
-
-
Why .zip not .tar.gz ?
Packageinstaller needs .tar.gz!
Joomla 2.5.8
http://yadi.sk/d/w4VE7uKI24spn - se
http://yadi.sk/d/KidvnTWJ24spZ - ru
http://yadi.sk/d/vP5rXApc24spH - lv
http://yadi.sk/d/YbfQhiKM24soT - en
http://yadi.sk/d/9cUdtaTP24sij - de
http://yadi.sk/d/4P_DVwXt24sjX -dk -
Why .zip not .tar.gz ?Packageinstaller needs .tar.gz!
Repack, please, I have no time to go under debian and repack it. So the links are temporary too. I hope, it will be included into web softwaredepot.
-
-
Repack, please, I have no time to go under debian and repack it. So the links are temporary too. I hope, it will be included into web softwaredepot.
Hello ;
Under windows, you can use 7-Zip to build tar.gz archives. You are lazy All contributors make their packages as tar.gz archive because it's the format used by the i-MSCP software installer. To resume: Either you do it correctly either you do nothing.
I know that my words are little hard, but sometime, I'm really wondering why you never do as others.
btw: from the gui/public/admin/software_manage.php file:
[code=php]
...
if ($_FILES['sw_file']['name'] && $_FILES['sw_file']['name'] != "none") {
if (substr($_FILES['sw_file']['name'], -7) != '.tar.gz') {
set_page_message(tr("File needs to be a 'tar.gz' archive."), 'error');
$success = 0;
}
$file = 0;
} else {
if (substr($_POST['sw_wget'], -7) != '.tar.gz') {
set_page_message(tr("File needs to be a 'tar.gz' archive."), 'error');
$success = 0;
}
$file = 1;
}
...
[/php]Vou have a hard head, but do not worry, mine is more.
Thank you.
-
Quite insane in my brains... Of course, I will update it myself just now.
BTW under windows I can't do a tar.gz exactly, I may do tar, then a console gzip. (Quite not working as requsted...). No matter... Just I'll do... My fault, I mean oups...
Also it may be a .tgz or tar.bz2 (.tbz2) file...
[hr]
Joomla 2.5.8
http://yadi.sk/d/lgUzQCvJ2BdPX - se
http://yadi.sk/d/mmJeCf0i2BdQH - ru
http://yadi.sk/d/1jqTLCGg2BdOl - lv
http://yadi.sk/d/tY-ACMws2BdQn - en
http://yadi.sk/d/xZMoASig2BdSV - de
http://yadi.sk/d/k_B8tT1I2BdRX -dk
Profit! -
-
BTW under windows I can't do a tar.gz exactly, I may do tar, then a console gzip. (Quite not working as requsted...)re ;
You can create tar.gz under windows with 7-zip
Sorry french but since you have hard head... http://www.jbnet.fr/systeme/18…n-targz-sous-windows.html
-
re ;You can create tar.gz under windows with 7-zip
Sorry french but since you have hard head... http://www.jbnet.fr/systeme/18…n-targz-sous-windows.html
My fault, I haven't try double packaging... It's clear, supporting you. -