{"id":16485166,"url":"https://github.com/single9/php-account-activation-by-uri","last_synced_at":"2026-05-15T02:03:28.705Z","repository":{"id":9993924,"uuid":"12025759","full_name":"single9/PHP-Account-Activation-By-URI","owner":"single9","description":"Using URI to activate account for member registration.","archived":false,"fork":false,"pushed_at":"2013-08-11T07:33:34.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T14:45:11.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/single9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-10T19:31:17.000Z","updated_at":"2014-02-14T03:13:36.000Z","dependencies_parsed_at":"2022-09-15T13:52:12.103Z","dependency_job_id":null,"html_url":"https://github.com/single9/PHP-Account-Activation-By-URI","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FPHP-Account-Activation-By-URI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FPHP-Account-Activation-By-URI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FPHP-Account-Activation-By-URI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FPHP-Account-Activation-By-URI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/single9","download_url":"https://codeload.github.com/single9/PHP-Account-Activation-By-URI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241261519,"owners_count":19936045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:24:24.826Z","updated_at":"2026-05-15T02:03:28.493Z","avatar_url":"https://github.com/single9.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Account Activation By URI\n\n## Description\n\nUsing URI to activate account for member registration.\n\n## Installation\n\nDownload and edit `config.php`.\n\nEdit email content in `register.php`\n\nCopy files to your application.\n\nRun this SQL or create one on your Database schema:\n\n\tCREATE TABLE IF NOT EXISTS `users` (\n\t  `ID` int(11) NOT NULL AUTO_INCREMENT,\n\t  `username` varchar(30) NOT NULL,\n\t  `password` varchar(50) NOT NULL,\n\t  `activate_status` varchar(100) NOT NULL,\n\t  PRIMARY KEY (`ID`)\n\t) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;\n\n\nChange it into what you want.\n\nHave fun with this. :)\n\n## Files\n\n\tactivator.php \t\t\tActivation account script\n\tconfig.php \t\t\t\tConfiguration file\n\tclass/class.MySQL.php \tMySQL class\n\tindex.php \t\t\t\tA registration form example\n\tregister.php \t\t\tRegistration script\n\n### About class.MySQL.php\n\nYou can go [here](https://github.com/a1phanumeric/PHP-MySQL-Class) to get more information.\n\np.s. I increase password sercuity when update or insert it to database (on line 158 and 262).\n\n## License\n\nExclusive MySQL class. This script has no license and free to use.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle9%2Fphp-account-activation-by-uri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingle9%2Fphp-account-activation-by-uri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle9%2Fphp-account-activation-by-uri/lists"}