This website provides a key generation service that integrates with Linkvertise to ensure secure access. Follow the steps below to use the service.
- Generates a unique key for users who complete the Linkvertise process.
- Bans IPs that attempt to bypass the system.
- Keys are valid for 24 hours.
- A web server with PHP support.
keys.jsonandbanned-ip.jsonfiles in the root directory (these will be created automatically if they don't exist).- A valid Linkvertise token.
- Clone this repository to your web server:
git clone https://github.com/your-repo/key-system.git
- Navigate to the project directory:
cd key-system - Ensure the web server has write permissions for
keys.jsonandbanned-ip.json:chmod 666 keys.json banned-ip.json
- Replace
ANTI_BYPASSING_TOKENinindex.phpwith your actual Linkvertise token. - Replace
LINKVERTISE_URLinindex.phpwith your Linkvertise target URL.
- Open the website in your browser.
- Complete the Linkvertise process to obtain a key.
- If successful, a unique key will be displayed on the page.
- To get your API Key, head over to https://publisher.linkvertise.com/dashboard and login
- After you login, go to Settings and Enable Anti-Bypassing.
- Copy your API Key and paste it on
ANTI_BYPASSING_TOKEN
- Keys are stored in
keys.jsonwith associated IP addresses and expiration times. You can change the name for more security, just make sure to edit the php too. - If an invalid or expired key is used, the IP will be banned and added to
banned-ip.json. You can change the name for more security, just make sure to edit the php too. - Banned IPs will see a message indicating they are permanently banned.
- For any issues contact borthdayzz on discord
This project is licensed under the MIT License.