Projects tagged ‘easy’ and ‘mysql’


Jump to tag:

Projects tagged ‘easy’ and ‘mysql’

Filtered by Project Tags easy mysql

Refine results Project Tags php (14) cms (8) simple (7) web (6) blog (5) fast (4) apache (3) python (2) generator (2) script (2) server (2) database (2)

[17 total ]

6 Users
 

The Uniform Server is a WAMP package that allows you to run a server on any MS Windows OS based computer. It is small and mobile to download or move around and can also be used or setup as a ... [More] production/live server. Developers also use The Uniform Server to test their applications made with either PHP, MySQL, Perl, or the Apache HTTPd Server. [Less]
Created over 2 years ago.

2 Users

Very fast and easy to use CMS using django and pinax with flexibility easy to use features . main goal of this project is to provide a fast environment for a real simple user for personal usage
Created 4 months ago.

2 Users

Created about 1 year ago.

1 Users

A small guestbook in developement - formerly known as dsGuestbook (dsGB) or phGuestbook (phGB). New delevopement!
Created over 2 years ago.

1 Users

Team 16 cms - it is free, open source cms
Created 4 months ago.

1 Users

Orbis CMS is a stylish, open source content management system centered around simplicity and ease-of-use for non-technical users. Orbis is aimed at web designers and other web professionals looking ... [More] for a simple CMS to assist clients in editing portions of their websites. Clients never have to deal with coding of any kind - everything is done through a tidy and neat graphical user interface. Editable portions are defined by the web designer. The whole CMS is optimised to be custom branded, and just simply "works". [Less]
Created 6 months ago.

0 Users

Max.Blog is a new, simple, yet powerful CMS (Content Management System) designed for optimal usability and speed. The installation takes under 5 minutes and works on almost 100% of all servers. ... [More] Max.Blog utilizes PHP 5 and MySQL. It has a lot of features and a strict line of Client and Admin, with a very easy-to-use Admin CP. Other user groups include News Poster and Root. The project's website is: http://www.mzbservices.com. Currently at 1.0.6, Max.Blog is a very safe and secure blog software! Max.Blog 1.0.6 released! Max.Blog 1.0.6 is a very minor update, addressing multiple security issues and 1 bug fix. Users who are currently using Max.Blog 1.0.5.3 should upgrade immediately by uploading and overwriting all files except db_config.php. [Less]
Created 11 months ago.

0 Users

This is a set of php files to add to your website that provides an extremly simple implementation to add comments to your website. Comments are organized with an article id variable that uniquely ... [More] identifies what comments are associated with. This is so straight forward, anyone can upload and add comments to their site. [Less]
Created 11 months ago.

0 Users

NoteThis class is not finished yet, it is still in an early stage of development. Suggestions, issues, comments, etc are appreciated. What I want with this classI just want to create an easy php ... [More] class to connect and do basic SQL -at least for now- statements, and not being redeveloping all that stuff from zero everytime I need to develop some website and/or script. Usage: $phmysql = new phmysql; $phmysql->setConnection("localhost", "root", "pass", "phmysql"); $clients_number = $phmysql->getNumRows("SELECT * FROM clients"); $new_clients = $phmysql->getArray("SELECT * FROM clients WHERE not_checked = 1"); $phmysql->showDebug(false, true);Log example: --- phmysql: Debug log Start --- [Message] Set connection parameters [Message] Mysql connection started [Message] Mysql query: (SELECT * FROM items WHERE name LIKE '%kromede\'s%') performed. [Message] Mysql connection closed [Message] Mysql connection started [Message] Mysql num rows: (result: 10) performed. [Message] Mysql connection closed [Message] Mysql connection started [Message] Mysql query: (SELECT * FROM items WHERE name LIKE '%kromedees%') performed. [Message] Mysql connection closed [Error] Mysql fetch array: (SELECT * FROM items WHERE name LIKE '%kromedees%') No rows to get data from. --- phmysql: Debug log End --- [Less]
Created 28 days ago.

0 Users

What it does is installing the lightweight Nginx web server with PHP support and MySQL. It’s intended for administrators who is repeating the task of setting up servers. This scripts allow you to ... [More] install and configure a basic web server with almost no interaction (it only asks for a MySQL server root password at the very end). Read more at the official nWeb page. [Less]
Created 28 days ago.