Is it really advisable to hide or cloak our affiliate links?
What are the things needed in order to do affiliate marketing?
Can you suggest me a good affiliate product that I can market and earn from easily?
When will I receive the money through suggesting this website to other members?
Why is there a need to put a nofollow tag on our affiliate links?
I've a client on freelancer.com, if I invite my client to be my affiliate and do all business with me on SEOClerks. Will SEOClerks pay me the Commision of all my gigs that are purchased by my client?
i want more people who can join my affiliate link, how do i get them
Is SEOClerks taking precautions against Cheaters?? If so, what kinds? Couldn't people essentially create multiple SEOClerks accounts, or agree to become each other's Affiliates then Split the Winnings? Then continuously...
I've researched on Affiliate Market a little and now I'm in need of a good place to start. Anyone had success? What are some places you started? What can i realistically expect to earn?
How can I become a Google Affiliate? Do I need to do something or is it by invitation only?
So i got a new affiliate sign up under me & that new affiliate made a purchase straight away. On my affiliate page, next to that member's username, last login, etc.. it says that they have spend $5, but there is no ...
hello am asking that if it's ligit that the users i invited to join seoclerks buy my gigs ? because if someone who i invited will buy my gig i will get additional 10 % .
So far I know that SEOClerks is paying me when one of my affiliates buys any kind of gig, but do they also pay me when they generate a sale with their own gig? If not, will they add this feature in the future?
I was wondering, How many affiliate clicks you have and how much affiliate members you got from those clicks?
I need to know if I can promote other peoples gigs on social networks/blogs and still get credit for the affiliate sale. For instance, it says in the affiliate section that I can add the linkin code to MY OWN gig URL and...
I can not seem to find where they mention what you get for affiliates, if you get a one time payment, or a percentage of the gigs they purchased/made. How does all of that work?
I asked a question on here about a week ago, about affiliate sales. I was told by other SEOclerks users that I was going to make 10% of all sales that my affiliates purchase. Well I have been credited for one sale that...
Let's me know can I register more than one account on the seoclerk?
I saw that I have an affiliate link for this website. What good is an affiliate link if there is no reward for bringing someone here? What is the reward for signing someone up?
I think it would REALLY help bring new members here if Sellers could Create Coupon Codes to give out to People while promoting their service (which would include their Affiliate Link). I noticed the Coupon Code become...
I want to know if I also get paid if one of my affiliates one of their services or only if they actually purchase something.
What is the best way to get active referrals?
Im wanting to know how to use my affiliate link for when linking to my gigs on my profile page. My profile page with my gigs is.. http://www.seoclerks.com/user/Sean101 My affiliates link is.. http://www.seoclerks...
If ANYONE has actually made any "Affiliate Sales" or "Affiliate Members" from their Affiliate Link, PLEASE post your screenshots HERE. I've gotten PLENTY of "Clicks", but I don't think they're actually crediting anyo...
It there a way to get my affiliate link into the SeoClerks rss feed to show on my website?
Hi, I have some questions about the affiliate program. Can I use url shortener to cloak my affiliate link? How long expire time is the affiliate cookie when someone clicks the link? Thanks
I see a message on my page saying that i have earned $20 since i joined but i do not see any balance on my affiliate page. What is this about?
That is all I want to know! Thanks so much! stephenhall
What are some of the best affiliate programs that pay by PayPal? Thanks.
Do you make money online? How? Beside the gigs from seoclerks. Something like affiliate programs or adsense... If you aren't making any, would you like to? And why?
| 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 A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% affiliate %' OR A.tags LIKE 'affiliate %' OR A.tags LIKE '% affiliate' OR A.tags='affiliate') LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% affiliate %' OR A.tags LIKE 'affiliate %' OR A.tags LIKE '% affiliate' OR A.tags='affiliate') LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% affiliate %' OR A.tags LIKE 'affiliate %' OR A.tags LIKE '% affiliate' OR A.tags='affiliate') ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 240, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND (A.tags LIKE '% affiliate %' OR A.tags LIKE 'affiliate %' OR A.tags LIKE '% affiliate' OR A.tags='affiliate')
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 240, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
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='19120' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17031' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1535' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1535' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12544' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12544' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='16172' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='16172' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='8860' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8860' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1856' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1856' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='10881' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10881' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2044' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2044' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12260' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12260' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='13834' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13834' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='14585' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14585' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='5392' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='5392' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3738' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3738' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2255' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2255' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1643' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1643' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='672' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='672' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='231' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='231' | /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 |