Jump to content

timnboys

Members
  • Posts

    436
  • Joined

  • Days Won

    13

Posts posted by timnboys

  1. 14 hours ago, MineHarvest66 said:

    That is correct and that is the amount that should happen for 36 clients for "just sign ups".  

    123 seems be rather high to me. That's a rate over 300% credits usage. I would think that at most 50% would be more "typical" .  

    Why not... Just make it check upon successful actions? So when a client actually fills in the whole form? When an order is successfully paid for and similar actions?  

    That way there is no "tripping" of incomplete forms and non payments?

    well I like how the fraud check works currently since my anti fraud module I have it set to run each time a new order/client signs up and I want it to trip on any incomplete forms and non-payments to block and reject anyone it finds suspicious. though I would be open to providing @camgullo and you @MineHarvest66 with a free owned license of my anti fraud module since it checks both for fraudrecord reports & vpn/tor/etc checks as well since I have used fraudlabs pro before and can tell how fast the free plan credits disappears and it is not just on blesta that I have seen it happen also on whmcs which I used to use, as well which is why I set out and built my own anti fraud module to resolve this for myself.

  2. I have made an SSO(Single Sign On) "bridge" I call it to allow existing logins in my blesta to access my new forum off my website based off modx using discuss modx's forum software

    it is accessible here:

    https://cubedata.net/forums

    the sso part can be used on the forums directly:

    ZnOV1j.jpg

    I have made it where if you have an existing login in my blesta it allows you to login

    otherwise it will not login you in and reject the login then

    the only thing it will not do is register you inside blesta.

     

  3. On 10/30/2016 at 6:05 AM, cogative said:

    Hello all!

    After a period of testing, the Enverido BETA is now over! If you've already registered an Enverido account, you still have access to the the $10/month unlimited subscription plan, even if you haven't subscribed yet. If you haven't registered then all is not lost! As a thanks to the Blesta community for your great feedback and participation in the BETA, here's a coupon code for 25% off for the first 3 months of an Enverido subscription: "THANKSBLESTA". This coupon will expire after Christmas day 2016!

    We're also now looking for resellers to help get Enverido to as many customers as possible. We have a Blesta module ready to go that enables you to resell accounts through your existing Blesta installation. If you're interested in this, please drop me a PM!

    To summarise, there's now...

    • Fully functioning Web UI to view and manage licences and products
    • Fully functioning API to create/update/suspend/renew licences
    • Blesta module which supports all of the API's licence functions
    • PHP library which supports all of the API's functions
      • Includes helper classes to simplify licence verification and activation
    • API is fully documented
    • Documentation available for helper classes of the PHP library
      • PHP library code is documented with comments
    • Reseller option available for those who would like to resell Enverido
      • API endpoints are available to integrate this into any platform you currently use
      • Blesta module available
      • PHP library supports all reseller API endpoints
      • Documentation on reseller API endpoints is available

    In the works...

    • WHMCS module
    • More detailed reporting and analytics (how many times a licence has been activated, where the activations occurred, etc) 
    • Full online documentation for the PHP library
    • Self-hosted "Enterprise" edition
    • Other features suggested by the Blesta community!

    Thanks again guys! :blesta:

    you're site is dead, and got no response from your twitter either so not really sure if this is even a option anymore.

    It isn't a option anymore seems to be dead since from jan 2017. which is okay because building my own licensing system off the blesta license manager plugin is better anyway.

  4. We have decided after thinking about the DCIManager Module vs another module that does the same as what hostbill's colocation manager does(which is very basic considering what dcimanager does, though the basics is all you really need since the only part not included without dcimanager is installs of the servers like you would do via noc-ps as well) 

    Let us just state we have been trying to debate how to do this, do we leave the install function in, and have to go and deal with dcimanager or noc-ps? or do we actually instead use php snmp extension that is built into php already and do everything noc-ps or dcimanager does except no installations of the servers(would have to be done manually) as we went back & forth on considering which platform to build it for whmcs or blesta and we chose blesta of course since we use blesta already & to be honest it is time at least one billing panel had a "leg-up" on the higher priced "competition" that does this and is why we have decided to make this a blesta only exclusive system(module) to handle both shutting off the switch port automatically on suspension due to non-payment,etc of dedicated servers and turning the ports back on when it is paid and is in active status, we plan to be able to display bandwidth graphs, etc pulled straight from snmp of the switch to allow you(the provider) and the client the ability to actually see there bandwidth usage and possibly will be able to allow you to bill clients for bandwidth as well since once that function is implemented, you might as well use that as well to charge clients extra for bandwidth overages,etc.

    No ETA for the release of this module will be published as with all of our other module developments, we do not publish any eta's to allow our developers to have all the time they need to perfect something like this.

    though we wanted to do this as a advanced notice announcement to the blesta community stating this "exclusive" announcement since we plan to make this for blesta only so blesta will not have any competition on anyone else getting this module for their billing panel to allow blesta to hopefully & eventually with all the new customers coming to blesta maybe help the community out as a whole by giving paul and the blesta dev's the needed funds to complete the all needed domain manager system everyone has been needing. 

    Update 7/15/2023:

    This Module is back in development, will not specify any ETA as previously stated but this will be a "standalone" module meaning it does exactly what it says on the tin, it allows billing for bandwidth, automatic suspension/unsuspension of switch ports(via php snmp functionality) but no actual installation of servers(would require a separate panel for that, which would require far more than just the module itself and likely will not be developed until later.)

  5. This forum was designed to allow anyone interested in cubedata products to be able to speak to one another and well get support from one another as well.... some call it "community forum based support" as if something isn't clear, more than likely they have had the same problem as well and it seems better to let people post the solutions & problems here than constantly repeat ourself when someone else has the same issue.

    just remember be friendly to each other please :blesta: we are all apart of the blesta "family" here.

  6. 1 hour ago, Tyson said:

    It sounds like your company does not have all of its settings defined for some reason. You may want to update the company settings under Settings > Billing/Payment > Invoice Customization and re-save the settings. The one you're missing based on that error is the "Invoice Type".

    well I found that setting company_settings not $client_settings as app/models/invoices.php is referring to hence the error.

  7. 40 minutes ago, Tyson said:

    I don't encounter this issue myself. YourModule::addService can set errors to the Input component in order to prevent service creation. I'd need more context to determine the issue you're experiencing.

    I fixed that somewhat already now I am running into another issue on the backend api, it seems this is erroring on trying to create a invoice from the service:

    Undefined index: inv_type                on line <strong>2853</strong>
                    in <strong>/var/www/html/app/models/invoices.php</strong>
  8. well I didn't think this would work so easy but I have to say it does:

    .htaccess modification:

    #Deny Direct IP Access
    RewriteCond %{REMOTE_ADDR} ^127\.0\.0\.1 [OR]
    RewriteCond %{REMOTE_ADDR} ^127\.0\.0\.2
    RewriteRule ^ http://%{HTTP_HOST}/403.html [R=403,NE,L]

    ^ Do note to replace the 127.0.0.1 & 127.0.0.2 with your server actual ip addresses.

    also the 403 page I have on my own website https://portal.cubedata.net/403.html can be sourced here on github: 

    https://github.com/AndiDittrich/HttpErrorPages/blob/master/dist/HTTP403.html

     

  9. 11 hours ago, domaingood said:

    Possible add config option you can add addon.

    believe it or not that is what I did on my opennebula module to allow setting different ram,cpu and disk space to different prices so you could have less "cookie-cutter" plans and more actual "dynamic" cloud plans.

  10. [Put on Hold, please read the newest announcement from CubeData why this is being put on hold.]

    Hello We would like to announce we are in progress of making a new module for blesta, we will be making a DCIManager Provisioning Module for Blesta

    Release ETA is unknown(sorry we do not say at all when anything is released as we do not rush work, and saying a date and/or time is setting a deadline which rushes work which we do not do.)

    It will be priced at our usual regular prices of $7/month or $100/onetime(for owned licenses not including updates after 1st initial year which can be renewed thereafter each year at $25/year)

    Do Note when this comes available it will be on sale on our website only, though please do not ticket us asking for any sort of "override" on any order stopped by our anti fraud system, those will be closed out instantly with no exception made, as with maxmind, if you get stopped, you got stopped for being high risk of chargeback/disputes/fraud and therefore you didn't just get stopped for nothing which is why we stand firm on our policy of no exceptions on our anti fraud system denial's.

     

  11. 2 hours ago, Paul said:

    Surely your fraud module helps prevent chargebacks?

    it does, but I got tricked once recently to set it to review instead of reject and they paid through paypal and not but 10 days later in nov they charged backed not through paypal but there chinese card company and it cost me $100 plus paypal's $20 "chargeback" fee. which is why I have gotten tighter now telling anyone who asks sorry but if the fraud module blocked you I don't want you(well of course not saying it that direct but you get the gist) and that stopped all chargebacks before & it stopped them now, I feel dumb for even including a option in it to "review" orders instead of outright just rejecting them before they get to any gateway like paypal which would be the chargeback point which my fraud module stops that completely as they won't ever get to that point to start with if they get flagged by it in the default "reject" mode which prohibits chargeback's to start with since if they never get past the cart to complete the order with payment or get the service that prevents the chargeback's right there. I have never had chargeback's whatsoever with the default explicit "reject" mode set as the fraud module will explicitly reject anyone if they get flagged from even getting anywhere which is why it has saved me multiple times protecting me from that. I know that from both my piwik software & smartlook analytics. 

  12. On 12/4/2017 at 1:00 AM, JaxSite said:

    Paul,

    We would like to get a dev license to test our existing customizations before upgrading to 4.x. Further, we have a module we would like to start developing as well. Please let us know how we can acquire a dev license to work locally. Thank you.

     

    Regards,
    Jonathan Griffin | JaxSite

    would have been better to have contacted @Paul on his livechat.

  13. 4 minutes ago, Paul said:

    If you can include a snippet of your core modification that'd be great too. Something I think we'll implement, but I don't have an ETA at the moment.

    $antifraud = $this->Html->ifSet($order_settings['antifraud']);
            try {
                $fraud_detect = $this->Antifraud->create($antifraud, [$order_settings]);
                $status = $fraud_detect->verify([
                    'ip' => $_SERVER['REMOTE_ADDR'],
    				'first_name' => $this->Html->ifSet($client->first_name),
    				'last_name' => $this->Html->ifSet($client->last_name),
                    'email' => $this->Html->ifSet($client->email),
                    'address1' => $this->Html->ifSet($client->address1),
                    'address2' => $this->Html->ifSet($client->address2),
                    'city' => $this->Html->ifSet($client->city),
                    'state' => $this->Html->ifSet($client->state),
                    'country' => $this->Html->ifSet($client->country),
                    'zip' => $this->Html->ifSet($client->zip),
                    'phone' => $this->Contacts->intlNumber(
                        $this->Html->ifSet($client->numbers[0]['number']),
                        $this->Html->ifSet($client->country)
                    )
                ]);

     

×
×
  • Create New...