• I found this in my WP manager, I removed my website crush down, I did backup,then go back again, my database got old files, old website, when the PHPis updated my website crushes. Could you help me please, I think needs create new database.

    <?php
    
    define( 'GD_VIP', '184.168.47.225' );
    define( 'GD_RESELLER', 1 );
    define( 'GD_ASAP_KEY', 'xxxxxxxxxxxxxxxxxxxxxx' );
    define( 'GD_STAGING_SITE', false );
    define( 'GD_EASY_MODE', true );
    define( 'GD_SITE_CREATED', xxxxxxxxxxx );
    
    // Newrelic tracking
    if ( function_exists( 'newrelic_set_appname' ) ) {
    	newrelic_set_appname( 'xxxxxxxxxxxxxxxxxxxxxxxxx;' . ini_get( 'newrelic.appname' ) );
    }
    
    /**
     * Is this is a mobile client?  Can be used by batcache.
     * @return array
     */
    function is_mobile_user_agent() {
    	return array(
    	       "mobile_browser"             => !in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'bot', 'pc' ) ),
    	       "mobile_browser_tablet"      => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'tablet-' ),
    	       "mobile_browser_smartphones" => in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'mobile-iphone', 'mobile-smartphone', 'mobile-firefoxos', 'mobile-generic' ) ),
    	       "mobile_browser_android"     => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'android' )
    	);
    }
    define( 'REDIS_SOCKET', '/var/run/RedisProxy/mwprp.sock' );

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure what you are asking but that file looks like something a GoDaddy programmer might have placed there and ManageWP is a GoDaddy product if that is what you are talking about.

    Disable the ManageWP plugin to see if your problem (whatever problem you have that prompted you to dig around in the files) goes away.

    Let us know if we can help you further.

    Thread Starter liriotherapy

    (@liriotherapy)

    yes I had godaddy host before, I moved out, this file still there I cant remove, if I disable the plugin maybe works. also my database got old files from godaddy, my host now is siteground, they said they dont fix database.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Found on WP Manager’ is closed to new replies.