Show IP Address & Geolocation Of Website Visitors Via JavaScript





2
comments





PLEASE NOTE:



We have Zero Tolerance to Spam.

Chessy Comments and Comments with
'Links'
will be deleted immediately upon our review.



(function() {
var items = ['id': '6875503579498989538', 'body': 'The IP address that you have shown in your demo, belongs to me. Why you are not concerned about the privacy?', 'timestamp': '1518676409921', 'permalink': 'https://www.mybloggertricks.com/2018/02/show-ip-address-geolocation-of-visitors.html?showCommentx3d1518676409921#c6875503579498989538', 'author': 'name': 'Unknown', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/00042865151034813852', 'displayTime': 'Feb 15, 2018, 11:33:00 AM', 'deleteclass': 'item-control blog-admin pid-1078270851', 'id': '526781155457003462', 'parentId': '6875503579498989538', 'body': 'This post is for educational purpose. Guiding users how easily can you fetch someonex26#39;s details using their IP address. x3cbr /x3ex3cbr /x3eThe more you learn about ways that snatch your freedom, the more secure you become. ', 'timestamp': '1518701150598', 'permalink': 'https://www.mybloggertricks.com/2018/02/show-ip-address-geolocation-of-visitors.html?showCommentx3d1518701150598#c526781155457003462', 'author': 'name': 'Mohammad Mustafa Ahmedzai', 'avatarUrl': '//lh4.googleusercontent.com/-f8qSqNLtpBU/AAAAAAAAAAI/AAAAAAAAQeo/f7nmpa1_dQ0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/11681339458447132019', 'displayTime': 'Feb 15, 2018, 6:25:00 PM', 'deleteclass': 'item-control blog-admin pid-1736397285'];
var msgs = 'loadMore': 'Load more...', 'loading': 'Loading...', 'loaded': 'No more!', 'addComment': 'Add comment', 'reply': 'Reply', 'delete': 'Delete';
var config = 'blogId': '8193278726666811965', 'postId': '6335770310856429', 'feed': 'https://www.mybloggertricks.com/feeds/6335770310856429/comments/default', 'authorName': 'M. Mustafa Ahmedzai', 'authorUrl': 'https://www.blogger.com/profile/11681339458447132019', 'baseUri': 'https://www.blogger.com', 'maxThreadDepth': 2;
// 0)
cursor = parseInt(items[items.length - 1].timestamp) + 1;

var bodyFromEntry = function(entry)
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved')
return '' + entry.content.$t + '';



return entry.content.$t;

var parse = function(data)
cursor = null;
var comments = ;
if (data && data.feed && data.feed.entry)
for (var i = 0, entry; entry = data.feed.entry[i]; i++)
var comment = ;
// comment ID, parsed out of the original id format
var id = /blog-(d+).post-(d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array)
var auth = entry.author[0];
if (auth)
comment.author =
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
;


if (entry.link)
if (entry.link[2])
comment.link = comment.permalink = entry.link[2].href;

if (entry.link[3])
var pid = /.*comments/default/(d+)?.*/.exec(entry.link[3].href);
if (pid && pid[1])
comment.parentId = pid[1];



comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass')
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime')
comment.displayTime = entry.gd$extendedProperty[k].value;



comments.push(comment);


return comments;
;
var paginator = function(callback) {
if (hasMore()) {
var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor)
url += '&published-min=' + new Date(cursor).toISOString();

window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length






  1. UnknownFeb 15, 2018, 11:33:00 AM

    The IP address that you have shown in your demo, belongs to me. Why you are not concerned about the privacy?


    ReplyDelete


    Replies




    1. Mohammad Mustafa AhmedzaiFeb 15, 2018, 6:25:00 PM

      This post is for educational purpose. Guiding users how easily can you fetch someone's details using their IP address.

      The more you learn about ways that snatch your freedom, the more secure you become.


      Delete




    2. Reply




Add comment


Load more...












BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html');







這個網誌中的熱門文章

Barbados

How to read a connectionString WITH PROVIDER in .NET Core?

Node.js Script on GitHub Pages or Amazon S3