Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • n0ki

    (@n0ki)

    yes you could do this !

    n0ki

    (@n0ki)

    mhh…
    you only allowed files with extensions like JPG GIF PNG and so on.
    so i think it is no security risk.
    Ok if a directory on 777 so every user could write on this directory. But nobody could do this from HTTP.
    The only choice is that in a script on your Website has a bug that allow that. Only than it is possible from HTTP.

    Thread Starter n0ki

    (@n0ki)

    Update !
    I have published a first version ! WordPress Template Hack v. 1.0.2-th001
    You could download it from my weblog: http://weblog.n0ki.de/index.php?p=51
    Ok it is all German but i think a view is worth it !

    n0ki

    (@n0ki)

    mhh ok your second problem:
    the intresting part of code for you:
    if ($show_post_count) {
    $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year);
    $after = " ($arcresult->posts)";
    } else {
    $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year);
    }
    echo get_archives_link($url, $text, $format, $before, $after);

    I thing the line “$after = " ($arcresult->posts)";“could possible for your problem.
    change it in:
    $after = " ($arcresult->posts)" . $after;
    work this ? iam not sure.

    n0ki

    (@n0ki)

    Year Template Engines come from hell ! HTML seperated from PHP code ? wtf ? Who needs that ? I thing code like:
    if (isset($newrow) && $newrow)
    echo “\n\t</tr>\n\t<tr>\n\t\t”;
    $newrow = false;
    is cool and clearly arranged !
    READ THIS ! http://www.sitepoint.com/article/1218/ !

    Forum: Plugins
    In reply to: $blog = WTF?
    n0ki

    (@n0ki)

    mhh….
    mhh….
    the first line of wp-locations.php:
    <?php $blog = 1; // enter your blog’s ID
    perhaps that is in preparation for an “multiple blog” feature ?
    and thats not all code that are exist but that not used. I found mutch of that stuff. Because i have my “template-hack” done so i analyse mutch of code. By the Way mutch of them not really clearly arranged.
    ___
    visit http://weblog.n0ki.de/ to see my template-hack in action !

Viewing 6 replies - 1 through 6 (of 6 total)