Showing posts with label Blogging ethics. Show all posts
Showing posts with label Blogging ethics. Show all posts

Spammer In This Blog Turns Out Is Good

Leave a Comment
Huh.. Actually i lazy to talk about spammer again. But, blocked comments which is just i read make me to talk it again. It is about positive side of spammers in this blog. But, It is not mean i like spammer. i have repeatedly told that i hate spam.

-About spam in this blog-

A moment ago, i idly read spam comment which is automatically blocked in this blog. All of spam comment is posted by 'anonymous' readers. Spam comments in this blog is more than non-spam comment. Now, there are 74 comment is spam folder. While, there are just 54 published comments, it also with my reply comments.
But, I surprised when i read several spams. It turns out, Arguably content of spam comments is better than non-spam. Usually (I found in other blogs), The spammer is just leave comments which is not qualified and just promote their blog/site. I wondering, why the good comment is published by anonymous reader. That's unique.
Though it is spam, but it is different. generally, the structure of spam comment in this blog is like the following :


"Bla-bla-bla-bla (good content of comments, Usually contains about praise, suggestion, correction and question) bla bla bla."

"here is my webpage bla bla bla(promote their site)".


For more details, I have screenshoots for several spams.





Click Image to enlarge


Honestly, I greatly appreciate the comments like that. Those's will make this blog better. My blogging spirit was increased after i read those. I feel that i must make me better because several comments critized me. But I am so happy bacause that. So, for this time i give thanks for anonymous comment publishers (that maybe include you hehe). I would not blocked it as spam if those comments is not anonymous.

-My anticipation-

Before, Please read also these relevant articles :

Because, Spam comment is still not diminished, so i take action more. Previous, I was prevented spam comments by add comment rules which you can see before you leave comment. But, That does not work. So I take a more assertive prevention. Now, you can not leave comment anonymously or by name/url. I was removed that options. Then, now there are no comment anonymously in this blog. I want you to accompany your name when you leave a comment. I just want to know you and make a friendship with you :p..
However, this blog is still dofollow. So if you want to get backlink, just linking you site in your comment body. But, remember! Don't comment only for promote, I will block it!. I just want to give the best for you.. One sentence from me :

LET'S STOP SPAMMING AND I WILL MAKE THIS BLOG BETTER

See you and happy blogging.

Muhammad Syakirurohman with his young spirit.

Read More...

Add Comment Rules in Comment Form of Blogspot and Wordpress Blog

3 comments
Blogwalking and leave comments in other blog has been the popular ways to promote website/blog and get free backlink. Usually, Bloggers commenting and leave site link in comment body, then ask the blog owner to visit and comment back in their blog. Though some bloggers consider it is spam comments because there are site link in comment body. But, this is make good relationship inter blogger if the blog owner respond it. So blogging is not only for do each of purpose, but for friendship and helping each other.
However, there are always bloggers who blogwalking to do the irresponsible thing : Spamming. They visit and leave comments in blog, But that's not qualified. They are commenting with anonymously and just promote their blog, without meaningful response to the articles which commented.
I have said in previous article : Please, Don't spamming, that i very hate spamming. In this blog, spamming is violated and blocked by me. But still, till now there are many spam comment submitted and i block that. I use auto detect spam service by blogger/blogspot. That's useful service. Apparently, Blogger was took serious step to eradicate spammer.
Besides spamming, Other thing which frequently did by irresponsible bloggers is use harsh words in comment. Usually, That is happen in controversial blog contents. However, still it is not good. Though we are not agree to the others statement, We must to use good words to reject that, surely, accompanied by obvious reason.
There are still many kind of irresponsible commenting in blogging culture. Intolerance racial, violation of law and sexual harassment is something which sometime happen in commenting.
Therefore, to avoid something that i talked about above, needed a comment regulation for our blog. This rules is for remind commenter to don't do something which forbidden and violate the laws. The rules must placed in effective position. One of effective position is above of comment input box. This is will seen by commenters when they write comments.
You can see my comment regulation as the example below. Are you interested ? If you want to add that in your blog, just follow the tutorial below :

syakirurahman comment regulations

How to Add Comment rules/Text Message in blogger/blogspot comment box

