Warning: session_start(): open(/var/lib/php/sessions/sess_13npl745rlsjq2b7r3k42kn9pu, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
please include function stefansChat_onLine. // n = max number of lines to get (from most recent) static L stefansChat_readHistory(int n) { int b = stefansChat_onLine_firstRead; if (b < 0) b = stefansChat_n(); int a = max(0, b-n); L msgs = (L) safeUnstruct(loadPage("http://ai1.lol/1008998/raw/msgs-from-to?a=" + a + "&b=" + b)); ret collect(msgs, 'text); }