snookie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: after htaccess atempt – everything gonefigured it out.. i overwrote the original .htaccess that was there.. so i changed it back to the way it was.. (stupid)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
but does anyone know what to add to that to prevent hotlinking images and direct downloading of videos?
Forum: Fixing WordPress
In reply to: CPU quota exceeded errorsthe only solution i found that worked for me (and many other BlueHost members with the same problem) was to switch to another host.. i haven’t seen that error message since.
Forum: Installing WordPress
In reply to: moved to a new hostsolved!
all i needed to do was click on the “Update permalinks” button in Dashboard. 🙂
Forum: Installing WordPress
In reply to: moved to a new hostyes i thought so too.. but i created a new database anyway.. imported all of my posts and comments through phpmyadmin.. everything appears to be there BUT whenever you click on the post title or the link to view the comments or the separate categories it shows a “Not Found” page..
what could be the cause of that?
Forum: Fixing WordPress
In reply to: CPU quota exceeded errorsseems that the wp-comments-post.php has been logged the most.. could there be an error with the script?
Forum: Fixing WordPress
In reply to: CPU quota exceeded errorsi’ve been having this problem constantly for the past four months.. i’m on BlueHost, i disabled awstats and all other stat program, i’ve changed my theme to the default wordpress theme, and disabled all plugins..
i’ve had that message come up as often as every 3 minutes while navigating my site.. that is absolutely ridiculous! what could it possibly be???
here is a sample of my cpu exceeded logs..
Tue Nov 6 00:19:31 2007: used 0.01 seconds of cpu time for HTTP Request: http://www.area-77.com : GET /images/arsenal.jpg HTTP/1.1
Tue Nov 6 00:20:55 2007: used 0.34 seconds of cpu time for /usr/bin/php index.php
Tue Nov 6 00:20:56 2007: used 0.19 seconds of cpu time for PROCESS : /usr/bin/php index.php
Tue Nov 6 00:21:13 2007: used 0.01 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:13 2007: used 0.01 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:13 2007: used 0.06 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.28 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.45 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.28 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.26 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
Tue Nov 6 00:21:15 2007: used 0.26 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0Forum: Fixing WordPress
In reply to: Foreign characters scrambled after upgradethanks MichaelH, although those two lines were already there i looked further into it and found that the problem was solved when i changed them to:
//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);Forum: Fixing WordPress
In reply to: unreadable characters in place of tamil (indian language) textravidreams, thanks that helped fix my problem too.. Arabic text 🙂
Forum: Themes and Templates
In reply to: template problem.. southriver-10as usual, no one replies..
forget about it.
Forum: Themes and Templates
In reply to: background imagenever mind.. i figured it out.. i just replace the images in the “images” folder with ones of my own.
Forum: Fixing WordPress
In reply to: sidebars are moving!no one knows? 😐
Forum: Themes and Templates
In reply to: template problem.. strechingyeah i did modify it :/ but i only changed color codes.. and added a few things to the side bar..
Forum: Themes and Templates
In reply to: template problem.. strechingno one knows what im talking about?
Forum: Fixing WordPress
In reply to: split Kubrick sidebarthanks dss, i think i can work with that..
so i would add that to the style sheet and rename #leftcontent to #leftsidebar ? and so on.. i’ll try that..
Forum: Fixing WordPress
In reply to: split Kubrick sidebari’ll keep working on it and looking for that one sidebar/content/sidebar template u guys mentioned.. i’ll post my results if any of you would like to know it?
maerk, im a beginner so i wouldnt know how to do the padding/margin stuff.. but i do recall seeing that in the style sheet..
i use camino.. so the misalignment is a mozilla thing i guess.. thanks for pointing that out..