Have you taken time to use the discussion tab on your Youtube channel? Do you use this tab to talk to your subscribers? What other purpose could it serve?
Just today, I did a search on 'coffee' and Youtube came up with a 'topic channel'. I have not been able to find out who owns this channel. I was wondering if it's possible to claim a topic channel. Also, can you tell me ...
I need a place to advertise my Youtube videos? Right now, there are just so many Youtube videos of the same niche that it's hard to stand out. Some good sites to advertise on would be good.
I started my Youtube account when I was 13 years old and very much into a favorite MMO game online. My username was based on that game. Now that I'm older and don't play MMO games anymore, I want to use my account for bu...
What's your absolute favorite thing about Youtube? Do you like one feature of the site over another?
What if I were to find a video that I want to share on Youtube. Let's say that I didn't create this video but have only found it and want to share. How could I check the copyright/ownership of this video if there is no c...
What are the new trends that we need to watch for in search engine optimization? Lately I'm reading how mobile friendly sites are essential to get ranked. Is that true? What else do we need to know?
I like to keep clippings of local news stories and magazine article pages in a file. This is my writer's archive that I look at when I have trouble writing or need inspiration. What do you keep in your writer's swipe f...
Are there any good free advertising forums or sites that allow free ads to be placed? These forums should not be over run with spam. I am only interested in highest quality sites to advertise on.
I've never really been a lucky person. Another person who lives nearly identical life as myself would be ten times luckier. My motto has always been, if it can go wrong, then it will go wrong! I don't want to sound pe...
On the settings control panel, there are various notification options for email, profile and private messages. Which notifications should I enable? For instance, is it important to receive notifications whenever someone...
Why can't I list services without verifying my email address? I don't have access to the email address that I signed up with. Is there a way to add a new email address and verify that instead?
Which high rating is most important to you, SEOClerks buyer or seller? If you are a highly rated seller, you could still be level one SEOClerks buyer. Which do you prefer?
If a seller does not perform the job very well, is it advisable to leave a negative review or simply rate the order as complete and let it go? What would you do?
Is it possible to hide country flag or location on my profile? I need to know how to do this.
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Jolian' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Jolian' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| 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.userid=290291 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.userid=290291 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.userid=290291 ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 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.userid=290291
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 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='290291' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='290291' | /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 |
| 0.176810 | 1 | SELECT COUNT(A.wantid) AS total FROM wanttobuy as A, categories_wanttobuy B, seoclerks.members C WHERE A.active = 1 AND A.category = B.CATID AND A.USERID = C.USERID | 0.176810 | 0.176810 |