Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gotRoot

    (@gotroot)

    Ahhh,
    My bad, instead of running a search for “security,” I ran one for “vulnerability.” Heh heh… I didn’t see any mention of it though when I first went to the main support page and neither on the Dev Blog.
    I figured that something this important would be placed somewhere else other than from running a search for those of us who do not check these forums every day.
    Good to see a patch is coming down the pike. ??

    Forum: Fixing WordPress
    In reply to: How stable is 1.3?

    I’m running pretty good on 1.3 (alpha 2). However, the wp-recent-links plugin I had installed broke. Still shows fine on my main page, just does not appear anymore in the Admin page. Not a huge issue for me since I barely have time to fiddle around with my blog. However, I definiftely give 1.3 thumbs up. ??

    Thread Starter gotRoot

    (@gotroot)

    Here’s a snippet of the area in question:

    <div class=”post”>
    <h3 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent link to entry titled:
    <?php the_title(); ?>”><?php the_title(); ?>
    </h3>
    <div class=”meta”>
    <?php the_time(“l, F jS, Y @ g:i a”) ?> |
    <img width=”11″ height=”11″ src=”https://memoirsofageek.com/images/layout/category.gif&#8221; alt=”Category Filed Into” /> <?php the_category() ?> |
    <img width=”11″ height=”11″ src=”https://memoirsofageek.com/images/layout/comment.gif&#8221; alt=”Comments” /><?php comments_popup_link(‘ 0 ‘,’ 1 ‘,’ % ‘); ?>
    <?php edit_post_link(‘Edit’,’ | ‘,”); ?>
    </div>
    <div class=”storycontent”>
    <?php the_content(); ?>
    </div>
    <div class=”feedback”>
    <?php link_pages(‘
    Pages: ‘, ‘
    ‘, ‘number’); ?>
    </div>
    <!–
    <?php trackback_rdf(); ?>
    –>
    <?php include(ABSPATH . ‘wp-comments.php’); ?>
    </div>
    <?php } } else { // end foreach, end if any posts ?>
    Sorry, no posts matched your criteria.
    <?php } ?>

    Thread Starter gotRoot

    (@gotroot)

    *bump*
    I figured to stop the confusion, I’ll include my Stylesheet below, along with my index.pph code below that… ??

    /*
    Default WordPress by Dave Shea || https://mezzoblue.com
    Modifications by Matthew Mullenweg || https://photomatt.net
    This is just a basic layout, with only the bare minimum defined.
    Please tweak this and make it your own. :)
    */
    html, body {
    margin: 5px auto 10px auto;
    padding: 0;
    height: 100%;
    }
    body {
    color: #000;
    background-color: #fff;
    text-align: center;
    }
    a {
    color: #369;
    background-color: transparent;
    }
    a img {
    border: none;
    }
    a:visited {
    color: #666;
    background-color: transparent;
    }
    a:hover {
    color: #c96;
    background-color: transparent;
    }
    blockquote {
    border-left: 3px double #9bb2b2;
    margin: 0 10px;
    padding: 0 10px;
    }
    cite {
    font: normal bold 10px/12px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    }
    h2 {
    font: normal bold 20px/22px Georgia, Times, serif;
    margin: 15px 0 2px 0;
    padding: 0;
    }
    h3 {
    font: normal 900 18px/20px Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
    margin: 0;
    }
    h3 a {
    color: #036;
    background-color: transparent;
    text-decoration: none;
    }
    pre {
    color: #600;
    background-color: #eee;
    font: normal normal 10px/11px monospace;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    }
    p, li, .feedback {
    font: normal normal 11px/13px 'Lucida Sans Unicode', Tahoma, 'Trebuchet MS', sans-serif;
    padding: 0;
    }
    p img {
    border: 1px solid #9bb2b2;
    margin: 0 3px;
    padding: 0;
    }
    .feedback {
    color: #ccc;
    background-color: transparent;
    margin: 5px 0;
    text-align: right;
    }
    .feedback a {
    text-decoration: none;
    }
    .meta {
    color: #000;
    background-color: transparent;
    font: normal normal 10px/12px Verdana, sans-serif;
    margin: 0;
    padding: 0 0 0 5px
    }
    .meta a {
    color: #778c88;
    background-color: transparent;
    font: normal normal 10px/12px Verdana, sans-serif;
    text-decoration: none;
    }
    .meta a:hover {
    color: #ccc;
    background-color: transparent;
    font: normal normal 10px/12px Verdana, sans-serif;
    text-decoration: none;
    }
    .meta a:visited {
    color: #369;
    background-color: transparent;
    font: normal normal 10px/12px Verdana, sans-serif;
    text-decoration: none;
    }
    .meta img {
    margin: 3px 0;
    padding: 0;
    vertical-align: middle;
    }
    .meta ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .meta li {
    display: inline;
    }
    .post {
    color: #000;
    background-color: transparent;
    margin: 0 0 35px 0;
    }
    .storycontent {
    color: #000;
    background-color: #cee5e5;
    margin: 0 0 15px 10px;
    padding: 0 10px;
    border: 1px solid #acc3c3;
    }
    .storytitle {
    color: #036;
    background-color: transparent;
    margin: 0;
    padding: 0;
    }
    .storytitle a {
    text-decoration: none;
    }
    #rap {
    color: #000;
    background-color: #fff;
    margin: auto;
    min-height: 100%;
    height: 100%;
    width: 800px;
    text-align: left;
    }
    #header {
    margin: 0;
    padding: 0;
    height: 360px;
    width: 800px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    }
    #header h1 {
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: url("https://memoirsofageek.com/images/headers/stewie_header.gif");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    }
    #header h1 span {
    display: none;
    visibility: hidden;
    }
    #nav {
    color: #000;
    background-color: #99aeaa;
    margin: 0 0 25px 0;
    padding: 2px 0;
    width: 800px;
    border-top: 2px solid #000;
    border-left: 1px solid #000;
    border-bottom: 2px solid #000;
    border-right: 1px solid #000;
    position: relative;
    text-align: left;
    }
    #nav form {
    margin: 0;
    padding: 1px 10px;
    display: inline;
    }
    #nav input {
    color: #000;
    background: #fff;
    font: normal normal 12px/12px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    width: 100px;
    }
    #nav input.button {
    color: #000;
    background: #fff;
    font: normal normal 10px/10px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    width: 50px;
    }
    #nav ul, #nav li
    {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    }
    #nav a:link, #nav a:visited
    {
    color: #000;
    background-color: transparent;
    font: bold italic 12px/12px Verdana,sans-serif;
    margin: 0 10px;
    padding: 0;
    text-decoration: none;
    }
    #nav a:hover
    {
    color: #cee5e5;
    background-color: transparent;
    margin: 0 10px;
    padding: 0;
    text-decoration: none;
    }
    #blog {
    color: #000;
    background-color: #fff;
    width: 580px;
    margin: 10px 3px 10px 0;
    padding: 0;
    float: left;
    text-align: left;
    }
    #menu {
    color: #000;
    background-color: transparent;
    width: 170px;
    margin: 10px 0;
    padding: 0;
    float: right;
    }
    #menu form {
    margin: 0;
    padding: 5px 10px;
    }
    #menu input {
    color: #000;
    background: #fff;
    font: normal normal 12px/12px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 1px solid #9d8b3a;
    width: 90%;
    }
    #menu input.button {
    color: #000;
    background: #eee;
    font: normal normal 10px/12px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 1px solid #9d8b3a;
    width: 50px;
    }
    #menu ul {
    color: #000;
    background-color: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    #menu ul li {
    color: #9d8b3a;
    background-color: transparent;
    font: normal 900 13px/14px Verdana, sans-serif;
    margin: 0;
    padding: 0;
    }
    #menu ul ul {
    color: #000;
    background-color: #e7dba2;
    list-style-type: none;
    margin: 5px 0 10px 10px;
    padding: 2px;
    border: 1px solid #9d8b3a;
    text-align: left;
    }
    #menu ul ul li {
    color: #000;
    background-color: transparent;
    font: normal normal 10px/14px Verdana, sans-serif;
    border: 0;
    margin: 0;
    padding: 0 3px;
    }
    #menu ul ul li a {
    color: #8c7a29;
    background-color: transparent;
    text-decoration: none;
    }
    #menu ul ul li a:hover {
    color: #fee;
    background-color: #9d8b3a;
    border-top: 1px solid #9d8b3a;
    border-bottom: 1px solid #9d8b3a;
    }
    #credit {
    color: #000;
    background-color: transparent;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #778c88;
    position: relative;
    height: 20px;
    clear: both;
    }
    #commentform input, #commentform textarea {
    background: #fff;
    border: 1px solid #333;
    }
    #commentform textarea {
    width: 400px;
    }
    ol#comments li p {
    font-size: 100%;
    }
    ol#commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 12px;
    }
    ol#commentlist cite {
    margin: 0 0 10px 0;
    padding: 0 5px;
    }
    ol#commentlist li {
    font: normal normal 14px/20px Georgia, serif;
    margin: 0 5px 30px 5px;
    padding: 0;
    }
    ol#commentlist p {
    font: normal normal 14px/20px Georgia, serif;
    margin: 0 0 7px 0;
    padding: 0;
    }

    Thread Starter gotRoot

    (@gotroot)

    Hehe.. Yeap. With all of the calculations, I figured roughly 3gb of data was styolen from me with people in the past using my images, stylesheets, files, etc. That’s why I prety much forbid any hotlinking of anything off my site. Granted, I have a terabyte of bandwidth / month, I still hate people leeching crap off my sites…

    Thread Starter gotRoot

    (@gotroot)

    Actually, by default I have it turned off in the options section.
    However, I did find out why it was taking so long and the answer is waaaaay weirder than the problem. I noticed on the particular entries that I tried to edit, the GeoURL position was depositied into the databse for the entries. I deleted the GeoURL values and set it to NULL like the other entries.
    I then went into edit a random entry and noticed that the GeoURL positions were placed into the form so I blanked them out. I saved the updated entry and it took a second. I put back the GeoURL values and the same edit took 2:45 seconds. However, with the new entries, this anomoly does not occur. Whether I have the GeoURL info in or not, they still update very quickly.
    For now, I disabled the GeoURL feature since I included the <meta> data anyway and all edits now occur in a reasonable amount of time. Really weird eh? Or is this an expected behavior for turning on the GeoURL option within WP?

    Forum: Fixing WordPress
    In reply to: Odd date issue
    Thread Starter gotRoot

    (@gotroot)

    D’oh! Never mind… Should have RTFM. Hehe…
    <?php comment_date("l, F jS Y @ g:i a")?>
    Is the key.

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