![]() |
not correct link collecting
On my site links are like this:
/index.php?razdel=about&mach[2]=20 But spider gets only /index.php?razdel=about&mach How to fix it? |
There are two regexs in robot_functions.php to edit:
- One Code:
while (eregi("(<frame[^>]*src[[:blank:]]*=|href[[:blank:]]*=|http-equiv=['\"]refresh['\"] *content=['\"][0-9]+;[[:blank:]]*url[[:blank:]]*=|window[.]location[[:blank:]]*=|window[.]open[[:blank:]]*[(])[[:blank:]]*[\'\"]?((([a-z]{3,5}://)+(([.a-zA-Z0-9-])+(:[0-9]+)*))*([:%/?=&;\\,._a-zA-Z0-9\|+ ()~-]*))(#[.a-zA-Z0-9-]*)?[\'\" ]?",$eval,$regs)) { Code:
while(eregi("<a([^>]*href[[:blank:]]*=[[:blank:]]*[\'\"]?((([a-z]{3,5}://)+(([.a-zA-Z0-9-])+(:[0-9]+)*))*([:%/?=&;\\,._a-zA-Z0-9 ()~-]*))[#\'\" ]?)",$line,$regs)) { - One Code:
[:%/?=&;\\,._a-zA-Z0-9\|+ ()~-] Code:
[:%/?=&;\\,._a-zA-Z0-9 ()~-] |
THX, man!
- TWO Code:
[:%/?=&;\\,._a-zA-Z0-9 ()~-] PHP Code:
PHP Code:
PHP Code:
|
Not working as in it throws an error?
|
no, spider gets only /index.php?razdel=about&mach without [] symbols
|
Okay, I see. The right bracket doesn't like being in a character class.
To get PhpDig to accept [ and ] in links, incorporate the following: PHP Code:
Code:
[:%/?=&;\\,._a-zA-Z0-9|+ ()~-] PHP Code:
Code:
($no_brackets\[?$no_brackets\]?$no_brackets) Code:
([:%/?=&;\\,._a-zA-Z0-9\|+ ()~-]*) Code:
([:%/?=&;\\,._a-zA-Z0-9 ()~-]*) |
thx man for excellent support
|
it's working for links like
http://www.domain.com/dir/index.php?razdel=about&mach[2]=20 so what if links will be like http://www.domain.com/dir/index.php?razdel=about&mach[2]=20&mach[2]=20&mach[2]=20&mach[2]=20 PHP Code:
http://www.domain.com/dir/index.php?razdel=about&mach[2]=20&mach |
($allowed_link_chars\[?$allowed_link_chars\]?$allowed_link_chars)+
|
delete this post plz
|
delete this post plz
|
i'll make small example
|
PHP Code:
|
another trouble:
phpdig get links from this code: PHP Code:
PHP Code:
|
|
Quote:
working only if link contain only one pair of [] :( |
first regexp doesn't needed becourse site have'nt frames
|
>> working only if link contain only one pair of []
So it works in example but not with PhpDig? What's a link to a page containing multiple [ ] in its links? >> first regexp doesn't needed becourse site have'nt frames Other people might have frames though. ;) The RFC2732 protocol states in part: Quote:
You might want to consider encoding your URIs according to this rather than use literal square brackets in your links. |
>>So it works in example but not with PhpDig? What's a link to a page containing multiple [ ] in its links?
Yep. Just try to dig this page: http://zaartix.ru/krit Sorry for russian on that page |
That page contains tons of links to 404 pages.
|
they are all to 404 :)
so phpdig extract not all links from main page |
i'am not upload other pages, only one page.
for what other pages? if phpdig find all links which are on that page and all links are correct, then extractng regexp working right. Is it so? |
PhpDig tests links, and if PhpDig gets a 404 from a link, then PhpDig does not index that link. The + works in example, so maybe try setting up an online demo with a few links.
|
so, phpdig, when it parsing page, trying to open each of link? on first step? i think, that phpdig extracting all links and paste it in tempspider table. at next step phpdig try to open each of links.
I'am wrong? |
Nope, that is not how it works. PhpDig does not insert server response 404s in the tempspider table. With all the links currently returning 404s, the only thing inserted into the tempspider table is the zaartix.ru/krit/ page.
|
at now you can try to dig http://zaartix.ru/krit
plz, help to solve this problem |
There are no regular links with more than one set of [ ] square brackets in them. :confused:
|
There are many levels of pages. Just try to dig all aviable pages, mane different types of links :)
http://zaartix.ru/krit |
Here's a one-page test...
Spider: http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=79.htm Results: Spidering in progress... [Stop spider] SITE : http://zaartix.ru/ Exclude paths : - @NONE@ 1:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=79.htm (time : 00:00:09) No link in temporary table links found : 1 http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=79.htm Optimizing tables... Indexing complete ! [Back] to admin interface. |
Here's a multi-page test...
Spider: http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news.htm Results: Spidering in progress... [Stop spider] SITE : http://zaartix.ru/ Exclude paths : - @NONE@ 1:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news.htm (time : 00:00:10) + + + + + + + + + + + + + + + + + + + + + + level 1... 2:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=23.htm (time : 00:00:34) 3:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=24.htm (time : 00:00:46) 4:http://zaartix.ru/krit/index.php-razdel=price.htm (time : 00:01:04) 5:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=34.htm (time : 00:01:13) 6:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=19.htm (time : 00:01:23) Duplicate of an existing document 7:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm (time : 00:01:40) 8:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=22.htm (time : 00:01:50) 9:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=21.htm (time : 00:01:59) 10:http://zaartix.ru/krit/index.htm (time : 00:02:08) 11:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=20.htm (time : 00:02:17) 12:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=ost.htm (time : 00:02:25) 13:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech.htm (time : 00:02:34) 14:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert.htm (time : 00:02:43) 15:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=27.htm (time : 00:02:51) 16:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=32.htm (time : 00:03:00) 17:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=33.htm (time : 00:03:09) 18:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=16.htm (time : 00:03:17) 19:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=17.htm (time : 00:03:26) 20:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=vacancies.htm (time : 00:03:35) 21:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=79.htm (time : 00:03:43) 22:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=78.htm (time : 00:03:51) 23:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=2.htm (time : 00:04:01) No link in temporary table links found : 23 http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=23.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=24.htm http://zaartix.ru/krit/index.php-razdel=price.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=34.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=19.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=22.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=21.htm http://zaartix.ru/krit/index.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=20.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=ost.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=27.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=32.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=33.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=16.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=17.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=vacancies.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=79.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=78.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news&mach[3]=2.htm Optimizing tables... Indexing complete ! [Back] to admin interface. |
In both one-page and multi-page tests, the + seems to work just fine. :confused:
|
try to dig this page:
http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm and then look at it by browser. PhpDig skipping a lot of links wich have looks like http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=01.htm |
Spidering in progress... [Stop spider] SITE : http://zaartix.ru/ Exclude paths : - @NONE@ 1:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm (time : 00:00:17) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + level 1... 2:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=20.htm (time : 00:01:58) 3:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=16.htm (time : 00:02:11) 4:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=32.htm (time : 00:02:21) 5:http://zaartix.ru/krit/ (time : 00:02:32) 6:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=vacancies.htm (time : 00:02:44) 7:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=17.htm (time : 00:02:55) 8:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=33.htm (time : 00:03:05) 9:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=27.htm (time : 00:03:17) 10:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=20.htm (time : 00:03:27) 11:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=21.htm (time : 00:03:41) 12:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=24.htm (time : 00:03:54) 13:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news.htm (time : 00:04:05) 14:http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=19.htm (time : 00:04:18) 15:http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=34.htm (time : 00:04:35) Duplicate of an existing document 16:http://zaartix.ru/krit/index.php-razdel=price.htm (time : 00:04:52) 17:http://zaartix.ru/krit/index.php-razdel=about&mach[2]=22.htm (time : 00:05:04) 18:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert.htm (time : 00:05:14) 19:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech.htm (time : 00:05:25) 20:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=ost.htm (time : 00:05:37) 21:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=23.htm (time : 00:05:49) 22:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=cartShow.htm (time : 00:06:00) Duplicate of an existing document 23:http://zaartix.ru/krit/index.htm (time : 00:06:12) 24:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=20.htm (time : 00:06:24) 25:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=20.htm (time : 00:06:34) 26:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=01.htm (time : 00:06:46) 27:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=01.htm (time : 00:06:57) 28:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=01.htm (time : 00:07:09) 29:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=15.htm (time : 00:07:20) 30:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=15.htm (time : 00:07:31) 31:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=15.htm (time : 00:07:46) 32:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=46.htm (time : 00:07:57) 33:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=46.htm (time : 00:08:09) 34:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=46.htm (time : 00:08:22) 35:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=36.htm (time : 00:08:36) 36:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=36.htm (time : 00:08:48) 37:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=36.htm (time : 00:09:01) 38:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=35.htm (time : 00:09:13) 39:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=35.htm (time : 00:09:24) 40:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=35.htm (time : 00:09:38) 41:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=48.htm (time : 00:09:49) 42:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=48.htm (time : 00:10:03) 43:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=48.htm (time : 00:10:13) 44:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=47.htm (time : 00:10:26) 45:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=47.htm (time : 00:10:36) 46:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=47.htm (time : 00:10:46) 47:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=40.htm (time : 00:10:58) 48:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=40.htm (time : 00:11:08) 49:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=40.htm (time : 00:11:20) 50:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=30.htm (time : 00:11:31) 51:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=30.htm (time : 00:11:41) 52:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=30.htm (time : 00:11:53) 53:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=28.htm (time : 00:12:04) 54:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=28.htm (time : 00:12:16) 55:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=28.htm (time : 00:12:28) 56:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=29.htm (time : 00:12:40) 57:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=29.htm (time : 00:12:51) 58:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=29.htm (time : 00:13:02) 59:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=25.htm (time : 00:13:16) 60:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=25.htm (time : 00:13:27) 61:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=25.htm (time : 00:13:38) 62:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=26.htm (time : 00:13:53) 63:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=26.htm (time : 00:14:04) 64:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=26.htm (time : 00:14:15) 65:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=10.htm (time : 00:14:26) 66:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=10.htm (time : 00:14:37) 67:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=10.htm (time : 00:14:52) 68:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=33.htm (time : 00:15:03) 69:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=33.htm (time : 00:15:14) 70:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=33.htm (time : 00:15:27) 71:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=86.htm (time : 00:15:39) 72:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=86.htm (time : 00:15:49) 73:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=86.htm (time : 00:16:00) 74:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=83.htm (time : 00:16:14) 75:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=83.htm (time : 00:16:23) 76:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=83.htm (time : 00:16:37) 77:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=64.htm (time : 00:16:50) 78:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=64.htm (time : 00:17:01) 79:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=64.htm (time : 00:17:13) 80:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=59.htm (time : 00:17:24) 81:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=59.htm (time : 00:17:35) 82:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=59.htm (time : 00:17:44) 83:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=54.htm (time : 00:17:58) 84:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=54.htm (time : 00:18:09) 85:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=54.htm (time : 00:18:23) 86:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=53.htm (time : 00:18:35) 87:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=53.htm (time : 00:18:48) 88:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=53.htm (time : 00:19:01) 89:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=58.htm (time : 00:19:12) 90:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=58.htm (time : 00:19:24) 91:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=58.htm (time : 00:19:36) 92:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=57.htm (time : 00:19:48) 93:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=57.htm (time : 00:20:01) 94:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=57.htm (time : 00:20:12) 95:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=55.htm (time : 00:20:23) 96:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=55.htm (time : 00:20:33) 97:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=55.htm (time : 00:20:45) 98:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=61.htm (time : 00:20:57) 99:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=61.htm (time : 00:21:08) 100:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=61.htm (time : 00:21:20) |
No link in temporary table links found : 100 http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=20.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=16.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=32.htm http://zaartix.ru/krit/ http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=vacancies.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=17.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=33.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=27.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=20.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=21.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=24.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=news.htm http://zaartix.ru/krit/index.php-razdel=contact&mach[2]=19.htm http://zaartix.ru/krit/index.php-razdel=quality&mach[2]=34.htm http://zaartix.ru/krit/index.php-razdel=price.htm http://zaartix.ru/krit/index.php-razdel=about&mach[2]=22.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=ost.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=23.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=cartShow.htm http://zaartix.ru/krit/index.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=20.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=20.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=01.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=01.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=01.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=15.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=15.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=15.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=46.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=46.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=46.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=36.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=36.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=36.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=35.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=35.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=35.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=48.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=48.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=48.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=47.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=47.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=47.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=40.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=40.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=40.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=30.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=30.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=30.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=28.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=28.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=28.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=29.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=29.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=29.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=25.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=25.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=25.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=26.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=26.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=26.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=10.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=10.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=10.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=33.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=33.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=33.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=86.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=86.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=86.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=83.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=83.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=83.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=64.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=64.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=64.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=59.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=59.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=59.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=54.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=54.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=54.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=53.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=53.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=53.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=58.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=58.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=58.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=57.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=57.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=57.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=55.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=55.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=55.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view&mach[3]=61.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=sert&mach[3]=61.htm http://zaartix.ru/krit/index.php-razdel=price&mach[2]=tech&mach[3]=61.htm Optimizing tables... Indexing complete ! [Back] to admin interface. |
So I test again, and + works just fine. I purposely stopped the spider after 100 links, but 100 links is enough to see that + works. Now you try using the following options...
Text box: http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm Radio button: no Search depth: 1 Links per: 0 See section 6 of the documentation for a description of the options. |
????
How?? :) Before posting here i tested a new installation of 1.8.7 to dig that link. Php dig report: SITE : http://zaartix.ru/ Exclude paths : - @NONE@ 1:http://zaartix.ru/krit/index.php-razdel=price&mach[2]=view.htm (time : 00:00:14) + + + + + + + + + + + + + + + + + + + + + The num of Symbols "+" are much less than you. Are you testing clean 1.8.7 or made some changes in robot_functions.php? $allowed_link_chars = "[:%/?=&;\\,._a-zA-Z0-9|+~-]*"; is it correct? Sorry, if i take a lot of time from you :( Can you test by yourself plz? http://1ya.ru/search/admin |
I used the following:
Code:
// default setting in config.php file |
>BTW, you get a "set_time_limit() has been disabled" warning.
Yep, my hosting provider has been disable this feature. A lot of thanks, man!!! Problem has been solved:) |
All times are GMT -8. The time now is 09:19 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.