Forum Replies Created

Viewing 15 replies - 31 through 45 (of 106 total)
  • Forum: Plugins
    In reply to: [SharDB] Problem installing
    Thread Starter Ruriko

    (@ruriko)

    Here’s my wp-config.php & also censored my login details

    <?php
    /**
     * The base configurations of the WordPress.
     *
     * This file has the following configurations: MySQL settings, Table Prefix,
     * Secret Keys, WordPress Language, and ABSPATH. You can find more information
     * by visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing
     * wp-config.php} Codex page. You can get the MySQL settings from your web host.
     *
     * This file is used by the wp-config.php creation script during the
     * installation. You don't have to use the web site, you can just copy this file
     * to "wp-config.php" and fill in the values.
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'he_home');
    
    /** MySQL database username */
    define('DB_USER', '****');
    
    /** MySQL database password */
    define('DB_PASSWORD', '****');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     */
    define('AUTH_KEY',         'put your unique phrase here');
    define('SECURE_AUTH_KEY',  'put your unique phrase here');
    define('LOGGED_IN_KEY',    'put your unique phrase here');
    define('NONCE_KEY',        'put your unique phrase here');
    define('AUTH_SALT',        'put your unique phrase here');
    define('SECURE_AUTH_SALT', 'put your unique phrase here');
    define('LOGGED_IN_SALT',   'put your unique phrase here');
    define('NONCE_SALT',       'put your unique phrase here');
    
    /**#@-*/
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'hentai_multi_';
    
    /**
     * WordPress Localized Language, defaults to English.
     *
     * Change this to localize WordPress. A corresponding MO file for the chosen
     * language must be installed to wp-content/languages. For example, install
     * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
     * language support.
     */
    define('WPLANG', '');
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     */
    define('WP_DEBUG', false);
    
    /* Multisite */
    define( 'WP_ALLOW_MULTISITE', true );
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'www.hentaipictures.xxx');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    require('db-settings.php');
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    Forum: Plugins
    In reply to: [SharDB] Problem installing
    Thread Starter Ruriko

    (@ruriko)

    I have tried both ways either putting above & below the line but I still get Error: You must configure your database settings by adding require(‘./db-settings.php’); to your /var/www/hentaipictures.xxx/htdocs/wp-config.php for the migration process to work

    I run Nginx as my webserver

    Forum: Plugins
    In reply to: [Shashin] Change video gui
    Thread Starter Ruriko

    (@ruriko)

    Can you make it play inside youtube player instead of google player?

    Thread Starter Ruriko

    (@ruriko)

    I’m having trouble debugging cause when I load the attachment page it would use more than memory_limit=2GB and I can’t increase so I’m unable to find out what queries is causing incomplete attachment page.

    My database is almost 1gb with 400k images in the media library

    Thread Starter Ruriko

    (@ruriko)

    Majority of my images are JPG and they’re under 500kb in size. What I do notice is my database is 1GB in size.

    Thread Starter Ruriko

    (@ruriko)

    I sent an email through your site

    Thread Starter Ruriko

    (@ruriko)

    The shortcode I use is

    [mla_tag_cloud taxonomy=attachment_category number=0 mla_output=list smallest=12 largest=12]

    Thread Starter Ruriko

    (@ruriko)

    There’s also lag when listing all categories or tags in templates. It did 236 queries in 10.564 seconds. This 10 seconds seems long especially with a sql database size 700mb

    Thread Starter Ruriko

    (@ruriko)

    Yes please disable the attachments column as I don’t need to see how many images there are in that category. I only use it to see the category ID.

    BTW how do I make a template that will list all attachment categories that I currently have?

    Thread Starter Ruriko

    (@ruriko)

    @sutherland Boswell I sent you an email and was wondering if you received it?

    Thread Starter Ruriko

    (@ruriko)

    I want to control on which attachments can start appearing in [mla_gallery] or to the public

    Thread Starter Ruriko

    (@ruriko)

    No I’m not using any other plugin that uses featured images. The CyberSyn plugin posts via cron job. It’s still not setting it auto featured. Would it help if I gave you the login details?

    Thread Starter Ruriko

    (@ruriko)

    Video thumbnails sometimes set the featured image and sometimes don’t! I still don’t know what the problem is…

    Thread Starter Ruriko

    (@ruriko)

    Sorry I should of been more clear. I’m talking about the post formats themes https://codex.www.ads-software.com/Post_Formats. So is there anyway to choose the type of post format theme?

    Thread Starter Ruriko

    (@ruriko)

    I want to implement the code in attachment.php. What is the php code for it? What I mean for clickable tags is that if I click a tag called yellow it should go to the page listing all images that are tagged yellow

Viewing 15 replies - 31 through 45 (of 106 total)