Hello,
We will be testing our Fantasy Sports website over the next few months and require approx 3500 team entries to be added to fill our contests in order for us to fully test the website. Each team takes seconds to complete and the total time to do this should be around 10 or 11 hours but we are happy for this to be done over a few days from Monday to Wednesday. There is also repeat business as we will require this to be done for around 6 to 10 weeks.
This would probably be more suited to a business or individual who have a number of people available who can complete the task.
We will set up the contests and supply you with all test accounts with a test balance in order to complete this. All you need to do is join a contest (using your test balance that we provide) and pick a team to join a contest. It is a very simple platform to use to do this.
Anyone who has any knowledge of Fantasy Sports and knows what they are doing in order to pick the best team is preferred but short videos have been added to this job project to show exactly what to do.
Thanks
Rob
A total of 3500 entries to be added to a number of different contests we will set up on our Fantasy Sports platform using the pre-funded test accounts we will supply.
hi,
my name is mike, and 5 years of experience this job. .
i saw the video.
i can do this job.
contact me
thank,
i have a team of 5 members. we work together. we can complete the work for you as fast as possible. we will create a full report of the work also so that you can check everything if you want. if you are interested please contact. hope to work with you soon.
hello sir,
i'm interested your work. if you hire me. you will get 100% satisfied service.
thank you
salmaseo786
hello sir, i've read the description and seen your video which was attached to your bid. i would like to complete this job with your mentioned desires. please feel to place an order. thank you.
i am expert in data entry
thank you for reading my response to your project.
i can read your project brief and able to work with you.
i hope you feel satisfy to work with me.
feel free to contact mei am ready for the job
regards
saad.
hello, i am tuhinuzzaman from bangladesh.i am digital marketing expert and lead generation specialist. i can do your task. i have completed same kind of job a binance. i have a team.i work by team members.i have 50+ friends in my team in lead generation and data entry work. we work together. i have visited your website and already create and accoun
hello sir.
i have seen your video. i have experience with this work. i will complete the task perfectly.
thank you.
i have seen your video and willing to work with you. i am interested in this project. i will put all my efforts and skills to deliver a masterpiece for you.
i offer unlimited revisions until you are 100% satisfied. i'm ready to start your project immediately, let's discuss further so that i can surprise you with my skills a
respected client,
i just saw your post that you want to data entry
well, i’ve interested in your project and i can do this work for you with all the requirements you have to ask for. i’m a professional digital marketer with more than 7 years of experience in this world of digital marketing and seo..
i will work on your pr
i'll provide multiple entries for your fantasy football site. i am very professional and i will make sure the job is done within the shortest amount of time
hello, i have a long experience in data entry. my organization has a team of people who are working on data entry most of the time. contact details in the inbox.
thanks.
after reading your project details, i feel, i am the best option for you to fulfill this project with 100% perfection. i am working in
this industry since 2014 and i have served various clients with a full amount
of satisfaction. i can deliver your work within your given deadline and budget.
please give me a chance.
i promise, you will fin
| Match | Count | SQL | Script |
| SELECT * FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C WHERE A.wantid='76190' AND A.category=B.CATID AND A.USERID=C.USERID | 1 | SELECT A.*, B.name, B.seo, C.username, C.userlevel, C.footer_code, C.rating,
C.ratingcount, C.googleplus_profile, C.total_recommendations, C.USERID, C.profilepicture, C.average_response_time, C.lastlogin, C.addtime
FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C
WHERE A.wantid='76190'
AND A.category=B.CATID AND A.USERID=C.USERID | /opt/clerks-staging/docroot/viewwant.php 163 () () |
| SELECT * FROM ratings_buyer WHERE USERID=705449 | 1 | SELECT sum(good) as thumbup, sum(bad) as thumbdown
FROM ratings_buyer WHERE USERID=705449 | /opt/clerks-staging/docroot/include/functions/main.php 19523 GetRatingsAsBuyerTotal() () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 76190 AND A.category=B.CATID AND A.active=1 AND (A.tags like '%data%' ) LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A,
categories_wanttobuy B
WHERE A.wantid != 76190
AND A.category=B.CATID
AND A.active=1
AND (A.tags like '%data%' ) LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 551 () () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 76190 AND A.category=B.CATID AND A.active=1 AND A.USERID=705449 LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A, categories_wanttobuy B
WHERE A.wantid != 76190
AND A.category=B.CATID
AND A.active=1
AND A.USERID=705449
LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 568 () () |
| SELECT * FROM wantcomments a, seoclerks.members b WHERE a.PID='76190' AND a.USERID=b.USERID and b.status='1' AND a.status=1 order by a.CID asc | 1 | SELECT a.comment, a.USERID, a.CID, a.time_added, a.istranslated, a.parentid, b.username, b.profilepicture
FROM wantcomments a, seoclerks.members b
WHERE a.PID='76190' AND a.USERID=b.USERID and b.status='1' AND a.status=1
order by a.CID asc | /opt/clerks-staging/docroot/viewwant.php 835 () () |
| UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='76190' | 1 | UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='76190' | /opt/clerks-staging/docroot/include/functions/main.php 1729 update_wantviewcount() () |
| SELECT * FROM wantbids as w, seoclerks.members AS m WHERE w.active=1 AND m.USERID=w.USERID AND m.status=1 AND w.USERID>0 AND w.wantid='76190' ORDER BY w.bidid ASC | 1 | SELECT w.bidid, w.PID, w.comment, w.title, w.pricepublic, w.USERID, w.adjustedprice, w.ip, m.profilepicture
FROM wantbids as w,
seoclerks.members AS m
WHERE w.active=1
AND m.USERID=w.USERID
AND m.status=1
AND w.USERID>0
AND w.wantid='76190'
ORDER BY w.bidid ASC
| /opt/clerks-staging/docroot/viewwant.php 1192 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=1051860 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=1051860 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=958262 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=958262 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=838407 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=838407 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=976341 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=976341 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=944609 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=944609 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=975531 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=975531 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=969082 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=969082 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=695547 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=695547 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=1018380 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=1018380 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=758191 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=758191 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=1000329 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=1000329 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=1054096 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=1054096 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM categories_wanttobuy | 1 | SELECT * FROM categories_wanttobuy | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| SELECT * FROM posts WHERE USERID=705449 | 1 | SELECT sum(positive_ratings) as thumbup,
sum(negative_ratings) as thumbdown
FROM posts
WHERE USERID=705449 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetBuyerRatingsTotal() |
| 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='1051860' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1051860' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='958262' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='958262' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='838407' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='838407' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='976341' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='976341' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='944609' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='944609' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='975531' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='975531' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='969082' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='969082' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='695547' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='695547' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1018380' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1018380' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='758191' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='758191' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1000329' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1000329' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1054096' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1054096' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='705449' | 1 | SELECT profile_data FROM seoclerks.members WHERE USERID='705449' | /opt/clerks-staging/docroot/include/functions/main.php 1927 getUserBackground() include() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |