Recent posts - Page 2
 

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

Recent posts

#11
Extensions for PtokaX Lua / LuaFileSystem 1.8.0
Last post by PPK - 04 July, 2023, 15:49:30
Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/lunarmodules/luafilesystem

Binary: http://www.ptokax.org/files/Libs-567/LuaFileSystem-1.8.0.7z
Source: http://www.ptokax.org/files/Libs-567/LuaFileSystem-1.8.0-src.7z

Initializing:
Code: Lua
require "lfs"

This will register global lfs, more is in docs 8)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#12
Extensions for PtokaX Lua / LuaExpat 1.5.0 / Expat 2.5.0
Last post by PPK - 04 July, 2023, 15:47:12
Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/lunarmodules/luaexpat

Binary: http://www.ptokax.org/files/Libs-567/LuaExpat-1.5.0.7z
Source: http://www.ptokax.org/files/Libs-567/LuaExpat-1.5.0-src.7z

Initializing:
Code: Lua
require "lxp"

This will register global lxp, more is in docs :)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#13
Extensions for PtokaX Lua / Lrexlib 2.9.1 / PCRE 8.45
Last post by PPK - 04 July, 2023, 15:44:17
Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/rrthomas/lrexlib

Binary: http://www.ptokax.org/files/Libs-567/Lrexlib-2.9.1-pcre.7z
Source: http://www.ptokax.org/files/Libs-567/Lrexlib-2.9.1-pcre-src.7z

Initializing:
Code: Lua
local rex_pcre = require "rex_pcre"

This will create rex_pcre metatable, more is in docs :)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#14
Extensions for PtokaX Lua / Re: lbase64 Aug 2012
Last post by PPK - 04 July, 2023, 15:41:28
Updated version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://web.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64

Binary: http://www.ptokax.org/files/Libs-567/lbase64-Aug2012.7z
Source: http://www.ptokax.org/files/Libs-567/lbase64-Aug2012-src.7z

This library is compatible with PtokaX Lua 5.1.x, and 5.4.x
#15
Extensions for PtokaX Lua / PtokaX Lua source + import lib...
Last post by PPK - 04 July, 2023, 15:39:07
Lua 5.1.5
Lua 5.4.4

