Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Not sure if PauloV has a import map for OpenSRS. suppose you could try making one and put opensrs. And I believe my Map should work unless they call it something else in the database.
  2. How does WHMCS display Stargate on the modules page?
  3. or make an import map or make a import plugin which changes the services to the cPanel extended, or buy the Tastycpanel module.
  4. You can't do that it just breaks as you can't change the module of packages. You can if you copy the package and make a new one. but you can't do it to packages already made.
  5. You need to go to: /plugins/import_manager/components/migrators/whmcs/5.2/config/ and then make that file and paste that code inside it.
  6. There's no import map for this module, we've got one for the TastycPanel, and they also have a importer from cPanel to TastycPanel. But that's a paid module and not this one. Otherwise you have to import them to cPanel, then make new packages for new clients.
  7. Did you just change the module from cPanel to cPanel Extended in the packages? That will lead to errors.
  8. The credit cards should come over as far as I know as long as you have entered the hash. Stargate use Logicboxes so they should also be imported. UK2 doesn't have a module to import over so that would end up in the Universal Module. Edit: Ah Blesta doesn't have it ok, try this. Go to: /plugins/import_manager/components/migrators/whmcs/5.2/config/ Then make a file called stargate.php Put this in it: <?php Configure::set("stargate.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "Stargate", 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "reseller_id", 'value' => (object)array('module' => "resellerid"), 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "key", 'value' => (object)array('module' => "apikey"), 'serialized' => 0, 'encrypted' => 1), (object)array('key' => "sandbox", 'value' => (object)array('module' => "testmode"), 'serialized' => 0, 'encrypted' => 0) ), 'package_meta' => array( (object)array('key' => "ns", 'value' => array(), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "tlds", 'value' => (object)array('package' => "tlds"), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "type", 'value' => "domain", 'serialized' => 0, 'encrypted' => 0) ), 'service_fields' => array( 'domain' => (object)array('key' => "domain-name", 'serialized' => 0, 'encrypted' => 0) ) )); ?>
  9. ok just make sure you use a blank database.
  10. Everyone I know gives full permissions. If you trust the software / script you don't need to worry as certain features require certain commands.
  11. Go to the client's service and click Manage, then select Change renew date on the Actions drop down, and put in the correct date. Video: http://screencast.com/t/wnWhQLqwPhKD If you want to expire you can just select the correct action for cancel and pick the date you wish. Video: http://screencast.com/t/Hv4sQdLD72H Shared hosting is probably your default order form, You can do either of the following: 1. Make an order form with both groups (I recommend the List Wizard style) and it will show both groups. or 2. Make two sections for ordering: http://www.blesta.com/forums/index.php?/topic/1340-multiple-order-forums-on-client-portal/
  12. See: WHMCS config options
  13. If you change it in the client area only that language changes. It would be nice if we can choice the language per admin but it should be in the my info bit
  14. Michael

    Module Names

    Moved to the developer area for you
  15. When did you sort the uploads folder after you imported or before, and when did you add the geoip and invoice logo?
  16. You don't need it there, because if you sort that before you install the plugins they are created automatically.
  17. Sounds like a feature request would you like me to move it?
  18. Blesta takes what WHMCS gives it. If it's wrong you can't point it at Blesta.
  19. PHPMyAdmin to add them like I did with you on team viewer when sorting whmcs's mess. WHMCS doesn't store the order-id in the table so we can't get them imported. You can also use Naja7host's module: http://www.blesta.com/forums/index.php?/topic/671-logicbox-reloaded/
  20. 30 is mine as it's best to keep a month on record before you clean them.
  21. That might look untidy mate.
  22. You're more than welcome mate. Please go to: Settings > Company > Billing/Payment > uncheck "Automatically Apply Loose Credits" How to un-apply credit on an invoice: http://screencast.com/t/j3vsiSQvZ If the invoice is non paid it will get suspended, if you have "Cancel Service Changes Days After Due" on the above page it will cancel the service if not paid. if it is paid it will renew. I have heard that a few domain registrar modules don't have this function in it yet to renew so you can add it or do it manually for now. Sorry I can't find it on the forum PauloV did the edits I believe. It's to ensure the server doesn't overload if you run it too fast and the cron may take a few minutes to run all the tasks.
  23. Great work guys will help people
  24. Like I said aboveā€¦ See: http://screencast.com/t/QNrGoX4gB
  25. It uses the language you've selected you can't enable a language per section or if you want to display something in english you'll need to add the english version to the folder.
×
×
  • Create New...