This was sent in by Luis showing proof one of coingeneration.com DigitalGeneration DG CG lied lies at work. DG manipulates Chat total online users, proven below. Thanks Luis.
Name: Luis
E-Mail:
Subject: DG manipulates Chat total online users
Message: Total users on chat are manipulated by DG, they multiply the total of online users by 1.7This script on Google/Firefox console shows the ID and Nickname as well as a count of users:
var value = roomr; var count = 1;
for(var key in value) {
console.log(count,value[key],key);
count++;
}This always gives a total user count 1.7 times less than what DG shows. Source code (javascript) of chat is located here:
https://coingeneration.com/lib/chat.js
And the following 3 lines of code shows the total manipulation:
var ul = Math.round(Object.keys(users).length * 1.7);//:)
roomr = users;
$(\’#userscount\’).text(\’Online: \’+ul);