Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirazibnsina/pciu-notice
This simple web-page data retrieves from the pciu official website notice page as the top 7 rows, for the simplicity and fast view.
https://github.com/mirazibnsina/pciu-notice
clone curl php
Last synced: 23 days ago
JSON representation
This simple web-page data retrieves from the pciu official website notice page as the top 7 rows, for the simplicity and fast view.
- Host: GitHub
- URL: https://github.com/mirazibnsina/pciu-notice
- Owner: MirazIbnsina
- Created: 2024-06-25T13:27:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:51:36.000Z (4 months ago)
- Last Synced: 2024-10-14T01:42:05.169Z (23 days ago)
- Topics: clone, curl, php
- Language: PHP
- Homepage: http://pciunotice.42web.io/?i=1
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCIU Notice Board System
## Overview
This project is designed to create a dynamic notice board system for PCIU, ensuring that the latest notices are always accessible to students and staff. The system collects notices from the PCIU website, stores them in a local database, and displays them on a user-friendly webpage with real-time updates.
## Features
- **Automated Data Collection**: Extracts notice content from the PCIU website using their API.
- **Database Storage**: Saves the extracted notices in a local database.
- **Real-Time Updates**: Continuously refreshes to ensure the displayed notices are always up-to-date.
- **User-Friendly Interface**: Displays the latest notices in an easy-to-read format.## Project Structure
- **data_collection.php**: Collects data from the PCIU website using their API and stores it in the database.
- **update_notices.php**: Periodically refreshes to keep the database updated with the latest notices.
- **index.php**: The main webpage that displays the notices from the database with auto-refresh functionality.
- **styles.css**: Contains the CSS for styling the webpage.
- **scripts.js**: Contains JavaScript for additional functionality, such as auto-refresh.## Installation
1. **Clone the Repository**:
```sh
git clone https://github.com/yourusername/pcu-notice-board.git
cd pcu-notice-board
```2. **Database Setup**:
- Create a new database.
- Import the provided SQL file to set up the necessary tables.3. **Configuration**:
- Update `data_collection.php`, `update_notices.php`, and `index.php` with your database credentials.
- Ensure the API endpoint for collecting notices is correctly set in `data_collection.php`.4. **Deployment**:
- Place the project files on your web server.
- Set up a cron job to run `update_notices.php` periodically for continuous updates.## Usage
- **Viewing Notices**:
- Open `index.php` in your browser to see the latest notices.- **Updating Notices**:
- `update_notices.php` will automatically keep your database updated. You can also run it manually if needed.## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License. See the LICENSE file for details.