Arshseo
Level 3
Write the reason you're deleting this FAQ
hello friend, how i make earn money from affilate program
how to promote affiliate link?
any tips and tricks? guide me
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='31306' | 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='31306' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='959486' | 1 | SELECT * FROM seoclerks.members WHERE USERID='959486' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='42' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='42' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=959486 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=959486 | /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=31306 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=31306
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='31306' 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='31306' 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=193568 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=193568
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=193573 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=193573
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=193574 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=193574
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='31306' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='31306' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='31306' AND status='1' AND (question like '%how money Affiliate program?%' OR question like '%money%' OR question like '%Affiliate%' OR question like '%program?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='31306' AND status='1'
AND (question like '%how money Affiliate program?%' OR question like '%money%' OR question like '%Affiliate%' OR question like '%program?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2255' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2255' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1576' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1576' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='318' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='318' 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=31306%' 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=31306%'
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='3764.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='868176.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='868176.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='959486.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='959486.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 |
| Avg Time | Count | SQL | Max | Min |
exjordanary
As you'll see from my Affiliate Stats here:
Obviously, utilizing the API here at SEOClerks and creating an Affiliate Store using YOUR AFFILIATE ID is ONE OF THE best ways.
My 1st Affiliate Store featured ALL Services that were just $1 Dollar: aDollarSEO.com
(notice that EVERY Link in my Store includes my Affiliate ID (3764 aka: /linkin/3764/ )
ALL USERS HAVE A UNIQUE AFFILIATE ID WHICH can be added after the ".com/" on ANY Ionicware Website to collect affiliates by sharing them online.
https://www.seoclerk.com/linkin/3764/
https://pixelclerks.com/linkin/YOUR_ID/ etc..
NOW, if the API is too complicated for you, you can make great use of RSS FEEDS.
Take a look at CommunityClerks (from a while back - allow page to load)
Notice the Scrolling windows, each with Service Ads, WTB Ads, WTT Requests, etc - ALL WITH MY AFFILIATE LINK IN EACH SERVICE LINK
FOR SERVICE REQUESTS, USE THESE URLs (replacing "3764" with YOUR Affiliate ID:
- https://listingdock.com/rss?a=3764
- https://wordclerks.com/rss?a=3764
- https://codeclerks.com/rss?a=3764
- https://www.seoclerk.com/rss?a=3764
- https://pixelclerks.com/rss?a=3764
JOB REQUESTS:TRADES:
- https://www.seoclerk.com/rss/wtt?a=3764
**NOTICE: ALL Links within the Feeds above include the Affiliate ID "3764".Now just replace with yours!! [size=120]I've made over $33k from Affiliate Sales - As you'll see from my Affiliate Stats here[/size]: [url=https://www.seoclerk.com/files/user/community/000/003/764/seoclerk-stats.1608879026.png][url=https://www.seoclerk.com/files/user/community/000/003/764/seoclerk-stats.1608879026.png][img]https://www.seoclerk.com/files/user/community/000/003/764/seoclerk-stats.1608879026.png[/img][/url][/url] Obviously, utilizing the [url=https://www.seoclerks.com/api/page/serviceads]API here[/url] at SEOClerks and creating an Affiliate Store using [url=https://www.seoclerks.com/balance/affiliate]YOUR AFFILIATE ID[/url] is ONE OF THE best ways. My 1st Affiliate Store featured ALL Services that were just $1 Dollar: [url=https://aDollarSEO.com][u]aDollarSEO.com[/u][/url] (notice that EVERY Link in my Store includes my Affiliate ID (3764 aka: [color=#0000ff][b][u]/linkin/3764/[/u][/b][/color] ) ALL USERS HAVE A UNIQUE AFFILIATE ID WHICH can be added after the "[i][b][color=#0000ff][u].com[/u][/color][/b][/i]/" on ANY [b][i]Ionicware[/i][/b] Website to collect affiliates by sharing them online. [b][u][color=#0000ff]https://www.seoclerk.com/[/color][color=#ff0000]linkin/3764/[/color][/u][/b] [color=#0000ff][u][b]https://pixelclerks.com/linkin/[color=#ff0000]YOUR_ID[/color]/[/b][/u][/color] etc.. NOW, if the API is too complicated for you, you can make great use of [color=#980000][i][b]RSS FEEDS[/b][/i][/color]. Take a look at [url=http://web.archive.org/web/20180415074952/http://communityclerks.com/][b]CommunityClerks[/b][/url] (from a while back - allow page to load) Notice the [b][i]Scrolling windows[/i][/b], each with [color=#0000ff][i][b]Service Ads, WTB Ads, WTT Requests, etc[/b][/i][/color] - ALL WITH MY AFFILIATE LINK IN EACH SERVICE LINK FOR [b][u]SERVICE REQUESTS[/u][/b], USE THESE URLs (replacing "3764" with YOUR Affiliate ID: [list][*][color=#0000ff][u]https://listingdock.com/rss?a=3764[/u][/color][/*][*][color=#0000ff][u]https://wordclerks.com/rss?a=3764[/u][/color][/*][*][color=#0000ff][u]https://codeclerks.com/rss?a=3764[/u][/color][/*][*][color=#0000ff][u]https://www.seoclerk.com/rss?a=3764[/u][/color][/*][*][color=#0000ff][u]https://pixelclerks.com/rss?a=3764[/u][/color][/*][/list][u][b]JOB REQUESTS[/b][/u]: [list][*][color=#0000ff][u]https://www.seoclerk.com/rss/wtb?a=3764[/u][/color][/*][/list] [u][b]TRADES[/b][/u]: [list][*][color=#0000ff][u]https://www.seoclerk.com/rss/wtt?a=3764[/u][/color][/*][/list]**NOTICE: ALL Links within the Feeds above include the Affiliate ID "3764". Now just replace with yours!!
Are you sure you want to delete this post?