Write the reason you're deleting this FAQ
Many of us have been working online for years and have been chasing, or caught, the "American Dream" of working for ourselves and not having to answer to a boss. I put "American Dream" in quotes because not all of us are from America 
Most of us started out playing around with websites to see what we could do with them. It was because we were intrigued with building something online whether it be a piece of art work in the form of a web design or to build a primary or secondary income stream to help us out with bills or every day purchases.
When I started out working online I was definitely wanting to make millions, but I didn't know how so I got sucked into most of the get rich quick schemes until I found a good Online Marketing and SEO forum. I wanted to make $1,000 a day and thought it was easy because of all the posts I saw online claiming they were doing it. Little did I know they weren't making that much and it was just an ad to get me to sign up lol
Fast forward to present day and I look back on all my failures as stepping stones to where I am today. I'm not a naive webmaster and online marketer and I try to help others whenever I can because I wish I had someone like me to help me out along the way so I didn't make those dumb little mistakes 
So in the end, if you think about it, we all get pulled in because of money (sort of). Some people want to build websites for theme selves but in the end they usually build sites for clients because the profits are pretty high. Some people want to just make money online and are horrible at web design (like myself) and they become good at marketing which every website needs.
Money is the root of what brought us in to freelancing, online marketing, web design, and anything else that has to dow with websites 
What are your thoughts on this?
Remember to follow me 
https://www.seoclerks.com/user/Razzy
Thanks,
Razzy
Are you sure you want to delete this post?
it had its ups and downs, but I do not regret having started out as a freelance writer. No doubt that earning money was the prime intention for starting out. But I also wanted something that allowed me to avoid traveling to and from work which was proving to be time consuming and expensive, not to mention the boss I had! So apart from money there was also the need to find something more flexible and convenient.
Very interesting post, which made me think to the beginning of my freelancing career :) it had its ups and downs, but I do not regret having started out as a freelance writer. No doubt that earning money was the prime intention for starting out. But I also wanted something that allowed me to avoid traveling to and from work which was proving to be time consuming and expensive, not to mention the boss I had! So apart from money there was also the need to find something more flexible and convenient.
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='20914' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='20914' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=20914 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=20914
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20914' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='20914' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113603 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113603
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113711 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113711
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113861 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113861
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=150036 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=150036
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20914' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20914' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20914' AND status='1' AND (question like '%The reason webmasters and/or freelancers.%' OR question like '%reason%' OR question like '%webmasters%' OR question like '%and/or%' OR question like '%freelancers.%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20914' AND status='1'
AND (question like '%The reason webmasters and/or freelancers.%' OR question like '%reason%' OR question like '%webmasters%' OR question like '%and/or%' OR question like '%freelancers.%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17130' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10194' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10194' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='19120' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=20914%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=20914%'
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='6160.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='212316.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212316.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /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 |
hitmeasap
I've shared my story previously so I won't go into any details about it. More than that I was playing Counterstrike several years ago. And I was the in-game leader. Fast forward just a few years from when I started to play and I actually sold tactics to other in-game leaders. So they basically paid me money to give them ideas on how they should play the game. - That was my very first "freelancing income". Although I didn't even realize it at that time.
Fast forward a few more years and I started to do business on multiple marketplaces, and eventually on SEOClerks. I reached the highest user level on 2 out of 3 marketplaces (basically Fiverr clones) I was working on and when I found SEOClerks I decided to commit myself "for real". Fast forward a few months and I reached the highest user level here too.
I love freelancing but, to be completely honest, I had more success a year ago, then what I have nowadays.. And nowadays, I'm on the edge of quitting actually. Because I can't really keep working during these circumstances. - I need something sustainable. I need stability. I need something "real" to keep up with my living expenses, rent etc.. And unfortunately, my freelancing career isn't what it used to be. I agree with you Razzy. I've shared my story previously so I won't go into any details about it. More than that I was playing Counterstrike several years ago. And I was the in-game leader. Fast forward just a few years from when I started to play and I actually sold tactics to other in-game leaders. So they basically paid me money to give them ideas on how they should play the game. - That was my very first "freelancing income". Although I didn't even realize it at that time. Fast forward a few more years and I started to do business on multiple marketplaces, and eventually on SEOClerks. I reached the highest user level on 2 out of 3 marketplaces (basically Fiverr clones) I was working on and when I found SEOClerks I decided to commit myself "for real". Fast forward a few months and I reached the highest user level here too. I love freelancing but, to be completely honest, I had more success a year ago, then what I have nowadays.. And nowadays, I'm on the edge of quitting actually. Because I can't really keep working during these circumstances. - I need something sustainable. I need stability. I need something "real" to keep up with my living expenses, rent etc.. And unfortunately, my freelancing career isn't what it used to be.
Are you sure you want to delete this post?