PDA

View Full Version : DA-PEAR -- Installed PEAR Packages (FREE!!)


hehachris
08-01-2006, 11:39 AM
DA-PEAR is a free plugin that allow your users to check what PEAR packages were installed.

More details and Screenshots:

http://www.daplugin.com/da-pear.shtml


DOWNLOAD (http://files.daplugin.com/pear/pear.tar.gz)

outpernet
11-10-2006, 05:49 AM
Hi. The link dont work.

hehachris
11-10-2006, 07:17 AM
Link updated.

Originally posted by outpernet
Hi. The link dont work.

outpernet
11-10-2006, 08:58 AM
ThankYou!

outpernet
11-10-2006, 11:56 AM
The "Viewing Package Details" is disable by default for any special reason?

Warning: passthru() has been disabled for security reasons in /usr/local/directadmin/plugins/pear/user/index.html on line 52

jca
11-11-2006, 12:00 PM
Very nice thanks a lot!

sullise
11-11-2006, 12:21 PM
Originally posted by outpernet
The "Viewing Package Details" is disable by default for any special reason?

Warning: passthru() has been disabled for security reasons in /usr/local/directadmin/plugins/pear/user/index.html on line 52

Using passthru is probably not the right way to do this. Curl would be better.

To get it to work, you need to go to /usr/local/lib/php.ini and remove passthru from the disable_functions option.

Thanks for the script though..:) Kudos.

hehachris
11-28-2006, 10:41 AM
Originally posted by sullise
Using passthru is probably not the right way to do this. Curl would be better.

To get it to work, you need to go to /usr/local/lib/php.ini and remove passthru from the disable_functions option.

Thanks for the script though..:) Kudos.

Could you please explain more on it?

From CURL official site:
curl is a command line tool for transferring files with URL syntax

This plugin does not retrieve anything from outside.

sullise
11-28-2006, 04:23 PM
my bad..was having brain fog when I posted that....