Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Anyone use vultr whmcs official module ? Select OS Type" option is freezed
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Anyone use vultr whmcs official module ? Select OS Type" option is freezed

the original version is not support WHMCS 8, but I find a fork which works with WHMCS 8
->https://github.com/meramsey/whmcs-vultr/releases/tag/2.0.5

but "Select OS Type" option is freezed and not showing any thing or drop down options,
LZtyef.png

soemone said I should set the Configurable Options, but there is nothing in my side .

LZNYXq.jpg
Thanks in advance

Comments

  • Did you create the configurable options? You should create them in whmcs.

  • @zafouhar said:
    Did you create the configurable options? You should create them in whmcs.

    Thanks for your reply. I agree!

    But Where to found the  parameters  ?  I already  check the document , there is nothing regarding OS list like the pictures.

    Someone told me it should be appear automatically , i just need to choose. But there is nothing in my side

  • @jsjcjsjc said:

    @zafouhar said:
    Did you create the configurable options? You should create them in whmcs.

    Thanks for your reply. I agree!

    But Where to found the  parameters  ?  I already  check the document , there is nothing regarding OS list like the pictures.

    Someone told me it should be appear automatically , i just need to choose. But there is nothing in my side

    You can find the OS's through their API. I don't have access to the API however I do have a list of OS's, I can't know if they are correct at the moment.

    You can retrieve the list of OS's from the Vultr API using this - https://www.vultr.com/api/#operation/list-os

    {
    "127": {
    "OSID": 127,
    "name": "CentOS 6 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "147": {
    "OSID": 147,
    "name": "CentOS 6 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "162": {
    "OSID": 162,
    "name": "CentOS 5 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "163": {
    "OSID": 163,
    "name": "CentOS 5 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "167": {
    "OSID": 167,
    "name": "CentOS 7 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "128": {
    "OSID": 128,
    "name": "Ubuntu 12.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "148": {
    "OSID": 148,
    "name": "Ubuntu 12.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "160": {
    "OSID": 160,
    "name": "Ubuntu 14.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "161": {
    "OSID": 161,
    "name": "Ubuntu 14.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "215": {
    "OSID": 215,
    "name": "Ubuntu 16.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "216": {
    "OSID": 216,
    "name": "Ubuntu 16.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "231": {
    "OSID": 231,
    "name": "Ubuntu 16.10 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "232": {
    "OSID": 232,
    "name": "Ubuntu 16.10 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "139": {
    "OSID": 139,
    "name": "Debian 7 x64 (wheezy)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "152": {
    "OSID": 152,
    "name": "Debian 7 i386 (wheezy)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "193": {
    "OSID": 193,
    "name": "Debian 8 x64 (jessie)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "194": {
    "OSID": 194,
    "name": "Debian 8 i386 (jessie)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "140": {
    "OSID": 140,
    "name": "FreeBSD 10 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "230": {
    "OSID": 230,
    "name": "FreeBSD 11 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "179": {
    "OSID": 179,
    "name": "CoreOS Stable",
    "arch": "x64",
    "family": "coreos",
    "windows": false
    },
    "225": {
    "OSID": 225,
    "name": "Fedora 24 x64",
    "arch": "x64",
    "family": "fedora",
    "windows": false
    },
    "124": {
    "OSID": 124,
    "name": "Windows 2012 R2 x64",
    "arch": "x64",
    "family": "windows",
    "windows": true
    },
    "159": {
    "OSID": 159,
    "name": "Custom",
    "arch": "x64",
    "family": "iso",
    "windows": false
    },
    "164": {
    "OSID": 164,
    "name": "Snapshot",
    "arch": "x64",
    "family": "snapshot",
    "windows": false
    },
    "180": {
    "OSID": 180,
    "name": "Backup",
    "arch": "x64",
    "family": "backup",
    "windows": false
    },
    "186": {
    "OSID": 186,
    "name": "Application",
    "arch": "x64",
    "family": "application",
    "windows": false
    }
    }

  • @zafouhar said:

    @jsjcjsjc said:

    @zafouhar said:
    Did you create the configurable options? You should create them in whmcs.

    Thanks for your reply. I agree!

    But Where to found the  parameters  ?  I already  check the document , there is nothing regarding OS list like the pictures.

    Someone told me it should be appear automatically , i just need to choose. But there is nothing in my side

    You can find the OS's through their API. I don't have access to the API however I do have a list of OS's, I can't know if they are correct at the moment.

    You can retrieve the list of OS's from the Vultr API using this - https://www.vultr.com/api/#operation/list-os

    {
    "127": {
    "OSID": 127,
    "name": "CentOS 6 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "147": {
    "OSID": 147,
    "name": "CentOS 6 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "162": {
    "OSID": 162,
    "name": "CentOS 5 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "163": {
    "OSID": 163,
    "name": "CentOS 5 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "167": {
    "OSID": 167,
    "name": "CentOS 7 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "128": {
    "OSID": 128,
    "name": "Ubuntu 12.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "148": {
    "OSID": 148,
    "name": "Ubuntu 12.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "160": {
    "OSID": 160,
    "name": "Ubuntu 14.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "161": {
    "OSID": 161,
    "name": "Ubuntu 14.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "215": {
    "OSID": 215,
    "name": "Ubuntu 16.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "216": {
    "OSID": 216,
    "name": "Ubuntu 16.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "231": {
    "OSID": 231,
    "name": "Ubuntu 16.10 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "232": {
    "OSID": 232,
    "name": "Ubuntu 16.10 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "139": {
    "OSID": 139,
    "name": "Debian 7 x64 (wheezy)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "152": {
    "OSID": 152,
    "name": "Debian 7 i386 (wheezy)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "193": {
    "OSID": 193,
    "name": "Debian 8 x64 (jessie)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "194": {
    "OSID": 194,
    "name": "Debian 8 i386 (jessie)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "140": {
    "OSID": 140,
    "name": "FreeBSD 10 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "230": {
    "OSID": 230,
    "name": "FreeBSD 11 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "179": {
    "OSID": 179,
    "name": "CoreOS Stable",
    "arch": "x64",
    "family": "coreos",
    "windows": false
    },
    "225": {
    "OSID": 225,
    "name": "Fedora 24 x64",
    "arch": "x64",
    "family": "fedora",
    "windows": false
    },
    "124": {
    "OSID": 124,
    "name": "Windows 2012 R2 x64",
    "arch": "x64",
    "family": "windows",
    "windows": true
    },
    "159": {
    "OSID": 159,
    "name": "Custom",
    "arch": "x64",
    "family": "iso",
    "windows": false
    },
    "164": {
    "OSID": 164,
    "name": "Snapshot",
    "arch": "x64",
    "family": "snapshot",
    "windows": false
    },
    "180": {
    "OSID": 180,
    "name": "Backup",
    "arch": "x64",
    "family": "backup",
    "windows": false
    },
    "186": {
    "OSID": 186,
    "name": "Application",
    "arch": "x64",
    "family": "application",
    "windows": false
    }
    }

    @zafouhar said:

    @jsjcjsjc said:

    @zafouhar said:
    Did you create the configurable options? You should create them in whmcs.

    Thanks for your reply. I agree!

    But Where to found the  parameters  ?  I already  check the document , there is nothing regarding OS list like the pictures.

    Someone told me it should be appear automatically , i just need to choose. But there is nothing in my side

    You can find the OS's through their API. I don't have access to the API however I do have a list of OS's, I can't know if they are correct at the moment.

    You can retrieve the list of OS's from the Vultr API using this - https://www.vultr.com/api/#operation/list-os

    {
    "127": {
    "OSID": 127,
    "name": "CentOS 6 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "147": {
    "OSID": 147,
    "name": "CentOS 6 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "162": {
    "OSID": 162,
    "name": "CentOS 5 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "163": {
    "OSID": 163,
    "name": "CentOS 5 i386",
    "arch": "i386",
    "family": "centos",
    "windows": false
    },
    "167": {
    "OSID": 167,
    "name": "CentOS 7 x64",
    "arch": "x64",
    "family": "centos",
    "windows": false
    },
    "128": {
    "OSID": 128,
    "name": "Ubuntu 12.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "148": {
    "OSID": 148,
    "name": "Ubuntu 12.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "160": {
    "OSID": 160,
    "name": "Ubuntu 14.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "161": {
    "OSID": 161,
    "name": "Ubuntu 14.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "215": {
    "OSID": 215,
    "name": "Ubuntu 16.04 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "216": {
    "OSID": 216,
    "name": "Ubuntu 16.04 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "231": {
    "OSID": 231,
    "name": "Ubuntu 16.10 x64",
    "arch": "x64",
    "family": "ubuntu",
    "windows": false
    },
    "232": {
    "OSID": 232,
    "name": "Ubuntu 16.10 i386",
    "arch": "i386",
    "family": "ubuntu",
    "windows": false
    },
    "139": {
    "OSID": 139,
    "name": "Debian 7 x64 (wheezy)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "152": {
    "OSID": 152,
    "name": "Debian 7 i386 (wheezy)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "193": {
    "OSID": 193,
    "name": "Debian 8 x64 (jessie)",
    "arch": "x64",
    "family": "debian",
    "windows": false
    },
    "194": {
    "OSID": 194,
    "name": "Debian 8 i386 (jessie)",
    "arch": "i386",
    "family": "debian",
    "windows": false
    },
    "140": {
    "OSID": 140,
    "name": "FreeBSD 10 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "230": {
    "OSID": 230,
    "name": "FreeBSD 11 x64",
    "arch": "x64",
    "family": "freebsd",
    "windows": false
    },
    "179": {
    "OSID": 179,
    "name": "CoreOS Stable",
    "arch": "x64",
    "family": "coreos",
    "windows": false
    },
    "225": {
    "OSID": 225,
    "name": "Fedora 24 x64",
    "arch": "x64",
    "family": "fedora",
    "windows": false
    },
    "124": {
    "OSID": 124,
    "name": "Windows 2012 R2 x64",
    "arch": "x64",
    "family": "windows",
    "windows": true
    },
    "159": {
    "OSID": 159,
    "name": "Custom",
    "arch": "x64",
    "family": "iso",
    "windows": false
    },
    "164": {
    "OSID": 164,
    "name": "Snapshot",
    "arch": "x64",
    "family": "snapshot",
    "windows": false
    },
    "180": {
    "OSID": 180,
    "name": "Backup",
    "arch": "x64",
    "family": "backup",
    "windows": false
    },
    "186": {
    "OSID": 186,
    "name": "Application",
    "arch": "x64",
    "family": "application",
    "windows": false
    }
    }

    Thanks ,it works.
    but after testing ,this modules is not good

    whatever, Thanks for your kind help

Sign In or Register to comment.