RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > API Based Plugins

For more information about the ads and why they're here, please see the FAQ

Reply
  #11  
Old 09-06-2009, 01:04 PM
Registered User
 
Join Date: Dec 2007
Posts: 34
Default cpanel addons

Hi

Has anyone gotten this to work with cpanel? Currently I have .2.2 working with [v0.2] cPanel Addon (Password, Forward & Vacation), by nemesis, but want to upgrade to .3 stable.

Looking for some guidance..... thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 09-14-2009, 03:29 PM
Registered User
 
Join Date: Sep 2009
Posts: 3
Default

I would be interested in that as well. I tried to figure it out on my own but just don't have the php skills or knowledge of how cpanel e-mail works.

Tom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 09-24-2009, 03:29 AM
Registered User
 
Join Date: Feb 2009
Posts: 16
Default Please help me :)

Hello i tried this
I want use it with

$rcmail_config['password_driver'] = 'sql';

$rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@localhost/com35_rnd02';

$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p WHERE username=%u AND password=%o AND domain=%d LIMIT 1';

this i get cannot save the password or sometime blank page.. pLease help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 09-24-2009, 06:43 AM
Super Moderator
 
Join Date: May 2007
Posts: 835
Default

are you sure you want username=%u and not username=%l? check the rc error log (rc root/logs/) for any info.
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more…
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 09-24-2009, 01:39 PM
Registered User
 
Join Date: Feb 2009
Posts: 16
Exclamation Hello ! PLease help

Hello i am not getting any error in log,

I am getting cannot save password !

Please help me I wil be really thankful to you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 09-24-2009, 01:41 PM
Registered User
 
Join Date: Feb 2009
Posts: 16
Smile HEllo

If you need my ftp account for mail i can give But please help Please please it has a week i am trying on ..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 09-24-2009, 02:22 PM
Registered User
 
Join Date: Feb 2009
Posts: 16
Default Hello

Do i have to create password database in msql if yes then how .. Please provide me steps if possible from starting with database and please...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 09-24-2009, 02:26 PM
fms fms is offline
Registered User
 
Join Date: Jun 2009
Location: Gramado/RS - Brasil
Posts: 13
Send a message via MSN to fms
Default

Quote:
Originally Posted by sumit9451 View Post
Hello i tried this
I want use it with

$rcmail_config['password_driver'] = 'sql';

$rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@localhost/com35_rnd02';

$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p WHERE username=%u AND password=%o AND domain=%d LIMIT 1';

this i get cannot save the password or sometime blank page.. pLease help
Try this:

Code:
$rcmail_config['password_db_dsn'] = 'mysql://<user>:<password>@unix(/tmp/mysql.sock)/<database>';
$rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
In your case:
Code:
$rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@unix(/tmp/mysql.sock)/your-database-name';
$rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
__________________
Francisco
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 09-24-2009, 04:55 PM
Registered User
 
Join Date: Feb 2009
Posts: 16
Default Hello thanks but i tried this also and failed to do that ?

ITs saying not able to connect database .. Cannot save password. !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 09-24-2009, 08:36 PM
fms fms is offline
Registered User
 
Join Date: Jun 2009
Location: Gramado/RS - Brasil
Posts: 13
Send a message via MSN to fms
Default

Are you sure
your login on database
is "comp35_rnd02"
and your password is "3aRqSzgezi" ?

First of all, you should try to assure you can log in and can access the database.

Try to use heidisql (http://www.heidisql.com) to test if you can connect to the database.
__________________
Francisco

Last edited by fms; 09-24-2009 at 08:56 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:18 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community