Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. if you follow Blesta you'll find Naja7Host / Blesta Addons did their reloaded first, then Modules Garden did the Extended and gave it to Blesta. CyanDark then did his own version on the Extended and released it.
  2. It wouldn't be valid in my opinion as it lasts for 30 days and the trial key is issued per hostname of Blesta.
  3. It may help if you can provide any docs to help a developer help you it's all in foreign.
  4. Please post in the thread by the developer if possible but it's fine in support for now. @Blesta Addons
  5. Correct, and you could try this custom report (I just edited one Jono sent for me to import from packages which didn't work nice with addon companies): Query: SELECT `contacts`.`first_name`, `contacts`.`last_name`, `contacts`.`company`, `contacts`.`title`, `contacts`.`address1`, `contacts`.`address2`, `contacts`.`city`, `contacts`.`country`, `contacts`.`state`, `contacts`.`zip`, `contacts`.`email`, `users`.`username` FROM `clients` INNER JOIN `users` ON `users`.`id` = `clients`.`user_id` INNER JOIN `contacts` ON `contacts`.`client_id` = `clients`.`id` AND `contacts`.`contact_type` = 'primary'; One Jono sent me: Query: SELECT `contacts`.`first_name`, `contacts`.`last_name`, `contacts`.`company`, `contacts`.`title`, `contacts`.`address1`, `contacts`.`address2`, `contacts`.`city`, `contacts`.`country`, `contacts`.`state`, `contacts`.`zip`, `contacts`.`email`, `users`.`username` FROM `packages` INNER JOIN `package_pricing` ON `package_pricing`.`package_id` = `packages`.`id` INNER JOIN `services` ON `services`.`pricing_id` = `package_pricing`.`id` AND `services`.`status` = 'active' INNER JOIN `clients` ON `clients`.`id` = `services`.`client_id` INNER JOIN `users` ON `users`.`id` = `clients`.`user_id` INNER JOIN `contacts` ON `contacts`.`client_id` = `clients`.`id` AND `contacts`.`contact_type` = 'primary' WHERE `packages`.`id` IN (:package_ids) GROUP BY `clients`.`id`; Fields Label: Package Ids Name: package_ids Type: Text Required: Yes When generating the report, enter package ids as a comma separated list (e.g. 23,24,81).
  6. Blesta doesn't have a Blesta 3.x+ to 3.x+ only a 2.5 to 3.0+. If you want to migrate another installation to your current one you would need to either use a CSV importer or hire someone to make you your own importer. It's quiet hard to do from what I know unless you are importing to a company B. If you are moving your installation to another server just copy the files and DB and move them over.
  7. I never recommend CloudFlare it causes more problems than it resolves, but feel free to edit: /components/modules/cpanel/views/default/client_service_info.pdt
  8. I agree, I thought I could accept all currencies just paid out in GBP not the case. Have you looked at a remote office?
  9. The reason square doesn't show up is because of the currency. If you are in the USA you can only accept USD payments, in the UK i'm on the Square UK account thing so I can only accept GBP payments.
  10. I also get no button @Paul
  11. You can do that for admins under staff groups.
  12. you would need to ask Virtualizor for an import map as it's a third party module. Then re-run the import.
  13. have you opened a feature request on requests.blesta.com I wonder if any developer would be up for it? @Blesta Addons @gosuhost @cyandark @PauloV
  14. You can do it in the reseller privileges on WHM for the package.
  15. i wonder if a DMARC, DKIM and SPF would help. DMARC Host: _dmarc.domain.com TTL: 43200 Text: v=DMARC1; p=quarantine; pct=50; adkim=strict; aspf=relaxed; rua=mailto:dmarc@domain.com; ruf=dmarc@domain.com DKIM http://dkimcore.org/specification.html & http://dkimcore.org/tools/ SPF https://www.spfwizard.net
  16. They can send a reset password if they know the username they set (mostly email addresses) You can change it on the client side under the My info box with the client number under change. You can also set it in the admin area on their client profile. Client side: Admin side:
  17. Why not give the blesta trial a go for 30 days to check it all Momchil? You can use the Universal Module I believe. The Universal Module doesn't allow this but you could make your own api module and link it up to re-issue. PayPal subscriptions are on PayPal but the callback link can re-direct them. You can't import from BoxBilling yet though as there's no importer yet. This isn't possible yet. Good feature request. Clients can't cancel subscriptions on cancellation yet, good feature request though. Possible but unless you are using the default theme with the colour changes you'd have to manually make your own integration with your theme. You can purchase an Unbranded version. That's done by the module / cron job.
  18. You can create a package with a none module in an addon group and then link it to the product group and select it from the dropdown menu on the manage license_manager product. The shared secret should stay the same :s
  19. I never mentioned a free one I was comparing with WHMCS but didn't want to mention it Lampard mentioned Boxbilling. I agree there needs to be improvements with the domain system and they are working on it. You can either have updates and small features whilst they work on it or no updates / new features and they work 24/7 on just the domain manager. Can't light the candle at both ends sadly.
  20. It is the card payment options on the left hand side. [ Credit Cards ] [Non Merchant] Stripe | PayPal
  21. Yeah not sure why it's down Chris should get it back up for us, but the hard bit is getting the name out. He's an ex mod at WHT.
  22. @Chris is trying but we need more help webhostcabin.com
  23. True but you can sell it for $11.00 and put it as first month as 8.99 and attach a coupon which works on the first payment only. on the url put &coupon=DomainSaver201
  24. Blesta works better when they are all on the same page and training someone to work at their speed and quality doesn't come lightly, you can hire hundreds of developers but if they aren't connecting or working to your high standards and quality then you have to go back and re-do it. And then you become a competitor to Blesta who patches up silly mistakes and fixes for features which have been broken due to lack of QA testing. There's 3 developers at Blesta. You can speed up developer hire developers who don't stick to the rules and quality and talk to you etc and then yourself and me would be complaining that the code has gone to shit and buggy as hell. Do you want that? No then there you go. You forget a competitor has loads of staff and their software is buggy as hell and insecure with their own PHP Global function PHP took out because they are that lazy. I know loads of people who use Blesta for selling domains and hosting and it works fine, what they do want though and many others like yourself is a way to set a renewal price and transfer price and more features but they DON'T stop you selling domains. So yes it works for hosting companies, hell I used it for my web hosting business back in the day. You can't win everything. You do the domain manager people complain about the other stuff like lack of modules / gateways unlike their competitors. You do the modules / gateways then people complain about the domain manager. You can't win so they are doing both.
  25. I believe we all agree on that but if you browse the forums LET, WHT people say a competitor has frequent updates and Blesta has one every 5-6 months approx, so Paul wants to ship more updates out to stop that rubbish about fast updates and also work on the domain manager which would be plug and play as one of the versions prepared for the new domain management (pricing tables).
×
×
  • Create New...