mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-22 03:08:21 -05:00
README edit
This commit is contained in:
parent
58f1de9ecf
commit
391cc2f5a3
51
README.md
51
README.md
@ -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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user