Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Integration with Vbulletin

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #71  
Old 11-02-2005, 01:39 PM
 
Amy Amy is offline
 

Senior Member
  
Join Date: Feb 2004
Posts: 147
 

Default

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!
__________________
X-Cart Pro 4.0.19; Unix

Other:
XAOM
XOffers
XGift Reg

Other Mods:
Customers Who Also Bought, Download Link Regenerate, Easy Checkout, Newest Products, SEO/CDSEO, Marketing Manager Pro, View Wishlist for Providers (custom by xcart), Email New Releases (a fav!), Telefirma's Dynamic Image Generator, Download Links on Invoice
Reply With Quote
  #72  
Old 12-08-2005, 11:57 PM
 
Lionel Lionel is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 199
 

Default

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?
__________________
X-Cart Gold 4.0.17 [unix]
X-Cart Gold 4.0.18 [unix]
Reply With Quote
  #73  
Old 12-18-2005, 08:42 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default 3.5 / 3.5.1

Does B00mer's vb3 hack work with 3.5 / 3.5.1?
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #74  
Old 12-19-2005, 12:57 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default 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.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #75  
Old 12-20-2005, 05:33 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default

Boomer took care of me and my forum issues. Excellent service.
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote
  #76  
Old 01-07-2006, 04:15 AM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default 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.

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.
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #77  
Old 01-07-2006, 09:26 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

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?
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #78  
Old 01-09-2006, 02:12 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

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.
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #79  
Old 02-10-2006, 06:35 PM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

It's been a month now.

So what's the next step to getting this working? Can you take a look at it?
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote
  #80  
Old 11-24-2006, 01:14 PM
 
CTC CTC is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 60
 

Default 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?
__________________
There are 3 types of ppl in the world those who can add and those who can not.

Running X-Cart Gold V 4.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:35 PM.

   

 
X-Cart forums © 2001-2020