Skip to content

Repository files navigation

dog-adoption-manager

Open source dog adoption manager with a responsive adoption page & management system. Can be integrated with Wordpress or any website PHP/MySQL enabled.

Installation instructions

Create two directories in at root directory |--root |--dogstm |--manage |--config.php |--Login Login contains the files that come with the download. Config.php is a duplicate of config_example.php and needs to be copied from dogstm.

Table layout

Adoption Manager

idnamebreedshort_descriptionlong_descriptionimage
int(11)texttexttexttexttext
TypeColumn
Unique Keyid
Auto Incrementid

Login

user_iduser_nameuser_password_hashuser_email
bigint(20)varchar(64)varchar(255)varchar(64)
TypeColumn
Auto Incrementuser_id
PRIMARY KEYuser_id
UNIQUE KEYuser_name

Users /* It isn't clear whether there should be a table "Login". Probably not. */

user_iduser_nameuser_password_hashuser_email
bigint(20)varchar(64)varchar(255)varchar(64)
TypeColumn
Auto Incrementuser_id
PRIMARY KEYuser_id
UNIQUE KEYuser_name

Screenshots

Adoption ManagerAdoption Page
alt textalt text
alt textalt text
alt textalt text
alt textalt text

About

Open source dog adoption manager with a responsive adoption page & management system. Can be integrated with Wordpress or any website PHP/MySQL enabled.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages