PtokaX 0.3.3.0 build 16.07 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

PtokaX 0.3.3.0 build 16.07 released...

Started by PPK, 27 March, 2005, 19:28:00

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PPK

Please backup all config files from PtokaX folder before upgrade !

Changelog:
QuoteAdded: Up/Down for script to change order for scripts run (request by plop).
Added: frmHuh:GetOnlineRegUsers() returning table with online registed users (request by Optimus).
Added: Up/Down for profiles, to changes profile order from highest to lowest.
Added: bConnected to lua for user object (request by Skrollster).
Added: GetTimer() and GetTimerInterval to lua (request by plop).
Added: GetTempBannedItemTime(IP) to lua (request by NightLitch).
Added: Possibility to set multiple hub commands prefix.
Fixed: Missing redirect message on lua redirect (thx Optimus for report).
Fixed: Problems with User Connected/Disconnected or Op Connected/Disconnected in some states (thx UwV for report).
Fixed: Saving of getnicklist deflood action (thx HW1 for report).
Fixed: Tab order for TAB gui elements switching (thx Herodes for report).
Fixed: NewUserConnected and OpConnected, if return 1 next scripts not proces it... same as in arrivals (thx NightLitch for report).
Fixed: Not saving few deflood settings (thx Jorgo for report).
Fixed: !op hub command working only first time bug (thx Meka Meka for report).
Fixed: Missing getnicklist lua arrival for clients supporting QuickList (thx The_Fox for report).
Fixed: Bugs in SetOpChat and SetHubBot (thx Skrollster for report).
Fixed: More Gui fixes (thx Skrollster for report).
Fixed: Few small memory leaks...
Fixed: Small bug in QuickList support cause disconnect if client send $GetNickList before $MyINFO (thx Carraya for report).
Fixed: Case-Sensitivity in reserved nicks bug.
Changed: User is no more disconnected if try to kick or redirect and is not allowed to do.
Changed: Tables returned by GetOnlineUsers, GetUsersByProfile and GetProfiles no more contains 0 element (thx Skrollster for report).
Changed: User disconnect for better sending of remaining data.
Changed: Lua scripts settings save/load, now is saved in .xml file instead of ini and script order is saved anc corectly loaded.
Changed: frmHub:GetMinShare() now return minshare in bytes ! (request by Skrollster).
Changed: Hub Bot and OpChat have now checkbox for enabling/disabling enabled on hub run.
Changed: Profiles saving, now is saved in .xml file. Automatic convertion from old .dat included.
Changed: Rest of .dat files converted to .xml files. Automatic conversion from old files included.
Changed: Port setting, primary port is needed for hub run (1 port), secondary ports (ex. 4861;8579;12589 = 3 ports) are optional.
Changed: Mass Message sent from hub GUI is now send from hub bot if is enabled.
Removed: Old and not working pinger detection by IP for hublist pinger.
Removed: Check if banitem already exist on permban loading, banlist is too slow for this (thx Motivations for report).
Updated: Some badwith optimizations...

Download from PtokaX homepage :]
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

jiten

Keep it coming  :]
Btw, great job PPK.

Skrollster

PPK, and ptokax keeps amaze me...

PPK

