Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

emleonstz/swahili-casino

Type de record:

software
Créateur:
eml
Hôte:
This repository contains the source code for a Swahili online casino project made with PHP. # Swahili Kasino with PHP A simple casino developed in PHP. It currently has only one game. I plan to add more games for learning purposes ## Demo You can try the DEMO through the link below DEMO Login demo account User: 0956413200 password: qwerty ## TODO - Adding more games - Adding animations - Try to learn how to make complex fair RNG ## Installation Create database 'games' then import game.sql the open .env file change it accordingly ```env #data base connections DB_HOST=localhost DB_USER=emleons DB_PASS=abcd DB_NAME=games ``` ## Encryption Create 1024 RSA key pairs then go to the 'games' database and then put your public key and private key in the 'encrypt' table ## Set up OTP Navigate to the 'src' folder and then enter the SecurLogin.php file in the NextSms() method, edit as follows ```php $user = "NextSms User name";//your nextsms user name $pass = "++nf+rfOC8YJj2hGwOH/=";//your nextsms password ``` you are done move the project dir to your host open in the browser 'localhost/path_to_this_project' ## Feedback If you have any feedback, please reach out to me at emleons23@gmail.com

Visit

github.com

Languages

Swahili

Licenses

MIT

Similaires

emleonstz/em-microfinance

emleonstz/em-microfinance

A Microfinance System developed using CodeIgniter 4, for financial institutions focusing on microloa