bk
Forum Replies Created
-
Forum: Plugins
In reply to: runPHP HelpSorry for bumping, but I really need some advice…
Forum: Installing WordPress
In reply to: Can’t Get It To WorkAlright, I’ll do that then. =]
Forum: Installing WordPress
In reply to: Can’t Get It To WorkI don’t know actually. How do I find out? It’s just the 1&1 Control Panel. But I think I might know what you’re talking about (cPanel). Used to be in my previous host and it was much simpler. :\
I dunno. I’m thinking the problem is at their end.
Forum: Installing WordPress
In reply to: Can’t Get It To WorkYes, I’ve double-checked. The thing is, I can’t create my username or database name. It makes itself. I can only edit the password. :\
Forum: Installing WordPress
In reply to: Can’t Get It To WorkThis… posting the whole thing.
<?php // ** MySQL settings ** // define('DB_NAME', 'the-db-name'); // The name of the database define('DB_USER', 'the-db-user'); // Your MySQL username define('DB_PASSWORD', 'the-password'); // ...and password define('DB_HOST', 'localhost'); // 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'); ?>Forum: Installing WordPress
In reply to: Can’t Get It To WorkIs 1&1 really bad for blogs? I was with Hostmatix first and switched to 1&1 because they were pretty bad.
And yes I checked out the install4free site. But I’m not sure if I’m willing to give my username and password.
Can someone explain it to me how to fix it? I can try to do it.
Should I contact 1&1 too?
Forum: Installing WordPress
In reply to: Akismet ProblemOk, thanks gamedudex. I’ll try that.
Forum: Installing WordPress
In reply to: Countdown PluginAnyone please? 🙁
I found some other ones but they’re not timers.
Forum: Installing WordPress
In reply to: Parse ErrorReuploaded the wp-blog-header.php and it works now. Thanks Yosemite. But any idea why it happened? :\
Forum: Installing WordPress
In reply to: Parse ErrorWhat info would you like?
Should I contact the hosting site?Forum: Everything else WordPress
In reply to: Site To Check Website On Different Browsers?There was this other one like buybabygifts posted but you didn’t have to sign in or anything.
Thanks guys. Please post some more if you have.
Forum: Installing WordPress
In reply to: “Edit” Comment Link ProblemOh okay. Thanks moshu.
Forum: Installing WordPress
In reply to: “Edit” Comment Link ProblemYou didn’t see mine? After posting a comment?
Forum: Installing WordPress
In reply to: Aligning Problem in CSSI just need to add comment numbers on the right side. Is it possible? I used
<?php echo $com_count++; ?>before but since I implemented Ajax commenting, I have to do it using CSS.Forum: Installing WordPress
In reply to: Aligning Problem in CSSAdding
#commentlist { text-align: right;}would move everything to the right hand-side? But I only want to move the numbers. If possible.Can’t I make like a
div.commentsomethingand then position it accordingly?