Forum Replies Created

Viewing 15 replies - 136 through 150 (of 160 total)
  • If I uncheck the box for FILE SCAN and check every other box then it works fine. The moment I check FILE SCAN it just sits there and “rotates” like it is working, but I let it work overnight and in the morning it was still going.

    Using Firefox 3.55 on Ubuntu KK

    I just tried checking FILE SCAN and NOTE only and got the following error:

    Fatal error: Out of memory (allocated 167772160) (tried to allocate 334 bytes) in /home/censored/www/wp/wp-content/plugins/exploit-scanner/exploit-scanner.php on line 261

    I moved the PHP MEMORY LIMIT up to 500 and now it is just sitting there rotating again (for the past several minutes now.

    Found a plugin. Called stylepress. It helps you change colours in admin.

    It’s written in Spanish only, with no translations.

    I had to figure out how to add more than one style sheet. Strange, because it comes with two but only adds one.

    Here is how I modified it. Just copy the main block and repeat it for each new sheet you want. Also change the style name (3 times per instance).

    <?php
    /*
    Plugin Name: StylePress
    Plugin URI: http://ejner69.net/wordpress/stylepress/
    Description: Add more styles to the WordPress Dashboard
    Author: ejner69
    Version: 1.0.1
    Author URI: http://ejner69.net/
    */
    add_action('admin_init','stylepress');
    function stylepress() {
    $plugin_url = WP_CONTENT_URL.'/plugins/' . plugin_basename(dirname(__FILE__)) ;
            wp_admin_css_color(
                           'albedo',
                            __('Albedo'),
                            $plugin_url . '/albedo.css',
                            array(
          				'#464646',
           				'#e4f2fd',
          				'#d54e21',
           				'#2683ae'
                          	)
           );
    $plugin_url = WP_CONTENT_URL.'/plugins/' . plugin_basename(dirname(__FILE__)) ;
            wp_admin_css_color(
                           'fresco',
                            __('Fresco'),
                            $plugin_url . '/fresco.css',
                            array(
          				'#464646',
           				'#e4f2fd',
          				'#d54e21',
           				'#2683ae'
                          	)
           );
    
    $plugin_url = WP_CONTENT_URL.'/plugins/' . plugin_basename(dirname(__FILE__)) ;
            wp_admin_css_color(
                           'new',
                            __('Green'),
                            $plugin_url . '/new.css',
                            array(
          				'#3c955c',
           				'#7ee09c',
          				'#c4f6d3',
           				'#b6f3b4'
                          	)
           );
    }
    ?>

    You notice that the new style is new.css but it’s will appear as Green in the list.

    BTW – Once the plugin is activated just goto your profile and you will see the original two and new Fresco theme near the top.

    Also, copy one of the two css files (albedo.css or fresco.css) rename that and edit the color codes. I used a colour picker and searched for colours on the admin screen and then replaced them with my own using search and replace.

    Oh yeah, it also gives new icons for the admin menus.

    I’ll play a little more and then give a link to my css file(s). Maybe others can share some also?

    Find this file:
    http://theskatetool.com/wp-content/themes/ArtSee/style.php

    At the top is this:
    body {
    margin-top: 0px;
    padding: 0;
    color: #ABABAB;
    background-color:#FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    }

    Add:
    background-image: url(location/of/image.jpg);

    Also interested. I’m building a church site and would like to output certain words and pictures depending upon what the liturgical colour of the day is.

    For example- The colours for this week might be:
    White, Green, Green, Green, Red, Green, Green
    There are only Red, Green, White, Purple to chose from.

    I would like to output the matching colour for the background or a picture with that colour predominate in it.

    Also, the year is broken into several Seasons:
    Advent, Lent, Easter, etc.
    I’d like to place a small picture for the appropriate season in the sidebar or the header or the name of the season..

    I know I’ll most likely have to either create a separate csv file or enter the info into a database, but that’s my problem

    Forum: Fixing WordPress
    In reply to: Malware Attack
    Forum: Fixing WordPress
    In reply to: Malware Attack

    Here is the info Google puts up for your site:

    Safe Browsing
    Diagnostic page for www.chambermusik.com
    
    What is the current listing status for www.chambermusik.com?
    
        Site is listed as suspicious - visiting this web site may harm
    your computer.
    
        Part of this site was listed for suspicious activity 2 time(s)
    over the past 90 days.
    
    What happened when Google visited this site?
    
        Of the 85 pages we tested on the site over the past 90 days, 5
    page(s) resulted in malicious software being downloaded and installed
    without user consent. The last time Google visited this site was on
    2009-10-29, and the last time suspicious content was found on this
    site was on 2009-10-29.
    
        Malicious software includes 36 trojan(s), 27 scripting exploit(s),
    25 exploit(s). Successful infection resulted in an average of 1 new
    process(es) on the target machine.
    
        Malicious software is hosted on 6 domain(s), including
    keymydomains.com/, chberger.com/, specialgt.com/.
    
        2 domain(s) appear to be functioning as intermediaries for
    distributing malware to visitors of this site, including
    specialgt.com/, ncenterpanel.cn/.
    
        This site was hosted on 2 network(s) including AS6461 (MFNX),
    AS31820 (PUGMARKS).
    
    Has this site acted as an intermediary resulting in further
    distribution of malware?
    
        Over the past 90 days, www.chambermusik.com did not appear to
    function as an intermediary for the infection of any sites.
    
    Has this site hosted malware?
    
        No, this site has not hosted malicious software over the past 90
    days.
    
    How did this happen?
    
        In some cases, third parties can add malicious code to legitimate
    sites, which would cause us to show the warning message.
    
    Next steps:
    
        * Return to the previous page.
        * If you are the owner of this web site, you can request a review
    of your site using Google Webmaster Tools. More information about the
    review process is available in Google's Webmaster Help Center.
    
    Updated 22 hours ago
    
    ©2008 Google - Google Home

    I suggest using the links here to contact Google directly and work things out. But first – go over your entire site and look for hacks.

    Forum: Fixing WordPress
    In reply to: testd?

    when I type
    http://www.airfaretoacapulco.com/asd.txt
    I get your correct 404 page. I suggest looking in your root directory for a file like index.html (index.php is the only index page you want) and find out how it got there. If your index.php itself got rewritten then you are in worse trouble. If someone can add files to your root directory then you need to find out how and fix it. As a minimum, change your host password and ftp password and WordPress password.

    Ok, go to your css file at:

    http://theiconbarbershop.com/wp-content/themes/station/style.css

    And find the following:

    /*- Post Date -*/
    .post-date {
    	margin: 0 0 1.25em;
    }

    Change to:

    /*- Post Date -*/
    .post-date {
    	margin: 0 0 1.25em;display: none;
    }

    Save and log out and visit your site as a guest or non-admin user. Do things look correct now?

    Thread Starter lokrin2000

    (@lokrin2000)

    1) Won’t that also get rid of sidebars on my blog page(s)? Also, since my blog is now on a page (ala # 2) below) will that interfere?

    2) Saw you answer that for someone else and did it. Works fine now. Thanks.

    3 & 4) Will check out …

    Thanks again! =P

    Forum: Plugins
    In reply to: Image Border Blend?

    Also not perfect but you can try playing with
    http://rmarsh.com/plugins/image-shadow/

    Look in wp-login.php in your home directory.

    Find:

    <label><?php _e('Username or E-mail:') ?><br />
    		<input type="text" name="user_login" id="user_login" class="input" value="<?php echo esc_attr($user_login); ?>" size="20" tabindex="10" /></label>

    Change:
    value="<?php echo esc_attr($user_login); ?>"

    Tp:
    value="guest"

    That might work…

    Are there any admin themes around?

    Curiosity, What are the main differences between WP-Hive and WPMU?

    Another option would be a NEXT and BACK button to cycle through theme previews rather than closing one and opening the next.

    You can edit your admin account and give it a nick name and then set it to display that nickname. I set mine to display the same as my editor nickname in case I decide to post while logged in as admin. So the displayed admin name and the admin log in name are different.

Viewing 15 replies - 136 through 150 (of 160 total)