Jump to content

elbadr

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by elbadr

  1. 4 hours ago, Licensecart said:

    They don't see the IP do they? domain | username | password | login url (which anyone can get by going to your domain.com:2083 or domain.com:2087 and when they pay they get the welcome email.

    i mean that i want my customer don't see the ip and URL  ( for his cpanel not for my website )

    until the service is activated and the welcome email has sent.

    so if just the ip and URL access button is hidden, that will be good and that what I am looking for.

     

  2. 5 hours ago, Licensecart said:

    But it doesn't effect it because if they don't pay to get it activated they can try and login but it won't work because it hasn't been created yet.

    Sure, but i want the customer don't see the ip address and don't access to the cpanel URL until the service is activated.

    No problem about the Username and password.

    There is any idea about this ?

  3. 11 hours ago, Blesta Addons said:

    The post above is a feature request to solve your problem . You can vote for it to make it priority task .

    Many Thanks !

    Please, we need to fix this matter Soooon !
    Personally, i will run my website and start selling until this matter get fixed.

     

    Thanks !

  4. Hello Guys,

     

    when the customer choose a service and arrive to the checkout page to make the payment, the customer can see in the client area ( without submit the payment ) service in the pending case and in the same time can see this informations : Username / password / ip 

    My question is: 

     

    How can i hide the ip address ?

    Or hide the Username / password / ip ?

     

    Thanks !

  5. 32 minutes ago, Licensecart said:

    Please use your brain! The only username and password fields you have on that page are under "REGISTER or LOGIN" Nothing related to a module.

     

    The cPanel module loads up this:

    cpanel.png

     

    Oh Thanks for this clarification, so how should i do to enable this option ( configurable options ) as showing on your screenshot.

    i need to install a registrar domain name module ?

  6. 11 hours ago, Blesta Addons said:
    
        public function getClientAddFields($package, $vars=null) {
            Loader::loadHelpers($this, array("Html"));
            
            $fields = new ModuleFields();
            
            // Create domain label
            $domain = $fields->label(Language::_("Cpanel.service_field.domain", true), "cpanel_domain");
            // Create domain field and attach to domain label
            $domain->attach($fields->fieldText("cpanel_domain", $this->Html->ifSet($vars->cpanel_domain, $this->Html->ifSet($vars->domain)), array('id'=>"cpanel_domain")));
            // Set the label as a field
            $fields->setField($domain);
            
            return $fields;
        }

     

    replace by

    
        public function getClientAddFields($package, $vars=null) {
            Loader::loadHelpers($this, array("Html"));
            
            $fields = new ModuleFields();
            
            // Create domain label
            $domain = $fields->label(Language::_("Cpanel.service_field.domain", true), "cpanel_domain");
            // Create domain field and attach to domain label
            $domain->attach($fields->fieldText("cpanel_domain", $this->Html->ifSet($vars->cpanel_domain, $this->Html->ifSet($vars->domain)), array('id'=>"cpanel_domain",'placeholder'=>"Please choose .com / .net domain name")));
            // Set the label as a field
            $fields->setField($domain);
            
            return $fields;
        }

     

     

     

    Hello, Thanks for your reply !

    i think that is the best solution, i tried now, but i don't know why this not work

    here is a screenshot :

     

     

    20-11-2016 11-28-19.png

    20-11-2016 11-30-16.png

  7. 2 hours ago, Licensecart said:

    Not sure what you mean here, you can activate a trial by installing Blesta and click on free trial. You can process orders as normal as there isn't any limits on the trial minus the 30 days free trial.

    Exactly, I mean if can i process orders as normal in the trial license ! Thank you !

     

    2 hours ago, Licensecart said:

    Correct use the information your reseller provides you. You can set the server label to whatever you wish however. If you are a reseller you can use the IP or the hostname both work. If you use Plesk I believe they require a hostname by default and refuse an IP.

    Thank you so much ! And how about the nameservers ?

    What is the nameservers that should i put Exactly ? the nameservers of my reseller hosting that i bought ? or another nameservers ?

    2 hours ago, Licensecart said:

    You have to create child name servers and point them to the server IP.

    Please how can i do this ?

     

    Thanks !

    Regards.

×
×
  • Create New...