Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Need help with a Kusaba module

Name: Anonymous 2011-04-08 14:41

http://pastebin.com/A5mw7VPq

So, it outputs the country name and country code just fine, but it won't post to the bloody chan.
                                                        $post['subject'] = "<table border=\"0\"><tr><td><img src=\"" . KU_WEBPATH . "/css/images/cb/" . $countryid . ".png\" title=\"" . $countryname . "\"></td><td>" . $post['subject'] . "</td></tr></table>";

What am I doing wrong here?

Name: Anonymous 2011-04-08 21:35

function Y($f) {
    return function () use ($f) {
        $args = func_get_args();
        array_unshift($args, Y($f));
        return call_user_func_array($f, $args);
    };
}
$fact = Y(function ($f, $x) {
    return $x == 1 ? 1 : $x * $f($x-1);
});
echo $fact(5); // 120

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List