diff options
Diffstat (limited to 'data/config.php')
-rw-r--r-- | data/config.php | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/data/config.php b/data/config.php index 2fd47aa..a5469f7 100644 --- a/data/config.php +++ b/data/config.php @@ -8,20 +8,20 @@ class config{ const VERSION = 8; // Will be shown pretty much everywhere. - const SERVER_NAME = "4get"; + const SERVER_NAME = "shittyweb search"; // Will be shown in <meta> tag on home page - const SERVER_SHORT_DESCRIPTION = "4get is a proxy search engine that doesn't suck."; + const SERVER_SHORT_DESCRIPTION = "shittyweb proxy search"; // Will be shown in server list ping (null for no description) const SERVER_LONG_DESCRIPTION = null; // Add your own themes in "static/themes". Set to "Dark" for default theme. // Eg. To use "static/themes/Cream.css", specify "Cream". - const DEFAULT_THEME = "Dark"; + const DEFAULT_THEME = "Gore's shitty theme"; // Enable the API? - const API_ENABLED = true; + const API_ENABLED = false; // // BOT PROTECTION @@ -80,8 +80,8 @@ class config{ // addresses here! Must be a valid URL. Won't affect links placed on // the homepage. const ALT_ADDRESSES = [ - //"https://4get.alt-tld", - //"http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion" + "https://shittyweb.org", + "http://3yrbqwojymy6zhbgbt2aatxgvs6a3m5fvrpk24nfp2q3nyjz5raohoqd.onion" ]; // Known 4get instances. MUST use the https protocol if your instance uses @@ -124,45 +124,45 @@ class config{ // false = Use server's raw IP // string = will load a proxy list from data/proxies // Eg. "onion" will load data/proxies/onion.txt - const PROXY_DDG = false; // duckduckgo - const PROXY_BRAVE = false; - const PROXY_FB = false; // facebook - const PROXY_GOOGLE = false; - const PROXY_GOOGLE_API = false; - const PROXY_GOOGLE_CSE = false; - const PROXY_STARTPAGE = false; - const PROXY_QWANT = false; - const PROXY_BAIDU = false; - const PROXY_COCCOC = false; - const PROXY_GHOSTERY = false; - const PROXY_MARGINALIA = false; - const PROXY_MOJEEK = false; - const PROXY_SC = false; // soundcloud - const PROXY_SPOTIFY = false; - const PROXY_SOLOFIELD = false; - const PROXY_WIBY = false; - const PROXY_CURLIE = false; - const PROXY_YT = false; // youtube - const PROXY_SEPIASEARCH = false; - const PROXY_ODYSEE = false; - const PROXY_VIMEO = false; - const PROXY_YEP = false; - const PROXY_PINTEREST = false; - const PROXY_SANKAKUCOMPLEX = false; - const PROXY_FLICKR = false; - const PROXY_FIVEHPX = false; - const PROXY_VSCO = false; - const PROXY_SEZNAM = false; - const PROXY_NAVER = false; - const PROXY_GREPPR = false; - const PROXY_CROWDVIEW = false; - const PROXY_MWMBL = false; - const PROXY_FTM = false; // findthatmeme - const PROXY_IMGUR = false; - const PROXY_CARA = false; - const PROXY_YANDEX_W = false; // yandex web - const PROXY_YANDEX_I = false; // yandex images - const PROXY_YANDEX_V = false; // yandex videos + const PROXY_DDG = "onion"; // duckduckgo + const PROXY_BRAVE = "onion"; + const PROXY_FB = "onion"; // facebook + const PROXY_GOOGLE = "onion"; + const PROXY_GOOGLE_API = "onion"; + const PROXY_GOOGLE_CSE = "onion"; + const PROXY_STARTPAGE = "onion"; + const PROXY_QWANT = "onion"; + const PROXY_BAIDU = "onion"; + const PROXY_COCCOC = "onion"; + const PROXY_GHOSTERY = "onion"; + const PROXY_MARGINALIA = "onion"; + const PROXY_MOJEEK = "onion"; + const PROXY_SC = "onion"; // soundcloud + const PROXY_SPOTIFY = "onion"; + const PROXY_SOLOFIELD = "onion"; + const PROXY_WIBY = "onion"; + const PROXY_CURLIE = "onion"; + const PROXY_YT = "onion"; // youtube + const PROXY_SEPIASEARCH = "onion"; + const PROXY_ODYSEE = "onion"; + const PROXY_VIMEO = "onion"; + const PROXY_YEP = "onion"; + const PROXY_PINTEREST = "onion"; + const PROXY_SANKAKUCOMPLEX = "onion"; + const PROXY_FLICKR = "onion"; + const PROXY_FIVEHPX = "onion"; + const PROXY_VSCO = "onion"; + const PROXY_SEZNAM = "onion"; + const PROXY_NAVER = "onion"; + const PROXY_GREPPR = "onion"; + const PROXY_CROWDVIEW = "onion"; + const PROXY_MWMBL = "onion"; + const PROXY_FTM = "onion"; // findthatmeme + const PROXY_IMGUR = "onion"; + const PROXY_CARA = "onion"; + const PROXY_YANDEX_W = "onion"; // yandex web + const PROXY_YANDEX_I = "onion"; // yandex images + const PROXY_YANDEX_V = "onion"; // yandex videos // // Scraper-specific parameters |