+ Reply to Thread
Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 55

Thread: SVN R1395 - cPanel Addons (Password, Forward & Vacation)

  1. #21
    Nemesis02's Avatar
    Nemesis02 is offline Registered User
    Join Date
    May 2008
    Location
    Little Rock, AR
    Posts
    30
    Downloads
    7
    Uploads
    1

    Default

    Quote Originally Posted by jcip View Post
    Is it possible to use this plug-in without cpanel?
    No, this plugin requires the use of the cPanel backend to interact with the email systems, sorry.

  2. #22
    javiaw is offline Registered User
    Join Date
    Jun 2008
    Posts
    7
    Downloads
    2
    Uploads
    0

    Default

    Quote Originally Posted by jcip View Post
    Is it possible to use this plug-in without cpanel?
    I've been applying the patch without using cPanel, but I'm still working with the password plugin because I had some problems.

    It's no so difficult to change the password, I removed the lines which refers to cPanel and added a query to my database (mysql) in password.inc file:

    $cons =
    "UPDATE " . $rcmail_config['mydb_table_users'] .
    " SET password=". crypt($new_password).
    "\" WHERE email=\"" . $_SESSION['username'] ."\";" ;

    $link=mysql_connect('localhost',$rcmail_config['mydb_user'],$rcmail_config['mydb_password']);
    mysql_select_db($rcmail_config['mydb_db_name'],$link) or die("Error al abrir la Base de Datos");
    mysql_query($cons,$link);
    mysql_close($link);


    It's also necessary to create a new file named mydb.inc.php into config folder and fill it with the info of your database, the variables will be similar to the db.inc.php ones. After that, include this file in the beginning of password.inc.

    This updates the database perfectly but there's some problem after that, because user logs out. I think it's a problem of this line, $_SESSION['password'] = encrypt_password($new_password); , but I don't find the problem and I'm almost sure it is not related to the cPanel.

    any idea?

    Thanks

  3. #23
    astrosmf is offline Registered User
    Join Date
    Aug 2008
    Posts
    16
    Downloads
    5
    Uploads
    0

    Default

    i installed the MOD... works like a charm... awesome tool!!!

    I have noticed however that my email folders are no longer present... just the INBOX folder...

    any idea on what could of caused this?

  4. #24
    Nemesis02's Avatar
    Nemesis02 is offline Registered User
    Join Date
    May 2008
    Location
    Little Rock, AR
    Posts
    30
    Downloads
    7
    Uploads
    1

    Default

    No, i've installed this many several times just to test it when following the instructions, and haven't had a problem. Try re-installing roundcube and re-installing the mod, i'd try doing it in another location, and if that one ends up working, overwrite your old one with it.

  5. #25
    astrosmf is offline Registered User
    Join Date
    Aug 2008
    Posts
    16
    Downloads
    5
    Uploads
    0

    Default

    can anyone throw together a quick script will LOG if a password change has been made... i don't the new password to be logged, just the change itself... preferably in a separate file from the other two logs

    thanks

  6. #26
    sickthor is offline Registered User
    Join Date
    Sep 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default non cPanel version

    hello guys i have been trying to install the plug in in a non cpanel install but had no luck so far! has any of you work it out yet? would love to know how!

    cheers

    ps: i'm runing round cube on a Xserve but if you had luck installing this plug in on a linux system i'm interested too


  7. #27
    Nemesis02's Avatar
    Nemesis02 is offline Registered User
    Join Date
    May 2008
    Location
    Little Rock, AR
    Posts
    30
    Downloads
    7
    Uploads
    1

    Default

    Quote Originally Posted by sickthor View Post
    hello guys i have been trying to install the plug in in a non cpanel install but had no luck so far! has any of you work it out yet? would love to know how!

    cheers

    ps: i'm runing round cube on a Xserve but if you had luck installing this plug in on a linux system i'm interested too

    This mod is designed specifically to be used w/ cPanel, it does not work with anything else. Its made for people who are on shared hosting.

  8. #28
    clamasters is offline Registered User
    Join Date
    Sep 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    Is there an easy way to do this without cpanel. I'm just running Ubuntu 8.04/Apache/Postfix/Dovecot.... This feature is a deal breaker for the company...ughh..

  9. #29
    Henning is offline Roundcube Newcomer
    Join Date
    Oct 2007
    Posts
    3
    Downloads
    1
    Uploads
    0

    Thumbs up

    Thanks Nemesis02, you are the best.
    I can not use RC without addons like this.

    HJ

  10. #30
    bigdog988 is offline Registered User
    Join Date
    Sep 2008
    Posts
    10
    Downloads
    0
    Uploads
    0

    Default

    hello, I've tried installing this addon. I check the cpanel.php file probably 20 - 30 times and I believe I have it correct. when i go to options though I see the three tabs but when I click on them it sends me back to the main pref page. not sure whats going on there. any suggestions would help.

+ Reply to Thread
Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts