README edit

This commit is contained in:
ultimateplayer1999 2023-01-11 15:23:11 +01:00
parent 58f1de9ecf
commit 391cc2f5a3
Signed by: ultimateplayer1999
GPG Key ID: 690D4E43F8B51E51
1 changed files with 20 additions and 31 deletions

View File

@ -3,15 +3,13 @@ It adds all domains found after custom domains are added. If not needed they can
The following code is needed in a .env. This is for the DB connection. The following code is needed in a .env. This is for the DB connection.
> DB_HOST= ```text
> DB_HOST=
> DB_PORT= DB_PORT=
> DATABASE=
> DATABASE= DB_USER=
> DB_PASS=
> DB_USER= ```
>
> DB_PASS=
This is based on the phish table. Table can also be changed if needed. This is based on the phish table. Table can also be changed if needed.
@ -19,25 +17,16 @@ Execution time is *1h23m35.23654842s*. This was for **18855 records**.
Sample output with all defined code: Sample output with all defined code:
> Script started at 11-01-2023 10:11:17 ```text
> Script started at 11-01-2023 10:11:17
> Deletion: Number of rows affected: 2 Deletion: Number of rows affected: 2
> Altering: Number of rows affected: 0
> Altering: Number of rows affected: 0 Insert: Number of rows affected: 1
> Insert: Number of rows affected: 1
> Insert: Number of rows affected: 1 11-01-2023 10:11:18: Initial database table setup done
> Status code: 200
> Insert: Number of rows affected: 1 Total number of rows affected: 18855
> Recent changes recieved and has been added to the database. Removed domains deleted from database. Reorded domains.
> 11-01-2023 10:11:18: Initial database table setup done Script ended at 11-01-2023 11:34:52
> Time until completion: 1h23m35.23654842s
> Status code: 200 ```
>
> Total number of rows affected: 18855
>
> Recent changes recieved and has been added to the database. Removed domains deleted from database. Reorded domains.
>
> Script ended at 11-01-2023 11:34:52
>
> Time until completion: 1h23m35.23654842s