Compiled with Visual Studio 2019.
#16
Leviathan / Re: Leviathan™ 2nd Generation
Last post by mrotshot - 08 May, 2023, 00:09:32
Is there a guide to set this up on linux (OpenSuse/Pop_Os) ??
#17
News / Re: PtokaX 0.5.3.0 (20th anniv...
Last post by rarrebolah - 03 January, 2023, 15:17:55
Thank you for release a new version and congrats for the twenty years anniversary, this software is great and works like a charm :P . I made a docker image, dockerfile code available in Github and image available in Docker Hub of this special version so if someone wants to test it or deploy it under Docker it has this option also available and ready to go :P .

Thank you for your incredible job along the years :D  :xmas:
#18
News / Re: PtokaX 0.5.3.0 (20th anniv...
Last post by Havokdan - 30 December, 2022, 22:48:31
Too bad it broke the scripts it was using (dixbot, regme and freshstuff), although it used 32bit, but congrats on twenty years.
#19
News / PtokaX 0.5.3.0 (20th anniversa...
Last post by PPK - 29 December, 2022, 03:39:02
New PtokaX is here.

Win64 GUI with Lua 5.4.4 and SQLite
Win64 service/console with Lua 5.4.4 and SQLite

Win64 GUI with Lua 5.1.5 and SQLite
Win64 service/console with Lua 5.1.5 and SQLite

UniX source (various Linuxes, various BSDs, Solaris, illumos, Haiku, Mac OS X)

Quote from: Changelog...Added: Support for Lua 5.4.
Fixed: Missing reason from !tembanip and !fulltempbanip command (thx The-Master for report).
Fixed: Move up/down script in gui caused invalid memory usage for disabled script (thx The-Master for report).
Fixed: Not working SQL wildcards in !getipinfo command (thx Alexey for report).
Fixed: Crash when script stopped next running script in some cases (thx Cęńoßy†ę for report).
Fixed: Crash on script error in OnTimer when timer was removed (thx Alexey for report).
Fixes: C stack overflow, invalid share and user count. Caused by Disconnect from Lua scipt called in (Op, Reg, User)Disconnect (thx Cęńoßy†ę for report).
Fixed: Issues with Ban commands caused wrong nick and reason length counting (thx [NL]-Quasar for report).
Fixed: OP was able to redirect yourself (thx Cęńoßy†ę for report).
#20
Leviathan / Re: Leviathan™ 2nd Generation
Last post by Cêñoßy†ê - 22 November, 2022, 06:24:39
QuoteTested with:
                Windows 7 Ultimate x86 PtokaX 0.5.2.1 [524] Lua 5.3
                Windows 7 Ultimate x86 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 7 Ultimate x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 7 Ultimate SP1 x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 8.1 Enterprise x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 10 Enterprise x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 10 PRO x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 11 PRO x64 (DEV version) PtokaX 0.5.2.2 [556] Lua 5.3
                Windows 11 PRO x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows Server 2019 Standard (1809) x64 PtokaX 0.5.2.2 [556] Lua 5.3
                Windows Server 2022 Database Edition x64 PtokaX 0.5.2.2 [556] Lua 5.3

           
Leviathan 2nd Generation
***v1.8***

    Added:
        '27.09.2022' Command !settimedreleasesautoclose <on/off> -- Option to choose does release spammer auto shutdown if no releases detected
        '27.09.2022' Command !sethubemail <email> -- To set main bot/op-chat/hub's email address (if hub publick pingers can get it)
        '14.10.2022' Missing SetMan.GetString(SetMan.tStrings.HubBotNick) in client detector
        '28.10.2022' Command !resetclients -- Resets database of detected clients
        '12.11.2022' Command !blockpublick <on/off> -- Disconnects and temp bans users if unregistered/publick hubs on tag (requested by many)
    Changed:
        '27.09.2022' Multiple commands on rightclick menu to new style
        '27.09.2022' Command !timedrequestsautoclose <on/off> -> !settimedrequestsautoclose <on/off>
        '27.09.2022' Command !timedreleases <on/off> -> !settimedreleases <on/off>
        '27.09.2022' Command !releasecleanertime <value> <day/week> -> !setreleasecleanertime <value> <day/week>
        '27.09.2022' Command !timedreleasestime <value> <min/hour/day/week> -> !settimedreleasestime <value> <min/hour/day/week>
        '27.09.2022' Command !requestcleanertime <value> <day/week> -> !setrequestcleanertime <value> <day/week>
        '27.09.2022' Command !releasecleaner <on/off> -> !setreleasecleaner <on/off>
        '27.09.2022' Command !requestcleaner <on/off> -> !setrequestcleaner <on/off>
        '28.09.2022' Command !minshare <value> -> !setminshare <value>
        '28.09.2022' Command !maxshare <value> -> !setmaxshare <value>
        '28.09.2022' Command !minslots <value> -> !setminslots <value>
        '28.09.2022' Command !maxslots <value> -> !setmaxslots <value>
        '28.09.2022' Command !maxhubs <value> -> !setmaxhubs <value>
        '28.09.2022' Command !setentrymessage <profile> <on/off> -> !setloginmessage <profile> <on/off>
        '28.10.2022' Command !clients -> !showclients
        '28.10.2022' Command !clientdatabase <on/off> -> !setclientdetection <on/off>
        '28.10.2022' Command !clientsilentkick <on/off> -> !setclientsilentkick <on/off>
        '29.10.2022' Command !timedmsgchangertime <time> <min/hour/day/week> -> !settimedmsgtime <time> <min/hour/day/week>
        '29.10.2022' Command !timedmsgchanger <on/off> -> !settimedmsgchanger <on/off>
        '29.10.2022' Command !hubadvert <on/off> -> !sethubadvert <on/off>
    Fixed:
        '27.09.2022' Typo in command !delrel at rightclick and help list
        '14.10.2022' Bug with !showusers command
        '18.11.2022' Leviathan.lua:3106: attempt to concatenate a nil value (global 'c')
    Removed:
        '28.09.2022' !hidebot <on/off> command due !regbot <on/off> does the same thing
SMF spam blocked by CleanTalk