How To Keep Your Site From Hacking Attempts?





4
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': '2595885293867059871', 'body': 'Thanks Qasim for sharing informative Post. :)', 'timestamp': '1409333511782', 'permalink': 'https://www.mybloggertricks.com/2014/08/keep-your-site-safe-from-hacking.html?showCommentx3d1409333511782#c2595885293867059871', 'author': 'name': 'Noufal Binu', 'avatarUrl': '//lh4.googleusercontent.com/-aHcWI1WqzmI/AAAAAAAAAAI/AAAAAAAACCM/BgG_kR1hhhU/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/01409727692159602218', 'displayTime': 'Aug 29, 2014, 10:31:00 PM', 'deleteclass': 'item-control blog-admin pid-1640860433', 'id': '188280045453361325', 'body': 'Thanks a lot Qasim! Informative and useful!', 'timestamp': '1409392765594', 'permalink': 'https://www.mybloggertricks.com/2014/08/keep-your-site-safe-from-hacking.html?showCommentx3d1409392765594#c188280045453361325', 'author': 'name': 'Mohd Amir Ansari', 'avatarUrl': '//lh3.googleusercontent.com/-kfVRVnnnTVY/AAAAAAAAAAI/AAAAAAAAALg/NxvWd8aS13w/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/12174826447466739312', 'displayTime': 'Aug 30, 2014, 2:59:00 PM', 'deleteclass': 'item-control blog-admin pid-493226484', 'id': '7712628007033332955', 'body': 'Sorry Qasim. I would like to ask you an out of context question. An anonymous person commented on a post on my blog on Friday, August 29, 2014 11:54:00 am, and another comment on Thursday, August 28, 2014 1:22:00 am. These are spams. How to get rid of spams and spammers? Will they pose any threat to my blog and content? How safe is my blog and my account? Please revert as soon as possible.x3cbr /x3ex3cbr /x3eThanks x26amp; Regards.', 'timestamp': '1409393256334', 'permalink': 'https://www.mybloggertricks.com/2014/08/keep-your-site-safe-from-hacking.html?showCommentx3d1409393256334#c7712628007033332955', 'author': 'name': 'Mohd Amir Ansari', 'avatarUrl': '//lh3.googleusercontent.com/-kfVRVnnnTVY/AAAAAAAAAAI/AAAAAAAAALg/NxvWd8aS13w/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/12174826447466739312', 'displayTime': 'Aug 30, 2014, 3:07:00 PM', 'deleteclass': 'item-control blog-admin pid-493226484', 'id': '735415747303286333', 'parentId': '7712628007033332955', 'body': 'I will be very happy if you please give me some suggestions or solution on my mail id.', 'timestamp': '1409393355244', 'permalink': 'https://www.mybloggertricks.com/2014/08/keep-your-site-safe-from-hacking.html?showCommentx3d1409393355244#c735415747303286333', 'author': 'name': 'Mohd Amir Ansari', 'avatarUrl': '//lh3.googleusercontent.com/-kfVRVnnnTVY/AAAAAAAAAAI/AAAAAAAAALg/NxvWd8aS13w/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/12174826447466739312', 'displayTime': 'Aug 30, 2014, 3:09:00 PM', 'deleteclass': 'item-control blog-admin pid-493226484'];
var msgs = 'loadMore': 'Load more...', 'loading': 'Loading...', 'loaded': 'No more!', 'addComment': 'Add comment', 'reply': 'Reply', 'delete': 'Delete';
var config = 'blogId': '8193278726666811965', 'postId': '2580187240451823782', 'feed': 'https://www.mybloggertricks.com/feeds/2580187240451823782/comments/default', 'authorName': 'Qasim Zaib', 'authorUrl': 'https://www.blogger.com/profile/08938578237404814539', '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. Noufal BinuAug 29, 2014, 10:31:00 PM

    Thanks Qasim for sharing informative Post. :)


    ReplyDelete








  2. Mohd Amir AnsariAug 30, 2014, 2:59:00 PM

    Thanks a lot Qasim! Informative and useful!


    ReplyDelete








  3. Mohd Amir AnsariAug 30, 2014, 3:07:00 PM

    Sorry Qasim. I would like to ask you an out of context question. An anonymous person commented on a post on my blog on Friday, August 29, 2014 11:54:00 am, and another comment on Thursday, August 28, 2014 1:22:00 am. These are spams. How to get rid of spams and spammers? Will they pose any threat to my blog and content? How safe is my blog and my account? Please revert as soon as possible.

    Thanks & Regards.


    ReplyDelete


    Replies




    1. Mohd Amir AnsariAug 30, 2014, 3:09:00 PM

      I will be very happy if you please give me some suggestions or solution on my mail id.


      Delete




    2. Reply





Add comment


Load more...












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







這個網誌中的熱門文章

What does pagestruct do in Eviews?

Dutch intervention in Lombok and Karangasem

Channel Islands