PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: mrcom on 08 June, 2004, 17:22:34

Title: odc login to ptokax
Post by: mrcom on 08 June, 2004, 17:22:34
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
Title:
Post by: bastya_elvtars on 08 June, 2004, 18:12:22
-- 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 ;)
Title:
Post by: plop on 09 June, 2004, 00:49:38
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
Title:
Post by: mrcom on 09 June, 2004, 02:53:09
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