Archive for the ‘Ebooks – Tips’ Category

BAN IP with php script

This first script can be used to ban an IP Address from any function on your site. 1. Make a file name banner.w3 to add IP need to BAN 2. Copy this code below, Open Notepad paste this code into, save as your filename as index.php. <?php $ip = $_SERVER['REMOTE_ADDR']; $ipArray = preg_replace(“#\r\n?|\n#”,””,file(‘banner.w3‘)); foreach ($ipArray [...]

How to remove Label in Blogger ?

How to remove Label in Blogger ?

When you created so much Label the same meaning as : Fashion, Fashion shows, so you want delete it for SEO on good URL. The simple ways to resolve it quikly. 1. Login in blogger .com 2. Posting – Edit Posts 3. Choose Labels want to remove or change this. 4. Finaly, I’d conclude this [...]

Use domain name for DNS Blogger via intermediaries

Use domain name for DNS Blogger via intermediaries

Unclear how many people have read through the instructions for creating blogs with its own domain to that number today equipped Blogger domain on a lot. To help you have more options, I write to the installation instructions by a domain approach to more using the DNS service free medium. First to be told why [...]

How to add google sitemap into Blogger ?

How to add google sitemap into Blogger ?

How to add Google sitemap to your blogger.com account and increase your chances of being indexed in Google search engine result. You can add a Sitemap to your account to give Google more information about the pages in your site to help Google crawl them more effectively. Step # 1: Login to Google sitemap account: [...]

How to create Auto keywords in Blogger for Classic Template ?

You to find keywords: <$ BlogItemBody $> <ItemPage><div id=”post_body”></ItemPage><$BlogItemBody$><ItemPage></div></ItemPage> <script type=”text/javascript” src=”http://trongdai.net/keywordforpost01.js”></script> <script type=”text/javascript” src=”http://trongdai.net/keywordforpost02.js”></script> <div style=”border:1px silver dashed; background:#FFFFCC; padding:5px”> <script type=”text/javascript”> home_page2 = “www.vuicafe.com“; keyword_text = “<b>Tags Keyword:</b> “; window.onLoad = makeKeywordForPost(“post_body”);</script> </div> and replace it with the following code: The red seats also do the same as Section 1. Done

Blogger Auto Readmore Script ver3.0

Auto Script Readmore born was 5 months, versions 1.0 and 2.0 received the enthusiastic support from users is the blogger Vietnam, you are contributing many ideas developed. Anhvo very happy for this and sincerely thank you for the enthusiastic feedback. (you can see more about Auto Readmore here. To meet the diverse needs of users [...]

Auto add “Read more” in Blogger 1.0

Previously, I have introduced to you 2 ways to create Read More (Read more) link, 2 months also show quite effective and many people use. However, the use I noticed that the way has certain limitations. – 1 is we have to create the description and extension 1 manually (each article must be done). – [...]

How to add “Read more” in your blogger ?

Blogger default display 20 items per page in each label. If each of your post not too long, the display 20 messages per page viewers can see. Conversely, if the message is too long, does the full articles like this will make it difficult to read, to draw up pulling down the slider, very … [...]

How to get: blogID, userID, postID, commentID

blogID, UserId, postID, commentID … are only few are paying attention to it but that is especially important to write code for development blogger. The blogger on the job often do not notice it and I also do not know where to find it! Some pro blogger widget or write code sometimes convenient to use [...]