Recent posts
 

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

#1
Support / Old Noob Needs Help
Last post by woollarding - Yesterday at 18:15:53
Hello everyone.. hope someone still checks this place.

I am trying to set up a hub to use with friends, and it's been a long time since i hosted one of these. Most things are working and coming back to me but im getting an error i remember but cannot recall how to fix this and searching isn't helping much so maybe someone here will be able to assist.

I have my client on one computer and the hub on another. When i log in with my DC client it says

[11:52:06] <PtokaX> Your client send incorrect IP 'x.x.x.x' in command, hub replaced it with your real IP 10.0.0.220 !

i have tried several settings on the client but am still getting the message, do i just ignore it or is there a way to resolve that?

not an emergency but any help is much appreciated
#2
Extensions for PtokaX Lua / Re: lzlib 0.4-work3
Last post by PPK - 04 July, 2023, 16:04:10
Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/LuaDist/lzlib

Binary: http://www.ptokax.org/files/Libs-567/lzlib-0.4-work3.7z
Source: http://www.ptokax.org/files/Libs-567/lzlib-0.4-work3-src.7z

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

This will create lzlib metatable, more is in readme :)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#3
Extensions for PtokaX Lua / LuaSQLite3 0.9.6 / SQLite 3.42...
Last post by PPK - 04 July, 2023, 16:01:45
Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: http://lua.sqlite.org/

Binary: http://www.ptokax.org/files/Libs-567/LuaSQLite3-0.9.6-sqlite-3.42.0.7z
Source: http://www.ptokax.org/files/Libs-567/LuaSQLite3-0.9.6-sqlite-3.42.0-src.7z

Initializing:
Code: Lua
local sqlite3 = require "lsqlite3"

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

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#4
Extensions for PtokaX Lua / LuaSocket 3.1.0
Last post by PPK - 04 July, 2023, 15:59:37
Version for PtokaX 0.5.3.0 build 567 and higher.

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

Binary: http://www.ptokax.org/files/Libs-567/LuaSocket-3.1.0.7z
Source: http://www.ptokax.org/files/Libs-567/LuaSocket-3.1.0-src.7z

Iinitializing:
Code: Lua
local socket = require "socket"
local mime = require "mime"

This will create socket and mime metatable, more is in docs 8)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#5
Extensions for PtokaX Lua / MD5 1.3
Last post by PPK - 04 July, 2023, 15:57:12
Version for PtokaX 0.5.3.0 build 567 and higher.

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

Binary: http://www.ptokax.org/files/Libs-567/MD5-1.3.7z
Source: http://www.ptokax.org/files/Libs-567/MD5-1.3-src.7z

Initializing:
Code: Lua
local md5 = require "md5"
local des56 = require "des56"

This will register globals md5 and des56, more is in docs :)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#6
Extensions for PtokaX Lua / Lua-Iconv 7 / win-iconv 0.0.8
Last post by PPK - 04 July, 2023, 15:54:42
Updated Lua-iconv 7 for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/ittner/lua-iconv

Binary: http://www.ptokax.org/files/Libs-567/Lua-Iconv-7.7z
Source: http://www.ptokax.org/files/Libs-567/Lua-Iconv-7-src.7z

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

This will create iconv metatable, more is in README 8)

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#7
Extensions for PtokaX Lua / Re: Lua-GD 2.0.33r3-rev311
Last post by PPK - 04 July, 2023, 15:52:05
Lua-GD 2.0.33r3 (git revision 311) / LibGD 2.1.0 / FreeType 2.5.5 / JPEG r9a / libpng 1.6.16 / libXpm 3.5.11 / win-iconv 0.0.6 / zlib 1.2.13

Version for PtokaX 0.5.3.0 build 567 and higher.

Homepage: https://github.com/ittner/lua-gd

Binary: http://www.ptokax.org/files/Libs-567/Lua-GD-2.0.33r3-rev311.7z
Source: http://www.ptokax.org/files/Libs-567/Lua-GD-2.0.33r3-rev311-src.7z

Initializing:
Code: Lua
require "gd"

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

This library is compatible with PtokaX Lua 5.1.x, 5.4.x
#8
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
#9
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
#10
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
SMF spam blocked by CleanTalk