Hello,
what is your "normal" CPU load and what are your load average numbers?
This is a discussion on Currently Indexed Pages, Analytics, Adsense, PR... within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hello, what is your "normal" CPU load and what are your load average numbers?...
Hello,
what is your "normal" CPU load and what are your load average numbers?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Currently:
Currently Active Users: 236 (90 members and 146 guests)
Sayfa 0.89626 saniyede 14 sorgu ile oluşturuldu. (page genaration) [Server Loads: average: 1.38, 1.57, 1.79 : 1.38 : 1.57]
Current Time: Sunday, 19-Feb-2006 23:16:06 EET
Restart Time: Sunday, 19-Feb-2006 20:13:41 EET
Parent Server Generation: 3
Server uptime: 3 hours 2 minutes 25 seconds
Total accesses: 492622 - Total Traffic: 4.0 GB
CPU Usage: u4390.16 s364.67 cu14.97 cs2.8 - 43.6% CPU load
45 requests/sec - 383.9 kB/second - 8.5 kB/request
92 requests currently being processed, 12 idle servers![]()
Your load average doesn't seems to be too high currently (1.78 1.68 1.81).
You don't need to remove this .htaccess, because your sitemap files are linked to forums root instead oof data/ folder (rewrite rule is used for this).Can i delete this file?
vbseo_sitemap\data\.htaccess
Quote:
deny from all
It does not block the googlebot, does it?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Got some problems...
http://www.msxlabs.com/downloads/rap (works - blank index page)
http://msxlabs.com/downloads/rap/ (works)
http://msxlabs.com/downloads/rap (doesn't work)
Here is the .htaccess file i use in that folder:
Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/downloads/rap/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com$ [NC]
RewriteRule .*\.(zip|rar|exe)$ [F,R,NC]
This one?
This .htaccess is from "downloads/rap/", right?
Do you have .htaccess files in downloads/ folder and/or in root ("/")?
Also, http://www.msxlabs.com/downloads/rap/ shows a blank page for me - is that ok?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Right
Yes
Ok
Please let me know the contents of the others .htaccess files you have in "upper" directories![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
httpd.conf:
http://www.msxlabs.com/chat/.htaccess :<Directory /home/msxlabs/public_html>
Options All -Indexes
AddType application/x-httpd-php .php .html
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
</Directory>
<Directory /home/msxlabs/public_html/forum>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/forum/$1 [R=301,L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admineu|modmsx|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
</Directory>
http://www.msxlabs.com/html/.htaccess :RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/chat/$1 [R=301,L]
RewriteRule ^(index)\.html$ http://www.msxlabs.com/chat/$1.php [L,R=301]
http://www.msxlabs.com/msxteam/.htaccess :RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/html/$1 [R=301,L]
RewriteRule ^(dpictures|emoticons|emugame|msnmessenger|gallery |list|mdiscovery|mplus|msxlabs|photoalbum|software |splugng|turkishrap|webtools|winks)\.html$ http://www.msxlabs.com/html/$1.php [L,R=301]
http://www.msxlabs.com/downloads/rap/.htaccess :Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/msxteam/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(zip|rar|exe)$ [F,R,NC]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
http://www.msxlabs.com/forum/chat/.htaccess :Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/downloads/rap/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com$ [NC]
RewriteRule .*\.(zip|rar|exe)$ [F,R,NC]
http://www.msxlabs.com/msxteam/AKO/.htaccess :Options All -Indexes
RewriteEngine on
RewriteRule ^.*$ -
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/forum/chat/$1 [R=301,L]
http://www.msxlabs.com/msxteam/NeutralizeR/.htaccess :Options All -Indexes
RewriteEngine on
RewriteRule ^.*$ -
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/msxteam/AKO/$1 [R=301,L]
http://www.msxlabs.com/downloads/rap/paketler/.htaccess :Options All -Indexes
RewriteEngine on
RewriteRule ^.*$ -
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/msxteam/NeutralizeR/$1 [R=301,L]
http://www.msxlabs.com/forum/vbseo_sitemap/data/.htaccess :Options All -Indexes
AddType application/x-httpd-php .php .html
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/downloads/rap/paketler/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]
That's all i havedeny from all![]()
A lot of them
PM sent
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Results 1 - 10 of about 45,400 from msxlabs.com...
Now we're getting somewhere...
It never used to be that bad
But neither was it great
Somewhere in the middle than
Content and much too safe
Ooh tell me please
Why it takes so long
To realise when there's something wrong
Well lay me out with your heart
Now we're gettin' somewhere
Push me back to the start
Now we're gettin' someplace
Take me out let me breathe
Now we're gettin' somewhere
When I'm with you I don't care
Where it is I'm falling
There's money in the Bible Belt
Hugs for daddy too
Three wishes for eternity
We've got some work to do
Ooh tell me please, why it takes so long
I believe there is something wrong
Well lay me out with your heart
Now we're gettin' somewhere
Push me back to the start
Now we're gettin' someplace
Take me out let me breathe
Now we're gettin' somewhere
When I'm with you I don't care
Where it is I'm falling
(bridge)
Ooh tell me please, tell what went wrong
Cos I believe there is something wrong
Whoa lay me out
Now we're gettin' somewhere
Push me back
Now we're gettin' somewhere
Take me out let me breathe
Now we're gettin' somewhere
When I'm with you I don't care
Where it is I'm falling
When you took me to your room
I swear I said surrender
Ooh when you opened up your mouth
I saw the words fall out
Though nothing much has changed
I swear I will surrender
And there is pain in my heart
We can choose what we choose to believe
Interesting.
It was 336.000 yesterday for a few hours. Now it's 11.500 again.
www.google.com.tr and www.google.com show different results.
I guess google servers need more time to synchronize the records.
Two questions.
I can't change my vBSEO url rewrite settings anymore, can i?
Tested yesterday and i think it's too late... (google search results... clicked one of them and it redirected me to the forum home)
ids come before titles. ugly...(default setting)
thread title-thread id is better than thread id-thread title for search engines (more relevant)... because nobody searches by typing numbers... am i wrong?
Second question.
I played with a few <title> tags.
For example MEMBERINFO:
<title>$userinfo[username] @ $vboptions[bbtitle]</title>
Any disadvantages of changing the titles like this?
Btw, i enjoy asking questions here
Regards
P.S. Dedicate this thread to me and move it to a more relevant forum, please![]()
Anyway...
At least T2DMan is with me...
Google indexed pages by different datacenters
Results for URL: www.msxlabs.com
Sometimes Google makes me furious... grrr![]()