Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    uzn
    uzn is offline
    Registered User
    Join Date
    Feb 2011
    Posts
    2

    Default Add Parked Domains VIA PHP

    Hello,

    I want to make a site like sedo.com where users sign up and add there domains.

    I need a script or PHP code that can add a parked domain

  2. #2
    cPanel Staff cPanelMatt's Avatar
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    409

    Default Re: Add Parked Domains VIA PHP

    What specifically are you looking to do? Redirect domains or park domains on domains already existing on a server?
    Matt Dees
    Integration Developer
    cPanel, Inc.
    cPanel Integration Blog

  3. #3
    uzn
    uzn is offline
    Registered User
    Join Date
    Feb 2011
    Posts
    2

    Default Re: Add Parked Domains VIA PHP

    yes, i want to park new domains on an existing domain already on the same server and account
    Last edited by uzn; 03-29-2011 at 02:53 AM.

  4. #4
    cPanel Staff cPanelMatt's Avatar
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    409

    Default Re: Add Parked Domains VIA PHP

    You can do this using the xml-api php class:

    https://github.com/CpanelInc/xmlapi-...ter/xmlapi.php

    see ApiPark < ApiDocs/Api2 < TWiki for information on the API call to make.

    You will simple need to run

    PHP Code:


    $xmlapi 
    = new xmlapi($ip);
    $xmlapi->set_port(2083);
    $xmlapi->password_auth("username",$pass);

    $xmlapi->api2_query('Park''park', array( 'domain' => 'newdomainname.com''topdomain' => 'existingdomain.com' ) ); 
    Matt Dees
    Integration Developer
    cPanel, Inc.
    cPanel Integration Blog

Similar Threads & Tags
Similar threads

  1. Add domain with parked domains?
    By rligg in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-22-2008, 12:43 PM
  2. What are Sub, Parked and add-on domains
    By Bam Bam in forum New User Questions
    Replies: 2
    Last Post: 07-18-2005, 06:41 AM
  3. Parked domains and Add-On Domains???
    By theompasio in forum New User Questions
    Replies: 1
    Last Post: 06-29-2005, 12:56 PM
  4. Add-On Domains/Parked
    By Tom Pyles in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 02-04-2003, 12:42 AM
  5. parked / add on domains
    By carperman in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-11-2002, 05:08 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube