Jump to content

Amit Kumar Mishra

Members
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    24

Reputation Activity

  1. Thanks
    Amit Kumar Mishra reacted to SystemFreaks in Grape Page Builder - Visual Page Builder for BLESTA!   
    Grape is a drag-and-drop page builder for Blesta. This plugin helps you create beautiful pages using a visual editor.
    Create and Manage Pages

     

     
    Add custom HTML(You can easily import any html Template or BLESTA template)

     
    You can Create your own custom HTML blocks

     
    Access to the BETA version comes with a 50% early bird Discount:
    https://manager.systemfreaks.com/order/config/index/blesta-plugins/?group_id=24&pricing_id=3541&coupon=BETA
    Demo Available on Request :
    https://manager.systemfreaks.com/plugin/support_manager/client_tickets/add/1/
     
     
     
  2. Like
  3. Like
    Amit Kumar Mishra got a reaction from John Heenan in Fix for unusable PHP debug in Blesta 5.6.0 with PHP 8.1   
    Hi @johnhe
    i like your passion
    even without any response from the community, you could resolve it
    not only that you contributed to the community by answering to its fix
    keep up the good work
  4. Thanks
    Amit Kumar Mishra reacted to John Heenan in Fix for unusable PHP debug in Blesta 5.6.0 with PHP 8.1   
    Some more information about error reporting with Blesta. This clears up confusion for me.
    Errors are reported to screen, even with display_errors set to off, as errors are trapped by file app/views/errors/error.pdt The boolean internal variable System.Debug decides whether error.pdt includes a stack trace or not To make sure no errors are visible error_reporting must be set to 0, such as by using Configure::errorReporting(0); Errrors are also logged to various files in logs_blesta directory  
  5. Thanks
    Amit Kumar Mishra reacted to kanenses in How to add domain check form to an external website?   
    Hi there,
    where is how I use:
    <form method="post" action="//blesta_path/order/config/preconfig/your package group name" class="disable-on-submit"> <div class="input-domain"> <input type="text" name="domain" value="" placeholder="yourdomain.com" class="you class for input"> </div> <div class="your class for button group"> <button class="btn btn-success" type="submit" name="lookup" value="1"> <i class="fas fa-search"></i> Domain Search </button> <button class="btn btn-success" type="submit" name="transfer" value="1"> <i class="fas fa-sign-in-alt"></i> Domain Transfer </button> </div> </form> You need to disable CSFR for domain search working correctly, go to:
    Domain Checker - Support - Blesta Community Forums
  6. Thanks
    Amit Kumar Mishra reacted to CyberHour in change module in package   
    @Blesta.Store you should definitely mind your words!
    Regardless if the topic is old  I faced that issue now since I upgraded my Blesta now...
    Your responses are not acceptable. 
    This is not kindergarten 
  7. Thanks
    Amit Kumar Mishra reacted to Beav in Domain Availability Checker Widget + Counter   
    I have updated the client_data plugin to also support Domain Counts and Support manager Pro ticket counts (still has default support manager counter as well) You may download it here.
     
    Here are examples of calls depending on which one you require for your theme. 
    <?php $this->Javascript->setInline(' $(document).ready(function() { fetchCountServices(); }); function fetchCountServices() { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_url . "plugin/client_data/client_main/count_services/active") . '", null, function(data) { $("#services_count").html(data); }, null, {dataType:"json"}); } '); ?> <?php $this->Javascript->setInline(' $(document).ready(function() { fetchInvoices("open"); }); function fetchInvoices(status) { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_url . "plugin/client_data/client_main/count_invoices/") . '" + status, null, function(data) { $("#invoices_count").html(data); }, null, {dataType:"json"}); } '); ?> <?php $this->Javascript->setInline(' $(document).ready(function() { fetchCountTickets(); }); function fetchCountTickets() { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_url . "plugin/client_data/client_main/count_pro_tickets/open") . '", null, function(data) { $("#tickets_count").html(data); }, null, {dataType:"json"}); } '); ?> <?php $this->Javascript->setInline(' $(document).ready(function() { fetchCountDomains(); }); function fetchCountDomains() { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_url . "plugin/client_data/client_main/count_domains/") . '", null, function(data) { $("#domains_count").html(data); }, null, {dataType:"json"}); } '); ?> Sorry formatting went off by a bit. $("#div_id_to_replace_here") is what tells the ajax which div to update
    which ever Request you want should be added around the bottom of structure.pdt (i have seperated requests individually above) before   <?php echo $this->Javascript->getInline();?
  8. Like
    Amit Kumar Mishra reacted to Tyson in How to achieve multiple billing for the same product   
    It's not currently possible to have 2 different billing dates using pro rata. New settings would have to be added and you would have to configure 2 days-of-the-month to bill to (1st and 15th) with the largest one overriding the smaller one based on the bill date.
  9. Like
    Amit Kumar Mishra reacted to Paul in How to achieve multiple billing for the same product   
    Packages with pro-rata enabled will prorate the service to a specific date, e.g. 1st or 15th of the month, but not both. The cutoff date only determines whether the client should be billed for a partial month, or a full + partial month, the renew date will be the same.
  10. Thanks
    Amit Kumar Mishra reacted to Abdy in blesta api help   
    First of all you need to add a user to the API, which can be done at Settings > System > API Access, once the user is added the key will be shown along with the user. Keep in mind that API users differ from staff users.
  11. Like
    Amit Kumar Mishra reacted to Blesta Addons in Hosting Features   
    we are in 4.8 beta, and we are from v3 waiting something for a real hosting market .
    blesta has added a subdomain feature for cPanel module, from professional view is unused features with that way, companies that sell subdomain with a defined domains can be hosted in cpanel or plesk or vesta or any platform that support subdomains in account creation (almost all panels support this), this feature should be a part of order plugin and not a with cpanel or plesk module, because the client in the first step should select the domain then select the hosting (please make a view in other apps that they have already this done),  and of course the check availability should be working for subdomain, i think a simple way is to check if exist record A for the subdomain with a simple php function dns_get_record() .
    unify functions in registrar modules, like (get name server, set name server, update whois, get whois, get epp, set lock, get lock status,  ....ect ) 
    pricing system for domain, now a lock for transfer/restore  prices .
    bundles package, is a trivial features that all hosting companies need it to make offers/promotions .
    in the end i can say another time Blesta is a good software for almost any thing unless hosting industry .
  12. Like
    Amit Kumar Mishra got a reaction from domaingood in Buy Blesta Owned Lifetime licence   
    because the prices have increased...
  13. Like
    Amit Kumar Mishra reacted to Webbera in Softaculous Auto Installer Plugin   
    Like DirectAdmin, it was also requested as I know and we are still waiting @Paul
  14. Thanks
    Amit Kumar Mishra reacted to Tyson in remove vat/gst for specific clients from the order form   
    So you do not charge tax for any customers that are outside of India? You should be able to handle that by configuring your tax rules to only apply to India rather than "-- All --" in the system settings. Any orders placed by customers with addresses outside of India would then not be charged the tax.
  15. Thanks
    Amit Kumar Mishra got a reaction from Michael in The license is not valid for the installed location.   
    reissue the license
  16. Thanks
    Amit Kumar Mishra got a reaction from Paul in The license is not valid for the installed location.   
    reissue the license
  17. Like
    Amit Kumar Mishra reacted to Blesta Addons in set staff info in structure view   
    when a client is logged in, blesta set the client info to the global structure view, but for staff is not the same, we can't get the staff name, email ... ect  in the structure, this info is only available in the edit setting for profile.
    sample case, we need to show a welcome message (Hello mr xxxxxx, ....) in our theme .
    i think the code should be like this, and it should be done in the app_controller.php asi think, adding it to the admin_controller.php is not take any effect that because all admin_xxx file inherit from AppController directly
    $this->uses(['Staff']); $staff = $this->Staff->get($this->Session->read('blesta_staff_id')); if ($staff) { $this->structure->set('staff', $staff); }  
    or the magic option is to allow as inject vars to the structure view from preAction event or any new similar hook, let say i want to inject a list of PM's to the structure to use it in our custom admin theme .
  18. Like
    Amit Kumar Mishra got a reaction from activa in Your license successfully revalidated. Please log in.   
    if @Paul wins lottery, i am sure blesta will become more robust, and may be even free...
  19. Haha
    Amit Kumar Mishra got a reaction from activa in Redo - Web Hosting Template with Blesta - from ThemeMetro.com   
    selling blesta theme with whmcs demo...
    moreover opening a dispute to get support reply...
  20. Like
    Amit Kumar Mishra got a reaction from czizou in Run PHP modules check   
    exactly what i had suggested...
  21. Like
    Amit Kumar Mishra got a reaction from czizou in Run PHP modules check   
    the guy never wanted a plugin
    he just wished to get the results of the integrity check, after the installation
    by the way, if you use blesta, you know very well its there even after the install
    so i advised to do a test run every time he wished to get the  check, but do not complete the installation, just run the 1st page, and after that, remove
    this would be without any pain, provided the locations are different
  22. Like
    Amit Kumar Mishra got a reaction from czizou in Run PHP modules check   
    as i have mentioned
    any update never disables the modules,
    also i have mentioned to run the install in some separate location, just till the first page, or check the php.ini or the phpinfo()
  23. Like
    Amit Kumar Mishra got a reaction from czizou in Run PHP modules check   
    haha
    actually you know the installer never turns off any thing you have enabled
    also its kept right before the install, so that the install happens correctly, so you may note those things being displayed there and afterwards, post installation, whatever server config changes you do, you may run the php.ini and check if those are still enabled or not
    moreover, if any important module is removed or unloaded, it may effect blesta functionality, in some or the other way - from support ticket to license to any things
    moreover, we never disable those which are ever asked to be enabled during any install
    and one thing which is never advisable is you may always run a test install to check the things, but never run it completely, just to the first screen, may be this will resolve your needs
  24. Like
    Amit Kumar Mishra got a reaction from czizou in Blesta 4.6.x + integration with BlestaCMS Community Edition (Free)   
    hey whats up mate
    so many reserved posts
    and you said about integration but nothing in here
  25. Like
    Amit Kumar Mishra got a reaction from czizou in Blesta 4.6.x + integration with BlestaCMS Community Edition (Free)   
    hahaha
    you may have it!
     
×
×
  • Create New...