Files removed  :(
Found problem with loading xml files contains special chars like ?  X(

If anyone know how to load this files using tinyxml, please help me...
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

??????Hawk??????

#4
hi m8  ..  
anychance of  Ditching the  XML  and going back to the normal  registeredusers.dat..

????

i was also having problems with   iShareSize  having a nil Value



Pothead

Maybe convert these characters to their Character code ?

Anna

#6
When looking at other xml files (favs file from my dc client) it starts with:


taking a look elsewhere also gives this as possible solution:


the encoding stuff should allow you to use all necessary charachters if I'm not all misstaken...

Psycho_Chihuahua

#7
Well i got 16.07 running at the moment and also have Usernames containing ?,? and ? (german keyboards). Hubs running fine with no problems....
Ok i still have the "old" dat files in the root folder, but hey - it's up and running  :D

And i also took a look at the Registeredusers.xml and the ?,? and ?'s are all in the right places ^^
PtokaxWiki ?PtokaX Mirror + latest Libs

01100001011011000111001101101111001000000110101101101110011011110111011101101110001000000110000101110011001000000101010001101111011010110110111101101100011011110111001101101000

Jorgo

Please always use UTF-8 encoding in xml, webserver templates, etc. - this is the only way to achieve compatibility in all languages imho.

Grizzly

hi can someone point me to the download please

PPK

QuoteOriginally posted by ??????Hawk??????
anychance of  Ditching the  XML  and going back to the normal  registeredusers.dat..
No chance.
QuoteOriginally posted by ??????Hawk??????
i was also having problems with iShareSize  having a nil Value
I check source and PtokaX never return nil for iShareSize  :rolleyes:
QuoteOriginally posted by Anna
taking a look elsewhere also gives this as possible solution:

Yes i found it, missing encoding cause all problems :(
QuoteOriginally posted by Psycho_Chihuahua
And i also took a look at the Registeredusers.xml and the ?,? and ?'s are all in the right places ^^
Yes save working without problems, but load of file fail X(
QuoteOriginally posted by Jorgo
Please always use UTF-8 encoding in xml, webserver templates, etc. - this is the only way to achieve compatibility in all languages imho.
PtokaX not have UTF-8 support...
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

ruler

#11
i godda take my hat off to you guys, what a great job !!!
ive never seen PtokaX running so well.
its nicely cleaned up and its good to know that most of the patches covering patches have been removed and replaced with new code. it was a bit like putting a bandage over another bandage and another over that  :D
great work guys

btw >>>  http://www.ptokax.org/   needs updating, its still showing 16.06  :D

regards

The Direct Connect Global Banlist get protected.

titan4

What about saving language-specific characters as html entities.

PPK>Ty uz to nejak vyresis  :D

PPK

Fixed version released...

Changelog:
QuoteFixed: Missing encoding in .xml files causing problem with loading files with special chars.
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

Psycho_Chihuahua

well in a lot of webcoding forums where they also use XML they recommend the use of this
encoding="ISO-8859-1"
maybe that could help this problem in ptokax
PtokaxWiki ?PtokaX Mirror + latest Libs

01100001011011000111001101101111001000000110101101101110011011110111011101101110001000000110000101110011001000000101010001101111011010110110111101101100011011110111001101101000

blackwings

#15
QuoteChanged: Profiles saving, now is saved in .xml file. Automatic convertion from old .dat included.
how is the conversion made? do I just put my .dat files as usuall in the main directory and ptokax will convert them automaticlly to the .xml files in the cfg folder?


??????Hawk??????

#16
hi  


just close hub, unzip  the new  ptokax files to your folder over writing the old ones and run your hub.

makin sure you have updated any scripts that need it first


??????Hawk??????

jiten

Yikes, new version in one day... cool :D
Well, the PtokaX site needs updating, but, u guys can get it if u copy the link of, let's say PtokaX 0.3.3.0 build 16.06 for Windows XP/2K/NT that is:

http://www.ptokax.org/download/files/0.3.3.0.b16.06.nt.rls.zip


and then just replace the "06" with "08".

That will do it.

Cid

or press the "reload" button in your browser. or turn the cache of your browser off so that it reloads the sites everytime you visit them cuz its your browser that needs to update the site and not the site that needs updating ;)

blackwings

with the new xml instead of .dat, is the "profile" bug fixed?


sensi

hi

yes a bug on the level of profiles reg and operator when one to use is recorded it is in profiles Op under PtokaX DC Hub 0.3.3.0 build 16.08.

????????????????????
MyHub : HipHopClub Fr & Us (hhcfrnice.sytes.net:415)
????????????????????
????????????????????
HipHopClub Fr & Us
Hub : PtokaX DC Hub 0.3.3.0 build 16.09 [debug]
Script : RoboCop v10.01c
         (hhcfrnice.sytes.net:415)
Web radio : Runing SAM2 V2.8.3
 listen here :)
????????????????????

SMF spam blocked by CleanTalk