Saturday 4 May 2013

Free Php Image Gallery Script


Gallery is the next generation of open source php photo gallery web applications. Gallery gives you an intuitive way to build php driven photo gallery for your own website whether you're running a small personal site or a large community site. Hundreds of thousands of people and communities are using Gallery to create custom php photo albums for their websites.
Features include:
  • Easy to create php photo galleries
  • User/photo administration and editing
  • Comprehensive permissions system
  • Fully themeable
  • Extensible modular design
  • Drag and drop upload system
  • ...and many more.
Gallery is open source software licensed under the GPL, and is maintained and developed by a community of users and developers. The development is a distributed effort, with collaboration from around the globe. The team is well organized, with weekly meetings, and constant communication. Serving millions worldwide, the Gallery project is the most widely used system of its kind. Gallery is free to download and use.


Image Validator Free php Script

I. DESCRIPTION


Image Validator is a GPL CAPTCHA php script to stop spam on  any form: comment areas, sign-ups, shopping carts - any area of your website where you fear the evil spammers may target.


II. REQUIREMENTS

    1. Apache 1 or 2
    2. PHP 4 or 5
    3. GD 2 with truetype support


III. INSTALLATION

    0. Unpack this package.
    1. You may edit _config.php file located in imgval directory.
    2. You may copy some TrueType fonts in imgval/fonts directory.
    2. Upload or copy imgval directory to browsable directory.
    3. Open imgval/index.php in your browser for testing.


IV. INTEGRATION NOTES

    In <img> tag, 'src' parametter should be linked with imgval/code.php.

    Example: <img src="imgval/code.php" />.

    To prevent cache images you may add some unique parameter.

    Example: <img src="imgval/code.php?id=<?= time() ?>" />

    Your should start a session in the response PHP file. In the valid action
    PHP source code you should verify MD5 sum of the input-code-field-value
    with session variable named __img_code__

Free Php Arcade Script


Free Arcade script for your gaming site.
 
Full Arcade Script Features:
 
Admin Panel
  » Add Game (Self hosted or enabled hosted)
  » Manage Games (Edit/Delete)
  » Add Category
  » Manage Categories (Delete/Edit)
  » Add Link
  » Manage Links (Delete/Edit)
  » Approve Comments (Delete/Approve)
  » Site Settings
Frontend Features
  » Categories
  » Top Users
  » Links
  » Statics of website
  » Ajax Rating
  » Game Comments
  » Most Played Games
  » Newest Listed Games
  » Search for Games

User Accounts
  » Comment on Games
  » Add games to favorites
  » Change password
Server Requirements
  » PHP 4+
  » 1 MySQL Database
 
 

Free User Referral System Php Script


This module provides users with the ability to refer other users to a site they are registered at. When the new users registers, the referral is recorded.
Users can see a list of users they referred, and the site admin can view more detailed reports.

Basic Functionality

The module works by displaying a referral link (such as referral/123) in the user's page. When a non-registered visitor clicks on this link, and then registers to the site, the referring user's ID is recorded
in the database.
If the Adsense module is installed and Revenue sharing is enabled, then the referral
is used to share the revenue between the referring user and the referred user.
Optionally, points are awarded for the referring user (requires the userpoints module).
The link for referral for each user is displayed in "my account" menu.

Reports

On the "my account" page, there is a link to a report on users you have referred.
There are also admin reports under Administer -> Logs.
Two reports are provided:
  • Summary: Lists each user and how many users they referred, and the date of the last referral.
  • Details: Lists each users, and each user they have referred, the date/time of referral, the IP address, and Referral link.

Installation

To install this module, do the following:
1. Create the database table by pasting the included referral.mysql script.