|
|
@@ -23,6 +23,9 @@ class config{
|
|
|
// Enable the API?
|
|
|
const API_ENABLED = true;
|
|
|
|
|
|
+ // Display errors. This should ONLY be enabled for debugging and constitutes a security risk.
|
|
|
+ const DISPLAY_ERRORS = false;
|
|
|
+
|
|
|
//
|
|
|
// 4play settings
|
|
|
//
|
|
|
@@ -106,30 +109,26 @@ class config{
|
|
|
// eachother your serber should appear everywhere.
|
|
|
const INSTANCES = [
|
|
|
"https://4get.ca",
|
|
|
- "https://4get.zzls.xyz",
|
|
|
- "https://4getus.zzls.xyz",
|
|
|
+ "https://search.fischbytes.de",
|
|
|
+ "https://4get.nadeko.net",
|
|
|
"https://4get.silly.computer",
|
|
|
- "https://4get.konakona.moe",
|
|
|
- "https://4get.lvkaszus.pl",
|
|
|
- "https://4g.ggtyler.dev",
|
|
|
- "https://4get.perennialte.ch",
|
|
|
"https://4get.sijh.net",
|
|
|
"https://4get.hbubli.cc",
|
|
|
- "https://4get.plunked.party",
|
|
|
- "https://4get.etenie.pl",
|
|
|
"https://4get.lunar.icu",
|
|
|
"https://4get.dcs0.hu",
|
|
|
- "https://4get.kizuki.lol",
|
|
|
- "https://4get.psily.garden",
|
|
|
- "https://search.milivojevic.in.rs",
|
|
|
- "https://4get.snine.nl",
|
|
|
- "https://4get.datura.network",
|
|
|
"https://4get.neco.lol",
|
|
|
- "https://4get.lol",
|
|
|
- "https://4get.ch",
|
|
|
"https://4get.edmateo.site",
|
|
|
"https://4get.sudovanilla.org",
|
|
|
- "https://search.mint.lgbt"
|
|
|
+ "https://search.mint.lgbt",
|
|
|
+ "https://4get.aishiteiru.moe",
|
|
|
+ "https://4.nboeck.de",
|
|
|
+ "https://search.yonderly.org",
|
|
|
+ "https://4get.lurx.net",
|
|
|
+ "https://4get.canine.tools",
|
|
|
+ "https://4get.sny.sh",
|
|
|
+ "https://4g.opnxng.com",
|
|
|
+ "https://s.307200.xyz",
|
|
|
+ "https://4get.privadency.com/"
|
|
|
];
|
|
|
|
|
|
// Default user agent to use for scraper requests. Sometimes ignored to get specific webpages
|