XF 2.0 How to integrate third party software?

eazycheats

Member
Hello, I have created a software that I would like to integrate with Xenforo. That means users can login into my software with their Xenforo login details and can only access the software if they are in a particular paid usergroup upgrade.
For more security I would also like to add a hardware identification system, where it grabs the user's hardware ID, then check it with the database to make sure user is not sharing accounts, but I'm not sure how to upload the ID to mySQL or let my software read the ID from mySQL.
I would like the whole process to be completely automatic.

I am fluent in C# and C++ but no so much in other languages such as PHP, or node.js

What would be the best approach to my problems, with consideration into encryption and security? Thanks in advance.
 
Top Bottom