I hooked it at showthread_start. Also tried hooking with global_bootstrap_init_start.
Plugin is working with all hooks I have tried so far (global_start, global_bootstrap_init_start, showthread_start etc). As I explained before mine problem is with cookies.
I have set cookies with the help of foolowing code
Code:
vbsetcookie('threadtitle111',$threadtitle);
As I said before vbulletin is encrypting cookie. Therefore I cannot get cookie value at included location.
Is there anyway to decode cookies?