vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbArchive - Search Engine Indexer for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=47667)

imageconstrux 03-01-2005 12:12 AM

n/m - figured it out

laeth 03-01-2005 05:08 AM

hm, slight prolem. Mt ftp wont let me rename the archive file. When ever I rename the archive.txt file to just 'archive' it deletes itself, or once refreshed just renames itself to 'archive.txt'.

Any ideas? Does the archive vbulletin folder have anything to do with it?

imageconstrux 03-01-2005 11:18 AM

It seems that vB 2 has become the red-headed stepchild, since vB 3 came out. So I'm not the best guy to answer this, but if I don't, it's likely nobody will.

Does the same thing happen to the other files that you drop the .txt from?

MRGTB 08-21-2005 04:38 AM

I'm a little confused here, I have installed the useragent mod, but there is a section of code at the bottom of the mod that I need to add and the instuctions dont seem to tell you were to put it.

It seems to say it goes in online.php, can anbody help. Becuase I see nothing there in the code I posted below taken from the mod that I need to install, that tell you were to put it.

Code:

## No more changes to forum/global.php
## ----------------------------------------------------------------------------- ##


## function for user ip address checking
## matches full/part of an ip address
## might be useful for people who dont have a .htaccess file
## or those who want to identify bots who dont supply a valid or a cloaked
## useragent. probably should be called on return of 0 from useragentcheck
## in online.php
##
## i think its unnecessary. also the ip address matching isnt great since php
## cant handle CIDR addresses so either you break the ip address up and match
## values or you use ranges (as below) which will also identify ip outside
## the allocated range
## ie crawler918.com
## http://ws.arin.net/cgi-bin/whois.pl?queryinput=!%20NET-12-148-209-192-1
## 12.148.209.192/26
## /26 is 62 ip addresses identifying 12.148.209. means that you're blocking 254 ip
## address which will exclude non rogue ips.
## ip address have a tendancy to change and would result in a fairly bit list.

function useripaddresscheck( $match_addr, $addr_code )
{

  $addr = array(
    '12.148.209.'        => 'www.nameprotect.com|||crawler918.com', 
    '12.148.196.'        => 'www.nameprotect.com|||crawler918.com',
    '12.175.0.'                => 'www.nameprotect.com|||crawler918.com',

    '63.148.99.'        => 'www.cyveillance.com|||cyveillance',
    '65.118.41.'        => 'www.cyveillance.com|||cyveillance'
  );
 
  foreach( $addr as $useraddr => $addrurl )
  {
    if ( preg_match ("/^\d+$/", $useraddr) )
    {
      $useraddr = $addrurl;
      $addrurl  = "Web Robot";
    }

    if ( preg_match ("/^". preg_quote ($useraddr) ."\d+/i", $match_addr) )
    {
      $addrinfo = preg_split ("/\|\|\|/", $addrurl);
          if (!($addrinfo[1])) {
              $addrinfo[0] = "http://www.robotstxt.org/wc/active.html";
              $addrinfo[1] = "Web Robot ".$useraddr."*";
          }

          switch ($addr_code) {
            case 0:
              return 1;
              break;
            case 1:
              return $addrinfo[1];
              break;
            case 2:
              return '</a><a href="http://'. $addrinfo[0] .'" alt="'. $addrinfo[1] .'"><i>'. $addrinfo[1] .'</i>';
              break;
          }
    }
  }
 
}

## ----------------------------------------------------------------------------- ##


gsk8 10-23-2005 11:16 AM

I recently upgraded to 3.5 and wondered if this upgrade "overwrote" and I would need to re-install? Thanks!

Ch3W 10-28-2005 11:30 AM

Hmm... can I add custom headers to this script? I'd like to include my site menu at the top. Thanks

Thanks

Kiriaki 11-15-2007 01:55 PM

Can i install it to Vbulletin 3.6.8?? is there something new to use??

onehost 11-30-2007 06:30 PM

Quote:

Originally Posted by Kiriaki (Post 1383015)
Can i install it to Vbulletin 3.6.8?? is there something new to use??

hrmm, the last real post was back in 2004, scripts die out
quickly when modders do not support them anymore.

why would anyone setup a v2.2 on a v3.6.8 anyway...
I wouldnt even think it would work...

peterle1 12-09-2007 03:49 PM

Quote:

Originally Posted by Kiriaki (Post 1383015)
Can i install it to Vbulletin 3.6.8?? is there something new to use??

What for, there is an archive already in vb?


All times are GMT. The time now is 02:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01823 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete