Create an account below in 1 minute or less.
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip='216.73.216.180' AND querystring LIKE '%FAILED LOGIN%' AND added >= unix_timestamp(NOW())-43200 | 1 | SELECT COUNT(id) as total FROM members_ledger
WHERE ip='216.73.216.180'
AND querystring LIKE '%FAILED LOGIN%'
AND added >= unix_timestamp(NOW())-43200 | /opt/clerks-staging/docroot/include/functions/includes/security.php 522 CountBotLoginAttempts() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
Explain: SELECT good, bad FROM seoclerks.ratings WHERE USERID='217066' AND PID != 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | ratings | ref | USERID,PID | USERID | 4 | const | 42346 | Using where |