Leviathan
 

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

Leviathan

Started by Cêñoßy†ê, 19 May, 2006, 19:51:37

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cêñoßy†ê

Leviathan v.2.5    Lua 5.1
Tested with Ptokax DC Hub 0.3.4.0h1

Works allso in public hubs !!

Rebuild: Login message for profiles with on/off option +cmd
Rebuild: $UserIP notification message if enabled
Rebuild: Hubadvert
Rebuild: Help table
Rebuild: Rightclick table
Rebuild: Profile settings
Added: New Santas little helper (T?M??r?V?ll?R)
Added: Login notification to profiles (on/off) +cmd
Added: Pinger notification (if registering enabled from ptokax and pinger not blocked)
Added: !setprivate (on/off) +cmd
Added: missing !kill cmd
Added: !drop (own version)
Added: !regme password
Changed: Advertising checking+functions (lucifer from jiten) +cmd's
Changed: !unban (px inbuild)
Changed: Regcleaner is now totally independed script
Removed: Random borders
Removed: !setmaxlogins
Fixed: Rightclick for all profiles
Fixed: !rules command for unregistered profile
Fixed: Few typos (thx Event_Horizon)
Fixed: More typos (thx Tazzie)
Fixed: !nameban (online) !nickban (offline)
Fixed: Profilesettings in !hconfig
Fixed: !addnetwork (now can add hub name with spaces --> my hub name) (thx Tazzie)

Leviathan Downloads
Powered By Leviathan™ 2nd Generation v. 1.9

GrinSlaW

#1
nice i like it alot :)

but one thing why can regusers reg a reguser ?

damn it was easy once you check it out a litle bit more than just open the cmd tabel file :P
hehe shame on me :P

no errors so far :)

cheers
.:: AcExtreme ::. | .:: AcPro ::.

TiMeTrAVelleR

forgot to change thatback.
whe bouth run private hub  and regs are allowed  to invite  new users  ;)


greetzz TT

Northwind

#3
Shield2k.org domain is now re-newed for a year again :) so happy dl people... Btw Leviathan rocks...

Leviathan has: 18 dls for now :)


GrinSlaW

when you type !network and the bot i showing this:
----------------------------------Network Hubs---------------------------------- 
	Nr: 
	[2]	80		hubb2.mine.nu:500 .:: HUBB2 ::. -------> GiB  
	[1]	5		hubb1.mine.nu:411 .:: HUBB1 ::. -------> GiB 


it would be nice if it shows like this for ex.:
----------------------------------Network Hubs---------------------------------- 
	Nr: 
	[1]		hubb1.mine.nu:411 .:: HUBB1 ::. -------> 5 GiB  
	[2]		hubb2.mine.nu:411 .:: HUBB2 ::. -------> 80 GiB 

or something it just a thougt :)

cheers
.:: AcExtreme ::. | .:: AcPro ::.

Cêñoßy†ê

Quote from: GrinSlaW on 20 May, 2006, 12:39:07
when you type !network and the bot i showing this:
----------------------------------Network Hubs---------------------------------- 
	Nr: 
	[2]	80		hubb2.mine.nu:500 .:: HUBB2 ::. -------> GiB  
	[1]	5		hubb1.mine.nu:411 .:: HUBB1 ::. -------> GiB 


it would be nice if it shows like this for ex.:
----------------------------------Network Hubs---------------------------------- 
	Nr: 
	[1]		hubb1.mine.nu:411 .:: HUBB1 ::. -------> 5 GiB  
	[2]		hubb2.mine.nu:411 .:: HUBB2 ::. -------> 80 GiB 

or something it just a thougt :)

cheers

feel free to make it like you want.. just modify lines -->
GetHubs = function(startpos, endpos)
	local text = ""
	for i = startpos, endpos, -1 do
		if NetworkTable[i] then
			text = text.."\t["..i.."]\t"..NetworkTable[i][1].."\t\t"..NetworkTable[i][3].." -------> "..NetworkTable[i][2].." \r\n"
		end
	end
	return text
end


From main file  ;D

"..i.." = Position in list
"..NetworkTable[1].." = minshare
"..NetworkTable[2].." = hub addy
"..NetworkTable[3].." = hub name
Powered By Leviathan™ 2nd Generation v. 1.9

GrinSlaW

aah ok  will do so :) tnx

very nice script btw :)

cheers
.:: AcExtreme ::. | .:: AcPro ::.

Cêñoßy†ê

Nice that you like it.. if theres anything that we should add to it all requests are wanted and filled if we can :P
Powered By Leviathan™ 2nd Generation v. 1.9

GrinSlaW

i cant think of anything at the moment you have got everything in there already :)

just one thing where do i remove the hubadver that apears every hour ?

cheers
.:: AcExtreme ::. | .:: AcPro ::.

Northwind

Leviathan -> Hubsettings -> Set hub add message on/off


GrinSlaW

aaah ofcource silly me :P tnx for that :D


cheers
.:: AcExtreme ::. | .:: AcPro ::.

jay-dee

 ??? ???

