|
Prev: Spin Chat
Next: Error in IE
From: Geoff on 19 Oct 2005 16:53 How are some users are able to access the directsex.com chat server and have full use of chat commands? Directsex uses spinchat and the 3rd party spinchat software programs out there allow one to connect to spinchat only, not other servers. I copied the directsex html, applet section, saved it to my computer, loaded it, and it connected. The applet code looks like the following: <applet name="chat" code="de/spin/chat/small/ChatLoader.class" codebase="http://chat1.directsex.com/classes/" archive="chat.jar" width="360" height="340" align="top" VIEWASTEXT> <param name="virtual" value="default"> <PARAM name="color" value="FFDE01"> <param name="properties" value="http://chat1.directsex.com/membernew/properties2.txt"> <param name="language" value="http://chat1.directsex.com/membernew/language.txt"> <param name="port" value="8001"> <param name="channel" value="College Girls"> <param name="nick" value="my name"> <param name="password" value="my password"> Please use a Java capable browser to use this chat! </applet> I changed the above to load loocal properties.txt and language.txt files. I suspect the java that directsex uses does not allow loading of local files. The language file is the file that needs to be changed to restore all the commands: <applet name="chat" code="de/spin/chat/small/ChatLoader.class" codebase="http://chat1.directsex.com/classes/" archive="chat.jar" width="500" height="300"> <param name="properties" value="properties.txt"> <param name="language" value="language.txt"> <param name="port" value="8001"> <param name="virtual" value="default"> <PARAM name="color" value="FFDE01"> <param name="port" value="8001"> <param name="channel" value="College Girls"> <param name="nick" value="my name"> <param name="password" value="my password"> Please use a Java capable browser to use this chat! </applet> The above did not work even tho I copied their language and properties files. I also tried spinchat clients at the following addresses: http://pluto.brain-killer.org/index-en.html http://www.dulky.org/nozchat/ .. . . but these clients only allow one to connect to the spinchat server. Not other sites that use spinchat. Spinchat demos can be seen at: http://chat.spin.de/en/demos/index.shtml Guess I am not smart enough to figure it out, lol, and yet, 2 people figured it out, oh well. -g
From: Hywel Jenkins on 19 Oct 2005 17:14 In article <0ny5f.18538$q1.3650(a)newsread3.news.atl.earthlink.net>, nospam(a)nospam.org says... > How are some users are able to access the directsex.com chat server and have > full use of chat commands? > > Directsex uses spinchat and the 3rd party spinchat software programs out > there allow one to connect to spinchat only, not other servers. > > I copied the directsex html, applet section, saved it to my computer, loaded > it, and it connected. The applet code looks like the following: > > <applet name="chat" code="de/spin/chat/small/ChatLoader.class" > Guess I am not smart enough to figure it out, lol, Obviously. You're not even smart enough to figure out the difference between "JavaScript" and "Java". -- Hywel http://kibo.org.uk/
From: Geoff on 19 Oct 2005 17:59 > Obviously. You're not even smart enough to figure out the difference > between "JavaScript" and "Java". Huh? What are you taking about? The chat applet is Java ding-dong and what I posted is javascript. Try not to be an idiot next time. -g
From: Lasse Reichstein Nielsen on 19 Oct 2005 18:06 "Geoff" <nospam(a)nospam.org> writes: >> Obviously. You're not even smart enough to figure out the difference >> between "JavaScript" and "Java". > > Huh? What are you taking about? The chat applet is Java ding-dong and what > I posted is javascript. No, what you posted is HTML, more precisely, an applet element that loads the "Java ding-dong" (aka. class). There was *no* Javascript in that post. > Try not to be an idiot next time. /L -- Lasse Reichstein Nielsen - lrn(a)hotpop.com DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html> 'Faith without judgement merely degrades the spirit divine.'
From: Geoff on 19 Oct 2005 18:42
Hmmmmmmm, nice thread, forget it then . . . I did not even use the word javascript in my original post and mr.idiot said: > >> Obviously. You're not even smart enough to figure out the difference > >> between "JavaScript" and "Java". .. . . and you say is it html. My original post said: > I copied the directsex html, applet section, saved it to my computer, loaded Thanks for the useless replies. Bye. -g |