Write the reason you're deleting this FAQ

[Image source]
Life has it's ups and downs, just as any freelancing career. Sales will increase and drop. It's like a Ferris Wheel. - You start at the bottom, you work your way up and then it's downhill again, until you reach the bottom.. And you go round and round. - It's like circle. - A never ending story.
However, you might have heard that all of these things are common and nothing to worry about. Especially as everyone knows that it's how things are in life and during your freelancing career. - But what if, you start to doubt yourself or if you lost motivation. What if you lost focus and what if you've been struggling with other things in life during this time.. - Then there's a huge risk of you standing at the edge of a cliff. - Something as easy as a small puff of wind and you're doomed.
That's how I've been living my life since May 2016. I've been standing at the edge of a cliff, even though I've been trying with everything I've got to turn around. I suffer from panic anxiety and depression ever since my father passed away and these things have left obvious marks. - But alongside with that, I've been struggling with other things in life too.. And I've also been struggling with my freelancing career. - I lost my biggest client a few months back and that was like the last nail in my coffin. - I knew that I would suffer from that, especially in terms of income, but I could never imagine that it would affect me this much. - I probably took things for granted, especially as that specific client and I had been doing work for the last 2+ years or so.
And that's the thing. I started to take things for granted.. But it's easy to do that when things have been fine during such a long time. - But ever since then, I've tried to make things easier, I've tried to get involved with other things and I've tried to gain new clients and expand my business. - I've also spent endless of hours on steemit. - That being said, I've spent so much time and I've also managed to make things easier in terms of money.. - But I've also spent so much time, so it feels like I don't have any time left. - It's a very odd feeling and it's hard to explain.
It's like I've run out of time, even though the same amount of hours still are in place. - But I'm having huge troubles to focus and to keep myself motivated enough during these hours so I accomplish less than I should.. or need. - And that's the biggest problem. - I have to accomplish more than I do right now, and it's easy to say "just do it"... - But I'm like a magician without power.
"?Abracadabra" - and nothing happens.
Oh blue. I feel for you man I really do! You deserve to catch a break and one is due to come to you as well. In times like these, you have to go through moments like that. Moments that make you question everything it is you are doing and plan and aim to do. To step back and look at things from the bigger picture. To decide whether or not to carry on in the same direction, or turn to a new direction. And what can we do but try? What else can we do but fumble around in the dark and try and find our way to the light? We all are in the same boat. We all are trying to find our way. Trying to find our true calling and vocation in life. And we don't live in a world where it's all done for us. Where someone goes out and doesn't come back until they've found something for you. Nobody has someone like that. We all have to find our own way, try and make the best out of what we have. Always try to be grateful and thankful for all that we have and our portion that we were given. And sure, it's easier to say that than it is to do it. It's always easier to give advice than it is to actually use the advice given.
I know it's all good in theory, but in practice it's a different matter altogether. Because we all have those things that motivate and inspire us. That drive us on, to push forward, to keep on pushing forwards. But when a man looses those things, when he has nothing to motivate him, nothing really to work towards, no goals, aspirations and dreams, how can a man carry on carrying on? How can he regain those things back and find purpose and reason in his life?
Just know that you're not alone! Just know that there is support out there for you if you need it. It might not come through family and friends, but there are all sorts of support groups out there you can join, even if just to find a friend or someone else who you can relate to. Even if it's just for someone to speak to to get things off your chest! Sometimes, just saying these things and speaking about them can help massively! I know the times I've felt low and out of touch with things, just telling someone how I felt made things a little easier.
Hey man, if you need that someone to talk to, just to bounce off, vent and steam. Just give me a shout!
Hey, when life gives you lemons, call me and I'll bring the vodka! :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?

I want you to know that you are an inspiration for me :)
You are very dedicated, passionate, extremely hard working and a knowledgeable person!
Sometimes, our life is not going the way we planned to and bad things happen... You know that often, the more we accomplish, the more dissatisfied we become! We demand more and more from us but there is at least 2 problems here: the day is only 24 hours and we are humans!...
Don't give up! The good thing about bad days is that other days are going to be better :D
Are you sure you want to delete this post?
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='19814' | 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='19814' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='6160' | 1 | SELECT * FROM seoclerks.members WHERE USERID='6160' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=6160 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=6160 | /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=19814 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=19814
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='19814' 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='19814' 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=108181 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=108181
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=108173 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=108173
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=108298 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=108298
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=108308 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=108308
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=114960 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=114960
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=133846 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=133846
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=149777 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=149777
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='19814' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='19814' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='19814' AND status='1' AND (question like '%I\'m lost, energy focus. - Doomsday arrival%' OR question like '%lost,%' OR question like '%energy%' OR question like '%focus.%' OR question like '%Doomsday%' OR question like '%arrival%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='19814' AND status='1'
AND (question like '%I\'m lost, energy focus. - Doomsday arrival%' OR question like '%lost,%' OR question like '%energy%' OR question like '%focus.%' OR question like '%Doomsday%' OR question like '%arrival%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='147' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='322073' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='208798' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='208798' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='121814' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='121814' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='139192' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='139192' 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=19814%' 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=19814%'
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='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='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.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='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='65703.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='65703.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='617077.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617077.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 |
Lynne
You suffer from anxiety and depression which is very real and can be debilitating at times. I am so sorry that you lost that big client, I feel for you. That must have really taken you for a knock.
I too find that things come in cycles, One day everything is bright and sunny and quick as lightening suddenly it is storming. Just keep in mind during the storms that no matter what the sun will come out again.
I know exactly what you mean by not having time. I am struggling so much with that myself right now. I can't even come close to finishing everything I need to get done and it is making me tired! Andre you are right, there will be ups and downs in life, You suffer from anxiety and depression which is very real and can be debilitating at times. I am so sorry that you lost that big client, I feel for you. That must have really taken you for a knock. I too find that things come in cycles, One day everything is bright and sunny and quick as lightening suddenly it is storming. Just keep in mind during the storms that no matter what the sun will come out again. I know exactly what you mean by not having time. I am struggling so much with that myself right now. I can't even come close to finishing everything I need to get done and it is making me tired!
Are you sure you want to delete this post?