READ THE RULES
0 Members and 3 Guests are viewing this topic.
scripts\UserBekcisi.v1.00.RC3.lua:167: bad argument #1 to 'find' (string expected, got nil)
scripts\UserBekcisi.v1.00.RC3.lua:167: attempt to call global 'frmHubLGetHubDescr' (a nil value)
I Love this script
Me 2
if not string.find(frmHub:GetHubDescr(),"UB.RC3") then
if not string.find(frmHub:GetHubDescr(),"UB.RC3") then frmHub:SetHubDescr("\[UB.RC3\]."..frmHub:GetHubDescr()) end
And after making some change suggested by Crazyguy, it is showing the following errorCode: [Select]scripts\UserBekcisi.v1.00.RC3.lua:167: attempt to call global 'frmHubLGetHubDescr' (a nil value)Wat shud I do now??
scripts\UserBekcisi.v1.00.RC3.1.lua:145: attempt to index global 'WSA' (a nil value)
scripts\UserBekcisi.v1.00.RC3.1.lua:340: attempt to index global 'tOnlineOps' (a nil value)
tProfiles = { [-1] = {0,"User"}, [0] = {5,"Master"}, [1] = {3,"Operator"}, [2] = {2,"VIP"}, [3] = {1,"Reg"}, [4] = {4,"Moderator"}, [5] = {6,"NetFounder"},},
tProfiles = { [-1] = {0,"User"}, [0] = {5,"Master"}, [1] = {3,"Operator"}, [2] = {2,"VIP"}, [3] = {1,"Reg"}, [4] = {4,"Moderator"}, [5] = {6,"NetFounder"}, [6] = {7,"HubOwner"},},
[23:31] Syntax ...es\MuZiK-XcHaNgE\scripts\UserBekcisi.v1.00.RC3.1.lua:294: attempt to index field '?' (a nil value)[23:31] Syntax ...es\MuZiK-XcHaNgE\scripts\UserBekcisi.v1.00.RC3.1.lua:294: attempt to index field '?' (a nil value)
if Data and tSettings.tProfiles[curUser.iProfile][1] <= tSettings.iMaxCheckLevel then
--// Process each users / IPsMyINFOArrival = function(curUser, Data) if curUser then if ScriptRunning then tFunctions.Data_LogUser(curUser) if Data and tSettings.tProfiles[curUser.iProfile][1] <= tSettings.iMaxCheckLevel then return tFunctions.Check_Main(curUser, Data, 1) end end else if iDebug == 1 then TraceBack() end endend
[23:52] Syntax ...es\MuZiK-XcHaNgE\scripts\UserBekcisi.v1.00.RC3.1.lua:437: attempt to index field '?' (a nil value)
if tSettings.tProfiles[curUser.iProfile][1] <= tSettings.iMaxCheckLevel and tSettings.iCheckSearch == 1 then
SRArrival = function(curUser, Data) if curUser and Data then if tSettings.tProfiles[curUser.iProfile][1] <= tSettings.iMaxCheckLevel and tSettings.iCheckSearch == 1 then local _,_,From,Reply,FileSize,FreeSlots,TotalSlots,HubNameTTH = string.find(Data, "^%$SR%s+(%S+)%s+(.*)"..string.char(5).."(%d+)%s+(%d+)%/(%d+)"..string.char(5).."(%S+)") if Reply then return tFunctions.Check_Main(curUser,Reply,5,HubNameTTH) end end else if iDebug == 1 then TraceBack() end endend
Attached below is UserBekcisi with full PxWSA l5.1 compatibility, and with GeoIP fixed. Report any problems here.
The file attached is bad... verify, pleaseRespectfully,7P-Darkman
--Would you like to enable the GeoIP lookup module? iUseGeoIP = 1,