-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
Just need someone's Facebook to be hacked and get into their cPanel change the password and boom haha.
-
Check Existing Domain On Cpanel On New Subscription
Michael replied to eldzee's topic in Feature Requests
I'm not sure what you mean? If you order cPanel module and it's already there it should stay in pending because it's already on the server, if a client is stupid enough to use the same domain it's their fault, you simply ask them for another one enter it and activate it. It's life and business it's what happens, If I go to a provider and use a domain and Callum has already registered it there, that's not his fault or the providers but mine for not asking him, so if I want an account I go with another domain. I shouldn't get an error saying this domain is already in use, because I'd do who the fuck has my domain on their account with this provider? -
Not sure what you mean by that, you can add it in the structure.pdt or the portal if you wish, if you mean a logo where the Blesta one is, you have to go to Settings > Look and Feel > Client > Non default > Logo url.
-
use Yahoo first, then switch to google after you have saved, Google is sometimes a pain in the ass.
-
We've noticed a issue when you select multiple invoices to pay and then trying to use the Bitpay gateway it just reloads the page and not going to the checkout. However if you enter the amount it works fine. It's weird because I thought I paid multiple invoices before though.
-
that's because of my last post. +1 my thread You can do what we do with the CMS for certain things like descriptions for blogs etc: <?php if (strpos($_SERVER['REQUEST_URI'], "support_manager") !== false){ echo "Support"; }else{echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true));} ?> That will look for support_manager in the URL, since there's no page title, and if it's got support_manager it shows Support otherwise it shows the default title.
-
Support Manager doesn't have a title set yet see: http://www.blesta.com/forums/index.php?/topic/4458-support-support-manager-page-titles/?hl=support+manager You can change the portal title via: Settings > Company > Plugins > Installed > manage (Title)
-
Yeah it sounds like it mate if you remove the client folder in client it should fix the htaccess mate
-
Sounds like you have a bad htaccess or have a folder called client or login in the blesta installation.
-
The X means you can use other things like service.solusvm_whatever service.solusvm_whatever20 etc. You can see my welcome email for SolusVM here: https://licensecart.com/billing/plugin/support_manager/knowledgebase/index/26/
-
After the service has been made click on Manage you can then see a few boxes, there should be a VID box.
-
That's CORE-590 for a reason why they are cancelling.
-
Half read it I ticked the boxes
-
Was it if you tick the top box mate as I didn't try that
-
It worked when I scheduled licenses for customer we don't want to do business with again for me.
-
Don't think this is a bug officially but there's a cPanel name in the interworx change password form: /components/modules/interworx/views/default/tab_client_actions.pdt <div id="change_password"> <h4><?php $this->_("Interworx.tab_client_actions.change_password");?></h4> <?php $this->Form->create($this->base_uri . "services/manage/" . $this->Html->ifSet($service_id) . "/tabClientActions/"); ?> <div class="col-md-12"> <div class="form-group"> <?php $this->Form->label($this->_("Interworx.tab_client_actions.field_interworx_password", true), "interworx_password"); $this->Form->fieldPassword("interworx_password", array('id' => "cpanel_password", 'class'=>"form-control", 'placeholder'=>$this->_("Interworx.tab_client_actions.field_interworx_password", true))); ?> </div> <div class="form-group"> <?php $this->Form->label($this->_("Interworx.tab_client_actions.field_interworx_confirm_password", true), "interworx_confirm_password"); $this->Form->fieldPassword("interworx_confirm_password", array('id' => "cpanel_confirm_password", 'class'=>"form-control", 'placeholder'=>$this->_("Interworx.tab_client_actions.field_interworx_confirm_password", true))); ?> </div> </div> <button class="btn btn-default pull-right"> <i class="fa fa-edit"></i> <?php $this->_("Interworx.tab_client_actions.field_password_submit");?> </button> <?php $this->Form->end(); ?> </div>
-
CloudStack sounds like a good idea +1.
-
Not sure how you are "locked out" when you are inside it looks like something isn't loading. Are you using CloudFlare?
-
There's no module for WHMPHP, but as far as I know that's an addon for cPanel so you don't need a module since it's just allows master resellers. For Blesta to add it to the to-do list you need a feature request forum and other customers of Blesta to want it, there's someone on the forum who want's WHMReseller and not WHMPHP: http://www.blesta.com/forums/index.php?/topic/2448-whmreseller-plugin-for-blesta/?hl=whmphp#entry17369 You can get a module coded if you want the cPanel module to grab master resellers and give you the option, or ask the WHMPHP Developers to make one. Personally Master resellers open a lot of issues security wise but hey what ever takes your biscuit as long as it's not zamfoo.
-
Don't think it will let you if there's a client with it, you can try.
-
You make no sense at all, why would you need to discuss them with Blesta to work out how to sell your own themes haha good luck.
-
You have to remove them, or copy each package and remove the INR, I say that because WHMCS used different prices (if you used a coupon, etc) they might not remove because you have them to a client already, so the best way would be make them restricted packages, and then copy and create a new one with the correct prices, and then use them from now on. You can even cancel the old service with the client, and then re-make the service (un-tick use module when doing it so you don't remove them from the module via the API). You can set-up the multi-currency up via: Settings > company > currency > currency set-up and do:
-
How exactly are you licensing the themes to domains? encrypting pdt's or just a license to use it, which means they can be used without a domain?
-
You have two closed {endif} statements but only one {if} statement.
-
Alla a plugin, as a plugin can make a page.