Skip to content

boogiespook/rti

Folders and files

NameName
Last commit message
Last commit date
May 29, 2019
May 22, 2019
May 29, 2019
Jul 18, 2017
May 22, 2019
May 29, 2019
Apr 11, 2017
May 22, 2019
May 22, 2019
Apr 11, 2017
May 22, 2019
Feb 28, 2019
Feb 28, 2019
Feb 28, 2019
Feb 28, 2019
Feb 28, 2019
Apr 11, 2017
May 29, 2019
Feb 28, 2019
May 4, 2017
Feb 28, 2019
Feb 28, 2019
May 29, 2019
Jul 18, 2017
Feb 28, 2019
Feb 28, 2019
May 22, 2019
May 22, 2019
May 22, 2019
May 22, 2019
May 22, 2019
Apr 11, 2017

Repository files navigation

Ready To Innovate

Requirements

  • PHP
  • MySQL
  • Apache

Setup

Use database.sql to setup the table for the spider database.

Edit dbconnect.php with your mysql credentials.

Create the database and tables:

mysql -u XXXX -p readytoi_spider < database.sql

This app uses a captcha to ensure no robot creation of users.

Securimage: A PHP class dealing with CAPTCHA images, audio, and validation https://www.phpcaptcha.org/documentation/quickstart-guide/