i would like to know what scrips you recomend that lets odc users to login to ptokax 0326 hub software, i am currently running Glory_Securitaz.1.8.2 script
tia mrcom
-- enable bcdc++ on testdrive 4 made by tezlo
function Main()
frmHub:EnableFullData(1)
end
function DataArrival(user, data)
if strsub(data, 1, 7) == "$UserIP" then
local s, e, nick = strfind(data, "^%$UserIP (%S+)%|$" )
if nick == user.sName then
user:SendData( "$UserIP "..nick.." "..user.sIP)
elseif user.bOperator then
local tmp = GetItemByName(nick)
if tmp then user:SendData( "$UserIP "..nick.." "..tmp.sIP) end
end return 1
end
end
this sis for bcdc++ ($UserIp)
so not sure but give it a try ;)
problem is the changed tag of oDC which isn't supported by glory.
can you try the latest version (1.9 i believe), if it won't work i'll mod it.
plop
thanks for the help i sorted the problem, there was a value that hade to be changed in the Glory_Securitaz.1.8.2 scripts ini file so it doesnt check nmdc client then it worked
thanks again
mrcom