Archive for the ‘Scripts’ Category

Release New CMS Acute Control Panel 2008

Thursday, April 24th, 2008

Download Acute Control Panel CMS Version 1

(24/04/2008) 21:45pm GMT

Hey over the last couple of weeks i made a Website Content Management System, I called it Acute Control Panel, because it was to be developed in a short amount of time. It’s open source anyone can modify it to suite their needs but i would like the original credit.

I have released it under a Creative Commons License that can be viewed here:

http://creativecommons.org/licenses/by-sa/2.0/uk/

Current Features

are as follows:

  • User’s
  • Edit Pages / Delete Pages / Modify Pages ( Using TinyMCE )
  • Parent Pages
  • Sub Pages
  • Edit Links / Delete Links / Modify Links
  • Support for Theme’s
  • Page Statistics
  • Visitor Statistics

If you need to quickly make a website then acute cp is way to do it, it takes a few minutes to setup. I’ve made the default template in xhtml and the design SEO Friendly. It’s very easy to create your own themes, checkout The “rounded theme” to create and derive your own.

If you find any bug’s or things that will improve it you can email me on “Spencer-AT-rediscussed-DOT-com”, or leave a comment below.

Installation is easy

Installation

  1. Extract, the contents of the zip file into a directory.
  2. Create a MySQL Database on your webserver and import/run the MySQL Query “acute-cp.sql” from the contents of the zip, with a user and appropriate permission’s.
  3. Open “acute-cp/web_settings.php” with a text editor. Replace the appropriate fields highlighted and any other information if need be(not usually):
    define(”db_name”,”acute-cp“);
    define(”db_server”,”localhost“);
    define(”db_username”,”web-cp“);
    define(”db_password”,”web-cp“);
  4. Upload the contents of the “acute-cp” folder to your root FTP directory.
  5. Installation is complete login to your control panel with the
    Username: admin
    Password: password
    and make sure you CHANGE the default password.

You can preview the default theme.

Click Below to Download

Download Acute Control Panel

Free PHP Petition Signing Script Release

Friday, January 18th, 2008

To Download the Free php petition script click here

File Size: 15kb

File Type: zip

File List: List of the files in the petition zip

Author: Spencer


The Script

I’ve created a PHP and MySQL based script which allows you to create multiple petition’s for users which they will be able to sign on your site. Currently everything for a basic petition script works which is great! This small script didn’t take very long to be honest but your feedback and donations are welcome. Your emails are welcomed too. There are alot of scripts out there that want you to pay and don’t do the job correctly. Now you can just download my free PHP and MySQL petition script! (see above).

By making it free to download i expect you to respect that it is released under the creative commons license here:
http://creativecommons.org/licenses/by-sa/2.0/uk/

So if you are redistributing the PHP petition script always keep the license information with it, and a link back to: www.rediscussed.com

Preview

Here are a few screen shots of the petition script pages, all styles can be changed in the style css file.

Click to Enlarge

Topic entries petition script admin panel export petition entries

Installation

It only takes a few minutes to install the script

To install “signing petition system php script” do the following:

1. Upload the files via FTP to your web hosting.

2. Create a MySQL database and import import.sql

3. CHMOD the folder reports to writable.

4. Edit sqlconnection.php and put the database information in.

5. The default username and password is ‘admin’ and ‘password’ change this in your mysql database.

Note: You may want to change the style, edit style.css

Version 1 of the PHP Petition Signing Script

Features Implemented:

  • Add a Petition / Topic
  • Sign a Petition / Topic
  • Administrator Login
  • Delete Petition / Topic
  • Delete Signature / a signed entry
  • Export petition entries into an .xls excel or spreadsheet file

Features not yet implemented:

  • Adding and removing User’s
  • Removing users
  • Access levels

Your feedback is always appreciated, ideas and suggestions are welcomed.
Enjoy the petition script!