Recents in Beach


Online File Management System in PHP MySQL with Source Code | Free Download |



The Online School File Management System, develop in PHP My SQL database, using bootstrap JavaScript, HTML, CSS and Ajax, the main purposes of the system to make faster update student announcement from online, the system contains of admin and user, the admin can manage user like add user, update information, and delete, the user is represent us student, the student can upload files in online, and he/she can changes password and information,
** Admin Dashboard **
Accounts, Users, and Students,
** Users **
Add user, First Name, Last Name, Password, Status, Search, and Show User Entries.
** Students **
Add Students, Student No #, First Name, Last Name, Gender, Year/Section, Password, Show Entries, and Search.
** Dashboard User **
Student Profile, Show Entries, File Name, File Type, Date Uploaded, Search, and Update User,
  • Online School File Management System
  • Name of Project:     Online School file Management System
  • Language Used:      PHP
  • Database Used:      My SQL
  • Design Interface:    Bootstrap JavaScript, HTML, Ajax, JQuery,
  • Browser:                  Opera Mozilla Google Chrome IE8,
  • Software:                 WAMP/ XAMPP/ LAMP/MAMP
About System

How to setup this project
Step 1st. Download xampp
Step 2nd. Text editor notepad++ or Sublime
Step 3rd. Download the zip file/ Download winrar
Step 4th. Extract the file and copy “Online_School_file_Management_System ” folder
Step 5th. Paste inside root directory/ where you install xampp local disk C: drive D: drive E: paste: for xampp/htdocs,
Step 6th. Open PHPMyAdmin http://localhost/phpmyadmin
Step 7th. Create database name db_sfms
Step 8th. Import db_sfms.sql file given inside the zip package in SQL file folder
Step 10th. Password: username: admin / password: admin

System Images







For a Little Knowledge
Rotating Logs
Log files, although extremely useful, have a cancerous nature in that they continue to grow until there is no space left for anything else. Eventually, you will need to remove the excess logs, and there is no better way of doing this than having some scripts that automatically perform this task for you. Log rotation is one method used to alleviate this problem. Log rotation works by creating a finite number of log files and then overwriting them in succession so the oldest one is dropped in each cycle.
For example, if you have a file named hostname.log, the first time rotation takes place, its renamed hostname.log.1 and a new hostname.log file is created. At the next rotation, hostname.log.1 is renamed hostname.log.2, hostname.log is renamed
hostname.log.1, and a new file named hostname.log is created. When the last rotation in the cycle is reached, the oldest file is overwritten. How much log information you keep depends on how often you rotate and how many files you create. These numbers vary, depending on your circumstances, but a common arrangement is to create new logs daily and rotate them seven times through a cycle, one for each day of the week
How to rotate logs automatically
You will need to decide on a log expiration policy to keep MySQL from filling your disk with binary logs. How large your logs grow depends on your workload and the logging format (row-based logging, available in MySQL 5.1, results in larger log

Post a Comment

1 Comments

Unknown said…
Can't open the admin site. How? Thanks