Today this plugin had it's first major update. It now includes 100% MORE I-stats! I collaborated with I-stats over the last couple weeks to build this tool, and it's awesome. In summary, it gets data from I-stats.net to display their evaluation of the player you're looking at--which includes a flag for locked stats (impossible stats) and if i-stats has banned them. Also, It shows a list of previous names used by the player, which solves a number of problems that can arise with people that change their name frequently.
Double shout out to Pun1a the cheat-o-meter plugin guy. His work laid the foundation for my work.
v1.1 release - now with 100% more istats! displays i-stats evaluation
update: Depreciating original links, new link:
http://bf3playerlinks.appspot.com/player-links.js
v0.2 Fixed bug on non-english battlelog (hopefully), and added bf3stats link.
v0.1 Release
Post edited 1 x times, last by
José Ortega
Global Moderator
José Ortega
Global Moderator
Fixed link to pun1a's thread
This only includes some links to those cheat-statics pages but not pun1a's cheatometer itself, right?
Also, upload the plugin to another service like dropbox, because it doesnt seems to work with the GDrive link you've provided..
EDIT:
Reporting first noticeable bug.
English battlelog works perfectly as far as i know, but any other language seems to have random problems... the link for some reason override for something like:
The ChatCrearchatcon or whatever, is in the language of battlelog, for example, those links were made in spanish battlelog, but in italian battlelog it is something like:
This only includes some links to those cheat-statics pages but not pun1a's cheatometer itself, right?
This is correct. It's just a very basic plugin that adds custom links. Nothing fancy here.
I'll take a look and figure out the best way to get a player's username
kurtextrem
http://kurtextrem.de/bbl/CheatOMeter.js
var profileLink = $('.profile-avatar > a').attr('href'),
username = profileLink.match(/user\/(.+)\//)[1]
This is perfectly save, even for other languages.
Topicstarter
bionik
kurtextrem wrote:
http://kurtextrem.de/bbl/CheatOMeter.js
var profileLink = $('.profile-avatar > a').attr('href'),
username = profileLink.match(/user\/(.+)\//)[1]
This is perfectly save, even for other languages.
Nice! Updated using this code, seems to work. Before this update, I changed Battelog language and was unable to recreate the issue wasakakero brought up. But hopefully this fixes it. Currently it works in english and I checked spanish, korean, and japanese (random sample).
José Ortega
Global Moderator
It works perfectly now, good job.
Fenriswolf
very nice.
Topicstarter
bionik
Thanks for the positive feedback and help fixing that bug. I-stats is going to give me some code so I can display their evaluation using this plugin--feature coming soon :).
Also I shared this on reddit, go give me that reddit love:
In preparation of a BIG update, I've moved the link of the plugin. The new link is:
http://bf3playerlinks.appspot.com/player-links.js
If you're reading this, you should update your link. However, the old link (and alternate link) will continue to work for the life of the plugin. Currently they're set to read from the new link.
Topicstarter
bionik
Announcement:
I've updated the Original Post. Today is the first major release for this plugin.
It now includes 100% more I-stats!
I've collaborated with I-stats over the past couple weeks to make this tool, and it's awesome. In summary, it now show's I-stats' player evaluation and highlights any key events such as an I-stats ban or stats' lock*. Also I-stats returns a list of alias' which is great for tracking down suspicious players and more importantly: if you're like me and have a friend list full of knuckleheads who change their name every day, now you get to know who is who. :D
Cheers!
*I stats takes a snapshot of a players' impossible stats, so if they get reset by EA they're not permanently lost.