Banking site in php

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Online Banking Website using PHP

License

RashminDungrani/online-banking

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Читайте также:  Adding text with css

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Online Banking website using PHP

I made this simple website for just college project purpose, so feel free to use and modify if you want.

Online Banking website is an electronic payment system that enables customers of a bank to transfer and request money to other customers.

To set this web application, make sure PHP and PHPMyAdmin is installed on your server.

  1. Open PHPMyAdmin, create a database name ‘bank_db’ and import the bank_db.sql file. This will generate tables in your database on your server.
  2. Once this is done, go to the url of your website and it should be up and running.

Show some 💗 and star the repo to support the project

About

Online Banking Website using PHP

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Online banking system in PHP & MySQL accompanied by a beautiful website !

zakee94/online-banking-system

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This project should not be modified in any way and used anywhere else without my permission.

If you use this project for phishing purposes after modifying the source code / or by any other means, remember that the original project has nothing to do with phishing or any other malicious purpose. Any loss of data or unauthorized access which happened because of such phishing kits would not be my responsibility as that is not my original code. Strict legal action would be taken if someone is found modifying it and using it for any unethical purpose.

A web based banking system with all essential features and security accompanied by a beautiful and simple website. The website is designed in accordance with google material design and resposive web design guidelines to ensure a seamless experience between devices.

A fictional name of «Dolphin Bank» has been used only for representative purposes.

HTML5, CSS, JavaScript & jQuery used for front-end design.

PHP7 & MySQL used for back-end design.

Oracle MySQL has been used to create and host the database for the internet banking website.

Other than the languages/tools mentioned above no other/external libraries and/or web-page templates have been used, everything has been coded from ground-up straight from scratch.

Setup an environment which supports web development like LAMP on Linux systems OR install WampServer/XAMPP or anything similar on Windows.

Copy the folder net-banking or the files in it to the location of the localhost. For example «/var/www/html», the loaction of localhost in Ubuntu.

Import the net_banking.sql database into your MySQL setup.

Edit the file connect.php and give proper username and password of your MySQL setup.

Open a browser and test wether the setup works or not by visiting the home page. Type «localhost/home.php» as the URL in the browser to visit the home page.

All the passwords and the usernames of both the admin and the customer can be found in the database i.e. in the file net_banking.sql.

However some important usernames and passwords are provided below :

  • Username of admin is «admin» & password is «password123».
  • Username of most of the customers is their «first_name» & password is their «first_name» followed by «123».

Some useful links to help in proper setup :

Details about the project

An exhaustive list of features, documentation, design hierarchy, details about the web pages, database, design characterstics/features and a lot more can be found here.

The ER Diagram can also be found on the link given above or can be viewed here.

Description of the various folders

  • /net-banking : Contains the source code of the website
    • /net-banking/images : Contains various images and icon vectors used as resources in the website
    • /net-banking/fonts : Contains various fonts(.ttf files) used in the website

    Screenshots (more can be found here)

    Источник

    Saved searches

    Use saved searches to filter your results more quickly

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

    Online Banking System in PHP & MySQL

    g33kyrash/Online-Banking-system

    This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

    Name already in use

    A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

    Sign In Required

    Please sign in to use Codespaces.

    Launching GitHub Desktop

    If nothing happens, download GitHub Desktop and try again.

    Launching GitHub Desktop

    If nothing happens, download GitHub Desktop and try again.

    Launching Xcode

    If nothing happens, download Xcode and try again.

    Launching Visual Studio Code

    Your codespace will open once ready.

    There was a problem preparing your codespace, please try again.

    Latest commit

    Git stats

    Files

    Failed to load latest commit information.

    README.md

    Some people have downloaded this project and are using it for phishing purposes after modifying the source code. The original project has nothing to do with phishing or any other malicious purpose. Any loss of data or unauthorized access which happened because of such phishing kits would not be my responsibility as that’s not my original code. Strict legal action would be taken if someone is found modifying it and using it for any unethical purpose.

    Online Banking System in PHP & MySQL.

    The project’s primary goals consist of:

    A robust and effective web based online banking system.

    Extending functionality without compromising the security.

    Personal banking services that gives you complete control over all your banking demands online.

    Simple and easy user interface to work with.

    Registration for online banking by Admin.

    Adding Beneficiary account by customer.

    Transferring amount to the beneficiary added by customer.

    Staff must approve for beneficiary activation before it can be used for transferring funds.

    Customer gets to know his last login date and time each time he logs in.

    Customer can check last 10 transactions made with their account.

    Customer can check their account statement within a date range.

    Customer can request for ATM and Cheque Book.

    Staff will approve requests for ATM card and cheque book.

    Admin can add/edit/delete customer as well as staff.

    All three of them(customer, staff & admin) can change their password.

    Staff and Admin Login pages are hidden from customer for security purpose.

    Each and every input is passed through mysql_real_escape_string() to remove special characters from the string so that user can’t submit arbitrary input. It protects from attacks like Sql Injection and Cross Site Scripting(XSS).

    Passwords are encrypted with SHA- 1 hashing algorithm and then stored in database.

    Passwords are stored as encrypted hashes with an additional random salt for added security.

    Note: If we talk about security,above mentioned points would provide no security at all but it will work for beginners. Being into web app pentesting,I very well know this project will not be considered secure. It needs atleast a more effective filtering mechanism, better hashing algorithm, a better salting procedure for storing passwords and some other things too.

    The database contains customer, staff & admin tables.

    Each customer has its own virtual passbook linked with its account number.

    Staff, customer and, admin have their details and password in their respective tables with all the details.

    A separate table for beneficiary is included in the database.

    A table for cheque book and ATM requests is included.

    This project is divided into three hierarchical parts:

    The index page for the customer login.

    1.Install XAMPP or something similar.

    2.Copy all the files to c:/xampp/htdocs/banking/

    3.Create a db named as ‘bnak_db’ and import the bank_db.sql from phpMyAdmin.

    4.change the password in _inc/dbconn.php file accordingly.

    5.visit localhost/banking (customer index page)

    6.visit localhost/banking/adminlogin.php (admin login)

    7.visit localhost/banking/staff_login.php (staff login)

    Note: The customer passwords are hashed and stored in the database. You will not be able to see it. The password is ‘rash’ for almost all the customers,just in case if you want to login with the pre added customer.

    About

    Online Banking System in PHP & MySQL

    Источник

Оцените статью