Jump to content

nveid

Member
  • Posts

    25
  • Joined

  • Last visited

About nveid

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nveid's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. MIT License.. Its just a really simple way to communicate to your XenServer.. What type of network & hdd options are you seeing you'd like to integrate into it? I wasn't doing a full blown VPS control panel here. I more or less envisioned this module to handle very basic operations to the VM so you don't have to give everyones accounts to access the XenCenter. I'll see think about adding console access to it, not sure of the best way to do it with WHMCS... But I'll think about it.
  2. I might give that a shot next weekend I have the free time.
  3. No, i haven't set it up to handle IPV6..... While my servers provide IPV6, my local internet provider doesn't so I can't really test that functionality very well.
  4. So I see a lot of people downloaded this module, any opinions of it?
  5. Here's a very extremely simple Citrix XenServer module. It can't be used for creating VM's, it can't be used for deleting them.. So what can it do? 1) Allows client to reboot their VM from the client area 2) Provides the following VM commands in the admin area for the client: Shutdown, Start, Reboot. 3) On account suspension it shuts the VM down 4) On account unsuspend it starts the VM up Distributing the Module under the MIT License, though if anyone else creates improvements for it I'd love to hear about it. (This module requires the php5-xmlrpc extension) Download Module
  6. I've dealt with a few different type of import operations.. What are you importing from?
  7. Here's a link to an improved version of the AdminIP Whitelister if anyone wants it: https://billing.silvona.com/cart.php?a=add&pid=34
  8. Anyone familiar with Frank's awesome AdminIP Whitelister? http://forum.whmcs.com/showthread.php?43433-WHMCS-Admin-Whitelist-Addon-(FREE) Wel I noticed some problems with it, namely that it had to run on a cron to keep you unbanned... Plus wouldn't be nice if it could do CIDR IP lookups? Well Thats precisely what I did, I created a module based on the same concept only that it doesn't need a CRON to run, your IP is automatically unbanned as soon as WHMCS thinks to ban it & you can put the IPs in CIDR format.. i.e. 192.168.0.1/27 and so on. If you don't put a subnet mask is assumes /32 however as should be. If anyones interested let me know.
  9. What extra does the developer license give you, and where is info on the "developer" license?
  10. Is there a way to access "add-on" module configuration values from within a server provisioning module? What I want to do is 1) Detect if a certain add-on module is loaded 2) if the module is loaded, populate server provisioning configuration values from the add-on module.. Or vice versa in the add-on module is the server module is loaded.
  11. When you expire promo codes for customers that haven't had to pay in several months, the 'next due date' doesn't jump unto the next relative payment cycle they should be in.
  12. just spotted another desire.. If there a way to make a 'default' value for a textfield, checkbox, or what not else for the forms? Also.. While I'm throwing questions out there, is there a way to add extra fields for the server configuration?
  13. Is it possible to add extra a separate value per each 'option' in the ConfigOptions hosting provision function? example.. $configarray = array( "ThisThing" => array("Type" => "dropdown", Options => "this,that,what")) I want to add different values for This,That,What.. Is there a special field I don't know about? Also, can I add extra stuff to the product/module configuration pages, additional text and links perhaps? I'd like to provide a link to an add-on module if its loaded for certain operations if possible.
  14. Alright.. I understand how to make an admin page with the module API, however how can i accomplish throwing stuff in the <head> for the admin page I create?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated