- Register > Login > logout
- Activating API Key By Url ( If You Want Get Money Using Shortlink )
- Giving Alert Notification If API Key User Limit
-
PHP 7.4 Or Higher
-
MySQL database Of Course
-
A Coffe
- Edit Hostname
- user
- password
- database name
To Our Configuration
<?php
$server = "localhost";
$user = "phpmyadmin";
$pass = "rezza123";
$database = "phpmyadmin";
$conn = mysqli_connect($server, $user, $pass, $database);
if (!$conn) {
die("<script>alert('Gagal tersambung dengan database.')</script>");
}
?>
Note : If You Want Setup Your Mailer Later You Can Activating Your Account Self First opened phpmyadmin select user table
And Copy token go to https://yourdomain.com/activation.php?t=PasteHere
- User Not Login
- User Logined
- New Account
- API Key Limit
- Rest API
- About
- Stisla All Of This Page Using Theme From Stisla
- This Project Is 100% Not Completed, But You Can Use Normaly. Or You Can develop it self