site validates but I have hundreds of pages w/out ads

Discussion in 'Co-op Advertising Network' started by kyle422, Mar 14, 2005.

  1. #1
    As the title says I have hundreds of pages that don't have ads on them but my site still validates with weight. The pages that don't have ads on them are contained in a folder like www. site .com/folder/whatever.htm
    These pages have just been added, but when they get indexed I'm sure I will get tons of extra weight. I am an honest person, so I don't want to take advantage of the situation. Any help would be appretiated.
     
    kyle422, Mar 14, 2005 IP
  2. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your weight is calculated by the number of indexed pages so you aren't actually getting credit for them

    The way it validates is by picking a random indexed page using the API, if there are no ads on it, you get the email and your account isn't active.

    Long term, you can't get weight without ads on all pages.
     
    yfs1, Mar 14, 2005 IP
  3. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Your validation will fail the next a spot-check is done on any of those pages.

    Nothing to do with honesty or whatever. You'll be out automatically.

    If you want to be in this prgram, you will need ads on all pages within the base url.
     
    T0PS3O, Mar 14, 2005 IP
  4. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I was asking for a way to resolve the problem, not can I get away without ads on my site or will my site get banned for not having ads. I want to have ads on the site and was asking for input.
     
    kyle422, Mar 14, 2005 IP
  5. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Why didn't you say so in the first place?

    Would be handy to know whether it's html/asp/php etc. (seems to be htm from your post but not explicitly mentioned as such).

    And those pages that do have the ads, what type are they?
     
    T0PS3O, Mar 14, 2005 IP
  6. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks Tops!
    my site is .htm based. The pages that don't have ads are in a folder are created from .php
     
    kyle422, Mar 14, 2005 IP
  7. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Then you will need the htaccess from the HTML Setup and the passthru.php file as well and it should be up in no time.

    Change the passthru code if you want more ads.
     
    T0PS3O, Mar 14, 2005 IP
  8. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I have a seperate .htaccess file in the /folder that changes .php pages to .htm
    if I ad the passthru RewriteRule command to that .htaccess the pages turn up blank.
    on / .htaccess
    AddHandler application/x-httpd-php .htm .html
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} ^(.*).htm [NC,OR]
    RewriteCond %{REQUEST_FILENAME} ^(.*).html [NC]
    RewriteRule ^(.*) /passthru.php?file=$1
    ErrorDocument 404 /custom404.htm
    </IfModule>
    
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www\.myfloridahomesforsale\.com [NC]
    RewriteRule ^(.*)  http://www.myfloridahomesforsale.com/$1 [L,R=301]
    RewriteRule ^index.htm$  http://www.myfloridahomesforsale.com [L,R=301]
    Code (markup):
    on the /folder
    AddType application/x-httpd-php .htm .html
    RewriteEngine On
    RewriteBase /mls
    RewriteRule ^listing([0-9]*)\.htm$ listing.php?id=$1
    RewriteRule ^search-([0-9A-Z]*)\.htm$ search2.php?id=$1
    Code (markup):
     
    kyle422, Mar 14, 2005 IP
  9. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I'll have to bail out then and leave you in the cold to be picked up soon by a rewrite expert!
     
    T0PS3O, Mar 14, 2005 IP
  10. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Thanks for trying to help TOPS. ;)
     
    kyle422, Mar 14, 2005 IP
  11. fryman

    fryman Kiss my rep

    Messages:
    9,604
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    370
    #11
    Same thing happened to me and I got the same canned answer "Your validation will fail the next a spot-check is done on any of those pages."
     
    fryman, Mar 14, 2005 IP
  12. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #12
    DOH ;)
    Did you work out a solution yet Fryman?
     
    kyle422, Mar 14, 2005 IP
  13. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #13
    What are you on about? That's not a canned answer, I just typed that myself (not even a Co-op moderator) and never typed that before.

    What are you trying to say with this post? I can't see how it has helped this guy out...
     
    T0PS3O, Mar 14, 2005 IP
  14. fryman

    fryman Kiss my rep

    Messages:
    9,604
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    370
    #14
    Well, I don't see any solution, those pages aren't detected by the coop, so I didn't bother messing around with them.

    Take a deep breath, tops, what's your problem? I'm just saying that I have seen that reply many times before.
     
    fryman, Mar 14, 2005 IP
  15. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #15
    You're lying because that's the first time that reply was ever typed.

    About the pages; As soon as G knows about them, the Co-op will know about them. If they're not on there then you're out real soon. Yes you get away with them not being there for as long as G hasn't indexed them. But that also means you don't get credit for them so it's a system that can't be conned.

    If you want more weight, get them indexed with ads on there.
    If you don't want ads on them, keep them out of the index (robots.txt).

    Nothing canned from me.
     
    T0PS3O, Mar 14, 2005 IP
  16. fryman

    fryman Kiss my rep

    Messages:
    9,604
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    370
    #16
    Don't take it so personal, man! :D

    I had a similar problem a while ago. My site, www.mysite.com has the coop on it. However, I have a folder with many pages on it, www.mysite.com/folder

    I thought it was strange that even though I didn't have any ads on the folder I would still be able to validate without problems, so I tried to open another account seeing if I could get some new weight from there, but I got a message saying that the domain was already in use.

    So, I am still baffled. I still don't know if those pages are being counted or not when I have my current weight calculated.
     
    fryman, Mar 14, 2005 IP
  17. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #17
    If they (/folder/) show up when doing a site:www.yourdomain.com search (API) then you do get weight for it. But that also means that any time now, the Co-op validation bot can boot you out.

    If they don't show then you don't get weight from them.

    Nothing to be baffled about.
     
    T0PS3O, Mar 14, 2005 IP
  18. fryman

    fryman Kiss my rep

    Messages:
    9,604
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    370
    #18
    OK... whatever... seems like PMS hit you hard this month...
     
    fryman, Mar 14, 2005 IP
  19. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Make sure you have closing tags :eek:
     
    crazyhorse, Mar 14, 2005 IP
  20. kyle422

    kyle422 Peon

    Messages:
    290
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #20
    You know what is weird, if I close the tags like it should be I get some weird message saying "this page has reached it's redirect limit" or something like that. This was the only way I could work around that error message. I know that .htacces should look like this.
     AddHandler application/x-httpd-php .htm .html
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    # this condition pevents looping
    RewriteCond %{THE_REQUEST} passthru\.php\?file=([^&]+)
    RewriteRule ^passthru\.php$ http://www.myfloridahomesforsale.com/%1? [R=301,L]
    
    RewriteRule ^index.htm$ http://www.myfloridahomesforsale.com [L,R=301]
    
    RewriteCond %{HTTP_HOST} !^www\.myfloridahomesforsale\.com [NC]
    RewriteRule ^(.*) http://www.myfloridahomesforsale.com/$1 [L,R=301]
    
    RewriteRule ^(.+\.html?) /passthru.php?file=$1 [L]
    
    ErrorDocument 404 /custom404.htm
    </IfModule>
    Code (markup):
    But, like I said I get error messages if it's done right. LOL
    P.S. I still have not found a solution to my ads problem. If anyone has a big heart? HELP me! :) :D
     
    kyle422, Mar 14, 2005 IP