AXDC Web Chat Client
 

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

AXDC Web Chat Client

Started by zehrkool, 11 April, 2005, 02:25:14

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zehrkool

Does anyone have the script to allow AXDC Clients in LUA5 ?

This is the code I used for LUA4, maybe someone could convert it, coz i suck at lua5 :(


Quotefunction DataArrival(user, data)
if strfind(data, "$Web") then return 1 end
end

Thanks in advance  :)

BottledHate

strfind --> string.find
Homepage: www.bottledhate.webhop.org

Compiling  Lua scripts is LAME!!!!!

bastya_elvtars

#2
function UnknownArrival(user, data)
     if string.sub(data,1,4)= "$Web" then return 1 end
end

-- // edit

Seems I just ruined the return of BotledHate what I was looking forward...  8)
Everything could have been anything else and it would have just as much meaning.

zehrkool

Thanks guys, I'll try that out.

I didnt know it would be that simple :)
I should learn LUA5 !

zehrkool

For some reason neither or those codes work :(
I get the following message:

Quote> $MyPass "password"|
> $Version 1.0091|
> $GetNickList|
> $MyINFO $ALL "username" $Web$ $|$|$0$|
x User removed "username" [Socket 540)
I have tried logging in as NetFounder but with the same error.
Can anyone help ?

I'm running:
PtokaX build 16.09
Robocop 10.01c

PPK

QuoteOriginally posted by zehrkool
> $MyINFO $ALL "username" $Web$ $|$|$0$|
If this is real myinfo send by AXDC then is here only one help, fix this buggy client :rolleyes:

PtokaX not accept clients with corrupted myinfo :)
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

zehrkool

QuoteOriginally posted by PPK
PtokaX not accept clients with corrupted myinfo

I used to be able to connect to pre PtokaX 0.3.3.0 versions with AXDC,  but now I can't. :(

Does anyone know any good web based dc clients ?

Optimus

there is one called javadc.jar

- Optimus

Cobalt

We have web based client for DC :-)))

like a java applet,.. it works fine
but now is uploaded version with some cosmetic bug - works fine

you can check it out on our website
Czech re(s)PUBlica HUB web

our web based java client

its not perfect .. i know. i wont to do some changes in future .. but ...you can try.

!client is set up to access only to our hub ( for this time )
!access is permited only if the applet is runing from our web server

*this wrote creater od Java DC live web chat (or what you want to call this monstrum ) .... Ernest ... from account of friend Cobalt

zehrkool

QuoteOriginally posted by Optimus  
there is one called javadc.jar

I have tried this and it works great, however I need to find another client which is web-based and doesn't require any additional software, this is so that I can log on to my hub from work.
As you may know javadc requires JRE 1.3 to run, and where I work there are many restrictions with the internet usage ie. no installation of software etc. :(

This is why I originally used AXDC as this is an internet plugin.

QuoteOriginally posted by Cobalt  
We have web based client for DC :-)))
like a java applet

This client version is just what I am looking for, do you have a public version avaliable for download ? Even a beta just to test it on my own hub ?


Again thanks everyone for a great scripting site and hub software.

er.nest

1.
so ... primary my Web client isnt open source ( for now ).. i want to make some public release but there are some problems ( fakers for example )

i want to make some .. deal ...deal with mr. Optimus
i want to make my client detectable for Robocop Skript and prevent for use of client like a faker tool...
so but this is different story i mean :-)

i want to make client working only with Robocop ( and maybe other skripts ) ... we can talk about this point

2.

client is only Java Applet ...you need Java Runtime Enviroment .... but other java clients are not accommodated for use like a applet
restrictions for applet is very high

so .. client must be downloaded and runned from same server like a hub! (basicly we can use inbuilded web server in ptokax... and then other webhosting )
applet can make connection ( to port 411 or other - 80 if you have redirected port ) only back to source server

3.
few users and ops want use my client... so, i have just now something necessary to do...but then i want to solve all things about client...
in this time ..i can make some version for test - without source codes - and seted up on your hub if you want

Ernest - bad java programator :-)
Master of CZech re(s)PUBlica HUB
Autor of Java DC Web client

zehrkool

This java client sounds good, however I need to get a client that can run without having any other products installed such as java runtime enviroment. This is so that I can connect to my hub from work, and currently I do not have the administration rights to install any applications (i can use dc++ but it isn't allowed to connect to hubs by my works proxy server) :(

It would be ideal if I could get AXDC to connect but PtokaX doesn't recognise this as a valid client and I have no idea how to add a client.

If you could get a java client running without having to install the runtime enviroment, I would be more than happy to use your client.

Many thanks

er.nest

:-) so ..

this is problem,..
if i want to use ability to run under all (almost) web clients running under diferent OS... i muss use Java.

AXDC is Active X aplication.. -> only for windows ( windows are ok for me ...but for other users ...)

... I can use Java ...or .Net Framework ...but both need some Virtual Machine -> software installation -> bad for you, i know (windows 9x have java virtual machine inbuilded )

and here is one other thing... connection ...
i dont know how is realized AXDC, but my applet work like a normal client - my applet make normal connection to port ( 411 or other )
...so in some cases isnt possible make connection through firewall... i can solve this thing with use some other port for server ( or port redirection )

on most of hubs(servers) is free for example "mail port" 23 - this port is frequently opened for traffic .... but i dont know about some other way to make connection through firewall ( i dont calculate with HTTP tunneling or somthing like that )

i am very sorry ..but this i cannot solve

Ernest
Master of CZech re(s)PUBlica HUB
Autor of Java DC Web client

SMF spam blocked by CleanTalk