Hello,
I am a social media entertainer who is in need of a service provider who I can 1. Build a relationship with over the future years. 2. PROVIDES INSTANT LIKES, COMMENTS, SHARES, FOLLOWERS on 99.9% of the platfroms such as INSTAGRAM, FACEBOOK,TWITTER, YOUTUBE. This does not mean 10 hours later you send me all the above. This means I message you, Pay you and you start sending them right away. I can not perform without someone behind the scenes at the click of a button working their magic. If you can not provide the following do not even waste my time. This means I would become friends with you. We will have each other on Facebook and I can message you personally and discuss what I think is best with you. This is a team job. This is not your average buyer of services this is someone who is serious about making things happen. This is a life long contract. If you want the respect and future jobs from my colleges than I am your man. If you want to be proud of building something that will one day become extremely popular I am your man. There is so much opportunity with us as a team. I would not pass this up. You want to talk about a steady life long client. I am your man. That means steady money for you.
You need to be able to perform quickly
You need to be able to provide. LIKES, CUSTOM COMMENTS, SHARES, VIEWS, REVIEWS ETC
ON ALL MAJOR PLATFORMS.... INSTAGRAM, FACEBOOK, YOUTUBE, TWITTER
Were talking one day a couple hundred thousand likes on a photo. a million views on a video. We are talking big. WE ARE GOING TO DOMINATE THE GAME TOGETHER.
I am not expecting your service to be free. But I am expecting results and very very cheap like pennies to a dollar. And when I mean cheap take it from my point of view. This is life long friendship. We will become family. You can rip other people off all day I do not care. But this is a lifelong contract. That means you and I work as a team. I do not go to anyone else to get services. You are my social media guy or girl.
I would prefer if you can communicate in English so I can talk to you on a regular basis.
This is the real deal. This is steady money. for the rest of your life. That means if I need something like 100k views because I am posting a video in 20 minutes so be ready and I need a couple thousand likes comment and shares. Its not going to be hundreds of dollars. Its going to be dollars. if not less. We are talking partnership. If you can not see the value in this and the network you can build with me you are not my guy Ill tell you that.
BEFORE ANYTHING IS FINALIZED YOU NEED TO DEMONSTRATE WHAT YOU CAN DO. YOU NEED TO SHOW ME YOU CAN PROVIDE SOMETHING BIG RIGHT AWAY LIKE SEND ME 100,000 FOLLOWERS FOR PROOF THAT YOU ARE MY GUY.
IF you want to put together a wholesale chart for me. Something only you and I have access too and what you want to provide for a certain price but remind you if I do not like what I see I will not even discuss the possibility of a contract.
If we can do this. Message me
Teamwork Partnership Loyality Business Family Socialmedia Expert Instagram Facebook Twitter
please order me
please order me!
i am agree social media partner work
please contract me.
contact me for high-quality guaranteed smm services.
hi,
i have read your requirements and i am ready to discuss the things with you. i can provide you quick services for all platforms on long term basis. i understand the value of a steady work. i can demonstrate my services but demo will be paid too. you can start with a small order if you want.
regards
please,order me.
| 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 wanttobuy A, categories_wanttobuy B, seoclerks.members C WHERE A.wantid='67208' 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='67208'
AND A.category=B.CATID AND A.USERID=C.USERID | /opt/clerks-staging/docroot/viewwant.php 163 () () |
| SELECT * FROM ratings_buyer WHERE USERID=760114 | 1 | SELECT sum(good) as thumbup, sum(bad) as thumbdown
FROM ratings_buyer WHERE USERID=760114 | /opt/clerks-staging/docroot/include/functions/main.php 19523 GetRatingsAsBuyerTotal() () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 67208 AND A.category=B.CATID AND A.active=1 AND (A.tags like '%Teamwork Partnership Loyality Business Family Socialmedia Expert Instagram Facebook Twitter%' ) 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 != 67208
AND A.category=B.CATID
AND A.active=1
AND (A.tags like '%Teamwork Partnership Loyality Business Family Socialmedia Expert Instagram Facebook Twitter%' ) LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 551 () () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 67208 AND A.category=B.CATID AND A.active=1 AND A.USERID=760114 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 != 67208
AND A.category=B.CATID
AND A.active=1
AND A.USERID=760114
LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 568 () () |
| SELECT * FROM wantcomments a, seoclerks.members b WHERE a.PID='67208' 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='67208' 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='67208' | 1 | UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='67208' | /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='67208' 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='67208'
ORDER BY w.bidid ASC
| /opt/clerks-staging/docroot/viewwant.php 1192 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=480665 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=480665 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=404493 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=404493 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=243408 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=243408 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=606023 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=606023 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=551511 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=551511 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=212376 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=212376 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=738285 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=738285 | /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=760114 | 1 | SELECT sum(positive_ratings) as thumbup,
sum(negative_ratings) as thumbdown
FROM posts
WHERE USERID=760114 | /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='480665' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='480665' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='404493' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='404493' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='243408' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='243408' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='606023' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='606023' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='551511' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='551511' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='212376' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212376' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='738285' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='738285' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='760114' | 1 | SELECT profile_data FROM seoclerks.members WHERE USERID='760114' | /opt/clerks-staging/docroot/include/functions/main.php 1927 getUserBackground() include() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |