[PLUGIN] Softaculous for Direct Admin

We are using this on our shared/reseller servers without any problems. Almost all customers are very happy with this.
 
Jeff, have you used this yet?
I presume you're asking me; I'm probably the best known Jeff on these forums, and I've posted on this thread before.

I've never been able to get the free version installed (see my previous post; I've given up and moved on to other things) and I don't want to buy the paid version until/unless I'm satisfied with the free version.

If anyone can walk me through an install of the free version, please contact me by phone/email.

Thanks.

Jeff
 
Hi,

The Softaculous Team is very happy to announce the release of the WHMCS Plugin which will enable users to install a script when they sign up for a account using WHMCS.

The Documentation on installing this Module is available :
http://www.softaculous.com/wiki/index.php?title=WHMCS_Auto_Install_Module

This feature is truly unique to Softaculous and will it will enable WebHosts to further simplify Installation of Scripts for their users. Users will be able to choose from a list of scripts when they sign up in WHMCS and also give their Admin Details. When the account is created by WHMCS, it will also install the Script the user had selected.

The user can straight away go to their Blogs, forums, Wikis, etc. when the account is set up automatically.

We are also developing our Wiki / Documentation for our users :
http://www.softaculous.com/wiki/

If you have any suggestions or feed back, please post them here.

Regards,
The Softaculous Team
 
Hi,

The Softaculous team is very happy to announce the launch of eyeOS and e107 in Softaculous. We have completed 150 scripts and are now installing an Opertaing System !

Following are the versions :
1) eyeOS -> 2.2.0.0 http://www.eyeos.org
2) e107 -> 0.7.24 http://www.e107.org

Reaching 150 scripts has been fun and we are very humbled and happy with the response our users have given us.
Softaculous 3.1 is also around the corner, so stay tuned.
Also Aefer our remote installer will soon be available.

Announcement topic :
http://www.softaculous.com/board/index.php?tid=741

Regards,
The Softaculous Team
 
Hi,

The Softaculous team is very happy to announce the launch of eyeOS and e107 in Softaculous. We have completed 150 scripts and are now installing an Opertaing System !

Following are the versions :
1) eyeOS -> 2.2.0.0 http://www.eyeos.org
2) e107 -> 0.7.24 http://www.e107.org

Reaching 150 scripts has been fun and we are very humbled and happy with the response our users have given us.
Softaculous 3.1 is also around the corner, so stay tuned.
Also Aefer our remote installer will soon be available.

Announcement topic :
http://www.softaculous.com/board/index.php?tid=741

Regards,
The Softaculous Team

Tested out eyeOS this morning and all it does is give me "500 internal server error" after install. and I was reading that there have been security issues with e107. How much time do you spend researching these scripts before you add them to the collection?
 
Check the apache error log for your domain for the reason of the segmentation fault.
 
Check the apache error log for your domain for the reason of the segmentation fault.

Code:
[Thu Oct 07 01:37:06 2010] [error] [client 71.95.193.79] ModSecurity: Access denied with code 501 (phase 2). Match of "rx (?:^(?:application\\\\/x-www-form-urlencoded(?:;(?:\\\\s?charset\\\\s?=\\\\s?[\\\\w\\\\d\\\\-]{1,18})?)??$|multipart/form-data;)|text/xml)" against "REQUEST_HEADERS:Content-Type" required. [file "/etc/modsecurity2/base_rules/modsecurity_crs_30_http_policy.conf"] [line "69"] [id "960010"] [msg "Request content type is not allowed by policy"] [severity "WARNING"] [tag "POLICY/ENCODING_NOT_ALLOWED"] [hostname "dxmhosting.net"] [uri "/eyeOS/index.php"] [unique_id "TK2Gskp8zmIAAFk1ohQAAAAB"]

So I am guessing it has something to do with security setting???
 
Errors during backup

I am getting the following when I am backing up an installation (it appears to be any script installed by Softaculous)
Code:
The following errors were found :

    * There were errors while adding the Database to the backup.
 
@nealdxmhost

Sir, is mysqladmin disabled on your server ?
We will be able to better assist us if you email us at support at softaculous dot com
 
@softaculous

mysqladmin appears to be running on my server. I sent you and email the other day regarding this as well after you mentioned contacting you via email. I have not heard back from you nice folks yet.

Neal

@nealdxmhost

Sir, is mysqladmin disabled on your server ?
We will be able to better assist us if you email us at support at softaculous dot com
 
ioncube

I was trying to install and the "install" wiki referes to an ioncube installer. I click that and the link is dead.

How do I setup this software?
 
Hi,

As most time you are facing ioncube instllation issues in directadmin when trying to install softaculous so before install softaculous install ioncube by this procedure

SSH into your server then do the following:

For 64 Bit Operating System:
Code:
cd /usr/local
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar -xzf ioncube_loaders_lin_x86-64.tar.gz

If you are running a 32-bit operating system, use the following:
Code:
cd /usr/local
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar -xzf ioncube_loaders_lin_x86.tar.gz

Now edit your php.ini file (hint: use 'whereis php.ini' to find where it is located)

Code:
nano -w /path/to/php.ini

If nano is not installed the run the command

Code:
yum install nano

Add the following line:
Code:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

Save the file and restart Apache/PHP

Code:
service httpd restart

Alon bro you should also add the above procedure in softaculous wiki

Regards
 
You need to include how to remove every trace of this software as well....

I ran the uninstall.sh, which did nothing but remove it from DA... but everything is still on the server and needed a manual delete... which should not be the case.
 
Back
Top