Posts Tagged ‘PHP script’
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 [...]
Pager Script version 1.0 for Blogger
For you have learned through language web programming as PHP, ASP, JAVA, … is not sure what is termed Pager (Pages or, English is “the site”). But if you get familiar with blogger, then maybe it is quite new, although you have seen it. Examples of this easy, when you search with 1 keyword is [...]
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. * [...]
Simple code php upload multiple file
Copy and paste into notepad this code: <? /* * Title: Upload Multiple Files (Simple Code) */ // * Description / Example: // * // * Buy using this script you will be able to upload as many files as you want. // * The code will check if file existes, limited extensions, file size, file selected ..etc. ?> <?php ########################################### #———-Upload Multiple Files———-# #———-Multi-files Uploader———–# #————-Multi-Uploader ————-# ########################################### //upload directory. //change to fit your need eg. files, upload …. etc. $upload_dir = “images/”; //number of files to upload. $num_files = 5; //the file size in bytes. $size_bytes =51200; //51200 bytes = 50KB. //Extensions you want files uploaded limited to. $limitedext = array(“.gif”,“.jpg”,“.jpeg”,“.png”,“.txt”,“.nfo”,“.doc”,“.rtf”,“.htm”,“.dmg”,“.zip”,“.rar”,“.gz”,“.exe”); //check if the directory exists or not. if (!is_dir(“$upload_dir”)) { die (“Error: The directory <b>($upload_dir)</b> doesn\’t exist”); } //check if the directory is writable. if (!is_writeable(“$upload_dir”)){ die (“Error: The directory <b>($upload_dir)</b> is NOT writable, Please CHMOD (777)”); } //if the form has been submitted, then do the upload process //infact, if you clicked on (Upload Now!) button. if (isset($_POST['upload_form'])){ echo “<h3>Upload results:</h3>”; //do a loop for uploading files based on ($num_files) number of files. for ($i = 1; [...]
Advanced Manual Traffic Exchange Script
Traffic Exchange Script Features Paid to manual surf – member sell credits back to admin feature (at a rate/price set by you!). On screen cash and credit bonuses! Multiple editable account types. Banner & text link rotator with member convert credits features! User account statuses – admin can suspend accounts and set days before inactivity! [...]



