Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/29/2014 in Posts

  1. Hello Blestars Updated InternetBS Module update 1.0.5, first Release Candidate (Updated 12-05-2015) Added: .FR Domain fields Old fixes: Added: .IT Domain fields Fix: Now domains can be renewed automatically after payment confirmation. Fix: Error on registering a Domain Fix: Error on transfering a Domain Add: Merged Blesta 3.2 changes to support bootstrap Add: Add/Edit/Remove Email Fowards (Now you and your clients can manage mail fowards) Add: PayPal donation link to the Plugin in "Settings->Modules->Internet.bs". Comming Soon: Add/Edit/Remove DNS Records (its a bit delayed because of some pending work) Add: Check Domains available (Tested 100% working) Add: Get/Update Whois data (Manage Whois 100% tested and working) Add: Get/Update Nameservers data (Manage Nameservers 100% tested and working) Add: Get/Update Register Lock (Tested 100% working) Add: Get/Show EPP Key on Admin and Client(Tested 100% working) Fix: Correct Transfer Handle request Fix: Regist Domains Fixed (Tested 100% working) Many thanks for, jamesrascal, and WedgeTalon helping on debugging the Module Teaser: Fixed: - Check Domains available (Tested 100% working) - Get/Update Whois data (Manage Whois 100% tested and working) - Get/Update Nameservers data (Manage Nameservers 100% tested and working) - Get/Update Register Lock (Tested 100% working) - Get/Show EPP Key on Admin and Client(Tested 100% working) - Correct Transfer Handle request - Regist Domains Fixed (Tested 100% working) After the relase of the new Upcoming Blesta Domain Manager we will add extra features: - DNS Management - Email Forward How to Install 1º- Download the Blesta InternetBS Registrar Module here: Download Here (updated 12-05-2015) 2º- Uncompress, and upload the folder "internetbs" to blesta /components/modules/ directory. 3º- Go to Blesta Admin, and click on Setings->Company->Modules->Available and it will list the "InternetBS" module, just Click on "INSTALL" 4º- Now you can manage the Module and add your InternetBS API Key and Password. 5º- In your Packages->Create Package you can select the Module->InternetBS to configure your TLD's do regist/transfer How to Install 1º- Download the Blesta InternetBS Registrar Module here: Download Here (updated 12-05-2015) 2º- Uncompress, and upload the folder "internetbs" to blesta /components/modules/ directory. 3º- Go to Blesta Admin, and click on Setings->Company->Modulese and it will list the "InternetBS" module, just Click on "UPGRADE" How to Uninstall Go to Blesta Admin, and click on Setings->Company->Modules and it will list the "InternetBS" module, just Click on "UNINSTALL" Any bugs please tell us, if not we will relase the InternetBS Module as Stable Release. We hope you enjoy Regards, PV
    1 point
  2. 1 point
  3. Added CORE-1012 for this, v3.1.1.
    1 point
  4. I've been flooding the forum lately with plugins I've writen (some useful, others niches). At this piont I would like to extend my services to others looking to have plugins developed as well. Prices per plugin depend on the request, so it could range from free to some amount. It would also be up to you to decide if the plugin will be publically available or not. I know some people don't want their needs put out in the open. if you're interested, just send me a PM on here or reply to this thread. I'm also open to working on gateways (merchant and non) as well as modules.
    1 point
  5. In that case, you may want to remove the domain validation and check whether that resolves it. Update v1.2.0 of the module in /components/modules/interworx/interworx.php (line 1395) if ($edit) { to if ($edit || $package->meta->type == "reseller") { I haven't tested this change.
    1 point
  6. velaware

    Python Blesta Api

    I made a thread on this elsewhere but since I did a bit of a major overhaul, enough to warrant basically a 2.0 of it. This differs in very, very big ways. The biggest is that this supports ORM now. Instead of manually calling APIs via doing this: from blesta_api import * api = BlestaAPI(...) api.get("ApiKeys", "getList") You can do it this way: from blesta_api import * api = BlestaAPI(...) # Get list of API keys api.models.ApiKeys.getList() # Use my API Helper's test module api.plugins.apihelper.test(str="Returning this string") This makes the code easier and more pleasant to read. It should be noted that both methods are supported, and for ORM to work the API Helper plugin needs to be installed. Otherwise this won't work (Blesta doesn't offer a native way to get all available API calls). All api.models calls are found in /blesta/app/models while api.plugins reads all plugins that have a public model in the /blesta/plugins directory. Source: https://github.com/anzenehansen/Blesta-Goodies/blob/master/api/blesta_api.py API Helper tarball: https://github.com/anzenehansen/Blesta-Goodies/raw/master/apihelper_plugin.tar.gz INSTALL Use as you would any other Python script. The only thing you have to actually import is BlestaAPI, so from blesta_api import BlestaAPI is fine too. TODO Create a way to determine HTTP method for each API call (currently only GET is supported) CHANGE LOG v2.0.0 - 01/28/2014 Initial release
    1 point
  7. No news on this one just yet, we are still working out all the details.
    1 point
  8. Quotes aren't in here yet, but more and more people have been asking about it. We have been trying to decide whether to build a quote system into the core, or build it into a more advanced, project management system.
    1 point
×
×
  • Create New...