External Application Authentication to Xenforo PHP

KozmoK

Active member
I have an application that uses the VBulletin database for user authentication and subscription lookup. Basically the C++ application does a HTML post to a php sending over username and password via ssl. If Authentication is sucessful it will return a list of subscriptions that user has.

I haven't started on converting it to XenForo yet, but any Advise or tips would be awesome.

Thanks,

Koz
 
In theory, the method you have it working now should work just fine, as long as you build the correct returns / login via XenForo framework, it'll be fine.
 
Oh its way different then Vbulletin!

How would I request someone who's familiar with the XenForo Framework to develop a Authentication PHP page for me?
I'd pay $50.00 via paypal to anyone who would do this for me.

I need to pass 2 fields:
vb_login_username
vb_login_password

and if successful I need it to echo back the users account upgrades (Subscriptions) .. in Vbulletin it returned
1,2,3,4 (comma seperated string)

if not successful echo back "ERROR"

If anyone wants to do this, hit me up on MSN or here
kozmo_1970@hotmail.com
 
Top Bottom