Jump to content

Bam

Members
  • Posts

    58
  • Joined

  • Last visited

Posts posted by Bam

  1. register for your site under any name, goto you cpanel then look at your sqlserver, the goto sqladmin little letters at the bottom, the select users, copy the "known" password of the user you just created and past it in the user admin, then you can get back into your blog :) I will post a more detailed how to very soon, just because the staff is so nice in putting up with my dumb panic questions :)

  2. played with it a little bit, ive got a "box/table" I want to put the image under it

     

    here is some of the css

    >/* ##### Right Side Bar ##### */
    
    .rightSideBar {
     width: 13em;
     margin: 2ex 0.75ex 0 0;
     padding: 0;
     float: right;
     clear: right;
     border: 1px solid rgb(216,210,195);
     
    }
    
    [class~="rightSideBar"] {
     margin-right: 1.5ex;
    }
    
    .rightSideBar .sideBarTitle {
     color: black;
     background-color: rgb(230,223,207);
     font-weight: bold;
     margin: 1.25ex 1ex;
     padding: 0.9ex 1ex;
    }
    
    .rightSideBar a {
     color: rgb(123,141,164);
     background-color: transparent;
     text-decoration: none;
     font-weight: bold;
    }
    
    .rightSideBar a:hover {
     text-decoration: underline;
    }
    
    .rightSideBar .sideBarText {
     color: rgb(123,141,164);
     line-height: 1.5em;
     margin: 0;
     padding: 0 2ex 1em 2ex;
    }
    
    .rightSideBar .more {
     text-decoration: none;
     text-align: right;
     margin: 0;
     padding: 0 2ex 1em 2ex;
     display: block;
    }
    
    .rightSideBar .more:hover {
     text-decoration: underline;
    }
    .rightSideBar ul {
     list-style-type: none;
     list-style-position: outside;
     margin: 0 0 1em 0;
     padding: 0;
    }
    
    .rightSideBar li {
     margin: 1ex;
     padding: 0 0 0 0;
    }
    
    .rightSideBar img {
    border: 0; 
    
    }

     

    so where would it go? tried the img right above and at the top, but no change any ideas?

  3. Just a quickie, any way to resetup wp. Seems I didnt change my password for admin that it generated for me, thought I had changed it, guess not.

  4. I am getting a denial of access:

     

    MySQL said: Documentation

    #1044 - Access denied for user: 'xxxxxxxx@localhost' to database 'deleteable'

     

    from

     

    Welcome to phpMyAdmin 2.6.1-pl2

     

    MySQL 4.0.25-standard running on localhost as xxxxxxxx@localhost

     

    any ideas why?

     

    Edited by TCH-David: Obscured username for security purposes.

  5. here is the data from one month

    ><wordpresspost>9/29/2004 07:29:27 AM|||Bam|||<div style="clear:both;"></div>Well I have been lazy lately, actually woirks really busy. Got my laptop...its killer, I am gonna post the benchmarks here soon. Doin' some programs for work kinda fun. Getting a second boxer this next week. Getting a female brendle, gonna breed in a couple of years. My friends(our) site is back up, that is very exciting, thanks again to an old ham radio friend of mine :) Well thats all for now will be writing a little more often, oh do I have a story to tell about what happened on the freeway on the way home from works, involves an idiot two cars a baseball bat and 120mph.<br /><div style="clear:both; padding-bottom: 0.25em;"></div>|||109640000774275257|||Lazy Boy!

  6. got the files, its a small blog, well only 2 years. I see the files in the correct format and I have all the posts in them date time author post comment. The routine for importing them is not doing so, I click ok, and as I said nothing happens no errors no-nada, wierd

  7. I recieved no error messages, otherwise I could probably do some preliminary debugging. I press the "OK" button after the republish(I verified the files are there) But I check the db and none of the posts are there. I installed wp in my public_html directory, I have placed the files in that directory as per instructions, and the code saya it looks one directory back as well.

  8. my redirector was set up improperly, now I just have to figure out how to edit my themes(thru the built in editor), it says if this file was writable you could edit it, but my permissions for the theme files are set properly, any ideas?

  9. the links are referring to *.html such as index.html, it should be php

     

    lemme give more info:

     

    if you type in thegrinder.ws it redirects you to thegrinder.ws/index.html, page not found(this is correct) but change the html to php and no problems, so what did I screw up?

  10. Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-login.php on line 7

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-login.php on line 8

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-login.php on line 9

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccountpublic_html/wp-config.php:23) in /home/myaccount/public_html/wp-login.php on line 10

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-login.php on line 11

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-includes/pluggable-functions.php on line 151

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-includes/pluggable-functions.php on line 152

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/wp-config.php:23) in /home/myaccount/public_html/wp-includes/pluggable-functions.php on line 129

     

    this is after the install and i log in any ideas?

     

    Edit: TCH-Bruce - removed account info for security reasons

×
×
  • Create New...