Fixed Broken Shit

This commit is contained in:
2022-10-30 14:32:20 -07:00
parent 7335796263
commit 4dabf5a6bf
635 changed files with 74885 additions and 17688 deletions

View File

@ -22,7 +22,7 @@ define( 'YOURLS_DB_NAME', '' );
/** MySQL hostname.
** If using a non standard port, specify it like 'hostname:port', e.g. 'localhost:9999' or '127.0.0.1:666' */
define( 'YOURLS_DB_HOST', 'localhost' );
define( 'YOURLS_DB_HOST', '' );
/** MySQL tables prefix
** YOURLS will create tables using this prefix (eg `yourls_url`, `yourls_options`, ...)
@ -68,6 +68,7 @@ $yourls_user_passwords = [
// You can have one or more 'login'=>'password' lines
];
/** URL shortening method: either 36 or 62
** 36: generates all lowercase keywords (ie: 13jkm)
** 62: generates mixed case keywords (ie: 13jKm or 13JKm)
@ -94,11 +95,9 @@ $yourls_reserved_URL = [
** Proxy Server
!!!!!!!LIST!!!!!!!
168.8.209.253:8080
47.176.153.17:80
103.11.106.105:8181
157.245.83.157:80
54.200.36.47:80
20.111.54.16:8123
47.51.51.190:8080
*/
define( 'YOURLS_PROXY', '54.200.36.47:80' );
define( 'YOURLS_PROXY', '20.111.54.16:8123' );