how to find out where certain links are generated

View: New views
4 Messages — Rating Filter:   Alert me  

how to find out where certain links are generated

by Jens Bergau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi @ all,

please appologize for bad english...

I want to find out, where (on which page(s)) certain links are generated:

In the Web-Info module exists the function 'indexedsearch' where i can
view indexed pages. Here i have entries like that:

example 1:
PageId=56
1. no GET-params -> thats how it should be
2. &tx_ttnews[pointer]=1 -> on which page is this link generated?

example 2:
PageID=220
1. &tx_ttnews[tt_news]=195 -> thats how it should be
2. &L=0&tx_ttnews[tt_news]=195 -> on which page is this link generated?

The problem is, that in example 1 theoretical no links with param
tx_ttnews[pointer] to that page should exist, because on this page are
only news-plugin showing the 3 latest news without an pagebrowser.
Additionally dontUseBackPid = 1 is set.
The same in example 2: no links with param L=0 should exist because the
sys_language_id is always 0 and L is not part of linkVars...

So how can i find out, where these links are generated?
Does anybody have any hints for me?

thanks a lot
Jens
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: how to find out where certain links are generated

by Jens Bergau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i forgot to mention that i use TYPO3 4.1.7 with simulateStaticDocuments,
if this is important to that topic...
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: how to find out where certain links are generated

by Martin Kutschker-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jens Bergau schrieb:

> Hi @ all,
>
> please appologize for bad english...
>
> I want to find out, where (on which page(s)) certain links are generated:
>
> In the Web-Info module exists the function 'indexedsearch' where i can
> view indexed pages. Here i have entries like that:
>
> example 1:
> PageId=56
> 1. no GET-params -> thats how it should be
> 2. &tx_ttnews[pointer]=1 -> on which page is this link generated?
>
> example 2:
> PageID=220
> 1. &tx_ttnews[tt_news]=195 -> thats how it should be
> 2. &L=0&tx_ttnews[tt_news]=195 -> on which page is this link generated?
>
> The problem is, that in example 1 theoretical no links with param
> tx_ttnews[pointer] to that page should exist, because on this page are
> only news-plugin showing the 3 latest news without an pagebrowser.
> Additionally dontUseBackPid = 1 is set.
> The same in example 2: no links with param L=0 should exist because the
> sys_language_id is always 0 and L is not part of linkVars...
>
> So how can i find out, where these links are generated?
> Does anybody have any hints for me?

Check the webservers log and have a look at the referer.

Masi
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: how to find out where certain links are generated

by Jens Bergau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thx a lot

after that i know, that these links are in the cache of web-crawlers
like mnsbot and so on...

Jens

Martin Kutschker schrieb:

> Jens Bergau schrieb:
>> Hi @ all,
>>
>> please appologize for bad english...
>>
>> I want to find out, where (on which page(s)) certain links are generated:
>>
>> In the Web-Info module exists the function 'indexedsearch' where i can
>> view indexed pages. Here i have entries like that:
>>
>> example 1:
>> PageId=56
>> 1. no GET-params -> thats how it should be
>> 2. &tx_ttnews[pointer]=1 -> on which page is this link generated?
>>
>> example 2:
>> PageID=220
>> 1. &tx_ttnews[tt_news]=195 -> thats how it should be
>> 2. &L=0&tx_ttnews[tt_news]=195 -> on which page is this link generated?
>>
>> The problem is, that in example 1 theoretical no links with param
>> tx_ttnews[pointer] to that page should exist, because on this page are
>> only news-plugin showing the 3 latest news without an pagebrowser.
>> Additionally dontUseBackPid = 1 is set.
>> The same in example 2: no links with param L=0 should exist because the
>> sys_language_id is always 0 and L is not part of linkVars...
>>
>> So how can i find out, where these links are generated?
>> Does anybody have any hints for me?
>
> Check the webservers log and have a look at the referer.
>
> Masi
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev