Domain Encoder

Encode domains for OKEEI protection system (XOR key: 3)

Enter domain (e.g., mysite.com)

How to add new domain:

  1. Enter your domain above and click Encode
  2. Open assets/js/protection.js
  3. Find the line: var d=['okeei.com',...
  4. Add your domain directly: ,'yourdomain.com'
  5. 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)