Roundcube Community Forum

 

Automatic Addressbook Plugin Installation

Started by kenshi1023, January 18, 2011, 08:37:05 PM

Previous topic - Next topic

kenshi1023

Hi,

What is the proper way to install this plugin. I have read the readme and install file many many many times. (I just dont understand it). Any help would be great. Thanks... (currently using RC .5)...

Julius Caesar

Run the right script for your database: I.E.: If you have a mysql database, run the following script: mysql.initial.sql

Second, just add the plugin in plugin option the configuration file ./config/main.inc.php like this:

$rcmail_config['plugins'] = array('automatic_addressbook')
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

alexdisuja25

Like you I am also facing the problem in SQL injection... can anybody help me for that ?

kenshi1023

I understand the second part.
What do you mean run the script? (from the web-browser? or from shell access?) thanks for your help. I really appreciate it.

kenshi1023

after email Jocelyn Delalande:


> cpanel with mysql. I talked to the hosting tech person, bluehost
supports
> sqlite3 (but command line only).

ok, so as far as I know (but I don't realy know cpanel), cpanel includes phpmyadmin, which you should use in order to execute the lines contained into SQL/mysql.initial.sql


so, i used phpmyadmin from cpanel to excute the commands inside the SQL script.

Thank you.