Poker Affiliate Solutions Forum
  • Register
  • Help

Community Support Forum

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Trikkur is offline Junior Member
    Join Date
    Dec 2008
    Location
    Ohio
    Posts
    8

    Default PAS User Integration with vBulletin

    Hi, I have started to rebuild my site and lost function that syncs my vBulletin users with my PAS user base. Currently my users can't create rakeback accounts, trackers, nor even sign in. I know this is because the log in is redirected to the forums and that is supposed to handle them both.

    I have uploaded the pas-integration folder with curl, api-member, api-ticket, and api-wrapper to my root along with adding my API key to the api-wrapper. I however can not exactly figure out how to properly call these functions even after checking out the API documentation.

    I remember there was a PAS "plugin" in my Vbulletin CMS that used the pas-integration files. Does PAS keep this updated or does anyone else use vbulletin and mind sharing the log in script with me.

    Thanks

  2. #2
    RobertPAS is offline Tech Department
    Join Date
    Oct 2011
    Posts
    36

    Default

    My best guess is that during the rebuild some core files used by vBulletin lost their modifications that the plugin would have added. I haven't worked with vBulletin much, but you'll need to look for/define the hooks that get called when a user signs up/logs in and insert something similar to https://github.com/fourcubed/PAS-API...ber_create.php using the user's data (login/email).

    The vBulletin login/authentication hook should include a few lines to perform the logging in on the Rakeback site:
    https://github.com/fourcubed/PAS-API...emote-auth.php

    LMK how it goes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts