Inky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating a separate ‘Archives’ pageI followed the instructions given by wordpress, uploaded archives.php and made a page, but my list of archived entries did not appear.
Forum: Installing WordPress
In reply to: Error at upgrade.phpThanks!
Forum: Fixing WordPress
In reply to: Background color change, centering imageI’m talking about the image in the header. I think it doesn’t show up in IE. I don’t know why. I can see it in Firefox though.
Forum: Themes and Templates
In reply to: Something wrong with index.phpThanks man. That’s what I did in the end too.
Forum: Themes and Templates
In reply to: Can’t make changes to templateYeah I’ve cleared my cache but still there are no changes.
Forum: Fixing WordPress
In reply to: Spaminator probsThis is the error message that I get everytime I try to update anything.
kittens-spaminator.php-?a1a??2???????1a??2???????mBINa€??_
Warning: Cannot modify header information – headers already sent by (output started at /home/orange/public_html/blog/wp-content/plugins/kittens-spaminator.php:1) in /home/orange/public_html/blog/wp-admin/post.php on line 679Forum: Fixing WordPress
In reply to: Old template keeps appearingThanks podz. I feel silly now.
Forum: Plugins
In reply to: Recent Comments featureI uploaded it as recent-commenters-commented-on.php but still there’s the exact same error page.
Forum: Fixing WordPress
In reply to: ‘Most recent comments’ featureI just uploaded recent-commenters-commented-on.phps which I got from https://www.scriptygoddess.com/archives/2004/07/08/recent-commenters-and-commented-on-posts/
Then I went to the plugins page and saw the code in all its glory. But when I clicked on it I got this:
“Not Found
The requested URL /archives/recent-commenters-and-commented-on-posts/
Description: Retrieves a list of the most recent commenters. (based HEAVILY on https://mtdewvirus.com/wp-hacks/ recent comments plugin)
Version: 1.0
Author: Jennifer – Scriptygoddess
Author URI: https://scriptygoddess.com
*/
</font><font color=” was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. “
What do I do now?Forum: Fixing WordPress
In reply to: Change Default categoryYeah! Thanks man.
Forum: Installing WordPress
In reply to: Installation manualsI don’t know how to continue from here. What do they mean by the ‘name of the database’? and ‘MySQL username’? Am I supposed to type over these words and save again as wp-config.php?
?php
/** WordPress’s config file **/
/** https://www.ads-software.com/ **/
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
// 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’, ”);
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(‘ABSPATH’, dirname(__FILE__).’/’);
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>