Recent content by aman

  1. A

    get current node id?

    Hello. I am currently trying to get the current node id in a php callback script. Basically, I know you can get the current visitorID by doing this $visitorID = XenForo_Visitor::getUserId(); is there a similar code to get the current node id the user is viewing? Also sorry for not linking my...
  2. A

    Xenforo user authentication

    I've been looking through the authenticate class. I still don't understand how the "remember key" column in the database is generated from the password.
  3. A

    Xenforo user authentication

    Ah great. Thank you. I will let him know but i'll probably have to do it myself since he is quite noobish at these things, :p
  4. A

    Xenforo user authentication

    I am an admin to my friend's forum. He bought the license but he doesn't do the backend stuff. If you want I could try to ask him to let me login through his account.
  5. A

    Xenforo user authentication

    I am thinking of using Xenforo forum user credentials as a form of authentication for an Android application. Are there any sort of login hooks? I do have access to database, but I do not know how the passwords are encrypted.
Back
Top Bottom