🤓Do Not use on Production Environment🤓
🥰 Import database.sql to your beautiful mysql database
- Admin Panel (Use PhpMyAdmin as Alternative)
- GDPS Auto Installer
- Email Auth
- Forget Password
A Billing System for a small business.
You can use this on your service, by the way. Please credit this GitHub repo.
<?php
const mysql_host = "host";
const mysql_port = "3306";
const mysql_db = "";
const mysql_uname = "";
const mysql_pwd = "";
const da_host = "server";
const da_uname = "username";
const da_pwd = "password";
const gh_cid = "";
const gh_secret = "";
const smtpHost = "";
const smtpPort = 25;
const smtpUsername = "";
const smtpPassword = "";
const smtpSecure = "tls";
const hCaptchaSecret = "";
const hCaptchaSiteKey = '';
const testmail_api_key = "Monkey";
# testmail.top
const billingPortalPath = "https://sitenexus.me/billing";