Skip to content

A "website under construction" page with progress bar and built in form for submitting emails to a database. Built with QCubed and Bootstrap

License

Notifications You must be signed in to change notification settings

uniquerockrz/rockstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS APP IS NO LONGER MAINTAINED.

Bugs and feature requests will no longer be looked at.

Typical output Typical output

Simple Men At Work, Under Construction Page, which you can use in your projects

  • Upload the files in your server
  • Change the values of
    define ('__DOCROOT__', '');
    define ('__VIRTUAL_DIRECTORY__', '');
    define ('__SUBDIRECTORY__', '');

and

    define('DB_CONNECTION_1', serialize(array(
	    'adapter' => 'MySqli5',
		'server' => 'localhost',
		'port' => null,
		'database' => '',
		'username' => '',
		'password' => '',
		'caching' => false,
		'profiling' => false)));

In qcubed/includes/configuration/configuration.inc.php

  • Create the database and run the commands in run.sql

About

A "website under construction" page with progress bar and built in form for submitting emails to a database. Built with QCubed and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages