Related Articles
How to Know Adsense Earning of an Article or a Blog Page?
If you are a blogger and using Adsense then you can know adsense earning of each page/article by using Google analytics. To know how much each page or article is generating adsense income you must use Google Analytics on your blog or website. Adsense Earning of an Article First Enable AdSense Linking on Google Analytics: […]
Simple Alert Box on Windows Using VBScript
Copy below code in a notepad and save it as alert.vbs (as all files) X=Msgbox(“Your system is Hacked! Please Contact IT Support Immediately.”,0+3,”Alert!”) Now run alert.vbs to show alert box on your windows machine. Change 0+3 to 0+16 to show different alert box.
PHP Mysql Visitor Counter Script
If you want to add a counter to a web page or a website then use the below simple PHP Counter Script using MySql. It is very easy to implement it and it counts whenever a page is being refreshed and the script won’t reduce page speed, unlike page counter scripts. PHP Visitor Counter Script […]