{"id":22138631,"url":"https://github.com/naresh-chandanbatve/imp_image_store","last_synced_at":"2026-05-06T17:35:46.924Z","repository":{"id":132403111,"uuid":"462284063","full_name":"Naresh-chandanbatve/imp_Image_Store","owner":"Naresh-chandanbatve","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-20T10:56:36.000Z","size":28445,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T12:35:49.755Z","etag":null,"topics":["database","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","mysql","php","sql"],"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/Naresh-chandanbatve.png","metadata":{"files":{"readme":"README.md","changelog":"changepass.php","contributing":null,"funding":null,"license":null,"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":"2022-02-22T12:17:43.000Z","updated_at":"2023-07-08T19:26:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"81e2bbfa-f85e-47d8-98ac-49cf86b9275a","html_url":"https://github.com/Naresh-chandanbatve/imp_Image_Store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Naresh-chandanbatve/imp_Image_Store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naresh-chandanbatve%2Fimp_Image_Store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naresh-chandanbatve%2Fimp_Image_Store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naresh-chandanbatve%2Fimp_Image_Store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naresh-chandanbatve%2Fimp_Image_Store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naresh-chandanbatve","download_url":"https://codeload.github.com/Naresh-chandanbatve/imp_Image_Store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naresh-chandanbatve%2Fimp_Image_Store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["database","hacktoberfest","hacktoberfest-accepted","hacktoberfest2022","mysql","php","sql"],"created_at":"2024-12-01T20:11:01.715Z","updated_at":"2026-05-06T17:35:46.909Z","avatar_url":"https://github.com/Naresh-chandanbatve.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imp_Image_Store\n\n\n### Image store web app where we can store our 16 imp images with password protection\n\n\u003cbr\u003e\n\n## teck used \n1) php\n2) MySQL DBMS\n3) html\n4) CSS\n5) javaSript\n\n\n\u003cbr\u003e\u003cbr\u003e\n### Login Page\n\u003cimg height=\"400px\" width=\"600px\" src=\"https://github.com/Naresh-chandanbatve/imp_Image_Store/blob/main/ss/login.png?raw=true\"\u003e\n\u003cbr\u003e\n\n### Dashboard\n\u003cimg height=\"400px\" width=\"600px\" src=\"https://github.com/Naresh-chandanbatve/imp_Image_Store/blob/main/ss/dashboard.png?raw=true\"\u003e\n\u003cbr\u003e \n\n### Upload Page\n\u003cimg height=\"400px\" width=\"600px\" src=\"https://github.com/Naresh-chandanbatve/imp_Image_Store/blob/main/ss/uploadpage.png?raw=true\"\u003e\n\u003cbr\u003e\n\n### My Uploads\n\u003cimg height=\"400px\" width=\"600px\" src=\"https://github.com/Naresh-chandanbatve/imp_Image_Store/blob/main/ss/uploads.png?raw=true\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n## Steps to set up project locally\n1) first get the code using either zip or running\n ```bash\n git clone https://github.com/Naresh-chandanbatve/imp_Image_Store.git\n ```\n 2) install any server like apache or xamp.\n 3) install MySQL database.\n 4) inside MySQL database create database of name 'sql_auth'\n 5) then run the following SQL query \n   ```bash\n   create table user (\n      ID int(11) PRIMARY KEY AUTO_INCREMENT,\n      Name varchar(25),\n      Mail varchar(30),\n      Username  varchar(25),\n      profileurl varchar(200) NULL DEFAULT=\"images/profile-logo.jpg\",\n      Password varchar(15),\n      uploadindex int(70) );\n   ```\n   6) Don't forget to change the Host Name, Database User, Database Password And Database Name in all the files which includes following line\n      ```bash\n       mysqli_connect('localhost','root','Naresh@12', 'sql_auth');\n      ```\n   7) now start the server\n   8) make sure MySQL is running properly\n   9) open browser and enter the localhost with respected port number.\n   10) now one more important step... enjoy :)\n\n\n\n## OpenSource \n This project is a open source project. feel free to make contributions to this project by opening issues, adding new features and fixing the bug. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaresh-chandanbatve%2Fimp_image_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaresh-chandanbatve%2Fimp_image_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaresh-chandanbatve%2Fimp_image_store/lists"}