{"id":23427246,"url":"https://github.com/arrayiterator/sto","last_synced_at":"2025-08-09T21:10:06.389Z","repository":{"id":158658594,"uuid":"318084855","full_name":"ArrayIterator/sto","owner":"ArrayIterator","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-24T04:14:44.000Z","size":1573,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T06:30:39.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArrayIterator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-03T05:26:51.000Z","updated_at":"2021-01-24T04:14:46.000Z","dependencies_parsed_at":"2023-08-23T20:17:43.638Z","dependency_job_id":null,"html_url":"https://github.com/ArrayIterator/sto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArrayIterator%2Fsto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArrayIterator","download_url":"https://codeload.github.com/ArrayIterator/sto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248037693,"owners_count":21037394,"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-12-23T06:17:48.134Z","updated_at":"2025-04-09T12:24:18.427Z","avatar_url":"https://github.com/ArrayIterator.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STO\n\n\n## REFERENCE\n\nDatabase : [admin/data/sql/default.sql](admin/data/sql/default.sql)\n\n\u003e Password Encryption Using :\n\n```\n\npassword_hash(\n    sha1( string $plain_text )\n);\n\n```\n\n`Plain Password` / `Hashed Password` will be converted into encrypted password \nwhen user in database called by script using `password_needs_rehash` functions.\n\n### NOTE BYPASS\n\n```php\n\n// dont update user online\nhook_add('set_supervisor_online', 'return_false');\nhook_add('set_student_online', 'return_false');\n\n// manipulate cookie student data\nhook_add('cookie_student_data', function () {\n    return base64_encode(create_json_auth_user(1, STUDENT));\n});\n\n// make pretty\nhook_add('json_success_options', function () {\n    return JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES;\n});\n\n```\n\n### NOTE CODES\n\n**Many codes take from wordpress scripts**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fsto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrayiterator%2Fsto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrayiterator%2Fsto/lists"}