• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP - Create Subscriber - How?

DerJustin

New Pleskian
Hello Community,

i dont know how i can create with PHP a subscriber in Plesk 12.5.
Important is the informations from customer how:
The general infos (first- and lastname, street ...),
Login datas to plesk (username, password) and
the Subscribe (domainname, username, password, service package).

I hope my english was not to bad .. else excuse me for that.

Sincerly,
Justin
 
Hello JND_3004 )

You can do it via the Plesk API. To create a customer account, use the customer - add method, and to create a subscription, use webspace - add. I can also recommend you to check out this article for some examples of how to wrap the Plesk API in a PHP script.

Hope it helps!
 
Hello JND_3004 )

You can do it via the Plesk API. To create a customer account, use the customer - add method, and to create a subscription, use webspace - add. I can also recommend you to check out this article for some examples of how to wrap the Plesk API in a PHP script.

Hope it helps!
Hi, thanks for your answer and sorry for my late answer ..
Your tip has works :)

But when i create a subscribe with PHP, then takes the loading to long.
The script create the subscribe, but the connection on the website will ask foratime canceled. What i can do for that?
 
Hi JND_3004,

please be aware, that if you use your PHP - sites on the same server where Plesk is running and you want to create a new domain, you may experience that your webserver will get restarted during the generation of the needed configuration files for that new domain. The result of such a situation is, that you don't get a reply from the webserver for your used commands over your PHP - sites, because of a short downtime from your webserver. Try to use PHP scripts, which don't ask for instant replies to your requests, when you add/remove/modify domains on the very same server.
 
Back
Top