PDA

View Full Version : Anyone Installed Laconi.ca on BlueHost?



ZackLive
10-20-2008, 04:28 PM
Laconi.ca is a open microblogging program written by PHP, it requires some special features to install, I just talked with the costumer service of BlueHost, they said Laconi.ca can be installed on BlueHost. I would like to know if anyone succeed to install Laconi.ca? Can I have a look at your website?

Here is some requirement of Laconi.ca:

PEAR::Validate ('pear install validate')
PEAR:: DB_DataObject ('pear install db_dataobject')
PEAR::Mail
PEAR::Net_SMTP
XMPPHP - http://code.google.com/p/xmpphp/
php-openid-2.1.1 - http://openidenabled.com/
OAuth.php - http://code.google.com/p/oauth/source/browse/code/php/OAuth.php
markdown.php http://michelf.com/projects/php-markdown/


Your PHP installation must include the following PHP extensions:

- Curl. This is for fetching files by HTTP.
- XMLWriter. This is for formatting XML and HTML output.
- MySQL. For accessing the database.
- GD. For scaling down avatar images.
- mbstring. For handling Unicode (UTF-8) encoded strings.

For some functionality, you will also need the following extensions:

- Memcache. A client for the memcached server, which caches database
information in volatile memory. This is important for adequate
performance on high-traffic sites. You will also need a memcached
server to store the data in.
- Mailparse. Efficient parsing of email requires this extension.
Submission by email or SMS-over-email uses this extension.

WotanTheWanderer
05-30-2009, 11:23 AM
Did you ever try to do this in the end?