Cpanel Email address creation at registration

Your code modifications and patches you want to share with others.
Locked
User avatar
apt
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 102
Joined: Fri Sep 09, 2005 1:14 pm
Location: Sheffield, UK
Contact:

Cpanel Email address creation at registration

Post by apt » Tue Nov 15, 2005 12:14 pm

Hi Joomla Commumity

I'm in the process of seting up a community website for my local village and part of the hosting for the site includes unlimited email addresses from our domain.  As part of the registration process I'm wanting to offer new users a FREE email address based on our domain.  I've discovered the excellent mod_cpanelbeta which allows users to create an CPANEL email address once registered but I'd like to be able to offer an option at registration to create an email address based on the users preferred username and password.

I'm almost sure I could combine the login/register component and the code from the mod_cpanelbeta to create a custom login/registration component but my PHP is not great and I'm not sure where to start.

Can someone out there with a bit more knowledge point me in the right direction or give me a hand.

Many Thanks

apt
Last edited by apt on Tue Nov 15, 2005 12:17 pm, edited 1 time in total.

User avatar
apt
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 102
Joined: Fri Sep 09, 2005 1:14 pm
Location: Sheffield, UK
Contact:

Re: Cpanel Email address creation at registration

Post by apt » Thu Nov 17, 2005 2:48 pm

No takers for this then  ;)

apt

nihir
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Oct 18, 2005 7:44 pm

Re: Cpanel Email address creation at registration

Post by nihir » Wed Nov 30, 2005 11:47 am

I think this is what you're looking for. 

http://www.joomlaya.com/component/optio ... ,category/

bts_11
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Tue Dec 19, 2006 9:54 pm

Re: Cpanel Email address creation at registration

Post by bts_11 » Thu Dec 21, 2006 7:52 am

Hey apt.  Did you ever figure out how to modify joomla's registration?  I would like to help out if I can.  I am trying to do this as well.  I have been searching on a solution to this for days.  Let me know of your progress.

Thanks,
Brandon

mashdun
Joomla! Apprentice
Joomla! Apprentice
Posts: 29
Joined: Thu May 14, 2009 6:45 pm

Re: Cpanel Email address creation at registration

Post by mashdun » Thu May 14, 2009 7:02 pm

Has anyone done this for J 1.5? I would like to have the option for users to create an Cpanel email address upon registration.

nbonilla4947
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon May 25, 2009 3:20 pm

Re: Cpanel Email address creation at registration

Post by nbonilla4947 » Mon May 25, 2009 3:33 pm

I have spent the better half of a month trying to figure this out. I cant believe something that seems simple enough is hard to integrate into a viable function! I have discovered how to sign up via a url, but as to a module or component. Nothing. Zip Zero Zilch :(

By the way, for those who are interested, the url form is the following

https://"DOMAINNAME":2082/frontend/x/mail/doaddpop.html?email="DESIRED E-MAIL"&domain="DOMAINNAME"&password="CPANEL PASSWORD"&quota=250.

User avatar
MrRoyce
Joomla! Ace
Joomla! Ace
Posts: 1176
Joined: Mon Oct 09, 2006 9:52 pm
Location: Tampuh Floriduh - The jewels of America's wang.
Contact:

Re: Cpanel Email address creation at registration

Post by MrRoyce » Thu Jun 25, 2009 7:41 pm

I did this for J1.0. using the Plesk API and a Community Builder plug in.

Upon registration, I stored the users name in a separate table. I then had a cron job (that ran under root) that would periodically read that table and call the plesk API to create the email account. It also created white/black lists for the users based on other parameters.

Something similar would probably work for J!1.5.

joomjason
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Wed Apr 15, 2009 6:24 am

Re: Cpanel Email address creation at registration

Post by joomjason » Tue Jan 04, 2011 3:00 pm

i found this script for cpanel - maybe it could be modified to work with joomla registration form?

http://www.zubrag.com/scripts/cpanel-cr ... ccount.php

crashtackle
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 123
Joined: Tue Apr 17, 2007 10:34 am
Location: Durban, South Africa.

Re: Cpanel Email address creation at registration

Post by crashtackle » Tue Mar 29, 2011 5:08 pm

Any progress on this? Would be awesome!


Locked

Return to “Core Hacks and Patches”