What is your average earnings from one sale? Do you earn $1.00 a sale or $100 a sale? And, what tips can you give to a freelancer who is just starting out?
So many people talk about the ideal seller qualities. But as a seller, you must have a preference for type of buyer that you want to deal with. Do you have an ideal client or buyer?
Other than bumping your services daily, what do you do to promote your SEOClerks or freelance services?
What is so unique or different about your freelance services that should make a buyer want to hire you? What unique advantages do you offer to buyers?
Do you remember how you got your first freelance client(s)? Were you a member of SEOClerks then or did you get the client on your own?
What event made you take up freelancing? For instance did you lose your job and then have no way to earn? What was the one event that made you decide that freelancing was right for you?
I do not know anything about football and don't watch it on TV or in person at games. I don't follow sports. Maybe you can tell me more about your favorite teams or what you love about the game so much.
Over time, smart phones have gotten bigger and tablets have gotten smaller. Until now, a smart phone will often look like a tablet and vice verse. So what is the smallest tablet you have seen so far?
Is it possible to get rid of session ID pages for a site so they are not accidentally indexed by Google? Pretty sure those would count as duplicate content.
Does any specific niche rank better than another? For instance, would a gaming site rank better than one about pets? Does it make a difference what a site's niche is as to whether or not it can really rank?
Most people are using Tumblr for backlinking and SEO. But what if you just want to use Tumblr as a primary blog? Is it possible to rank a Tumblr blog without actually linking to another site? This would be using Tumbl...
What if I made a template with a sitewide link for distribution? Would that help or hurt my search engine ranking in Google search?
Do you have a favorite SEO related plug in to use for your Wordpress blog? Are there any advantages to using Wordpress rather than Blogger?
I am struggling to understand the difference between an exit rate and bounce rate. On one of my sites, it shows that visitors are not staying long. But I think that is because they are clicking on an ad to leave the ...
Google says they don't like unnatural links. But, what is an unnatural link? Would it be considered unnatural linking if I were to comment on other blogs and leave my own link there?
Is Facebook taking all the forum members away? After all, most people are on Facebook daily and very few actually go to forums anymore.
Is Facebook staff able to read my private messages? Do they spy on what I'm saying to my boyfriend there or other friends? Who can read these private messages?
I don't really want to use my real name on Facebook. I don't want my family to know who I'm talking to there. Is there a way to just use a fake name on Facebook so they don't find my Facebook account and try to add me? A...
A few years ago, I was banned on my Youtube account and didnt visit the site for a long time. I felt very angry at them for banning me. I have started another account this past year and just trying to put the past behi...
Have you found any really good TV shows to watch on Youtube? I would not mind watching full episodes or video clips. Any genre is fine. I just want something to watch that I have not seen before.
Overall, I like Youtube's sound quality. It's not the best but also not the worst either. And, the good thing about Youtube is how their videos are always free to watch and listen to. So, I really can't complain, even ...
| 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='Tandy' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Tandy' 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=294842 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=294842 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=294842 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=294842
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='294842' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='294842' | /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 |