Write the reason you're deleting this FAQ
Discounted Digital Consulting - How to become successful and have subscribers
One of the most lucrative ways to make money online with the smallest amount of investment is to become an online digital consultant. This is basically when you are a digital consultant that helps people with their websites, but you never leave your house and you pretty much you do whatever you want throughout the day until someone needs help.
This works well with more prominent companies who can afford to pay a few hundred a month to have you tell them what to do and what not to do. Don't get me wrong, smaller companies will also pay for this, but they tend to have a short subscription time because they have to watch every penny they spend.
Setting up your membership website
There are plenty of WordPress themes out there that allow you to have your membership website. You can even purchase whatever theme you want and add a premium membership plugin to it, so people have to pay if they're going to log into your back end.
It doesn't matter what theme you use, what plugins you use, you need to be sure that there are plenty of options on your back end to keep people coming back. You will also need to manage the users so you don't have people logging in if they haven't paid for that month. Remember, you're doing this for profit, so they need to pay up or get out lol.
Live chat options are a necessity
What I would suggest is to have an external live chat for people who want to ask pre-sale questions and have a separate internal one for registered and paying members. The paying members will have priority over the pre-sales questions, but not much. You will still need to focus on pre-sales questions because those people are the ones that are going to build your profits!
I like using tawk.to for my live chat, but you might want to use this as well as a secondary one so you can easily differentiate between who is paid and who isn't. Tawk.to does have an option to have multiple channels, but it's always better to not take chances, and that's why I like using two different chats 
Premium members get your direct line
You should have three different levels of consulting support, and the top tier should always have a direct line right to your cell phone. I like doing this because it shows the whales you will dedicate yourself to their needs, and that's what they want to see.
One little trick I do with this is getting a phone number from grasshopper.com, so people don't actually get my phone number, but they think they do
If I have someone paying $500+ a month then I will get an additional phone number from grasshopper.com, route it to my cell phone, and that will be their dedicated line!
You need to be responsive
If people are paying for your help, and you're not responding, they will file chargebacks, and you will be out of luck. You will start to get bad reviews, and that's a business killer if you don't already have positive reviews to keep your rating high. Nobody wants to work with a three-star company, and that's why you need to pick up the phone, answer a text, respond to a live chat, or send an email back right away.
It's 2019, and that means you can be super responsive if you have a smartphone. You can route all of your business directly to your smartphone and respond to everything right away. If you have a response time of less than one minute, then you will keep your clients coming back month after month for more consulting. If you put off your responses, then you need to remember there are other consultants out there that will respond more than you lol.
Knowing your stuff helps
If you think you're going to become a consultant and you don't know what you're talking about, then you're in for a rude awakening. You will lose sales left and right if the clients think you're out of your element, they will find someone who knows their stuff, and they will stick with them while hating your services.
Don't jump into a niche if you think it will make a lot of money, jump into a niche that you have a higher level of knowledge in than anyone else, and that will be your golden goose! Don't pick a niche because you want to know more, pick something you already know, then start pulling in clients!
In conclusion,
The pricing is up to you, and that means you can charge $100 a month or $1,000 a month. Just remember that you're going to be a discounted digital consultant that doesn't go into the business's office. You might have to remote access a computer here and there, but that's the extent of you working on their stuff lol. Price your member level tiers lower than you think they should be, and you will get a decent amount of clients over time. Be responsive, have all your contact info public to paying members, and only give out a direct line to those people who are your "premium" top tier members.
Thanks for reading 
- Tommy Carey
https://www.seoclerks.com/user/TommyCarey
| 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='28685' | 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='28685' | /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=28685 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=28685
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='28685' 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='28685' 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 () () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='28685' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='28685' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='28685' AND status='1' AND (question like '%Discounted Digital Consulting - successful subscribers%' OR question like '%Discounted%' OR question like '%Digital%' OR question like '%Consulting%' OR question like '%successful%' OR question like '%subscribers%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='28685' AND status='1'
AND (question like '%Discounted Digital Consulting - successful subscribers%' OR question like '%Discounted%' OR question like '%Digital%' OR question like '%Consulting%' OR question like '%successful%' OR question like '%subscribers%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='18216' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='18216' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9399' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9399' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='28861' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='28861' 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=28685%' 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=28685%'
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 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 |