Skip to content

0944-tw/cykaDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b5f333 ยท May 17, 2023

History

18 Commits
May 15, 2023
May 15, 2023
May 17, 2023
May 15, 2023
May 15, 2023
May 17, 2023
May 17, 2023
May 17, 2023
May 15, 2023
May 17, 2023
May 15, 2023
May 17, 2023
May 17, 2023
May 17, 2023
May 16, 2023
May 17, 2023
May 17, 2023
May 17, 2023
May 17, 2023

Repository files navigation

CykaDA

๐Ÿค“Do Not use on Production Environment๐Ÿค“

๐Ÿฅฐ Import database.sql to your beautiful mysql database


Feature never added

  • Admin Panel (Use PhpMyAdmin as Alternative)

Feature Planned

  • GDPS Auto Installer
  • Email Auth
  • Forget Password

A Billing System for a small business.

Usage Policy

You can use this on your service, by the way. Please credit this GitHub repo.

Config File

<?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";