1. Log in to Dashboard
2. Select the blog you will add the comment rules.
3. Go to "Template" Menu
4. Click "EDIT HTML". *tips : backup your template before you editing HTML of blog.
5. Find this code : <h4 id='comment-post-message'><data:postCommentMsg/></h4>. *click CTRL + F to search.
6. Then, Put the following codes below it :

<div class="rule">
<h5>Comment Rules</h5>
<li>Don't spam here</li>
<li>Use good speaking</li>
<li>Your other rules</li>
<li>Your other rules</li>
</div>


*modify the red codes as you like
7. Save and finish. Comment Rules added.

How to Add Comment rules/Text message in wordpress comment box

1. Log in to administrator
2. Go to "Appearance" Menu, => Editor.

go appearence > editor

3. In Editor page, See to the right sidebar and you will find the list of php file.

edit comments.php in wordpress


4. Choose and Click Comments.php file.
5. In comments.php editor, Find this code : <h3 class="the-comments"> <?php comment_form_title(__('<span>Add</span> Yours','grid'), __('Your Comment to %s','grid') ); ?> </h3> or the similar code like that. *click CTRL + F to search.
6. Then, Put the following codes below it :

<div class="rule">
<h5>Comment Rules</h5>
<li>Don't spam here</li>
<li>Use good speaking</li>
<li>Your other rules</li>
<li>Your other rules</li>
</div>


*modify the red codes as you like
7. Click "Update file" below code editor to finish.

exampe comment regulation in wordpress
example comment regulation in wordpress


You comment rules has been added. But, maybe its style is too simple. So, if you want to stylify your comment rules, you can use the styles codes below.

Style 1 :

.rule {
background:#fafafa;
Padding:7px;
Font-size:15px;
color:red;
position:relative;
list-style:visible;
}
.rule >h5 {
font-weight:bold;
text-transform:uppercase;
font-size:17px;
}


Style 2 :

.rule {
background:#d2d2d2;
Padding:7px;
Font-size:15px;
color:White;
position:relative;
list-style:visible;
text-transform:uppercase;
}
.rule >h5 {
text-decoration:underline;
text-transform:uppercase;
font-size:17px;
}


I just provide two style.. Just stylify your regulation as you like.
- For blogger, Go to "EDIT HTML" again. Then put the one of the style codes below <b:skin><![CDATA[  or above ]]></b:skin>.   (between <b:skin><![CDATA[ and </b:skin>)

- For wordpress, See the styles file in themes editor pages. Styles file list located below list of php file. Scroll your browser and you will find it at bottom right corner.

edit stylesheet


Then, Choose and click 'Stylesheet' file (style.css). After that, Put the one of style codes to style.css editor above 'body {' code. Click update file to finish.

Well, That's from me. Hope by the regulation, spam and forbidden comment can be prevented and reduced. If you have any question, Don't hesitate to ask me. Hope this useful for you.
Happy Blogging :)

Muhammad syakirurohman with his young spirit.

Read More...

auto source link when someone copy-paste our articles

Leave a Comment

Now, blogging has be an activity that much liked by people. many New bloggers appear and begin blogging. their aim are various. there are blogging for money, blogging just for diary, sharing and other. however, increase the number of blogger is not accompanied by the knowledge about blogging ethics. it is causing many violation in blogging ethics. one of them is theft of articles without put source link. it is ignominious. one is write an article by his sweat and hard think, but by easy the articles stealers copy-paste it. we surely angry if ones steal our original articles. except if he linking the source.
But, i have a way to avoid someone who duplicate our articles without accompanied the source. so your articles stealers linking your blog though he don't want to do it. It system is when the stealers paste our articles, then the source link(our blog) automatically pasted under articles without known by him. this is apply if he copy and paste directly on blog without edit, read and preview before. by it, your blog will linked and you get backlink. so how to do it ? just follow the steps Below :

1. Log in to your Dashboard
2. Go to "Template" menu
3. choose and click "edit HTML" >> "proceed"
4. find the </head> code.
5. after that, place the following script code above </head> tag code.


<script type="text/javascript"> if(document.location.protocol=='http:'){ var Tynt=Tynt||[];Tynt.push('cXIEhKYVSr4lJ5adbi-bpO');Tynt.i={"ap":"Sumber :"}; (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://kupas-project.googlecode.com/files/sumberkupas.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})(); } </script>


6. save and you can test that it work.

if you have any questions and problem, you can ask me on the comments box below. Happy to try and Happy Blogging :)

Read More...