Page 4 of 4 FirstFirst 1 2 3 4
Results 46 to 57 of 57

Currently Indexed Pages, Analytics, Adsense, PR...

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?...

  1. #46
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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!


  2. #47
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    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

  3. #48
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Your load average doesn't seems to be too high currently (1.78 1.68 1.81).

    Can i delete this file?
    vbseo_sitemap\data\.htaccess

    Quote:
    deny from all

    It does not block the googlebot, does it?
    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).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #49
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    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?

  5. #50
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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!


  6. #51
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Right
    Yes
    Ok

  7. #52
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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!


  8. #53
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    httpd.conf:
    <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/chat/.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/html/.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/msxteam/.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/downloads/rap/.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/forum/chat/.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/AKO/.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/msxteam/NeutralizeR/.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/downloads/rap/paketler/.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]
    http://www.msxlabs.com/forum/vbseo_sitemap/data/.htaccess :

    deny from all
    That's all i have

  9. #54
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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!


  10. #55
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    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

  11. #56
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    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

  12. #57
    Senior Member NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    310
    Liked
    1 times
    Anyway...

    At least T2DMan is with me...

    Google indexed pages by different datacenters

    Results for URL: www.msxlabs.com

    snap1.gif

    Sometimes Google makes me furious... grrr

Page 4 of 4 FirstFirst 1 2 3 4

Similar Threads

  1. Number of pages indexed in Google?
    By Keith Cohen in forum General Discussion
    Replies: 5
    Last Post: 09-05-2008, 10:10 AM
  2. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  3. Pagerank plays hard to get on my site?
    By dutchbb in forum General Discussion
    Replies: 8
    Last Post: 04-15-2006, 03:38 PM
  4. Compression Error
    By Lazer in forum Troubleshooting
    Replies: 19
    Last Post: 03-03-2006, 02:23 PM
  5. Huge drop in pages indexed.
    By Aharon in forum Troubleshooting
    Replies: 1
    Last Post: 02-24-2006, 04:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •