Posts Tagged 'Script'

Free Ads Manager Script in PHP

Posted by admin on December 11 2009 Add Comments

Free Ads Manager Script in PHP Powered by Expbuilder.com

Introduction
This can let your visitors add the ads without register, there are 2 types of ads:
1- free ads
2- premium ads
you have the full control from admin control panel, like allow, deny or delete.
Also you can make the ads active with client mail (activation mail)
Demo
To see the demo [...]

PHP Login script tutorial

Posted by admin on December 11 2009 Add Comments

PHP Login script tutorial
Overview In this tutorial create 3 files
1. main_login.php
2. checklogin.php
3. login_success.php
Step
1. Create table “members” in database “test”.
2. Create file main_login.php.
3. Create file checklogin.php.
4. Create file login_success.php.
5. Create file logout.php
1- Create table “members”

Code:
CREATE TABLE `members` (
[...]

Simple Ad Rotation Script

Posted by admin on December 11 2009 Add Comments

Overview
In this script (very easy script), we have 3 ads for rotation
first ad we want it to display 70%
second ad we want to display 20%
and the last one we want to display 10%
What to do
1. Random number 1-100
- if result = 1-70 (we have opportunity to display ad 1, 70%)
- if result = 71-90 (we [...]

Simple PHP Hit Counter Script

Posted by admin on December 11 2009 Add Comments

Important
It is worth noting that this tutorial is paginated, and that the entire tutorial contains 4 pages. Just remember that the tutorial is not finished just after the first page!
PHP 4+ is required for this tutorial. PHP 5 is optional
This tutorial is for beginners with very limited knowledge of PHP. You will learn [...]

PHP login script

Posted by admin on December 11 2009 Add Comments

Programming a php login script can be a real pain. It has to be well coded, unique and, most of all, secure. We will pass all the mentioned aspects of a php login system in this tutorial by actually building one. Today I’m going to teach you how to write a good login script with [...]

PHP script to display Google PageRank

Posted by admin on December 11 2009 Add Comments

PHP script to display 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 of [...]

News Script

Posted by admin on December 11 2009 Add Comments

News Script

By: Andrew
This class can be used to manage and publish news articles stored in a MySQL database.
It can add, edit and delete articles from a MySQL database table.
The class can also display individual news articles using an external template script.
Download:
http://www.ziddu.com/download/7527982/newsscript-2008-07-13.zip.html

Lib Script Parser

Posted by admin on December 11 2009 Add Comments

Lib Script Parser
By: Cornelius Bolten
This package is meant to parse configuration files that define hierarchies of settings with unlimited depth.
It builds associative arrays with the names of the options and the respective values.
Download:
http://www.ziddu.com/download/7505436/libscriptparser-2004-05-11.zip.html