You are viewing a single comment's thread from:

RE: Announcing SGC Labs - #1 Stream tools for DLive

in #steemgc6 years ago

There is plagrism here on followergoal feature:"https://sgclabs.net/alerts/alert-box/v1/followersgoal/playfull/1000/" this link has show us follower goal i inspect the code and found this code

setInterval(function(){followgoal(); }, 3000);

function followgoal() {
    steem.api.getFollowCount("playfull", function(err, result) {
    document.getElementById('pgs').innerHTML = "Follow Goal "+result.follower_count+"/"+"1000-Goal";
    var rate=Math.round(result.follower_count/"1000"*100);
    if(100<rate){rate=100;}
    document.getElementById('degis').setAttribute("style","width:"+ rate + "%");
    document.getElementById('oran').innerHTML = "%"+rate;
});
}

i wrote this code 2days ago on my github and licensed GPL-3 here:"https://github.com/Ovmedia/dlivehelper/blob/master/dlivechat/dlivelay/templates/dlivelay/followergoal.html"

its same attribute like "degis" and "oran" they are turkish language they just change main div, all code same except 'pgs' div on my code div name:"yazi" and other parts nearly same like css

No one consulted me, i know its little code block but its plagrism and i published on this post my system https://steemit.com/dlive/@overmedia/dlivehelper-introduce-to-system-pre-alpha

İf anybody want to contact me Discord: Overmedia

Sort:  

The SteemGC team has acknowledged that a function in the code was very similar to yours. It was removed from the SGC Labs shortly after it was brought to the attention of our dev team by you. Thank you for letting us know as we take plagiarism very seriously and sorry for the inconvenience.