|
@ -9,7 +9,6 @@ defined('TINYBOARD') or exit;
|
||||||
$hidden_inputs_twig = array();
|
$hidden_inputs_twig = array();
|
||||||
|
|
||||||
$logfile = "/tmp/lainchan_err.out";
|
$logfile = "/tmp/lainchan_err.out";
|
||||||
file_put_contents($logfile, "\n\nSTART\n\n", FILE_APPEND);
|
|
||||||
|
|
||||||
function print_err($s) {
|
function print_err($s) {
|
||||||
// global $logfile;
|
// global $logfile;
|
||||||
|
@ -20,6 +19,8 @@ function print_err2($s) {
|
||||||
print_err($s);
|
print_err($s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print_err("\n\nSTART\n\n");
|
||||||
|
|
||||||
class AntiBot {
|
class AntiBot {
|
||||||
public $salt, $inputs = array(), $index = 0;
|
public $salt, $inputs = array(), $index = 0;
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,89 @@ $config['allowed_ext_files'][] = 'txt';
|
||||||
$config['allowed_ext_files'][] = 'zip';
|
$config['allowed_ext_files'][] = 'zip';
|
||||||
$config['allowed_ext_files'][] = 'epub';
|
$config['allowed_ext_files'][] = 'epub';
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Flags
|
||||||
|
*/
|
||||||
|
$config['country_flags_condensed'] = false;
|
||||||
|
$config['user_flag'] = true;
|
||||||
|
$config['flag_style'] = 'width:auto;height:11px;';
|
||||||
|
$config['user_flags'] = array (
|
||||||
|
'4th_international' => '4th International',
|
||||||
|
'acceleration' => 'Acceleration',
|
||||||
|
'ak-47' => 'AK-47',
|
||||||
|
'albania' => 'Albania',
|
||||||
|
'allende' => 'Allende',
|
||||||
|
'anarcha-feminism' => 'Anarcha-Feminism',
|
||||||
|
'anarchism' => 'Anarchism',
|
||||||
|
'anarcho-capitalism' => 'Anarcho-Capitalism',
|
||||||
|
'anarcho-communism' => 'Anarcho-Communism',
|
||||||
|
'anarcho-nihilism' => 'Anarcho-Nihilism',
|
||||||
|
'anarcho-primitivism' => 'Anarcho-Primitivism',
|
||||||
|
'athiesm' => 'Athiesm',
|
||||||
|
'bolshevik' => 'Bolshevik',
|
||||||
|
'brocialism' => 'Brocialism',
|
||||||
|
'burkina_faso' => 'Burkina Faso',
|
||||||
|
'chavismo' => 'Chavismo',
|
||||||
|
'che' => 'Che',
|
||||||
|
'china' => 'China',
|
||||||
|
'christian_communism' => 'Christian Communism',
|
||||||
|
'cockshott' => 'Cockshott',
|
||||||
|
'cuba' => 'Cuba',
|
||||||
|
'ddr' => 'DDR',
|
||||||
|
'democrap' => 'Democrap',
|
||||||
|
'democratic_socialism' => 'Democratic Socialism',
|
||||||
|
'dprk' => 'DPRK',
|
||||||
|
'eurocommunism' => 'Eurocommunism',
|
||||||
|
'fed' => 'Fed',
|
||||||
|
'freud' => 'Freud',
|
||||||
|
'gadsden' => 'Gadsden',
|
||||||
|
'gay_nazi' => 'Gay Nazi',
|
||||||
|
'gentoo' => 'Gentoo',
|
||||||
|
'gorro' => 'Gorro',
|
||||||
|
'groucho_marxism' => 'Groucho Marxism',
|
||||||
|
'hammer_&_sickle' => 'Hammer & Sickle',
|
||||||
|
'international_brigade' => 'International Brigade',
|
||||||
|
'ira' => 'IRA',
|
||||||
|
'islamic_communism' => 'Islamic Communism',
|
||||||
|
'iww' => 'IWW',
|
||||||
|
'juche' => 'Juche',
|
||||||
|
'kampuchea' => 'Kampuchea',
|
||||||
|
'left_communism' => 'Left Communism',
|
||||||
|
'lenin_cap' => 'Lenin Cap',
|
||||||
|
'luxemburg' => 'Luxemburg',
|
||||||
|
'marx' => 'Marx',
|
||||||
|
'mutualism' => 'Mutualism',
|
||||||
|
'naxalite' => 'Naxalite',
|
||||||
|
'nazbol' => 'Nazbol',
|
||||||
|
'nazi' => 'Nazi',
|
||||||
|
'ndfp' => 'NDFP',
|
||||||
|
'palestine' => 'Palestine',
|
||||||
|
'pan-africanism' => 'Pan-Africanism',
|
||||||
|
'pirate' => 'Pirate',
|
||||||
|
'porky' => 'Porky',
|
||||||
|
'posadas' => 'Posadas',
|
||||||
|
'punk' => 'Punk',
|
||||||
|
'raised_fist' => 'Raised Fist',
|
||||||
|
'read_a_fucking_book' => 'Read a Fucking Book',
|
||||||
|
'rethuglican' => 'Rethuglican',
|
||||||
|
'sabo-tabby' => 'Sabo-Tabby',
|
||||||
|
'sandinista' => 'Sandinista',
|
||||||
|
'sendero_luminoso' => 'Sendero Luminoso',
|
||||||
|
'slavoj' => 'Slavoj',
|
||||||
|
'socialism' => 'Socialism',
|
||||||
|
'soviet_union' => 'Soviet Union',
|
||||||
|
'spurdo' => 'Spurdo',
|
||||||
|
'ssnp' => 'SSNP',
|
||||||
|
'stalin' => 'Stalin',
|
||||||
|
'syndicalism' => 'Syndicalism',
|
||||||
|
'tankie' => 'Tankie',
|
||||||
|
'think' => 'Think',
|
||||||
|
'viet_cong' => 'Viet Cong',
|
||||||
|
'yugoslavia' => 'Yugoslavia',
|
||||||
|
'zapatista' => 'Zapatista',
|
||||||
|
'ca' => 'Canadien'
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
// Changes made via web editor by "krates" @ Tue, 22 Dec 2020 16:28:45 -0800:
|
// Changes made via web editor by "krates" @ Tue, 22 Dec 2020 16:28:45 -0800:
|
||||||
$config['robot_mute'] = false;
|
$config['robot_mute'] = false;
|
||||||
|
|
After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
After Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 516 B |
After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 431 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 1014 B |
After Width: | Height: | Size: 335 B |
After Width: | Height: | Size: 1010 B |
After Width: | Height: | Size: 1016 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 1009 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 499 B After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B |
After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 477 B |
After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
After Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 500 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 750 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 440 B |
After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 359 B |
After Width: | Height: | Size: 603 B |
After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 368 B |
After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 452 B |