Roundcube Community Forum

Release Support => Pending Issues => Topic started by: kenshi1023 on January 18, 2011, 08:37:05 PM

Title: Automatic Addressbook Plugin Installation
Post by: kenshi1023 on January 18, 2011, 08:37:05 PM
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)...
Title: Automatic Addressbook Plugin Installation
Post by: Julius Caesar on January 19, 2011, 03:55:51 AM
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')
Title: SQL Injection
Post by: alexdisuja25 on January 19, 2011, 05:00:16 AM
Like you I am also facing the problem in SQL injection... can anybody help me for that ?
Title: Automatic Addressbook Plugin Installation
Post by: kenshi1023 on January 19, 2011, 12:27:23 PM
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.
Title: Got it working
Post by: kenshi1023 on January 19, 2011, 02:12:32 PM
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.