Support Forums

vbulletin integration

This is a discussion on vbulletin integration within the Pre Sales Questions forums, part of the Pre-Sales & Testimonials category; I have a large forum with over 15,000 users on domainA. I want to set up 68classifieds on domainB (on ...


Go Back   68 Classifieds Forums > Pre-Sales & Testimonials > Pre Sales Questions

Reply
 
Thread Tools Display Modes
Old 11-21-2006, 02:07 PM   #1
Customer
 
Join Date: Nov 2006
Posts: 39
Rep Power: 21
vissa is on a distinguished road
Default vbulletin integration

I have a large forum with over 15,000 users on domainA. I want to set up 68classifieds on domainB (on the same server as the forum). I'm ready to buy, I just need to make sure that those 15,000 users will be able to log into the classified site without having to create new accounts and re-register. This is important because members know each other and I don't want confusion as to who is who. I am able to clone the database from one site to another if necessary (and copy vb over as well and sync them). Please say yes that this is possible.

Thanks
-vissa
vissa is offline   Reply With Quote
Old 11-21-2006, 03:08 PM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

I think I answered this in the other thread but it works with a step approach.

Here is an example run down.
  1. A user tries to login
  2. First it checks the classifieds users table. If it exists then they are logged in.
  3. If not your vbulletin user table is then checked. If they exist in it then their details are copied to the classifieds user table and logged in.
Since you have registered here you can test it by logging in here:
http://www.68classifieds.com/modific.../userlogin.php

That is our modifications section with this module installed.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 11-21-2006, 03:18 PM   #3
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 53
Maffo is just really nice Maffo is just really nice
Default

I can advise if you wish to use phpBB instead.

I have both 68 and phpBB installed onto the same database. I only allow registration through the classifieds registration and when they register it puts the same info into the phpbb database. Every user also has the same userid so I can share details between the two, ie, my users have their profiles and images.

What I did at the start is write a small piece of sql that grabbed all user info the 68 database and inserted into the phpbb, userid, username, email etc.
__________________
**Bulk Upload System** has been upgraded. Works on all v4 versions with new functionality. Free upgrade for existing customers.
Maffo is offline   Reply With Quote
Old 11-21-2006, 03:43 PM   #4
Customer
 
Join Date: Nov 2006
Posts: 39
Rep Power: 21
vissa is on a distinguished road
Default

Quote:
Originally Posted by suzkaw
I think I answered this in the other thread but it works with a step approach.

Here is an example run down.
  1. A user tries to login
  2. First it checks the classifieds users table. If it exists then they are logged in.
  3. If not your vbulletin user table is then checked. If they exist in it then their details are copied to the classifieds user table and logged in.
Thanks.
What happens if someone tries to register at the classifieds with the username of someone that ALREADY exists on the forum (that hasn't logged into the classifieds).? I'm worried about someone impersonating a forum member that never used the classifieds system. In your description, it sounds like that could happen.

-vissa
vissa is offline   Reply With Quote
Old 11-22-2006, 09:28 AM   #5
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 53
Maffo is just really nice Maffo is just really nice
Default

If you make sure everybody on the forum is on the classifieds and vice versa, this wont be allowed to happen
__________________
**Bulk Upload System** has been upgraded. Works on all v4 versions with new functionality. Free upgrade for existing customers.
Maffo is offline   Reply With Quote
Old 11-23-2006, 05:32 AM   #6
Customer
 
Join Date: Nov 2006
Posts: 39
Rep Power: 21
vissa is on a distinguished road
Default

Quote:
Originally Posted by Maffo
If you make sure everybody on the forum is on the classifieds and vice versa, this wont be allowed to happen
How do you make sure everyone on the forum (15K existing members) is on the classifieds? Don't they have to attempt to login-in first before it adds them?

Thanks
-vissa
vissa is offline   Reply With Quote
Old 11-23-2006, 10:09 AM   #7
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 53
Maffo is just really nice Maffo is just really nice
Default

If your passwords are in the same format as they are in phpBB you can simply copy the details of one into an other.

Try creating an account with the same username and password in your 68 as it is in your forum.

Then use your phpmyadmin to have a look in the database and check if the passwords are encrypted exaclty the same. If this is the case you can copy everybody.
__________________
**Bulk Upload System** has been upgraded. Works on all v4 versions with new functionality. Free upgrade for existing customers.
Maffo is offline   Reply With Quote
Old 11-30-2006, 10:08 PM   #8
Customer
 
Join Date: Nov 2006
Posts: 39
Rep Power: 21
vissa is on a distinguished road
Default

I haven't had an answer to this -- can someone please verify this for me? I just want to make sure someone can't impersonate a forum member on the classifieds system by registering as them. I'm ready to buy after this answer!

-vissa

Quote:
Originally Posted by vissa
Thanks.
What happens if someone tries to register at the classifieds with the username of someone that ALREADY exists on the forum (that hasn't logged into the classifieds).? I'm worried about someone impersonating a forum member that never used the classifieds system. In your description, it sounds like that could happen.

-vissa
vissa is offline   Reply With Quote
Old 12-01-2006, 11:50 AM   #9
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

I just tested this and if you are registered for vbulletin and have not signed into the classifieds then some one could signup with your username.

However as a workaround you could just disable the userjoin.php file and handle all registrations from vbulletin which would not allow any one to use the same username.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 12-01-2006, 07:57 PM   #10
Customer
 
Join Date: Nov 2006
Posts: 39
Rep Power: 21
vissa is on a distinguished road
Default

Hmm, is there any way to fix this? It would seem easy enough since it checks vbulletin when you try to log-in, couldn't it check vbulletin when someone tries to register with the same account and just reject it? Seems like a bug or a logic error to allow it the way it is. I guess you could funnel everyone through vbulletin, but that might be confusing to people who are only coming for the classifieds. Please let me know what you think as I need to make a purchase decision and it is between this and another (for 3 licenses). if you can correct the problem I would go with 68classifieds without question.

Thank you
-vissa

Quote:
Originally Posted by suzkaw
I just tested this and if you are registered for vbulletin and have not signed into the classifieds then some one could signup with your username.

However as a workaround you could just disable the userjoin.php file and handle all registrations from vbulletin which would not allow any one to use the same username.
vissa is offline   Reply With Quote
Reply

Tags
None

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
phpbb vs. vbulletin spaceboy Pre Sales Questions 1 08-13-2006 03:40 PM
Rotating ads integration issue mfarah01 Templates, HTML, CSS, and Design Help 5 06-16-2006 08:10 AM
vBulletin log in calaf6 Off Topic 2 04-10-2006 10:47 AM


All times are GMT -4. The time now is 02:34 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0