I see on the user levels page that with level 2 comes the following benefits.. Promotion on IndexKings, Social Bookmarking. What are these?
I think it would REALLY help bring new members here if Sellers could Create Coupon Codes to give out to People while promoting their service (which would include their Affiliate Link). I noticed the Coupon Code become...
I wanted to know if you answer questions does that count towards leveling up or only asking questions counts thanks
Just curious to know who thinks blogger is better than wordoress
i want to add fund in my seoclerks balance .if i do that can i withdraw this money in my paypal and payza account?
how to use level 3 feature "promotion in indexking,WTF"etc?? i dont understand
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Chase1337' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Chase1337' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=5097 | 1 | SELECT distinct quesid FROM answers WHERE userid=5097 | /opt/clerks-staging/docroot/faq.php 258 () () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (612,1066,1065,1064,1061,1057,1055,1048,1041,1039,1026,1024,1022,1014,1012,973,935,706,1070,1071,1073,1076,1081,1085,1087,1086,1089,1091,1092,1098,1096,1095,1093,1097,1124,1123,1122,1121,1120,1119,1116,1114,1112,1107,1106,1105,1103,1125,1129,1128,1127,1132,1068,31236,26822) LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (612,1066,1065,1064,1061,1057,1055,1048,1041,1039,1026,1024,1022,1014,1012,973,935,706,1070,1071,1073,1076,1081,1085,1087,1086,1089,1091,1092,1098,1096,1095,1093,1097,1124,1123,1122,1121,1120,1119,1116,1114,1112,1107,1106,1105,1103,1125,1129,1128,1127,1132,1068,31236,26822) LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (612,1066,1065,1064,1061,1057,1055,1048,1041,1039,1026,1024,1022,1014,1012,973,935,706,1070,1071,1073,1076,1081,1085,1087,1086,1089,1091,1092,1098,1096,1095,1093,1097,1124,1123,1122,1121,1120,1119,1116,1114,1112,1107,1106,1105,1103,1125,1129,1128,1127,1132,1068,31236,26822) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (612,1066,1065,1064,1061,1057,1055,1048,1041,1039,1026,1024,1022,1014,1012,973,935,706,1070,1071,1073,1076,1081,1085,1087,1086,1089,1091,1092,1098,1096,1095,1093,1097,1124,1123,1122,1121,1120,1119,1116,1114,1112,1107,1106,1105,1103,1125,1129,1128,1127,1132,1068,31236,26822)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| 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() |
| SELECT * FROM seoclerks.members WHERE USERID='1856' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1856' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='4136' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4136' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='6499' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6499' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2875' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2875' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |