Warning: session_start(): open(/var/lib/php/sessions/sess_4snj8cccn6qpgmlm0b5t8cfj7m, 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 ai_html_webThumbUpDownLinks(S webID) {
bool authed = webAuthed();
S imgUp = hsnippetimg(#1000223), imgDown = hsnippetimg(#1000224);
S textUp = "Web " + webID + " is correct";
S textDown = "Web " + webID + " is invalid";
if (authed)
ret ahref(smartBot_sendInputLink(textUp), imgUp) + " "
+ ahref(smartBot_sendInputLink(textDown), imgDown);
else
ret html_smartBotsChatPostLink(textUp, imgUp) + " "
+ html_smartBotsChatPostLink(textDown, imgDown);
}