Hello Everyone ! I want urgent alexa ranking 130 countries which list i give you here. main ( international rank 10000 and main country united kingdom also other 130 countries any rank. i want all country rank with in 7 to last 10 days. i want mantain this all country rank atlise 3 months. list is here..i have total 12 website but i start work with you 1st one website if your result is best so we will start work on 12 website.
(1) Russia
(2) Canada
(3) United States
(4) China
(5) Brazil
(6) Australia
(7) India
(8) Argentina
(9) Kazakhstan
(10) Sudan
(11) Algeria
(12) Democratic Republic of the Congo (Kinshasa)
(13) Saudi Arabia
(14) Mexico
(15) Indonesia
(16) Libya
(17) Iran
(18) Mongolia
(19) Peru
(20) Chad
(21) Niger
(22) Angola
(23) Mali
(24) South Africa
(25) Colombia
(26) Ethiopia
(27) Bolivia
(28) Mauritania
(29) Egypt
(30) Tanzania
(31) Nigeria
(32) Venezuela
(33) Namibia
(34) Mozambique
(35) Pakistan
(36) Turkey
(37) Chile
(38) Zambia
(39) Myanmar
(40) Afghanistan
(41) Somalia
(42) Central African Republic
(43) Ukraine
(44) Madagascar
(45) Botswana
(46) Kenya
(47) France
(48) Yemen
(49) Thailand
(50) Spain
(51) Turkmenistan
(52) Cameroon
(53) Papua New Guinea
(54) Sweden
(55) Uzbekistan
(56) Morocco
(57) Iraq
(58) Paraguay
(59) Zimbabwe
(60) Japan
(61) Germany
(62) Republic of the Congo (Brazzaville)
(63) Vietnam
(64) Malaysia
(65) Norway
(67) Côte d'Ivoire
(68) Poland
(69) Oman
(70) Italy
(71) Philippines
(72) Ecuador
(73) Burkina Faso
(74) New Zealand
(75) Gabon
(76) Western Sahara
(77) Guinea
(78) United Kingdom
(79) Uganda
(80) Ghana
(81) Romania
(82) Lao PDR
(83) Guyana
(84) Belarus
(85) Kyrgyzstan
(86) Senegal
(87) Syria
(88) Cambodia
(89) Uruguay
(90) Suriname
(91) Tunisia
(92) Nepal
(93) Bangladesh
(94) Tajikistan
(95) Greece
(96) Nicaragua
(97) North Korea
(98) Malawi
(99) Eritrea
(100) Benin
(101) Honduras
(103) Liberia
(104) Bulgaria
(105) Cuba
(106) Guatemala
(107) Iceland
(108) South Korea
(109) Hungary
(110) Portugal
(111) Jordan
(112) Azerbaijan
(113) Austria
(114) United Arab Emirates
(115) Czech Republic
(116) Serbia
(117) Panama
(118) Georgia
(119) Sri Lanka
(120) Costa Rica
(121) Denmark
(122) Netherlands
(123) Switzerland
(124) Bhutan
(125) Taiwan
(126) Kuwait
(127) Qatar
(128) Cyprus
(129) Bahrain
(130) Singapore
I want all 130 countries alexa rank with in last 7 to 10 days.
hi,
i will give you complete list that you are looking for. you can release milestone payments to ensure for proper working and satisfaction.
thanks and regards,
sukhvir
| Match | Count | SQL | Script |
| SELECT * FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C WHERE A.wantid='13698' 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='13698'
AND A.category=B.CATID AND A.USERID=C.USERID | /opt/clerks-staging/docroot/viewwant.php 163 () () |
| SELECT * FROM ratings_buyer WHERE USERID=182654 | 1 | SELECT sum(good) as thumbup, sum(bad) as thumbdown
FROM ratings_buyer WHERE USERID=182654 | /opt/clerks-staging/docroot/include/functions/main.php 19523 GetRatingsAsBuyerTotal() () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 13698 AND A.category=B.CATID AND A.active=1 AND (A.tags like '%Safe traffic adsense%' ) 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 != 13698
AND A.category=B.CATID
AND A.active=1
AND (A.tags like '%Safe traffic adsense%' ) LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 551 () () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 13698 AND A.category=B.CATID AND A.active=1 AND A.USERID=182654 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 != 13698
AND A.category=B.CATID
AND A.active=1
AND A.USERID=182654
LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 568 () () |
| SELECT * FROM wantcomments a, seoclerks.members b WHERE a.PID='13698' 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='13698' 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='13698' | 1 | UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='13698' | /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='13698' 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='13698'
ORDER BY w.bidid ASC
| /opt/clerks-staging/docroot/viewwant.php 1192 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=136204 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=136204 | /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=182654 | 1 | SELECT sum(positive_ratings) as thumbup,
sum(negative_ratings) as thumbdown
FROM posts
WHERE USERID=182654 | /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='136204' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='136204' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='182654' | 1 | SELECT profile_data FROM seoclerks.members WHERE USERID='182654' | /opt/clerks-staging/docroot/include/functions/main.php 1927 getUserBackground() include() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |