diff --git a/install/phpnuxbill.sql b/install/phpnuxbill.sql index 9e2232f4..21690f98 100644 --- a/install/phpnuxbill.sql +++ b/install/phpnuxbill.sql @@ -50,6 +50,7 @@ CREATE TABLE `id` int(10) NOT NULL, `username` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `password` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `pppoe_password` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `fullname` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `address` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, `phonenumber` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '0', diff --git a/install/step2.php b/install/step2.php index f65f6de4..df1989e3 100644 --- a/install/step2.php +++ b/install/step2.php @@ -57,7 +57,7 @@ Continue

Update System"); } else { echo ("
$ltext
Sorry. The requirements of PHPNuxBill is not available on your server. - Please contact with us- iesien22@yahoo.com with this code- $passed Or contact with your server administrator + Contact with us at Telegram @phpnuxbill with this code- $passed Or contact with your server administrator

Correct The Problem To Continue"); } diff --git a/system/updates.json b/system/updates.json index 9770a173..c27e1150 100644 --- a/system/updates.json +++ b/system/updates.json @@ -4,5 +4,8 @@ "CREATE TABLE `tbl_customers_meta` (`id` int(11) NOT NULL, `customer_id` int(11) NOT NULL,`meta_key` varchar(64) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '', `meta_value` longtext COLLATE utf8mb4_general_ci) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;", "ALTER TABLE `tbl_customers_meta` ADD PRIMARY KEY (`id`);", "ALTER TABLE `tbl_customers_meta` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;" + ], + "2023.8.14": [ + "ALTER TABLE `tbl_customers` ADD `pppoe_password` varchar(45) NOT NULL COMMENT 'For PPPOE Login' AFTER `password`;" ] } \ No newline at end of file