X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Integration with Vbulletin (https://forum.x-cart.com/showthread.php?t=690)

Amy 11-02-2005 01:39 PM

boomer if there is any way I can help you out with developing that in ANY way let me know b/c I think it would be the mother of all implementations for sites like ours for sure!

Lionel 12-08-2005 11:57 PM

vb uses Salt for authentication. the closest vb/md5 integration I've seen is for Mambo/Joomla altered for Salt, which I am using at my site.

Perhaps that Joomla hack for vb 3.51 could be used as a guide?

jsa 12-18-2005 08:42 PM

3.5 / 3.5.1
 
Does B00mer's vb3 hack work with 3.5 / 3.5.1?

B00MER 12-19-2005 12:57 PM

Re: 3.5 / 3.5.1
 
Quote:

Originally Posted by jsa
Does B00mer's vb3 hack work with 3.5 / 3.5.1?


As far as I know the userbase system in VB hasn't changed much, since 3.0 release. If it has and the mod does fail, please advise me ASAP, as I will fix and get it working at no extra cost. :wink:

KCAutosound 12-20-2005 05:33 PM

Boomer took care of me and my forum issues. Excellent service.

jsa 01-07-2006 04:15 AM

Re: 3.5 / 3.5.1
 
Quote:

Originally Posted by B00MER
Quote:

Originally Posted by jsa
Does B00mer's vb3 hack work with 3.5 / 3.5.1?


As far as I know the userbase system in VB hasn't changed much, since 3.0 release. If it has and the mod does fail, please advise me ASAP, as I will fix and get it working at no extra cost. :wink:


K-Rad.

I bought it, but it doesn't appear to work right off the bat. I don't think it's a 3.5 issue, though, since the db structure looks to be the same.

My forum is on a different domain, but the same server (cpanel based). Could that be it? Is there a log I can look to debug it? You could debug it, too, of course, I'm just curious where errors go. I'll give ya a gift cert to my store as a thank you. :)

B00MER 01-07-2006 09:26 AM

Make sure this is set correctly in the cartlab-vb-integrate.php file:
Code:

$vb_usertable = "user";        # vb user table name

As well the proper tables are inserted here as well:
Code:

# other tables that need userid's
$vb_userfield="userfield";
$vb_usertextfield="usertextfield";


Sometimes there is a "vb_" in front of the table names.

All database calls selects and opens have a die() condition on them with appropiate errors if there are any problems connecting to the phpBB's database and X-Cart's database you should see an error upon registering.

Are you experiencing any errors at all or are users simply not being created in VB's user table?

jsa 01-09-2006 02:12 PM

Quote:

Originally Posted by B00MER
Make sure this is set correctly in the cartlab-vb-integrate.php file:
Code:

$vb_usertable = "user";        # vb user table name

As well the proper tables are inserted here as well:
Code:

# other tables that need userid's
$vb_userfield="userfield";
$vb_usertextfield="usertextfield";


Sometimes there is a "vb_" in front of the table names.

All database calls selects and opens have a die() condition on them with appropiate errors if there are any problems connecting to the phpBB's database and X-Cart's database you should see an error upon registering.

Are you experiencing any errors at all or are users simply not being created in VB's user table?


All the fields are set right. They're not prefixed with anything, and the defaults are correct for the table names.

Unfortunately, I'm not seeing any errors at all (and no users have reported any). I wish I saw errors! :) If I got errors, I'd probably know what to do next.

As it is, it's a mystery because the entries just aren't being created. I can't see them in vbulletin, or when I browse the tables directly.

jsa 02-10-2006 06:35 PM

It's been a month now.

So what's the next step to getting this working? Can you take a look at it?

CTC 11-24-2006 01:14 PM

Re: Integration with Vbulletin
 
Reading through this thread started off promising then went a little strange so i skipped to the end. Is their a mod done for the current x-cart and current VB?


All times are GMT -8. The time now is 07:21 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.