SEOClerks

please give me some tips on api listing



Write the reason you're deleting this FAQ

please give me some tips on api listing

i am new here and cant understand what is api listing and how it works .please help me,

Comments

Please login or sign up to leave a comment

Join
sunil0021
@exjordanary can help you in this as he has lot's of website that run from SEOClerks API.

- Sunil Bishnoi



Are you sure you want to delete this post?

amy333
@exjordanary can help you in this as he has lot's of website that run from SEOClerks API.

- Sunil Bishnoi

thank you sunil.



Are you sure you want to delete this post?

exjordanary
You sure you wanna jump right into API??

You should explore RSS before getting into API.

RSS Feeds such as this:
https://www.seoclerks.com/rss

Will return (display) certain Live Data from SEOClerk's Servers as it's being Posted.

Want to Isolate Services per User?

u = User

https://www.seoclerks.com/rss?u=exjordanary

Wanna make ALL Links include your Affiliate ID?

a = Affiliate

https://www.seoclerks.com/rss?a=3764

BOTH?? Sure.
https://www.seoclerks.com/rss?a=3764&u=exjordanary

Want to Buy?
https://www.seoclerks.com/rss/wtb?a=3764

Want to Trade?
https://www.seoclerks.com/rss/wtt?a=3764

Want to COMBINE Feeds into ONE??
http://www.rssmix.com/


Here's what's Possible with RSS Feeds Alone:
http://SocialCurrency.pw/

The WHOLE Site Above runs on 100% Auto-Pilot FOR LIFE and shares to Tumblr, FB, Twitter, G+, Linkedin, etc



With API, you can make Sites like my Affiliate Stores if u now how to write PHP: aDollarSEO.com

More Info See my Tutorial HERE

Thanks!!



Are you sure you want to delete this post?

amy333
thank you exjordan... it will help me a lot.



Are you sure you want to delete this post?

exjordanary
Sure thing, I forgot about the Single Ad HTML API Function where you can use the API to display Single TEXT LINKS of Services you Specify in the API HERE.


Be sure to Set the "Order By" (How this data is ordered) to "Randomly"
and the "Output Type" (How you would like the data presented to you) to "Single Ad HTML"

Then, simply Copy and Paste the Same Code Multiple times on your Site, and a different Service will show up per Link.

For example, I wanted to show $5 Services only in the Social Networks Category for THIS PAGE (bottom)

So I simply Pasted this Code below over and over (per link displayed):

[HTML]<div align="center"><span style="font-size: 15px;"><span style="color: #3366ff;"><em>THIS Seller will</em></span> <strong><span style="color: #ff0000;">---></span></strong>[iframe src="https://www.seoclerks.com/api?type=inlinead&s=&aff=3764&by=&mp=5&p=5&c=23&ul=1&am=40&ins=0&g=0&sub=0&os=0&sp=0&oby=&oh=&f=singlehtml" get_params_from_url="1" style="span-font: bold;" height="24" width="600"]</span></div>[/HTML]

(Since I use Wordpress, I use THIS Plugin for using iFrames - so the usual <iframe> Open/Close Tags in this Code has been changed to the Plugin's Shortcode)



For NON Wordpress:


[HTML]<div align="center"><span style="font-size: 15px;"><span style="color: #3366ff;"><em>THIS Seller will</em></span> <strong><span style="color: #ff0000;">---></span></strong><iframe src="https://www.seoclerks.com/api?type=inlinead&s=&aff=3764&by=&mp=5&p=5&c=23&ul=1&am=40&ins=0&g=0&sub=0&os=0&sp=0&oby=&oh=&f=singlehtml" get_params_from_url="1" style="span-font: bold;" height="24" width="600"</iframe></span></div>[/HTML]



RESULTS LOOK LIKE THIS:
please give me some tips on api listing
[/HTML] [CENTER][B][SIZE=5][U]RESULTS LOOK LIKE THIS:[/U][/SIZE][/B] [url=http://communityclerks.com/wp-content/uploads/2014/05/Screen-shot-2014-05-09-at-4.40.38-AM.png][IMG]http://communityclerks.com/wp-content/uploads/2014/05/Screen-shot-2014-05-09-at-4.40.38-AM.png[/IMG][/url][/CENTER]



Are you sure you want to delete this post?

amy333
It will help me a lot,, I will need your guidance further,,,, you are the best....



Are you sure you want to delete this post?

Order Now
Process Time: 0.17252993583679

Possible Duplicate queries found!
MatchCountSQLScript
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='13802'1SELECT 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='13802'

/opt/clerks-staging/docroot/viewfaq.php 496 () ()

SELECT * FROM seoclerks.members WHERE USERID='189076'1SELECT * FROM seoclerks.members WHERE USERID='189076'

/opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() ()

SELECT * FROM categories_faq WHERE CATID='35'1SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='35'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType()

SELECT * FROM seoclerks.members WHERE USERID=1890761SELECT googleplus_profile FROM seoclerks.members WHERE USERID=189076

/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=13802 LIMIT 51SELECT m.username FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=13802 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='13802' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc1SELECT 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='13802' 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=71024 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71024 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=71025 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71025 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=71026 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71026 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=71027 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71027 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=71028 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71028 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=71029 LIMIT 51SELECT m.username FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=71029 LIMIT 5

/opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() ()

UPDATE questions SET total_views = total_views + 1 WHERE quesid='13802'1UPDATE questions SET total_views = total_views + 1 WHERE quesid='13802'

/opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() ()

SELECT * FROM questions WHERE quesid!='13802' AND status='1' AND (question like '%please give tips api listing%' OR question like '%please%' OR question like '%give%' OR question like '%tips%' OR question like '%listing%') -- ORDER BY RAND() LIMIT 151SELECT quesid, question, seo, userid FROM questions WHERE quesid!='13802' AND status='1' AND (question like '%please give tips api listing%' OR question like '%please%' OR question like '%give%' OR question like '%tips%' OR question like '%listing%') -- ORDER BY RAND() LIMIT 15

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() ()

SELECT * FROM seoclerks.members WHERE USERID='4987' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='4987' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='8262' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='8262' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='9874' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='9874' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='6628' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='6628' limit 1

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture()

SELECT * FROM seoclerks.members WHERE USERID='1129' limit 11SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' 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=13802%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID 1SELECT USERID, username FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=13802%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() ()

SELECT * FROM categories1SELECT * FROM categories

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache()

select * from categories_software order by name asc1select * 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 asc1select * 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 asc1select * 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='23112.png'1SELECT profilepicture FROM seoclerks.members WHERE USERID='23112.png'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='189076.jpg'1SELECT profilepicture FROM seoclerks.members WHERE USERID='189076.jpg'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

SELECT * FROM seoclerks.members WHERE USERID='3764.png'1SELECT profilepicture FROM seoclerks.members WHERE USERID='3764.png'

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage()

select * from categories_faq order by name asc1select * from categories_faq order by name asc

/opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories()

Invalid SQL

count(*)sql1error_msg

Expensive SQL

Tuning the following SQL could reduce the server load substantially
LoadCountSQLMaxMin

Suspicious SQL

The following SQL have high average execution times
Avg TimeCountSQLMaxMin