Author Topic: Automatic Addressbook Plugin Installation  (Read 3580 times)

Offline kenshi1023

  • Newbie
  • *
  • Posts: 5
Automatic Addressbook Plugin Installation
« 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)...

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Automatic Addressbook Plugin Installation
« Reply #1 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:

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

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

alexdisuja25

  • Guest
SQL Injection
« Reply #2 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 ?

Offline kenshi1023

  • Newbie
  • *
  • Posts: 5
Automatic Addressbook Plugin Installation
« Reply #3 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.

Offline kenshi1023

  • Newbie
  • *
  • Posts: 5
Got it working
« Reply #4 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.