Monday, December 13, 2010

CJ Ad Banner Rotator Using Simple PHP Script

The contents of "CJ Ad Rotator" ........1. adrotate.php 2. displayad.inc 3. linkcode.inc 4. Example Include.php 5. Readme.txt 6. Copying.txt (GPL) 7. and just incase you forgot where it came from.... an Internet Shortcut :DFiles Required ~~~~~~~~1. adrotate.php 2. displayad.inc 3. linkcode.inc 4. A php page to display the adrotate.php » note: the page must be renamed...

By PHP with No comments

404 Trapper PHP Script download

Download 404 Trapper PHP Script <?php ######################################################### # 404 Trapper # ######################################################### # This script was created by: # PHPSelect Web Development Division. # # You are granted full rights to use this script on any...

By PHP with No comments

8Ball Magic Script using PHP script

Installation instructions for 8-BallThe file and edit template.html to suit your needs. Where you want the form to appear in the web page, insert the string %%FORM%% and where you want the answer to be displayed, insert the string %%ANSWER%%. Open 8ball.php and set the $template variable to the name of your template HTML file, if different from the default "template.html." Edit the $answers...

By PHP with No comments

2Checkout payment Gateway integration using PHP

Installation and Usage ======================================== In order to use the CC Processor Gateway Interface, you must have an account with 2Checkout http://www.2checkout.com/ Open the processors.php script and set the variable as indicated at the top of the script. Upload the script to your server and then follow the instructions below. HOW TO USE - 2CHECKOUT ======================================== Using...

By PHP with 14 comments

Password Protect PHP Script

Set usernames / passwords below between SETTINGS START and SETTINGS END. Open it in browser with "help" parameter to get the code to add to all files being protected. Example: password_protect.php?help Include protection string which it gave you into every file that needs to be protected Add following HTML code to your page where you want to have logout link <a href="http://www.example.com/path/to/protected/page.php?logout=1">Logout</a>...

By PHP with No comments

PHP Find my IP address Script

This is the simple script for findiong my IP Address by using PHP By using this script you agree that we will not be held responsible for any damages to you or your business or website For more scripts, tutorials, free Cpanel hosting and all round webmaster resources <? $host = $_SERVER["HTTP_HOST"]; $userip = $_SERVER['REMOTE_ADDR']; $vis_ip = $_SERVER["REMOTE_ADDR"]; $user_agent...

By PHP with No comments

Simple PHP Free membership script

In order to get this membership script working you need a PHP Web Hosting account with one Mysql database. Step 1: Login to your web hosting account and create a database and inport the database.sql file. Step 2: Open config.php with notepad and change the settings to your database details. Step 3: Upload all the files to your web server. If you have completed the following steps above your free...

By PHP with No comments

Free PHP Random quote script

This is a random quote script By using this script you agree that we will not be held responsible for any damages to you or your business or website For more scripts, tutorials, free Cpanel hosting and all round webmaster resources <? $random_text = rand(1,5); if($random_text == "1") { // change the text below for quote one echo "This is random quote One!"; }elseif($random_text == "2") { //...

By PHP with No comments

Php Script for File Downloder

This is a simple script to enable your visitors download your files. The script can be used for protection from direct download, check user's authentication, write logs, and such. Features -------- * Can download any files: zip, images, pdf, php, etc. * Displays a 'You are downloading...' page before sending the file. * Simple and easy to develop. INSTALLATION ------------ 1. Move the script to...

By PHP with No comments

Sunday, December 12, 2010

Feedback form Using PHP Script Form

Install Instructions: 1.Open eeezy_mail.php and edit the first $msg variable, $to (your email address), $subject (subject of the email you will get upon submission, the first $mailheaders (your email again). That is it. If you use this script, please keep the link to my site intact. <html> <head> <title>EEEzy Feedback Form V 1.2</title> </head> <body> <? $form_block...

By PHP with No comments

    • Popular
    • Categories
    • Archives