antarninad
Level 1
Write the reason you're deleting this FAQ
Hi,
I just wanted to know what are the parameters to increase my level and is their a strategy/technique that can help me level up faster. Looking forward to hear your experiences
Thanks
A 
| 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 `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='30076' | 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='30076' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='509342' | 1 | SELECT * FROM seoclerks.members WHERE USERID='509342' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='39' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='39' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=509342 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=509342 | /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=30076 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=30076
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='30076' 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='30076' 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=190044 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=190044
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='30076' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='30076' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='30076' AND status='1' AND (question like '%How increase Level profile%' OR question like '%increase%' OR question like '%Level%' OR question like '%profile%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='30076' AND status='1'
AND (question like '%How increase Level profile%' OR question like '%increase%' OR question like '%Level%' OR question like '%profile%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='3160' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3160' 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='184' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='184' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2537' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2537' 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=30076%' 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=30076%'
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='844576.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='844576.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 |
rehiga
If you are a Seller, You can Level up to Level 3 If you keep Get an Order.
If you are a Buyer, You can Purchase 25 Services to Level up to level 3.
But There is The Best Way to Get a Level Until Level 5
Become an Affiliate.
Affiliate is a Basic Requirement to Get Level 4 and Level 5, Also You can Using Affiliate to get Level 3.
How to Become an Affiliate?
- You are Automaticly Become Affiliate after You Join SEOClerks.
- Find another Person Services that Give you High Commission for Each Successful Affiliate Sales. For example, I will give 20% Commission for an Affiliate that Successfully Brings a Customer to my Services via Your Affiliate Links.
- How to get Affiliate Link? Check Image Below
- After You get your Link in Someone Services, Promote your link outside SEOClerks.
If Someone joins SEOClerks Via your Link and Buy the Services you Refer to, You Will earn a Commission after The Order is Marked Complete Depend on How much seller wants to give.
You can Become Level 4 and 5 If you Constantly Keep doing this.
I Hope This is Help
If You want to become my Affiliate, I Will always Welcome.
Thank You
- Rehiga Hi antarninad If you are a Seller, You can Level up to Level 3 If you keep Get an Order. If you are a Buyer, You can Purchase 25 Services to Level up to level 3. But There is The Best Way to Get a Level Until Level 5 Become an Affiliate. Affiliate is a Basic Requirement to Get Level 4 and Level 5, Also You can Using Affiliate to get Level 3. How to Become an Affiliate? - You are Automaticly Become Affiliate after You Join SEOClerks. - Find another Person Services that Give you High Commission for Each Successful Affiliate Sales. For example, I will give 20% Commission for an Affiliate that Successfully Brings a Customer to my Services via Your Affiliate Links. - How to get Affiliate Link? Check Image Below [url=https://www.seoclerk.com/files/user/community/000/844/576/Screenshot_17.1586154189.png][url=https://www.seoclerk.com/files/user/community/000/844/576/Screenshot_17.1586154189.png][img]https://www.seoclerk.com/files/user/community/000/844/576/Screenshot_17.1586154189.png[/img][/url][/url] - After You get your Link in Someone Services, Promote your link outside SEOClerks. If Someone joins SEOClerks Via your Link and Buy the Services you Refer to, You Will earn a Commission after The Order is Marked Complete Depend on How much seller wants to give. You can Become Level 4 and 5 If you Constantly Keep doing this. I Hope This is Help If You want to become my Affiliate, I Will always Welcome. Thank You - Rehiga
Are you sure you want to delete this post?