Anonymous ID: f09a7a March 21, 2019, 1:12 p.m. No.5814354   🗄️.is 🔗kun   >>4369 >>4395 >>4474 >>4515 >>4642 >>4781 >>5034

>>5814308

 

i was already wondering how qmap.pub was able to get THAT much „Users“ per day - especially with that low quality of content…

 

>>5813405

>>5813509

 

after thinking for a while i thought:

what, if this is not the number for UNIQUE VISITORS, but PAGE REQUESTS?

 

so i wrote a small script to send 10k requests to qmap.pub - the counter increased in a few minutes by 10k!

 

there is also the story with with the $2.99 app… he asked for money - even here on 8chan! (dig: https://qresear.ch/?q=qappanon)… the data on the website does not match with original sources, parts of the data are missing or even manipulated…

 

this sounds absolutely misleading & fishy to me…

 

idea (but i would need your help for this):

do we want to bring the counter to 10+ million?

Anonymous ID: f09a7a March 21, 2019, 1:21 p.m. No.5814478   🗄️.is 🔗kun   >>4515

>>5814395

 

this script will call all trump tweets on qmap.pub

 

php version:

 

<?php

$url = 'https://qmap.pub/read/T-';

$limit = 4893; // current number of trump tweets

for ($i=1; $i<=$limit;$i++) {

file_get_contents($url.$i);

}

 

i guess you could also try to call the frontpage thousands of times…