PtokaX 0.3.3.0 build 17.09 released... - Page 3
 

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 17.09 released...

Started by PPK, 30 May, 2005, 01:00:07

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BoJlk

Hi, i hope this question hasn't been asked.
How do i fix this version's problem with rmDC?
or it there settings that I've missed that block rmDC

GeceBekcisi

There is no way to alter it (i tried :) )
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

blackwings

#52
QuoteOriginally posted by BoJlk
Hi, i hope this question hasn't been asked.
How do i fix this version's problem with rmDC?
or it there settings that I've missed that block rmDC
the only wat to make rmdc++ to work, is for someone to find the source code for rmdc,
fix the bug in it and then compile the sourcecode.


Snooze

#53
Would be nice if Ops with no key could be proccessed as "OpConnected" and not as "NewUserConnected" as im using it for stealth ops.

Just a suggestion..

[EDIT]
Right, i wasnt thinking.

Snooze

Umm... from 800 users to 1200 users my hub tribled the cpu users from 10% to 30% :(

dragos_sto

ppk it possible to modify fuction OnTimer() so kant make something like dis :

function alabala()
StartTimer(x)
end
function burubu()
StartTimer(y)
end
function OnTimer(test)
if test == x do ...
elseif test == y do ...
else do...
end
end

it possible ?

PPK

QuoteOriginally posted by Snooze
Would be nice if Ops with no key
OP without key ??? Here is nothing like this :rolleyes:
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

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

#57
QuoteOriginally posted by dragos_sto
ppk it possible to modify fuction OnTimer() so kant make something like dis :

function alabala()
StartTimer(x)
end
function burubu()
StartTimer(y)
end
function OnTimer(test)
if test == x do ...
elseif test == y do ...
else do...
end
end

it possible ?



Timer1 = 20
Timer2 = 30

counter1 = 0
counter2 = 0

function OnTimer() 
   if counter1 == Timer1
      (   do ... )
       counter1 = 0
   end
   if counter2 == Timer2 
      (   do ... )
       counter2 = 0
   end
 counter1 = counter1 + 1
 counter2 = counter2 + 1
end

dragos_sto

i whant to make something like this
SetTimer(10000)
count =0
function main()
end

function alabala(User)
if user == wrong nick then StartTimer(msg1)
if user == wrong tag then StartTimer(msg2)

function  OnTimer(user,msg)
if count <6 then
user:senddata(botanem,msg)
count = count + 1
else user:senddata(botanem,msg)
user:Disconnect()
count = 0
end
end

gazzer

ppk
i am building a new network hub, but having a prob. it wont pickup regged and permbanned .dat files to turn to xml?
any ideas bud.

i have of course removed original.xml files first heheh

hubsoft is 17.09 debug
-=U=K=?=E=T=-???? the friendly network from good old blighty.

dragos_sto

stop and close hub
then remove folder cfg from your ptoka hub
put your dat file then
open ptoka server
if dont work
try to use an old version and befor use latest version

GeceBekcisi

#61
Does PtokaX block raw commands like "$To: %[mynick] From: %[mynick] $<%[mynick]>|" and if yes, why? I wasn't successful when tried this for own report...
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

PPK

QuoteOriginally posted by GeceBekcisi
Does PtokaX block raw commands
Hub don't know if is raw command or normal command from client, no PtokaX don't block command if is not corrupted ;)
QuoteOriginally posted by GeceBekcisi
"$To: %[mynick] From: %[mynick] $<%[mynick]>|"
But PtokaX block pm to yourself, same for connection requests :))
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

Dessamator

QuoteOriginally posted by PPK
QuoteOriginally posted by GeceBekcisi
Does PtokaX block raw commands
Hub don't know if is raw command or normal command from client, no PtokaX don't block command if is not corrupted ;)
QuoteOriginally posted by GeceBekcisi
"$To: %[mynick] From: %[mynick] $<%[mynick]>|"
But PtokaX block pm to yourself, same for connection requests :))

hmm so thats why i couldnt send a msg to myself,  :D
Ignorance is Bliss.

ConejoDelMal

would it be possible to allow pm to oneself if user is Operator? I think its practical for Op's who use DcDm and similar clients
Rede-DC Comunidade Portuguesa de DC

GeceBekcisi

QuoteOriginally posted by [AT]conejodelmal
would it be possible to allow pm to oneself if user is Operator? I think its practical for Op's who use DcDm and similar clients

one more vote for this idea :]
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

dragos_sto

hmm .. you may do some spaming whit raw command :D

of course "if is not corrupted" .. :)

true true i test and work , it a little hard to configure the client

SMF spam blocked by CleanTalk