Jump to content

ModulesBakery

Members
  • Posts

    141
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by ModulesBakery

  1. Hello everyone,

    I am so sorry for the bad news,

    Some people said that since they're not developers having the source code isn't useful for them. The original plan is to provide the source code to the license holders only so they can at least be able to improve them as they need, however, if there are many requests for open sourcing them so other developers can support it and improve it further, well, i have no problem with that.

  2. expensive .... for something that whmcs does by default and blesta should.

     

    I believe you're wrong about WHMCS, it does not have a native CMS addon module by default, besides a $100 USD paid one time with an unlimited updates and support for free sounds pretty cheap for such plugin and its features plus its gonna be features.

  3. This appears to be yet another abandoned "coming soon" type post on the Blesta forums.

    There's been too many of these here in the past 2 years.

    I suggest mods have a rule that "coming soon" is not allowed. Only post about finished plugins/etc.

    I Agree.

    and yes, Mods should have a rule that "coming soon" is not allowed. Paul? :)

     

    This is really funny guys, not sure what would hurt for you when someone say that he is planning on doing x y and z and yet nothing was done ?!  most of what people post here are contributions, and even the going to be paid ones, people have their own reasons for not releasing something yet, i would say this is ridiculous to be honest.

  4. ModulesBakery, I hope you don't take offense to this, but do you have a portfolio or example Blesta theme integrations you have done?

     

    Absolutely no problem with asking ;) , While we don't have a portfolio, we have done few blesta integrations recently, and we have successfully done many projects even more complex than just a theme integration including modules, plugins, payments gateways and even customising the core of Blesta and many of this forum members are our clients, so no need to worry, we're experienced in terms of skills and in Blesta as a framework.  :blesta:

  5. last question maybe , normally i should write my own method to re-check after X days interval ?

     

    i should save the module response in a database field ? and how to impelement a way to re-check after X 10 days ? should i store a cookies for that or also store the last response date in database .

     

    any code to help is apprecciated

     

    Yeah you write your own licensing code that integrates with the license manager, store the license data in the database and store as well the last time the license was checked, and write the code so it checks the database first for the last time the license was checked then if it passes the interval you have set then re-check and restore the data and the time of validating.

  6. I am looking to start a managed WordPress hosting company built on top of Linode.com and will be building a custom control panel using CakePHP. Is it possible to use Blesta just for the billing and tie the API into my control panel? Let me know. Thanks.

     

    Absolutely, you can call any model in blesta using the API.

  7. Hi,
    We are specialized in web application development, and we have an extensive experience in Blesta Billing Software.

    Our Services & Pricing:
    - Custom Development For Blesta - Request a Quote
    - Blesta Migration Services - Request a Quote
    - Blesta Theme Integration - Starting at $29 USD, Order Now

    Testimonials:

    (ModulesBakery is our favourite coders ever, their code is clean and they are always on time. If you want something done ModulesBakery will put passion and everything into getting it right for you. We won't be going anywhere else for our Blesta plugins / modules. A++++ ) - LicenseCart

     

    (ModulesBakery was able to help me and did a great job all around. Would definitely recommend ModulesBakery if you are looking for a developer) - Dhabets

     

     

    Payment Methods
    We accept (Visa & MasterCard Credit & Debit Cards, American Express, Discover, Diners, JCB & Paypal), Money Order & International Bank Transfer for larger payments.

    Have any questions ?
    Please do not hesitate to submit a quote request and we will get back to you with a quote in 24 business hours.

    Thanks for reading!

  8. the plugins navigation links in Blesta are stored in the database, therefore, to modify their links, you have to modify their records in your db:

    Blesta database >> plugin_actions Table  >> look for the record where action = nav_primary_client >> modify  the uri field to your desired value.

    to modify the sub links you have to modify the options field of the same record.

  9. 1: Can i user Record->select()  method in plugin's controller?

     

    if use $this->Record->select()->from("clients");  then this page return 500.

     

     

    or this need to add some use("") ?

    Or can only be used in the plugin's model to database query?

     

    2:How can i use API to achieve some plugin's method or model function?

     

    3:I want to custom plugin's page title.

     

    THS!

     

    1- Yes you can but you must call the Record component first, however, since the plugins design follows the MVC pattern, you better create a model for the database interaction.

  10. Hello.

    i'm confused too about get list of all operating system (images).

     

    Just wanted to point in case you did not notice, There is a free plugin that we made to allow users to view all the available OS/Images & Regions for their digitalocean accounts plus their slugs/ids to use them within our digitalocean module's config options.

  11. Add a global SSH key if you want to (not sure if it's needed). ? Also, I'm not sure!

     

    Go to DigitalOcean Account >> Settings >> Security >> Add SSH Key

    Then

    Blesta Admin Area >> Packages >> Add/Edit Your Package >> choose that module >> choose the SSH Key you've added

     

    this key is assigned to all of your newly created (using our module) clients servers, so you can login to SSH without the need to share their Keys with you.

  12. I have PM'ed the user and have been waiting. While it is unethical for you to provide me their contact information, would you be willing to email them, on my behalf, and have them kindly check their PM?

     

    Cerb 7 just came out that introduces a lot of new features and rather then start from scratch, I would like to build off the work if possible. 

     

    Thanks,

    -Adam

     

    I have sent him a message, hopefully he can get in touch with you ASAP.

  13. Haha, you're right though. Most american banks do not offer true 2FA. They like to ask "Security Questions", where it's easy for an attacker to find all the answers on your Facebook account. I think that's how attackers stole over 100k peoples information from the IRS - http://krebsonsecurity.com/2015/05/irs-crooks-stole-data-on-100k-taxpayers-via-get-transcript-feature/

     

    Some banks are even worse, they force you to login to your online bank account service using a username and password (as usual and no problem here), but whats not usual and is a serious problem is forcing you to login using these details in addition to your credit card PIN code, and proudly advertising it as an extra layer of security :wacko:

  14. Hi Guys,

    We're working currently on a CMS plugin for Blesta which allows you to have your site entirely based on Blesta without any need for additional CMS software such as WordPress, or even PHP includes files, and we would like to hear from you if you're interested in such plugin and what features you want to have in this plugin.

     

    - Currently the plugin does a very extremly basic job which is creating pages with title, content and with specifying the name of the page in the URL, e.g: (www.example.com/example-page), just like the screen shot attached.

     

    Thank you guys in advance

    post-10676-0-87113900-1432219576_thumb.p

  15. I've added 2 dropdown options(integration theme upgrade) for one of my package but however, it is only showing one option. Anyone can advise? 

     

    I believe it is because the second option has a yearly period, and when you're ordering the product, in the configuration page, you're choosing the one time billing cycle of the product, therefore, only the config options with the same billing cycle show up "one time", not yearly, for config options with recurring billing cycle, i recommend you to have it as an addon products not config options.

  16. What do you use? I haven't been a fan of Windows in a decade, but I use it because I have to. I have Windows, Linux, and OSX on my desk every day, and I use them all, each for different purposes.

     

    I use OSX on an iMac and Linux Elementary OS on a Dell Laptop.

    One thing is a con for me in the OSX, which is that its Microsoft Office version does not support Arabic Language, while the Windows version supports it, however, there are some alternatives for it.

×
×
  • Create New...