How to build Key Checking Online function and open Pro features ?

Just starting out? Need help? Post your questions and find answers here.
hoangdiemtinh
User
User
Posts: 97
Joined: Wed Nov 16, 2022 1:51 pm

How to build Key Checking Online function and open Pro features ?

Post by hoangdiemtinh »

I am new to PB.
My primary language is not US/UK. I am using Google Translate.

I want to ask those who have built it successfully.
I have to manually create an xml and jSON file and upload it to the host; then read the key/user data in there, and start checking which key is Pro, which key is free; Or how should I do it?

I already have a Host, running WordPress. Is it possible to add users and keys to the WordPress database?

Someone give me a specific example. Thanks for the help.
PC: Windows 10 x64, 8GB RAM. PB ver: 6.x
--
I love PB5 vs PB6 :)
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: How to build Key Checking Online function and open Pro features ?

Post by Fred »

You should try to post a small code showing where you stand for, you can't ask other to write code for you from scratch (you can ask ChatGPT for that).
User avatar
Caronte3D
Addict
Addict
Posts: 1371
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: How to build Key Checking Online function and open Pro features ?

Post by Caronte3D »

You can add (and check) users and keys to the WP database, but you need a php script on the server side.
The rest can be done with simple HttpRequests.
Post Reply