Domain Encoder
Encode domains for OKEEI protection system (XOR key: 3)
Enter domain (e.g., mysite.com)
How to add new domain:
- Enter your domain above and click Encode
- Open
assets/js/protection.js - Find the line:
var d=['okeei.com',... - Add your domain directly:
,'yourdomain.com' - All pages will automatically use the new domain!
Note: Domains are now stored as plain text in protection.js. This encoder is for encoding element IDs only.
Element ID Encoder
Enter element ID (e.g., myButton)