{"id":19346928,"url":"https://github.com/godmode2k/web_examples","last_synced_at":"2026-04-29T16:02:57.628Z","repository":{"id":82598500,"uuid":"44092183","full_name":"godmode2k/web_examples","owner":"godmode2k","description":"Web Examples (+ Mobile App)","archived":false,"fork":false,"pushed_at":"2019-04-09T14:57:09.000Z","size":450,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T00:51:34.483Z","etag":null,"topics":["android","confirmation-url","json","php","signin","singup"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/godmode2k.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":"2015-10-12T07:46:35.000Z","updated_at":"2020-12-15T05:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2314137-28e5-4eaf-b2a4-69101f580806","html_url":"https://github.com/godmode2k/web_examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/godmode2k/web_examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godmode2k%2Fweb_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godmode2k%2Fweb_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godmode2k%2Fweb_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godmode2k%2Fweb_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/godmode2k","download_url":"https://codeload.github.com/godmode2k/web_examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/godmode2k%2Fweb_examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","confirmation-url","json","php","signin","singup"],"created_at":"2024-11-10T04:13:18.414Z","updated_at":"2026-04-29T16:02:57.580Z","avatar_url":"https://github.com/godmode2k.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Web Examples\r\n===============\r\n\r\n\r\nSummary\r\n----------\r\n\u003e The sources show you how to make a simple Web page for \u003cbr\u003e\r\n\u003e manage the account(sign-in/up) and schedule. \u003cbr\u003e\r\n\u003e And handle JSON response in PHP/Android (Currently\r\n\u003e    login/logout, account info and sign-up only). \u003cbr\u003e\r\n\u003e In Android, you can see how to keep PHP session.\r\n\r\n\r\nEnvironment\r\n----------\r\n\u003e tested on\r\n\r\n    GNU/Linux: Ubuntu 11.10\r\n    Apache: 2.2.20\r\n    PHP: 5.3.6\r\n    MySQL: 5.1.63\r\n\r\n\r\nFiles\r\n----------\r\n\u003e as following or you should make whatever you want\r\n\r\n    ./reg {\r\n\t  // Login\r\n\t  - login.php\r\n\t  - login_chk.php\r\n\t  - logout.php\r\n\t  -\r\n\t  // Account\r\n\t  - account_sign_up.php\r\n\t  - account_commit.php\r\n\t  - account_confirm_url.php\r\n\t  - account_commit.php\r\n\t  -\r\n\t  - account_info.php\r\n\t  - account_info_commit.php\r\n\t  - account_remove_commit.php\r\n\t  -\r\n\t  // Manage the schedules\r\n\t  - reserv.php\r\n\t  - reserv_register_modify.php\r\n\t  - reserv_register_commit.php\r\n\t  -\r\n\t  /include\r\n\t    - commons.php\r\n\t    - namespaces.php\r\n\t    - auth.php                    // Authentication and most actions\r\n\t    - mysql.php                   // Database (MySQL) actions\r\n\t  -\r\n\t  /js\r\n\t    - util.js                     // some JavaScript for 'form' tag action\r\n\t  -\r\n\t  /db\r\n\t    - db.sql                      // Database schema\r\n\t  -\r\n\t  /Mobile {\r\n\t    /Android\r\n\t      - http_test_activity.xml    // HTTP Test Layout\r\n\t      - HttpTestActivity.java     // HTTP Test Activity\r\n\t  }\r\n\t}\r\n\t  \r\n\r\nNote\r\n----------\r\n\u003e\r\n\tFor Mobile App,\r\n\tYou have to set \u003cUser-Agent\u003e to \"mobile_app\" for JSON response.\r\n\tCurrently login/logout, account info and sign-up only.\r\n\r\n\r\n\r\nScreenshots\r\n----------\r\n\r\n\u003e Login\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/01_login.png)\r\n\r\n\u003e Reserv\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/02_reserv.png)\r\n\r\n\u003e Modify\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/03_modify.png)\r\n\r\n\u003e Profile\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/04_profile.png)\r\n\r\n\u003e Sign-up\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/05_signup.png)\r\n\r\n\u003e Sign-up: Confirm URL (Verify)\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/06_signup_confirm_url.png)\r\n\r\n\r\n\u003cbr\u003e\r\n\u003e Android \u003cbr\u003e\r\n\r\n\u003e Login / Logout\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/android_01_login_logout.png)\r\n\r\n\u003e Account info\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/android_02_account_info.png)\r\n\r\n\u003e Sign-Up\r\n\r\n![alt tag](https://github.com/godmode2k/web_examples/raw/master/reg/screenshots/android_03_sign_up.png)\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodmode2k%2Fweb_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgodmode2k%2Fweb_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgodmode2k%2Fweb_examples/lists"}