Jump to content

WHMCS 4 + Invision Power Board 3 (IPB) Loginshare


m00

Recommended Posts

  • Replies 83
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...
  • 4 months later...
  • 3 months later...
  • 4 months later...

Version: 5.3.10

IP.Board 3.4.7

 

WHMCS Config:

includes/hooks/ipb.php

=================

// Database credentials from IPB

$ipb_host = "localhost";

$ipb_username = "ipb_database_username";

$ipb_password = "ipb_database_password";

$ipb_name = "ipb";

$ipb_prefix = "";

 

/ipb/admin/sources/loginauth/whmcs/conf.php

========================

$LOGIN_CONF['whmcs_api'] = "mysiteurl/includes/api.php";

$LOGIN_CONF['whmcs_user'] = "admin";

$LOGIN_CONF['whmcs_pass'] = "my_whmcs_admin_pass";

$LOGIN_CONF['whmcs_enc'] = "md5";

 

 

General Settings/Security/API IP Access Restriction

=============

All localhost and server IP added

 

1-Going to create a new account throght

index.php?app=core&module=global&section=register

2-redirect to whmcs link /clientarea.php

3-Create an account

4-No account created on IPB neither login with the same client user/pass on IPB!

 

Diagnostics for: WHMCS

Log In Enabled ENABLED

Auth file exists? EXISTS

./sources/loginauth/whmcs/auth.php

 

Tools & Settings > Log In Management (WHMCS API URL set correctly!)

WHMCS Username,WHMCS Password set correctly

WHMCS Password Encryption is MD5

 

Please help:neutral:

Edited by dm800pvr
Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...

MK boys. I'll explain it since I had all of those problems.

Install it as is explained in the tutorial.

Find your conf.php and manually enter the details with a text editor. (notepad etc)

it WILL not update via admin panel in IPBoard.

find your api, (for whcms) should be <install folder>/includes/api.php

go to it in your BROWSER. <site>/<install folder>/includes/api.php

MAKE SURE ITS THERE. if you get invalid IP, add your IP to the list in WHMCS (general setup, security, towards the bottom HIT SAVE OR IT WON"T SAVE!!!!)

reload api.php once it says authentication failed, you are set to go.

Link to comment
Share on other sites

  • 2 months later...

I just wanted to pop in here and let everyone know, that this works using the following:

 

WHMCS Version: 5.3.14

IPB Version: 3.4.6

 

Also be sure that you are chmod'ing conf.php to 0777 (Or for some 777)

And that your database info is correct on the ipb.php file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • 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