Results 1 to 12 of 12

Thread: Integration of Vbulletin into WHMcs

  1. #1
    Join Date
    Jul 2006
    Posts
    35

    Lightbulb Integration of Vbulletin into WHMcs

    So i searched up the forums and this was the only code i found on integration of vb into whmcs can anyone confirm this will work or any addition like what to edit so a username is generated by first name of client etc and if all of the code is current and up to date with latest vb version or anything can be done so when a client registers for an account they are added into vb forum too rather than after buying a product, here is the code would be cool if anyone can post a detailed tutorial !

    Code:
    $usergroupid = "1";
    $reputation = "10";
    $reputationlevelid = "5";
    
    $username = ""; # Need to generate username based on clients name or email address probably
    $password = ""; # Use same password as is used in WHMCS?
    
    $signupdate = date("Y-m-d");
    $joindate = mktime(date("H"),date("i"),date("s"),date("m"),date("d"),date("Y"));
    
    INSERT INTO `vb3user` (`usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `showvbcode`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `options`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `msn`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `profilepicrevision`, `showbirthday`, `importuserid`, `skype`) VALUES ('$usergroupid', '', 0, '$username', '$password', '$signupdate', '$email', 0, '', '', '', '', '', 2, 'Junior Member', 0, '$joindate', 0, '$joindate', '$joindate', 0, 0, '$reputation', '$reputationlevelid', '0', 0, 0, 0, 343, '', '0000-00-00', -1, -1, '', 0, 0, '', 0, 0, 1, 3, 2, 'v2?', 0, 0, 0, '');
    Ehsan

  2. #2
    Join Date
    Feb 2007
    Location
    London, United Kingdom.
    Posts
    3,885

    Default

    Quote Originally Posted by Ehsan View Post
    can anyone confirm this will work
    Its a "stub" a starter/pointer in the right direction, but not "production" code you can just use.
    Rob Golding UK Web Hosting est 1996 - Cloud/VPS/Servers in own UK London Docklands DataCentre - ICANN Accredited Registrar (PM me for a free WHMCS domain reseller module)
    WHMCS Modules: Registrars:CentralNIC, RRPProxy, AstutiumDomains, Cacti Bridge, APC/Raritan Power Control, Linux-Ensim, DNS Manager, VAT Reports, Samba Control

  3. #3
    Join Date
    Jan 2008
    Posts
    77

    Default

    Hi,
    Someone know if there is some script to do the same with PHPBB3?

  4. #4
    Join Date
    Dec 2006
    Location
    Anchorage, Alaska
    Posts
    163

    Default

    Thats nice but I don't want my vb and whmcs database to be together at all..
    Jason
    Hosting since 2005 WebHostManaged.net
    Hosting - Dedicated Servers - Reseller Hosting - LA Data Center

  5. #5
    Join Date
    Nov 2006
    Posts
    140

    Default

    Well, the above is a start ...

  6. #6
    Join Date
    Mar 2008
    Posts
    33

    Default

    I'm working on intergrating it into IPBv2.3.5, does anyone use IPB here?

  7. #7
    Join Date
    Nov 2006
    Posts
    140

    Default

    I believe there already is an IPB loginshare, check the user contribution forum.

  8. #8
    Join Date
    Nov 2010
    Posts
    82

    Default

    Hi,

    has this been developed anywhere yet?

    thanks

  9. #9
    Join Date
    Feb 2010
    Location
    United Kingdom
    Posts
    608

    Default

    there is no need to integrate fully with whmcs, you just need whmcs to be able to make the client an account on the forum installation, you can use a hook to do that at payment time is you wanted to. disable registrations in the normal sense and you have a client only forum.

  10. #10
    Join Date
    Nov 2009
    Location
    Salford UK
    Posts
    77

    Default

    Quote Originally Posted by disgruntled View Post
    there is no need to integrate fully with whmcs, you just need whmcs to be able to make the client an account on the forum installation, you can use a hook to do that at payment time is you wanted to. disable registrations in the normal sense and you have a client only forum.
    Do you have a sample of the hook by any chance?
    Umbrella Host Fast, Affordable and Reliable UK Web Hosting
    FREE Web Hosting + .co.uk Domain & Business Web Hosting
    VPS Cloud Hosting, UK Dedicated Servers, Magento Hosting, Reseller Hosting
    Manchester Web Host Contact: [email protected] Phone: +44 (0)844 585 6005

  11. #11
    Join Date
    Oct 2012
    Posts
    29

    Default Re: Integration of Vbulletin into WHMcs

    Hi,

    Here is something that might interrest you i think : http://www.whmcs.com/members/communi...=viewmod&id=83 It's an addon that seems to do what you want. I never tested it, but might be usefull for you!

    Have a nice day!

  12. #12
    Join Date
    Oct 2012
    Location
    Cape Town, South Africa
    Posts
    56

    Default Re: Integration of Vbulletin into WHMcs

    This is brilliant. Going to test this out today.

Similar Threads

  1. Vbulletin & WHMC Integration, who can do it for me?
    By vividbreeze in forum General Discussion
    Replies: 1
    Last Post: 01-03-10, 01:58 AM
  2. Vbulletin or Invision integration question
    By marky96 in forum Customisation & Integration Questions
    Replies: 0
    Last Post: 09-15-09, 01:25 PM
  3. vBulletin Integration Coming Soon!
    By rmccny in forum Customisation & Integration Questions
    Replies: 13
    Last Post: 07-26-08, 02:35 PM
  4. vBulletin Integration for WHMCS
    By SM-John in forum Feature Requests
    Replies: 26
    Last Post: 03-27-08, 05:33 PM