Показать сообщение отдельно
Старый 01.01.2010, 18:11   #12
Рыцарь
 
Аватар для alexteam
 
Регистрация: 07.03.2009
Сообщений: 9,139
Сказал Спасибо: 70
Имеет 2,820 спасибок в 1,735 сообщенях
alexteam на пути к лучшему
По умолчанию

put useforconnectname := 'connectionname' in init procedure to define what connection will use that script.
or
UseForConnectID := xxx;
where xxx its a number after "[Proxy]#"

and use sendtoserver/sendtoclient
its will work.


also if tabs have "[Proxy]#xxxx" names its mean that l2ph cant define connectionname.
ps.uncheck "do not decrypt traffic"...


Добавлено через 8 минут
also you can rename tab by using simple script

delphi Код:
procedure init; begin UseForConnectID := xxx; SetName := 'newconnectionname'; end; procedure free; begin end; begin end.
__________________
L2Ext - project closed.

Последний раз редактировалось alexteam, 01.01.2010 в 18:14. Причина: Добавлено сообщение
alexteam вне форума   Ответить с цитированием