Jump to content

bdacus01

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    bdacus01 got a reaction from Kal in General PCI Compliance   
    All:
    Looking for direction.
    Are any of the current merchant gateways PCI compliant? Without my server "being" compliant?
    I ask because a competitor claims their Stripe Checkout module is PCI compliant.
    From reading posts here from 2014. Your Stripe gateway is not compliant.  Which requires my server and process to be compliant.
    I viewed the enhcement you all have on file since 2014.  Looks to be no movement..  
    However it could be irrelevant because PCI rules my have changed which requires all sellers to have a PCI compliant system. In which case I would only be able to use PayPal..
    I would like to use Stripe but could be a pain I don't need currently   
     
    thoughts??
  2. Like
    bdacus01 got a reaction from Blesta Addons in cron not automatic   
    Are you using cPanel?  If so make sure your System PHP matches your Domain PHP.  I have seen where if Domain is 7.2 and System is 7 causes issue. 

     
  3. Thanks
    bdacus01 reacted to Jonathan in [Module] NameSilo Domain Module   
    As far as I know they link to this github project from https://www.namesilo.com/Support/Reseller-Options
  4. Thanks
    bdacus01 reacted to Jonathan in [Module] NameSilo Domain Module   
    NameSilo Domain Module
    This module is a complete solution for domain registrations and transfers through NameSilo.  This module builds upon and continues the work by @NETLINK.  He and I will be jointly contributing to this project and we welcome any other contributions on GitHub.
    An old thread related to this plugin was at https://www.blesta.com/forums/index.php?/topic/3399-namesilo-plugin
    Features
    Domain registrations Domain transfers Supports all NameSilo-supported TLDs by dynamically listing the available ones to package creation Proper .us/.ca support with necessary fields on order forms NameSilo audits Sync service's renewal date with domain expiration date Register/manage nameservers/hosts Set/change nameservers Update WHOIS details Lock/unlock domain Retrieve EPP code DNSSEC management Check email validation & resend validation email if needed Toggle WHOIS privacy Manually extend registration Transfer status tracking Screenshots
    Coming soon
    Installation
    https://github.com/knownhost/Blesta-Namesilo/blob/master/README.md
    Upgrading
    Nothing special is required except when updating from <1.8.0.  In this case see the "Other" section below.
    Known Issues
    A domain transfer can be ordered for more than 1 year.  NameSilo's API does not allow a transfer to extend more than one year so the extra years would be lost if not manually corrected.  I'm unsure of how we'll solve this at this point. Future Plans
    Update for Blesta's new domain management system when release.  This will be the v2.0 milestone and will likely be mostly a rewrite of the module. Clean code and remove unnecessary code. Manually extending as an admin should support invoicing/queuing to post-payment.  We should be able to do this with the proration logic. DNSSEC management Implemented! Source
    This module is fully open source and can be found on GitHub.  Two repos are kept fully updated with releases currently being built on the second:
    https://github.com/knownhost/Blesta-Namesilo
    https://github.com/NETLINK/Blesta-Namesilo
    Download
    I will make every effort to maintain the listing in the marketplace at https://marketplace.blesta.com/#/extensions/80-NameSilo Module
    GitHub will always definitely be up-to-date: https://github.com/NETLINK/Blesta-Namesilo/releases
    Other
    The version 1.8.0 release is a major update building upon @NETLINK's work.  The new auditing features will not work properly until you "manage" and save your NameSilo account settings.  Everything else should be fully backwards-compatible.
  5. Like
    bdacus01 reacted to Paul in Scheduled canceled service not removing invoice   
    I have also created CORE-2593 to address the issue brought up in this thread, per Tyson's suggestion.
  6. Like
    bdacus01 reacted to Tyson in Scheduled canceled service not removing invoice   
    The current logic exists to prevent customers from receiving the service for free for a period of time. The cutoff for voiding the invoice is when it is past due since that is the point we can reasonably assume the customer is entirely liable to pay the invoice for services rendered. If a customer has a service, but does not pay the invoice for it, it will become canceled after a period of time. During that time, they have received the service for free, but you are still due the amount of the invoice for having rendered the service to the customer.
    If, instead, you void the invoice at that point, you accept that you are letting the customer have the service for free for that period. This behavior can be taken advantage of by customers to repeatedly receive free services for a length of time. For example, they can purchase a service, not pay for the renewal, and get the service for free until it's canceled and the invoice is voided. Then they can re-purchase it and repeat the process to get some time for free without worrying about paying an open invoice.
    If you would like to offer free service time to customers in such cases, that sounds like it would be a business decision on your part, and we could add a new option to allow past due invoices to be voided upon cancellation, e.g.
    Open Invoices that are X Days Past Due Will be Voided Options: - Any - (always void a past due invoice on cancellation) 0 Days (default, current behavior) 1 Day 2 Days 3 Days ... 60 Days  
  7. Like
    bdacus01 got a reaction from Blesta Addons in Janitor: Order Cleanup Utility Plugin   
    @cherry I found the issue...
  8. Like
    bdacus01 got a reaction from Michael in Janitor: Order Cleanup Utility Plugin   
    @cherry I found the issue...
  9. Like
    bdacus01 got a reaction from Paul in Jumping Ship   
    Welcome to the group..  Hope it all works out well..
  10. Like
    bdacus01 got a reaction from activa in Ability To Resend Welcome Email   
    Actually I wasn't talking about your Plugin.  I was referring to the OP code. 
     
    I will say I did notice you versioned your Resend Welcome Email.  So I singed up for your Basic service to get it just in the off chance its was compatible with PHP 7.  It was!!!  Thanks.  You might add PHP compatibility to your site under the requirement or specs.
  11. Like
    bdacus01 got a reaction from Blesta Addons in Ability To Resend Welcome Email   
    Actually I wasn't talking about your Plugin.  I was referring to the OP code. 
     
    I will say I did notice you versioned your Resend Welcome Email.  So I singed up for your Basic service to get it just in the off chance its was compatible with PHP 7.  It was!!!  Thanks.  You might add PHP compatibility to your site under the requirement or specs.
  12. Thanks
    bdacus01 got a reaction from Michael in KernelCare Centos   
    All:
    Its a bit off topic and I am sure you all could improve on this alot..  Since I needed to do a few servers.  I wrote this KernelCare bash script.  I have tested it against supported and unsupported kernels. It does seem to work.  Feel free to use or improve.
    Already updated to read apache user and gid.
    Change the txt to sh..
     
    kernelcare.txt
  13. Thanks
    bdacus01 reacted to mrrsm in Namesilo Plugin   
    Hey @NETLINK, I would be happy to make a PR to add the change for pulling/caching all the available extensions from namesilo.  As long as you plan on merging PR's I'm happy to contribute.
     
    @Lucas you should be able to overwrite it as it is just an update to the same module.
  14. Like
    bdacus01 got a reaction from fossxplorer in Namesilo Plugin   
    It looks like Ryan Matthews @mrrsm forked it here.  To pull in all available tlds.   I haven't tried it yet. https://github.com/mrrsm/Blesta-Namesilo
  15. Like
    bdacus01 got a reaction from Paul in Vertualizor Module v2   
    Don't know if you all use Virtualizor.  They just updated their module.
     
    http://virtualizor.com/wiki/Blesta_Module_V2
  16. Like
    bdacus01 got a reaction from Paul in Who Am I   
    All:
    I wanted to say Hello.  I wanted to intro myself.  I am Brent Dacus.  I live in Tennessee.  I have been in IT for 19 years.  So I am not a kid...actually I am fairly old. (Mike I had to get that in ). I love computers and technology.  I like to ask questions and help out where I can.  I am not a programmer.  I can test well.  I want to also state I am not in the industry of web hosting or infrastructure.  I don't own a company. I don't support clients.  I don't know all the terms or even the popular 3rd party apps.   I am trying to learn even at my age...haha.  Why because I am interested in learning it all and may want to enter the industry on a very small scale some day.
    Anyway I really like Blesta.  I have tried the "others" some have things Blesta needs some don't.  I don't need a lot of plugins...actually I may not even know what I need.   Feel free to give me advice, tell me to get out now before I go crazy or just ask me to help out.  Thanks for your time.
     
     
  17. Thanks
    bdacus01 reacted to Ziaur Rashid in External Domain Availability Check   
    Hello Everyone,
    After checking some forum discussion, finally I've managed to check domain availabilty from external/home page
    Procedure:
    First go to (for edit)  /{blesta-install-directory}/config/blesta.php & search following line: Configure::set("Blesta.csrf_bypass",array());
    Now replace that line with following code (No need to disable automatic csrf token protection for whole site):  

     Now configure your external/home page domain checker form, here is my code:
    Thanks everyone
  18. Like
    bdacus01 reacted to Beav in Are you closed? banner attention grabber   
    settle down there killer...
  19. Thanks
    bdacus01 reacted to Michael in Is licensecart a ghost now?!?!   
    Hi there everyone,
    I would like to deeply apologies for the inconvenience I've caused. I don't lie to our customers nor wanted this to happen. I didn't listen to Callum when I started out and I created a black hole with InterWorx (sales dropped minus free licenses) even though I paid for the un-used licenses hoping a few orders would come in, never happened. I somehow mucked up SolusVM where we  were paying out more than we had coming in, and then that went to the debt collectors. So to pay off SolusVM I went and took a full time job.
    Callum broke his wrist in a bike accident he's recovering slowly so he couldn't help on the tickets, Matthew has been busy with his university work so hasn't had time either.

    Then I ended up working to much and not being able to log into pay the invoices for Cloudlinux, Softaculous which was done when I could after I found out they were suspended.

    About the future of Licensecart that will be announced soon. I do again apologies for the inconvenience and understand if you don't trust me, hate me or want to kick my head in. 

    Kind regards,
    Mike
  20. Thanks
    bdacus01 reacted to timnboys in Who Am I   
    the problem with explaining the module is what is there to explain about a anti fraud module like maxmind for blesta lol? 
    though mostly I will just copy and paste what I wrote on my fraudrecord page: https://cubedata.net/fraudrecord
    hmm that page was more bland then I thought it was lol

    maybe I should point you to http://fraudrecord.com
    that is basically a blacklist like spamhaus you could say for bad clients who chargebacked against you, did public threats, etc(I cannot name all the reasons they can be listed for) but it is very helpful since it is basically hosting providers helping each other with valuable information on spammers,etc that you can see if there listed or not and know whether to automatically deny them or not so you do not have the headache and trouble like the provider that reported the person did.
    also @bdacus01 I want to say I am not very good at handling PR(Public Relations) so I apologize if the product page was lacking in information on what it does.
    besides I think my best "sales pitch writeup" was in my thread for it here: 
     
    I admit I haven't updated the opening post with fresh screenshots from v4 of blesta but I will get to that soon enough
  21. Like
    bdacus01 reacted to Beav in Who Am I   
    gentoo > all, nice to meet you and welcome
  22. Thanks
    bdacus01 reacted to timnboys in Who Am I   
    so are you the one that asked in my ticketing system asking about what my fraudrecord anti fraud module does lol? 
  23. Like
    bdacus01 reacted to Blesta Addons in [Plugin] Resend Welcome Email   
    Soon all the plugins/modules will be released in open source format . no more encoding .
  24. Like
    bdacus01 reacted to Blesta Addons in Who Am I   
    my simple question , For what reason (business type) you are using Blesta? then i can give you my advice .
  25. Like
    bdacus01 reacted to Paul in Square Payment Gateway (Alpha)   
    A new Square gateway (alpha) is available for testing.
    To install, download the attached , square.zip unzip and upload the "square" directory to ~/components/gateways/nonmerchant/ and visit Settings > Company > Payment Gateways to install and configure.
×
×
  • Create New...