Author Topic: Pay Account Creation & Login Page Server Box ?  (Read 3940 times)

Offline mrgtec

  • Newbie
  • *
  • Posts: 4
Pay Account Creation & Login Page Server Box ?
« on: December 21, 2009, 09:32:47 PM »
Hi,

I am new to the RoundCube mail client, I think its a great client already, but I have 2 questions for you guys -

1. Is there a plug-in for account creation, where I can get paid for the e-mail accounts?

2. Can I take the server box on the login page out of the equation, b/c I don't want anyone log in to another server through my server?

Thank you,
Michael
Owner / Founder of MRG Technologies / MRGTec.com
Web Design, Hosting, Marketing, Computer Shop & Much More!!!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Pay Account Creation & Login Page Server Box ?
« Reply #1 on: December 21, 2009, 09:43:39 PM »
1. If you have hMailServer then you can use Rosali's register plugin but you would need to modify it to take payments.

2. In your [RC root]/config/main.inc.php edit the $rcmail_config['default_host'] to your mail server and it will go away.

Offline mrgtec

  • Newbie
  • *
  • Posts: 4
Pay Account Creation & Login Page Server Box ?
« Reply #2 on: December 21, 2009, 09:51:17 PM »
Hi, Again,

1. I have a CPanel server, would that do/work for the pay subscriptions/account creation to the e-mail accounts?

2. Thank you so much for that info.

Thank you,
Michael
Owner / Founder of MRG Technologies / MRGTec.com
Web Design, Hosting, Marketing, Computer Shop & Much More!!!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Pay Account Creation & Login Page Server Box ?
« Reply #3 on: December 21, 2009, 09:59:27 PM »
No it would not work, however so could modify it to work with cpanel (I know you could do this with full or reseller access to cpanel, I not positive about a end user cpanel account) and to take payments.

Offline mrgtec

  • Newbie
  • *
  • Posts: 4
Pay Account Creation & Login Page Server Box ?
« Reply #4 on: December 22, 2009, 12:11:32 AM »
Hi,

I have the full & reseller access privileges. How would I do it.

Thank you,
Michael
Owner / Founder of MRG Technologies / MRGTec.com
Web Design, Hosting, Marketing, Computer Shop & Much More!!!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Pay Account Creation & Login Page Server Box ?
« Reply #5 on: December 22, 2009, 12:57:10 AM »
Rosali's register plugin works on a drive based system all you would need to do is make a driver that connected to cpanel and made the account Cpanel has a good API and it should be easy to do Hooking into cPanel Functionality

As for modifying it to take payments that would be a little harder you would have to re-wight a chuck the plugin so that the user would be able to pay. If you already have a billing system I would recommend code it into that.