Jump to content

bdacus01

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by bdacus01

  1. @bw1 Yep its been out a while.  I think a few are using it seems to work well per others.  It will also be a while for Blesta to implement a "way it should be done" gateway.  Its not High on their list as it will take a rewrite on the merchant gateway system.

  2. All:

    I am trying to Display my tld prices.  This post is the only one I could find.  I am not a Coder...

    I have loaded the api file from https://github.com/phillipsdata/blesta_sdk

    I have created a API user in the application under API access.

    I have a working Blesta 4.2.2 install. on php 7.1

     

    I created a file prices.php  and put the below in it.  All I get is a White screen...    What I want to do it to be able to link to a Page and all the info display.  Like domainpricing.html

    <?php
    
    require_once "blesta_api.php";
    
    $user = "my user ";
    $key = "my key here";
    $url = "https://my domain/blesta/api/";
    
    // Fetch the packages
    $api = new Api($url, $user, $key);
    $model = "packages";
    $method = "getAllPackagesByGroup";
    $params = array('package_group_id'=>'2');
    $response = $api->get($model, $method, $params);
    
    echo "<table>";
    
    if (($packages = $response->response())) {
        foreach ($packages as $package) {
               echo "<tr>";
            $pricingsArray=($package->pricing);
        foreach ($pricingsArray as $pricing) {
            $priceArray = ($pricing->price);
        echo "<td>". $priceArray . "</td>";
        }
        }
    }
    echo "</table>";
    ?>

     

  3. On 12/17/2017 at 8:25 AM, Blesta Addons said:

    still work, used every day in our prod.

    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.

  4. 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

  5. On 9/22/2017 at 3:56 PM, Nelsa said:

    you can't charged on auto pilot since token is valid only 15-30 minutes depending on gateway

    Does Stripe Not support Subscription?  Seems it does https://stripe.com/subscriptions

    Maybe you mean Blesta Payment Gateway doesn't support Subscription  which looks like it doesn't..  https://docs.blesta.com/display/user/Stripe

    Paypal supports subscriptions. 

    On 9/9/2017 at 9:37 AM, bdacus01 said:

    Are any of the current merchant gateways PCI compliant? Without my server "being" compliant?

    I am sort of asking about the Blesta Payment Gateways in general as well. 

     

    On 9/22/2017 at 11:11 AM, River said:

    Essentially, anything that requires users to type in their CC details on your site would require you to be PCI compliant.

    Anything that redirects to the gateway, then back to your site when complete, and doesn't have any data on your server or entered on your site - it would be the gateway's responsibility.

     

    So - when paypal goes YourSite > paypal checkout > yoursite, they are PCI compliant, in turn you're compliant.

    If stripe does that, and redirects to their servers, then you're good. If you're sending CC details to stripe, then the burden is on you.

     

    Hope that makes sense. That's my understanding of it.

    In general this my general understanding..  What I am seeming to see is None of the Blesta Payment gateways outside of Paypal and maybe Square are PCI compliant EG fully tokenized.

    So what payment gateways do you all use?  Have you all that use as example Stripe gone through PCI compliance testing? 

  6. 2 hours ago, Lucas said:

    That's good news! I am guessing we could overwrite the old one without having to re-assign packages to every single client with a domain?

    I would set it up in the test system and try it..  you have a test system right.  I think the blesta license allows for this right @Paul

  7. 11 minutes ago, fossxplorer said:

    Hi  @netlink

    Do you plan to update the module to support .cloud and newer TLDs? I'll donate if that's what you need to get it done :)

     

     

    Isn't it just adding them in the config/namesilo.php.  Or is more to it?  

    Keep in mind I am just asking.

     

  8. 3 hours ago, Lampard said:

    Actually what matters is gaining an experience. You should not wait and keep learning. Start your business which will help you. You will learn from your mistakes, and that will make you excel on it later on. To be honest, it is not necessary that you have to be a coder to be a founder of any web hosting company, and yes blesta is a good choice to start from.

    Thanks and welcome...  True we all will make mistakes.  I just prefer to know and try to understand before I start.  I know I can't get it all in and done.  True anyone can sign up for business.  Going in blind is not how prefer it..  again just me.  I also agree over the next 5 years Blesta will be as good or better than the other guys. 

  9. See it's all about learning.  I learned about your module.  You learned your info isn't up to par for regular old joes like me...  it's all good now.  Remember from now on you never know where next few buck may come from...  

    So can I use the native maxmind with it as well?  Or can I only use one or the other? 

  10. 1 hour ago, gosuhost said:

    gentoo > all, nice to meet you and welcome

    I love sabayon...  it's one of my all time favs.  I am not a purest though.  I wish Arch was more popular...  love me some Pacman.  Oh and thanks nice to meet you to...

  11. 4 minutes ago, timnboys said:

    so are you the one that asked in my ticketing system asking about what my fraudrecord anti fraud module does lol? :blesta:

    Yes sir I am....   I am glad you noticed.  We won't discuss that here.  I would simply ask you to tell me about your module?  You know like to someone who might want to purchase it.  Feel free to email me back?.  Shall we say Take 2...

×
×
  • Create New...