I am planning to raise my rate for the next project. Will I be violating a rule if I edit my Gig rate after I get 5 star ratings?
I've been trying to earn online before 25th since I want to buy something nice for my self. I've already tried creating lots of articles in hubpages and bukisa but it seem like I need more than 500 articles to really ea...
What method do you prefer for building backlinks to your website?
Do you use Twitter to promote your site? I think it's an excellent tool if used correctly. When I started my Minecraft forum, I used a program to follow anyone who tweeted about Minecraft for a few months, and then when ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='likeforyou' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='likeforyou' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=593 | 1 | SELECT distinct quesid FROM answers WHERE userid=593 | /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 (94,296,308,305,294,293,292,285,281,280,276,275,272,271,267,248,246,223,221,215,210,208,182,181,180,179,173,170,168,163,143,138,127,108,105,125,124,120,103,100,91,90,77,73,72,71,65,64,62,44,41,40,33,698) 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 (94,296,308,305,294,293,292,285,281,280,276,275,272,271,267,248,246,223,221,215,210,208,182,181,180,179,173,170,168,163,143,138,127,108,105,125,124,120,103,100,91,90,77,73,72,71,65,64,62,44,41,40,33,698) 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 (94,296,308,305,294,293,292,285,281,280,276,275,272,271,267,248,246,223,221,215,210,208,182,181,180,179,173,170,168,163,143,138,127,108,105,125,124,120,103,100,91,90,77,73,72,71,65,64,62,44,41,40,33,698) 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 (94,296,308,305,294,293,292,285,281,280,276,275,272,271,267,248,246,223,221,215,210,208,182,181,180,179,173,170,168,163,143,138,127,108,105,125,124,120,103,100,91,90,77,73,72,71,65,64,62,44,41,40,33,698)
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='318' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='318' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='498' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='498' | /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 |
| Avg Time | Count | SQL | Max | Min |