insxa / cykaDA

SiteNexus

Home Page:https://sitenexus.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SiteNexus

https://sitenexus.me

License:MIT License


Languages

Language:PHP 92.9%Language:Hack 7.1%