Warning: session_start(): open(/var/lib/php/sessions/sess_c79v7vtorp1piu5c4dmdflt6ng, 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
static S dataSnippetLink(S snippetID) {
long id = parseSnippetID(snippetID);
if (id >= 1100000 && id < 1200000)
ret imageServerURL() + id;
if (id >= 1400000 && id < 1500000)
ret "http://butter.botcompany.de:8080/files/" + id + "?_pass=" + muricaPassword();
if (id >= 1200000 && id < 1300000) { // Woody files, actually
S pw = muricaPassword();
if (empty(pw)) fail("Please set 'murica password by running #1008829");
ret "http://butter.botcompany.de:8080/1008823/raw/" + id + "?_pass=" + pw; // XXX, although it typically gets hidden when printing
} else
ret "http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_"
+ id + "&contentType=application/binary";
}