
serge
Members-
Posts
695 -
Joined
-
Last visited
-
Days Won
6
Everything posted by serge
-
http://docs.blesta.com/display/dev/Plugin+Cron+Tasks I suppose, if you: - your custom cron task is aded to the blesta cron system - your module create a key at service_fields table, like "my-custom-task-setup", being empty value at the start, - your cron function check any active service having above value empty and will run all custom task and update above value to "1" when it's done. note the "1" value could also be a timestamps or anything you want
-
Ok, at the end I will be using the universal module, but there are certainly some situation where custom fields in the License module can help.
-
maybe a custom cron, Blesta do have cron functions
-
Using License Module I do no see a way to add a like custom field/option the customer can edit for his licensed service/package But at checking the Universal Module / Package Options, there is such options, but my package are only using the license module. And at checking configurable option, there is no text box field type, so any idea how to add a custom field (customer can edit & being stored encypted) associated with my license package?
-
When a Blesta Admin use "login as client" then in customer account when editing custom field (in Edit My Information / Additional Settings) , the custom field is well updated but Blesta display theses error: at first saving, this error displayed: ----------------------------------------- That username has already been taken. at a second saving and any following, this error displayed: ---------------------------------------------------------------------- Invalid password. The one-time password entered is invalid. That username has already been taken.
-
what I ever done (for internal use only and not to sell module), was to create mysql triggers.
-
re-upload your gateway by FTP at blesta admin, edit: - gateway to check what curencies is enabled - order form, to check what Payment gateway is ticked, and what currencies is allowed. Allowed currencies must match on both sides
-
at your blesta admin panel & editing your company, what hostname have you filled?
-
@carl I mean : -> because of two factor, now peoples always have their phones near of them, listening to the key pressed on the keyboard. This can be done using common Android malwares. Ok, I understand now what you was saying. To answer you, I think it a matter of certificate price, when the kind certificate (proff of identity) you can have on an USB key will be cheapper, it's will be the second factor or you just sign with that. It's the issue by now with credit card transaction online, as there are no signed (no need of your pin) so it's increase transaction cost for covert the risk the transaction be denied by card owner ...because there is no pin asked, because until now it's was too expensive to setup the legal online signature for ecommerce. But as an example using my belgian identity card (that have a ship), and also using a $15 USD card reader and my card pin, I was able declare my tax, so this kind of process is the future, and using my card id an an app I can also sign a PDF that will have force of law but I believe all of this is possible because Belgium state paid the root certificate....
-
Which Method Of The Module Will Be Called After Placing An Order?
serge replied to AllToolKits.com's topic in General
have a look in dev doc to what blesta is calling event handlers: http://docs.blesta.com/display/dev/Event+Handlers -
also create a php info file at root of your Blesta install and load it in your Internet Browser, to check if that load fine: http://www.inmotionhosting.com/support/website/php/create-phpinfo-page-to-see-php-settings
-
restart your mysql service, I even suspect it was stopped
-
I can not agree more with naja7host few developpers here including me will be able to create registrar modules, but for allow customers to edit DNS record, we will be creating form, tab in blesta customer area, but these form/table in fact should be created at the CORE and use blesta new api function in the purpose to map with registrar api to create/update DNS records. If not, each developpers will be developping a new dns interface & method to interact with a given registrar, it's not so hard to do, but it's a no sence, as it's will be different depending of each developpers, and this part just should be native, and any of us (developper) that will create something now, just know it's a lose of time because later Blesta team will standardize/create form and API functions that are missing by now.
-
Well we can on InterWorx just make a DNS record so you can put ns3.domain.com ns4.domain.com pointing to the IP and boom child nameservers. Want a domain to point to another IP, make the record and it works. That's how I did our VPN record no need to use Resellerclub to do it. What you describe is zone delegation to your nameservers, and what I was saying is when the blesta merchant want to use nameservers from registrar, so what you describe is completely the oposed to the case I was saying I would kindly sugest you learn about what is zone delegation. and regarding other billing software, yes in their domain management section, editing dns record is just feature of each regisrar module, http://hostbillapp.com/hostbill/domainmanagement/registrars/ but same for whmcs (I still use) clientexec, etc. you should not confuse with managed dns service addon that is used when the merchant want setup his own namesers and offer hosted DNS even for external domain.
-
@licensecart: NO, allowing customer to edit DNS record is very important, and you CAN NOT use DNS editor from ( cPanel / InterWorx / Plesk,...) when using default (white-label) nameserver from your registrar (or only if your registar resell you also webhosting), its' a matter of zone delegation, when you use default white-label nameserver from your registar, you have to use DNS editor from your registrar or an DNS editor connected to registrar API, that why all other billing hosting sofware I know DO HAVE DNS editor and this editor have function that map to registrar DNS record functions, within the registrar module.
-
NO, for domain a lot of reseller like using default registrar nameservers vs setup their own., so that why they NEED AT BLESTA CORE , customers be able in customer area to edit DNS record in Blesta VS always connect manually to the registrar account to set customer wanted DNS record at every customer request...
-
what are you using for email: SMTP, IMAP, pipe ? Do you noticed each department have email parameters?
-
Bottom side of above link is : - company do not display/mention his address, even in TOS - Whois is using a proxy They got verified identity by digicert for extented SSL certificate (green bar), but I think after being verified they passed to whois proxy So there seem registered in Canada Vancouver, but can not find them using http://www.canadaregistry.ca
-
Could be a cron issue, like you have not set the Blesta cron on your server
-
Blesta module available here and peercoins is one of crypto coins supported: https://www.coinpayments.net/merchant-tools-plugins
-
never heard of peercoin before, interresting I'm reading about it, thanks so many projects in my head and not easy to select
-
Depending of your market/country, bitcoin user/customer proportion is very small but growing, but other crypto currencies (alt-coins), with be hard to get popular attraction. In my opinion better to stay with bitcoin, I just made one coins(dot).ph plugin for WooCommerce, I could maybe later create a global bitcoin ewallet gateway for blesta, any sugestion?
-
in my opinion, to manage domains what is missing by now in blesta database is a domains table as all the services table do not fit well. But we are all waiting the domain management module, and once it's do exist, any customization will be more easy than starting on something that could change in Blesta core.