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)...
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')
Like you I am also facing the problem in SQL injection... can anybody help me for that ?
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.
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.