My last freelance client wanted transcription related duties, so I had to purchase a professional transcription software that cost $20. This is not such a huge price, but it's the most money I have spent for freelance r...
The hardest freelance job that I ever took was to transcribe a conversation between three people. The audio was hard to transcribe in some areas as they were talking over top of each other. The audio was a brain stormi...
I have one email address now with Gmail that I use for business and personal reasons. If I'm signing up for an email newsletter, then I use this email address. And, I get all my bill notices there too. Friends can e...
I have only banked online for a few months, but already I'm enjoying the experience. I like how you can check your bank balance easily online or via mobile app and even have checks from employers automatically deposited...
Why should I let my readers comment on my blog? Does it help my SEO in any way?
Just think of all the hours you will sit in your chair at the computer working online as a freelancer. If you are spending more than an hour sitting down, that can be bad for your circulation. Can you give me some tips...
What type of activities are you doing in your average freelancer day? Please give a list of typical daily activities you perform as a freelancer as well as your work schedule. For instance, how many hours do you work?
Freelancing helps in earning good money but can it be considered as a permanent career. Can it help in buying car and house in future. Pls share your views. thnx
I am offering more than dozen services related to SEO and content writing. I want all my threads to be bumped every day. So, looking for tips how to get 10-12 bumps every day. Please suggest.
How often are you willing to work for less money? I do not like to work for less money but at the same time I want extra money for the holidays. Are you ever willing to work for less money?
I have been fairly successful at selling freelance services to friends and family members and some people in the local community. But, now I want to branch out to people that I don't know. I have made some initial inqu...
Do you ever deal with an out of work phase as a freelancer, where you are not getting any work at all?
After you receive an order on SEOClerks, how many hours does it take for you to complete the service? Please give an example, for a specific service that you currently provide.
Turning down freelance work means lost income potential, so I rarely turn down writing or freelance jobs. However, there are a few instances where it might be necessary to refuse a job. And, for this situation, I'm no...
I am looking to diversify my services and branch out into other niches; so that i'm not just relying on one type of service. Currently, almost all of my services revolve around writing. I want to branch out into Youtub...
I have gone up to a month in between getting a request from a long time customer for a freelance service. If I were depending on freelancing to earn a full time income, I would be homeless at that rate.
I want to know how to sell an article here. I know the basics but I am confused when it comes to "Upload Article". Because there is a "Full Article" option, whre I have to past the full article but I don't know what the ...
In my experience, a great marketing method is the following: I have a gig for website content. If you give me 5 dollars, I will create a high converting post of 300 to 550 words. The truth is that I love to write, and t...
I love watching Netflix online, though they require a subscription monthly. The site has so many good movies and TV shows and I'm never bored. Another good place to watch TV shows or movies online is Hulu. Though the ...
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM seoclerks.members WHERE username='Jamilla' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Jamilla' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=289501 | 1 | SELECT distinct quesid FROM answers WHERE userid=289501 | /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 (11249,12919,12920,12929,12964,12965,12966,12967,12968,12969,12970,12971,12972,12976,12997,13009,13010,13013,17207) 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 (11249,12919,12920,12929,12964,12965,12966,12967,12968,12969,12970,12971,12972,12976,12997,13009,13010,13013,17207) 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 (11249,12919,12920,12929,12964,12965,12966,12967,12968,12969,12970,12971,12972,12976,12997,13009,13010,13013,17207) 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.quesid IN (11249,12919,12920,12929,12964,12965,12966,12967,12968,12969,12970,12971,12972,12976,12997,13009,13010,13013,17207)
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='294967' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='294967' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21579' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21579' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='59606' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59606' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='289499' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='289499' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='289518' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='289518' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='290297' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='290297' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='44' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='44' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='632' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='63167' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='63167' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='185169' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='185169' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='147' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20907' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20907' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='198253' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='198253' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='174883' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='174883' | /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 |