b31def3c85
Problem: Script showed 0 whitelist entries despite 131 successful imports Root Cause: Script was querying MySQL database 'cphulkd' which doesn't exist Solution: cPHulk uses SQLite at /var/cpanel/hulkd/cphulk.sqlite Changes: - Line 328: Query ip_lists table in SQLite for existing IPs - Line 369: Count entries from SQLite ip_lists WHERE type=1 - Lines 386-390: Update next steps to show correct SQLite commands - Changed table from 'whitelist' to 'ip_lists WHERE type=1' - Changed brutes query to use 'auths' table Verified: sqlite3 query shows all 131 entries present