DawgBot 0.9 Released
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

DawgBot 0.9 Released

Started by chaggydawg, 03 May, 2004, 00:28:36

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chaggydawg

[EDIT]   0.91 Is Out now  [EDIT]


I have released DawgBot 0.9, I added a few things, fixed a few things, etc. etc.   It's my Full hub managing/security script  Please check it out and let me know if you like it  :) (heck let me know if you don't like it, but please include some suggestions if so hehe.)

All the details and setup help and list of features/commands are here:

http://theasylum.no-ip.org/dawgbot

[G-T-E]Gate?

On to it, best  get a Java while Iam reading..

chaggydawg

well.... poopy sticks....   I messed up in the client checker portion..... didn't realise some clients would have letters in their V. numbers. 9.1 out soon i guess in the meantime if anyone is using it comment out the checker portion:

it looks like:

--/ Allowed Clients checker
	if (strsub(Data,1,7) == "$MyINFO") and not curUser.bOperator then
		local ccClient,ccSpeed,ccShare,ccTag = sParseMyInfo(Data)
		if AllowClients[ccClient]~=1 then
			curUser:SendData(BotName,"	"..ccClient.." is not allowed here !")
				local t1 = clock()
				while clock() < t1+.2 do
				--sleep
				end
			curUser:Disconnect()
		else
			if ( ccTag["S"]==nil or ccTag["H"]==nil ) then
				curUser:SendData(BotName,"You are hiding your Tag!")
				local t1 = clock()
				while clock() < t1+.2 do
				--sleep
				end
				curUser:Disconnect()
			elseif ( tonumber(ccTag["V"]) < tonumber(AllowedClientVersions[ccClient]) ) then

			curUser:SendData("<"..secbot..">    You Must Upgrade Your Client To Atleast "..ccClient.." v"..AllowedClientVersions[ccClient])
				local t1 = clock()
				while clock() < t1+.2 do
				--sleep
				end
				curUser:Disconnect()
			end
		end
	end
--/ End Allowed Clients checker

change to:

--/ Allowed Clients checker
--	if (strsub(Data,1,7) == "$MyINFO") and not curUser.bOperator then
--		local ccClient,ccSpeed,ccShare,ccTag = sParseMyInfo(Data)
--		if AllowClients[ccClient]~=1 then
--			curUser:SendData(BotName,"	"..ccClient.." is not allowed here !")
--				local t1 = clock()
--				while clock() < t1+.2 do
--				--sleep
--				end
--			curUser:Disconnect()
--		else
--			if ( ccTag["S"]==nil or ccTag["H"]==nil ) then
--				curUser:SendData(BotName,"You are hiding your Tag!")
--				local t1 = clock()
--				while clock() < t1+.2 do
--				--sleep
--				end
--				curUser:Disconnect()
--			elseif ( tonumber(ccTag["V"]) < tonumber(AllowedClientVersions[ccClient]) ) then
--				curUser:SendData("<"..secbot..">    You Must Upgrade Your Client To Atleast "..ccClient.." v"..AllowedClientVersions[ccClient])
--				local t1 = clock()
--				while clock() < t1+.2 do
--				--sleep
--				end
--				curUser:Disconnect()
--			end
--		end
--	end
--/ End Allowed Clients checker

chaggydawg

Ok I fixed up the client checker and added command to disable/enable it via the hub chat.  Now you must put each allowed version of each Client into the table, you'll see it in there. Just follow the format.  Use the link at begining of this thread, or in my signature to go to dawgbot info/download page.

SMF spam blocked by CleanTalk