mobile recharge,pay electricity bill ,landline recharge,broadband recharge,pay gas bill ,pay water bill
- XMPP server
This repository contains following files-
- admin- This folder contains files of admin section.
- database- This folder contains database of payworld.
- screenshot- This folder contains screenshot of pages.
- style- This folder contains css file.
- broadband.php- This file contain logic of payment of broadband.
- connectivity.php- This file contains logic of database connectivity.
- dashboard.php- This file contains logic of dashboard.
- electricity.php- This file contains logic of electricity payment.
- gas.php- This file contains logic of gas payment.
- index.php- This is main file.
- landline.php- This file contains logic of landline payment.
- log_out.php- This file contains logic of logout.
- index.php- This is main file.
- logout.php- This file contains logic of logout.
- menu.php- This file contians logic to view all menu.
- login.php- This file contains logic for login.
- mobile.php- This file contains logic for mobile recharge.
- mobile_card_transaction.php- This file contains logic of payment transaction.
- mobile_netbanking_transaction.php- This file contains logic of netbanking.
- password_change.php- This contaings logic of password change.
- view_profile.php- This contains logic to view profile.
- water.php- This contains logic of water payment.
- Clone the repository-
git clone https://github.com/Rtannu/Payworld.git
- 2nd step to install XMPP server
- 3rd step to start XMPP server
open terminal and type-sudo /opt/lampp/lampp start(for linux)
ex-rrajcoder@rrajcoder-Inspiron-3543:~$ sudo /opt/lampp/lampp start
- 4th step to put downloaded project(eCommerce) in htdocs folder
path of htdocs(in linux)- /opt/lampp
ex-
/opt/lampp/htdocs/payworld