[New] Free Web Hosting Control Panel Software

If you are setting up your own web server, or having to manage a bare-bones dedicated server or virtual private server (VPS), the software listed on this page may interest you. These free (and often open source) web hosting control panel software let you manage the server from your web browser. They let you configure the web server, email, FTP, databases, DNS, user accounts, domains, and so forth without having to resort to manual editing of server configuration files.

SPaging

Package:
Summary:
This class can be used to display MySQL database q
Groups:
Author:
Description:
This class can be used to display MySQL database query results split into multiple HTML pages.

It is based on another class originally written by Ashish Vishwakarma.

This version changes the style of presentation of the pagination links.


Cup Scheduler

Package:
Summary:
Generate a schedule of games between teams
Groups:
Author:
Description:
This class can be used to generate a schedule of games between teams.

It takes as input an array with the names of teams of a league. The number of teams must be even.

The class shuffles the array and displays a list of matches with teams that play against each other.


Security Filter for Request HTTP Data

Package:
Summary:
Filter dangerous values from request variables
Groups:
Author:
Description:
This class can be used to filter dangerous values from request variables.

It can traverse the $_GET, $_POST, $_REQUEST and $_COOKIE request super-global array variables and reset the entries that match certain regular expressions that identify potential dangerous values.

Currently filter values that contain SQL retrieval queries, cross-site scripting attacks, hexadecimal values, calls to base64_decode and system functions.


Easy Image DB Management

Summary: Manage images stored in files or MySQL database
Author: Mikhail D
Description:
This package can be used to manipulate images stored in files or in a MySQL database. It can read images from files and store them in a MySQL database table, and vice-versa. The main class can also convert images between GIF, JPEG and PNG formats, as well resize the images to create thumbnails.

Safe Upload

Package:
Summary:
Process files uploaded via Web forms
Groups:
Author:
Description:
This class can be used to process files uploaded via Web forms.

It checks a given uploaded file and performs several checks before processing it like: checking the file name against a black list of banned names, check if the file already exists in a target directory, check whether the file size is not zero nor exceeds and given limit, check the MIME type against a list of accepted types, check the file name extension against a list of accepted extensions.

Then the class processes the file by moving it to a target directory. If it succeeds, the class returns an array with several details about the file.


PHP2HTML

Package:
Summary:
Compose HTML documents programmatically
Groups:
Author:
Description:
This class can be used to compose HTML documents programmatically.

It can add individual tags or with enclosed data to the document being composed.

The class can also detect deprecated tags and add to the generated HTML Javascript code that displays warning messages when the page is loaded.

The added tags and data may be returned as strings or displayed as the current script output.


Powered by Gewgley