Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter johncblacker

    (@johncblacker)

    Problem solved…I moved it off of GoDaddy’s free hosting server to another of my websites…I guess when you go “free”, you get more than you bargained for! Anyway, thanks for the information and help Kafkaesqui.

    Thread Starter johncblacker

    (@johncblacker)

    So, how/where is GoDaddy adding this stuff to my blog?
    Must be some .php code somewhere?

    Thread Starter johncblacker

    (@johncblacker)

    Here is the wp-config.php from the GoDaddy site:
    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘par0634608441567’); // The name of the database
    define(‘DB_USER’, ‘par0634608441567’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘xxxxxxxx’); // …and password
    define(‘DB_HOST’, ‘mysql109.secureserver.net’); // 99% chance you won’t need to change this value

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>
    I recognize the add stuff at the top of all my pages…how to get rid of them? How to fix this problem?
    Thanks.

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