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.
microdc2> connect 78.24.185.25:1209
Connecting to hub on 78.24.185.25:1209.
Connected to hub from 78.24.185.25:30920.
Nick accepted. You are now logged in.
Hub name is FreeBSD Teszt.
Public: <HubBot> This hub is running PtokaX DC Hub 0.5.2.2 (UpTime: 0 days, 2 hours, 19 minutes / Users: 1)
Public: <HubBot> Welcome to PtokaX
Public: <HubBot> or use "this way" to quote something...
microdc2> say Hello world!
Public: <microdc2> Hello world!
microdc2> transfers
Upload slots: 0/3 Download slots: 0/unlimited
Public: <[TD]Ella> First rule of Janine club is you do not talk about Janine club.
Public: <[Elf]Janine> Shut up Ella you stupid bitch!
microdc2> share ~/Downloads
~/Downloads: Cannot get file status - No such file or directory
microdc2> share /usr/home/atag/Downloads
Sharing 47095793159 bytes (44GiB) totally
microdc2> set listenaddr 78.24.185.25
Listening address set to 78.24.185.25.
microdc2> set listenport 65410
User ATAG is also passive. Cannot communicate.
Sharing 47095793159 bytes (44GiB) totally
microdc2> set active on
Listening on 78.24.185.25:65410.
Public: <[TD]Storm> So, who wants to buy an elfgirl a drink?
User ATAG quits.
User from 31.46.95.116:60003 connected.
User connection `unknown1' renamed to `ATAG|'.
User connection `ATAG|' renamed to `ATAG|UL'.
User ATAG|UL: Ignoring $ADCGET flags: DB0
ATAG: Starting upload of `files.xml.bz2' (79309 bytes).
ATAG: Upload of `files.xml.bz2' succeeded (transfer complete). 78KiB transferred in 0s (78KiB/s).
microdc2>
-- px_simple-welcome.lua /ATAG
-- Send welcome messages randomly
tMessages = {
"This is the first welcome message for you, have a nice day.",
[[a multiline
message looks
like this
if you want :)]],
"this is an other one...",
"you can use only static text this way.",
"Don't forget the comma at the end of line",
"And don't use quotation mark in the message :)",
}
function UserConnected(tUser)
--math.randomseed(os.time())
local i = math.random(1,table.getn(tMessages))
Core.SendToUser(tUser, "<"..SetMan.GetString(21).."> "..tMessages[i])
end
-- comment it to disable for reg users
Regconnected = UserConnected
-- comment it to disable for operators
OpConnected = UserConnected