\0.3.4.0.dbg(1)\scripts\Leviathan_2.5.lua:433: unexpected symbol near `...'


whats wrong??
"i was born house- i will die house"

jiten

Quote from: jay-dee on 21 May, 2006, 20:26:27
??? ???

\0.3.4.0.dbg(1)\scripts\Leviathan_2.5.lua:433: unexpected symbol near `...'


whats wrong??

This is a LUA 5.1 script.
Therefore, in order to run it, you must have a PtokaX build that supports it (PtokaX 0.3.4.0b or Higher).

GrinSlaW

#13
Leviathan 2.5 :C:\ACEXT.0.3.4.0h1nz.dbg\scripts\Leviathan_2.5.lua:440: attempt to call global 'SendTo' (a nil value)


first bug detected  ;D

i have 3 request:
1. that the bot logs all error msg in script to a txt file
2. that every OP commands comes to OPchat or atleast it is possible to choose where they should go
3. make the settings.ini file a litle more understandings ful  ::) for exaple a litle notice what every thing does or what i can choose between example:

["ReportWhere"] = "main", <---- it could show main , pm, opchat

something like that i think you get the point  ;)

cheers
.:: AcExtreme ::. | .:: AcPro ::.

Nada@WTB

#14
just switched our hub to Leviathan for the security script, love it so far, keep up the great work ;D ;D ;D



I do have a question, how do I enable certain profiles to be able to do certain things? I know about the ones in the right clicks, but not all are covered there. like being able to use the !talk command, banner etc
Welcome Thieving Bastards
PtokaX 0.4.1.1
Leviathan v.4.1
ApexDC++ 1.2.1
Windows 7 Ultimate

GrinSlaW

here you can find it :

0.3.4.0k1.dbg\scripts\Leviathan\Tables\CmdHelpSettings.tbl


cheers
.:: AcExtreme ::. | .:: AcPro ::.

Nada@WTB

;D ;D CHEERS ;D ;D
Welcome Thieving Bastards
PtokaX 0.4.1.1
Leviathan v.4.1
ApexDC++ 1.2.1
Windows 7 Ultimate

Helios

   Script error found, please notify C??o?y??/T?M??r?V?ll?R with this message:
   Leviathan 2.5 :F:\PtoKax 0.3.5.0\scripts\Leviathan_2.5.lua:363: attempt to index field '?' (a nil value)



          Syntax F:\PtoKax 0.3.5.0\scripts\Leviathan_2.5.lua:318: attempt to index field '?' (a nil value)


Chucky

when a user did "sytes.net"

<?Leviathan?>  
 
	Script error found, please notify C??o?y??/T?M??r?V?ll?R with this message: 
	Leviathan 2.5 :... beta\0.3.5.0.lua5.1.1.dbg\scripts\Leviathan_2.5.lua:440: attempt to call global 'SendTo' (a nil value)

TiMeTrAVelleR

already fixed  thanks 

Cêñoßy†ê

Another small update :P
Plz report bugs and requests  ;D
v2.6
Tested with Ptokax DC Hub 0.3.5.0

Fixed: Block profiles that aint supported
Fixed: nil when no msg added to banner (Thx Tazzie)
Fixed: Bug when antiadvert was disabled (Thx Tazzie)
Fixed: Shows advertising message only to Operators
Fixed: When error write it to file (request by GrinSlaw)
Added: !floodreport on/off cmd.. only !floodreport shows current status
Added: PtokaX inbuild Deflood commands
Added: Commands for max chat/pm limits
Added: 30 min tempban to Win32.Tibic users if hammering hub 3 times (Request by Northwind)
Added: !cleanmain cmd ..sends 2000x empty lines to main (Request by RoxXxer)
Added: cmd to choose where kick messages goes !setopmsg <off/main/kickbar> (request by GrinSlaw and Northwind)
Added: nick/ipban after 3 kicks
Added: Tempban after 3x warns (ptokax default)
Added: !setblock <master/operator/vip/reg/user> <on/off> -- Blocks search/dl (request by Ban-D)
Added: !setowner <nick> -- Sets new hubowner name
Added: !setrcname <name> -- Sets new Righclick menu name
Added: !setbotname <name> -- Sets new Botname
Added: When user gets registered.. if online reg infos goes to him.. if offline goes to user that registered him
Added: Rightclick and dl/search block to !hconfig
Added: Instruction file for settings(request by GrinSlaw)
Removed: AdvertisingFeed/Report parts
Removed: attempt to index field 'AddressControl' (a nil value) (Thx GrinSlaw)
Removed: attempt to call global 'SendTo' (a nil value)(Thx GrinSlaw)


Leviathan Downloads
Powered By Leviathan™ 2nd Generation v. 1.9

GrinSlaW

finaly :D tnx alot m8 :D


cheers
.:: AcExtreme ::. | .:: AcPro ::.

Hoke

Right click commans line "regme" have extra "%[nick]" what needs to remove, else command take password from nick list.
Not big thing but quite disturbing.
Owner of Fin Action

Helios

#23
leviatan for italian user is here this is a fixed final version


link: http://files.to/get/128736/99/scripts.rar

BrotherBear

Hi!

I like this All in One Script alot :)

But I was a little disapointed when it not supported the Profile Moderator :(

Is it hard to fix it by my self or is it something that will show up in future release?
Regards,

BrotherBear

SMF spam blocked by CleanTalk