REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 2Forks
◯ 1Open issues
◉ 0Watchers
29/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
2 Maintenance state20% weight
40 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
PHPExcelWebsite
This website is intended for individuals or small business owners who want fast and clutter-free websites without paying a single penny. The websites build from this package uses excel files as databases along with PHP for the backend. The frontend uses HTML, CSS, and Bootstrap. The resulting websites will have features such as login, register, forgot password, comment box, quick links, search-bar, etc. At the admin side, features such as track activities, block users, disable the comment section, etc will be present. A handy web page creator is provided for the admin to quickly upload webpages for their dream website.
How to use this package
- Directly upload to your directory which is running on the php server.
- Two sample webpages are created (Computer Science and Question Papers), you can edit or delete them.
- If you have modified the above two pages make sure you make necessary changes in their parent files present in the phpindex folder.
- You can create your webpages using the pagecreator webpage.
- Follow the instructions in the webcreator webpage and while uploading body, just copy the source code (without the tags.
- The dependencies folder contains a file companyname.php. Modify this file content with your company name.
- Each webpage has a masterformat which is present in the phpindex directory. Modify the head, format and the footer part to reflect changes to all of your pages.
- The admin can change his password by clicking forgot password in the login menu and typing "baldelephanteagle" in the security question.
- The admin can change the background images for the login webpage, company logo and user webpage by deleting and uploading images with same name and resolution in the images folder.
- In the pagecreator menu, clearing logs will create a new log file with date and register all logs till that moment.
- Modify the encryption key 'SECURE_KEYssssss' in login.php, logout.php in login folder and index_login_status, login_status in the phpindex folder to a secret key not known to the outside world.
- Lock folders (inaccesible to outside world) phpindex, logs, dependencies, userlinking(or your dynamic page directory), login directory except login.php, register.php, index.php, and forgotpassword.php.
Limitations of this package
- This package may not be suitable for websites having millions of user accounts.
- May cause server to slow down if thousands of users are online at once.
- Uses cookies and php sessions for tracking user activity.
- Limited page area for hosting ads. But can support wide range of ads when the masterformat file is edited.
Advantages of this package
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A group assignment which being assigned at the last semester of Diploma, which is an assessment similar to the Final Year Project (FYP) from Degree as the course required us to submit a full progress report every week on our system. The assessment required an abundance of documentation to record down every single element of the system, which is a horrendous task that forced our hands at the beginning of the final semester. In this assignment we chose to do a website that focused on handling meal transaction within the school environment. By implementing the website with the additional skill that I've learned such as AJAX, it made the overall system improved a lot compared to the Reise Web-Portal project which has been done in 2018. The website also equipped with a higher level of SQL knowledge as well and making the server process even more fluent. Bootstrap 4 was also being learned from this assessment as well, and making the overall system looks even more professional.
44/100 healthActive repository
HTMLApache-2.0#ajax#ajax-call#ajax-form#ajax-modal
⑂ 1 forks◯ 0 issuesUpdated Oct 16, 2024
A group assignment that required us to apply the knowledge of AJAX and Bootstrap 4 that's been taught in this course. On this assessment we've chose to create a website that focused on selling the technological products such as phone and laptop. The assessment is not much of a hard task to handle with as I've self-learned the concept of AJAX and Bootstrap 4 in my previous project like Meal-Debit System in 2019. With that, the assessment allowed me to obtain more experience from implementing these concepts, and deepened my knowledge of AJAX and Bootstrap 4 from this course.