Irish SEO,  Marketing & Webmaster Discussion

 

Creating email account

This is a discussion on Creating email account within the Coding Help forums, part of the Webmaster Help category; Hi! Please, help me with this problem. I want to creat email account and sub-domain from PHP code. Is it ...


Go Back   Irish SEO, Marketing & Webmaster Discussion > Webmaster Help > Coding Help

Register Forum Rules FAQDonate Members List Calendar Search Today's Posts Mark Forums Read


Notices

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 26-04-2007, 03:50 PM
Frontpage User
 
Join Date: Feb 2007
Posts: 12
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
weber will become famous soon enough
Question Creating email account

Hi!

Please, help me with this problem.

I want to creat email account and sub-domain from PHP code.
Is it possible? ( Allowed by hosting plan)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 27-04-2007, 04:22 PM
daviddoran's Avatar
Wannabe Geek
Recent Blog: iMSISS
 
Join Date: Aug 2006
Location: Meath, Ireland
Posts: 342
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
daviddoran will become famous soon enough
Default

Well if it is allowed by the host then surely they must have an API into their system because it cannot be done in native PHP code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 27-04-2007, 04:36 PM
Frontpage User
 
Join Date: Feb 2007
Posts: 12
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
weber will become famous soon enough
Question

Yes, i have opened sub domains and email accounts from hosting control panel. I want to create them automatically. Is it possible?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 27-04-2007, 04:44 PM
daviddoran's Avatar
Wannabe Geek
Recent Blog: iMSISS
 
Join Date: Aug 2006
Location: Meath, Ireland
Posts: 342
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
daviddoran will become famous soon enough
Default

Well there's no magic way to do it unless the control panel or management software has a specific way to perform these actions via other software.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 27-04-2007, 05:08 PM
niall's Avatar
Hosting Caretaker
 
Join Date: Jan 2007
Location: Carlow
Posts: 65
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
niall will become famous soon enough
Send a message via ICQ to niall Send a message via MSN to niall
Default

Quote:
Originally Posted by weber View Post
I want to creat email account and sub-domain from PHP code.
Is it possible? ( Allowed by hosting plan)
Depends on the control panel the hosting company are using. If they are using Directadmin, there is an API available which would do what you want (I think).
__________________
Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 27-04-2007, 05:21 PM
blacknight's Avatar
Web Slave
Recent Blog:
 
Join Date: Jan 2006
Location: Ireland
Posts: 6,578
blacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to behold
Send a message via ICQ to blacknight Send a message via AIM to blacknight Send a message via MSN to blacknight
Default

Cpanel also has a form of api as well...

Not sure about the others to be honest ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 27-04-2007, 09:11 PM
georgiecasey's Avatar
Member
 
Join Date: Jul 2006
Location: Galway / Ennis
Posts: 277
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
georgiecasey will become famous soon enough
Send a message via ICQ to georgiecasey
Default

Could you bypass the control panel and just use use PHP system to run the necessary linux commands.
__________________

My Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 28-04-2007, 03:53 AM
niall's Avatar
Hosting Caretaker
 
Join Date: Jan 2007
Location: Carlow
Posts: 65
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
niall will become famous soon enough
Send a message via ICQ to niall Send a message via MSN to niall
Default

Quote:
Originally Posted by georgiecasey View Post
Could you bypass the control panel and just use use PHP system to run the necessary linux commands.
Every control panel works differently, and there is no guaranteeing that you will have the necessary permissions to create a new account. I know for fact that on our system, a php script will *NEVER* have the necessary permissions to create *ANY* new system account directly.

The best bet is to try and use the API provided by the control panel.

Niall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 28-04-2007, 10:59 AM
blacknight's Avatar
Web Slave
Recent Blog:
 
Join Date: Jan 2006
Location: Ireland
Posts: 6,578
blacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to behold
Send a message via ICQ to blacknight Send a message via AIM to blacknight Send a message via MSN to blacknight
Default

Quote:
Originally Posted by georgiecasey View Post
Could you bypass the control panel and just use use PHP system to run the necessary linux commands.
Only if you had root access... and even then it's probably not safe / sane
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 28-04-2007, 03:37 PM
Frontpage User
 
Join Date: Feb 2007
Posts: 12
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
weber will become famous soon enough
Default Thaks :)

Thanks dear webmasters for gived attention.
I have tried PHP's mkdir function folder was created but had not opened from browsers adress bar.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
account, creating, email

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
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Newbie to Email Marketing Fintan Email Marketing 5 20-01-2008 02:26 PM
Email marketing compared to direct marketing. JCB Email Marketing 27 10-09-2007 08:45 PM
Advice to deal with email blacklisting figment Email Marketing 8 28-03-2007 11:25 AM
apostophe in an email addoc Server / Technical Administration Tips and Queries 9 22-02-2007 03:35 PM
prevent mass email louie Coding Help 2 08-07-2006 09:34 AM


Sponsored links

Paid On Results


All times are GMT +1. The time now is 04:45 AM.


Powered by: vBulletin Version 3.7.3, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
Hosted in Ireland by Blacknight - Test your ISP |Irish Hosting Directory| Armchair.ie|Logo by Eden Web Design|Avatars by Afterglow |Latest Blog Entries | VPS HostingAd Management by RedTyger

Search Engine Friendly URLs by vBSEO 3.2.0