Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Posting problems

    You can view your WordPress version at the footer of your Dashboard page, on the far right (for 2.3.* at least). Knowing that would probably help solving this..

    People’ve used rainbow tables to try and crack hashes of things like popular forum system passwords and whatnot.

    How Hash Works:

    Hashing takes any amount of data (binary or text) and creates a constant-length hash representing a checksum for the data. For example, the hash might be 16 bytes. Different hashing algorithms produce different size hashes. You obviously cannot re-create the original data from the hash, but you can hash the data again to see if the same hash value is generated. One-way Unix-based passwords work this way. The password is stored as a hash value, and to log onto a system, the password you type is hashed, and the hash value is compared against the hash of the real password. If they match, then you must’ve typed the correct password.

    ‘Dunno if that helps..

    Thread Starter CovilleR

    (@coviller)

    Thanks for that last post, MtDewVirus. Once I read it the lightbulb went off in my head associating the problem with two new plugins I have just uploaded and I had noticed the problem when I went to go login as an Admin to enable them. All is well with it now.

    Thread Starter CovilleR

    (@coviller)

    I messed around with it for a bit but I feel like I must be missing something. Basically, I just want to know how to display blog posts as they display on the main page on other custom pages but only from a specific category on a specific page (and subcategories, etc). I can’t figure out how to accomplish the page-specific thing with CQS.

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