Monday 15 April 2019

PHP Online Admission System Project




This Admission portal is a final year University Project, probably will go live around in 2018. This project is made by the students for the students and the faculty as well

Expected Features

  • Register on Admission Portal
  • Add Education Details
  • Apply for course(s)

Admins Can

  • Export documents PDF
  • View Student details
  • Initiate Tests

Installtion

  • Place all the file in htdocs (xampp) or www (wamp)
  • Create Database name admission2018 Execute the .sql on phpmyadmin
  • If any errors, feel free to raise issue
  • There won't be any future updates as this is a University Project, but there is still hope 😉

Technology Used

Admin Login

  • admin url - localhost/Admission/admin
  • email- admin@admin.com
  • pass- 1234

Buy Now ₹501

Wednesday 10 April 2019

Online Food Ordering System In PHP | Advance



Online Food ordering system is a process in which one can order various foods and beverages from some local restaurant and hotels through the use of internet, just by sitting at home or any place. And the order is delivered to the told location.
This is an Online ordering system written using PHP/MySQL.
The features of this system are the following:
- order product online
- upload product design online
- add, edit, delete product
- send order confirmation via email
- manage online order
- Ajax hierarchical combobox for payment method.
- add delivery charge outside the coverage area
- secure reservation
- forum for customer comments about the site
- generates various report
- and many more

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named online_rest.
Import database online_rest.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/folder_name/"
Admin Login Details
Login Id: Admin
Password: admin

Monday 8 April 2019

Android FTP Server Project Source Code



A simple, quick and light-weight FTP server

Features:

  • Set custom Username and Password for your server
  • Completely Ad free ?
  • Simple intuitive UI

Prerequisites

  • JDK 8 or above
  • Android SDK v26
  • Latest Android Build Tools
  • Android Support Repository

How To Build Locally

  1. Download the samples by cloning this repository or downloading an archived snapshot. (See the options at the top of the page.)
  2. In Android Studio, create a new project and choose the “Import non-Android Studio project” or “Import Project” option.
  3. Select the Swallow-Server directory that you downloaded with this repository.
  4. If prompted for a gradle configuration, accept the default settings. Alternatively use the “gradlew build” command to build the project directly.

External Libraries Used

Apache FtpServer

Android DirectoryChooser by Pascal Hartig




Downlod Source Code


Downlod APK FIle