Archive for the ‘PHP script’ Category
Google PageRank status display on your page
What is Google PageRank?: PageRank is a numeric value that represents how important a page is on the web. It is Google’s way of measuring the importance of web site. Here is how Google explains PageRank: PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator [...]
Adsense block IP to avoid the invalid clicks.
When my adsense was disable, i very sad for this…, I try thing whats the problem due to my adsense account disable ? I cant understand whats the reason make my adsense disable. Today i want to introdue to everybody known, the ways to avoid invalid clicks from yourseft, your wife, or your children… Go [...]
AutoBlogger – Post feed to your blog
Blogger blogs allow the blogs owner to post via email, so we’re going to use PHP’s mail function to post new content, and PHP’s SimpleXML to gather the content before posting. Firstly, we need to set up our blogger blog to accept emailed posts: We need to go to our settings page in Blogger, and [...]
PHP script clock for your website
Keep save as this code with filename.php <? // Binary Clock // script copyright© 2002 Andreas Tscharnuter // questions? contact: psychodad@psychodad.at || [url=http://www.psychodad.at/clock/]http://www.psychodad.at/clock/[/url] // free to use, copy and modify but leave comments untouched;) // just include this file where your binary clock should appear // version 1.2 03 September 2003 // below you can [...]
Dynamic Image / Signature Generator
The file need create: Code 1: dynamic_sig.php (you can rename this to index.php and you’ll see at the end why) Code 2: a simple text file named anything (I will call it name.txt). <?php header(“Content-type: image/png”); $image = imagecreatefrompng(“../path/sotw_background.png”); //imagecolorallocate($image, R, G, B) in HEX values $font_black = imagecolorallocate($image, 2, 1, 8); $font_blue = imagecolorallocate($image, [...]
PHP script: Watermark your images
When you want to publish a lot images, so you want to have copyright on images, what should you do for this solution. Now, i want to introduce the way to do that perfectly. Firstly, Open notepad, copy this code below, paste into watermark.php. <?php // this script creates a watermarked image from an image [...]
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 [...]
Auto add Watermark on your images
Hi, Everybody here ! The best way to protect your images is to watermark them. But that can be a real hassle. This script will take any image and automatically add a watermark before it is delivered from the server to the person’s browser. The instructions for using this script are in the comment lines [...]
How to create contact page with PHP
To view the contact nquan of a member of the Web site can not be flippant contact (Feed-back). I would like to introduce messages by MCR with PHP basic. 1. First you create a file contact.php content: <form method=”post” action=”send.php”> <input TYPE=”TEXT” value=” you@domainname.com” NAME=”email” size=20> <br> <input TYPE=”TEXT” value=”Title mail” NAME=”subject” size=20> <br> <TEXTAREA [...]
Interspire Shopping Cart 4.0.3
Interspire Shopping Cart was designed with you, the store owner in mind. It runs from your web browser and can be completely customized without editing any HTML files. Combine this with unmatched ease-of-use, built-in marketing tools and business intelligence, and you have fully-featured shopping cart software that contains everything you need to succeed online. * [...]



