Page 1 of 1

WebBasedLobby

Posted: 09 Jan 2007, 00:05
by iamacup
http://webclient.unknown-files.net/

you cant register (and never will be able to)
will add user list
will add auto scroll
you cant go to more than 1 chanel at a time (duno about fixing this)
you cant pm ...etc

but you can login to your favreeet chanel at college/school/work :p

this was just a test to see if i could make it work. it works, kind of.

now no bug reports or anything :P thankzzz

thx and bai

(ps, tobi and jcnossen have access to the source and can check its not phishing ;))

Image

Image

also, i dont know javascript, so if you want to make a java aplet, feel free :P

Posted: 09 Jan 2007, 00:27
by BlackLiger
It are laaaaag. Also, fix the character limit.

Posted: 09 Jan 2007, 00:38
by iamacup
BlackLiger wrote:It are laaaaag. Also, fix the character limit.
yeh the lag is because to send data, it must wait to recieve something. thankfully clientstatus changes usualy force it to do something, i am considering making it join a special channel that acts like a clock for it sending it lots of small signals very fast. we will see

Posted: 09 Jan 2007, 15:02
by SwiftSpear
Dammit, I'm not going to learn anything at school any more :(

Posted: 09 Jan 2007, 15:32
by Strategia
.....wait, you're supposed to do what now in school?

Posted: 09 Jan 2007, 15:38
by iamacup
fixed character limit problem, also dissconnect now works always :)

working on user list and auto scroll

Posted: 09 Jan 2007, 19:45
by Peet
SwiftSpear wrote:Dammit, I'm not going to learn anything at school any more :(
You're better off than me, I actually PLAY spring in school.

Posted: 09 Jan 2007, 21:18
by Strategia
P3374H wrote:
SwiftSpear wrote:Dammit, I'm not going to learn anything at school any more :(
You're better off than me, I actually PLAY spring in school.
Tried that..... wouldn't work. Wouldn't connect to server.....

Posted: 09 Jan 2007, 22:40
by Peet
I'm quite surprised it works (only joining non-hole punching games)...there's a strict firewall on incoming and outgoing stuff, and the computer I use is behind THREE nat's.

Posted: 10 Jan 2007, 09:41
by Dragon45
Security circumvention technology is wonderful, aint it ... :lol:

Posted: 10 Jan 2007, 09:43
by BlackLiger
My laptop would be if it weren't for the fact it has intergrated graphics...


eh, I can still play with the code.

Posted: 11 Jan 2007, 09:06
by danzel
Looks good, if only I could remember my damn spring login :|:|:|:|
(Ignore all the failed logins for danzel, lol)

If you want it spruced up I could help (Although I'm not sure how good/bad it is not as I haven't logged in yet).
I've written an online IRC client before (Among a bajillion other things).
C++ program managing the actual irc connection, communicating with sockets to the php scripts which in turn were hit by the user through AJAX.
Multiple channels through tabs, auto scrolling etc. :)
http://localhost.geek.nz/crap/phpirc2.png

Auto scrolling was done with javascript like this:
log is a <textarea>. newtext is a string to add to the end, and the last line scrolls to the bottom if it needs scrolling ;)

Code: Select all

var log = document.getElementById("log");
log.innerHTML += newtext;
log.scrollTop = log.scrollHeight;

Posted: 11 Jan 2007, 22:49
by bamb
You can see your lobby password in the registry. Run regedit and search for spring, i think it should be in the password field.

Posted: 13 Jan 2007, 04:05
by BvDorp
me and jcnossen were able to host and play using hole punching, on a technical university (Holland, TuDelft). There's a whole lot of firewalls to breach there, but the UDP code just did it. Freaking awesome!