|
|
| Author |
Message |
Assassin_ none

Joined: 28 Jan 2005 Posts: 2
|
Posted: Jan 28, 2005 1:09pm Post subject: Is this possible? |
|
|
| I need a script for webpage for chat which uses server where is my chat room but server is not mine. Any suggestions? |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Jan 28, 2005 2:39pm Post subject: |
|
|
You really should learn to use a subject line that is relevant.
Anyway, get a javachat program such as jIRC or PJIRC. |
|
| Back to top |
|
 |
v3|0c17y Eleet

Joined: 28 Jan 2005 Posts: 650
|
Posted: Jan 28, 2005 6:54pm Post subject: |
|
|
CGI scripts are also good and very useful for IRC
way better than java anyways |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 312
|
Posted: Jan 28, 2005 7:52pm Post subject: |
|
|
| with the exception that they tend to appear to the IRCd as coming from the webserver's ip address, meaning IRCd modifications of some kind to allow host spoofing by the client |
|
| Back to top |
|
 |
v3|0c17y Eleet

Joined: 28 Jan 2005 Posts: 650
|
Posted: Jan 28, 2005 9:27pm Post subject: |
|
|
| zeke wrote: | | with the exception that they tend to appear to the IRCd as coming from the webserver's ip address, meaning IRCd modifications of some kind to allow host spoofing by the client |
still better than java
and not all do it, mine work great |
|
| Back to top |
|
 |
codemastr Idler

Joined: 05 Feb 2004 Posts: 353
|
Posted: Jan 29, 2005 10:31am Post subject: |
|
|
| Quote: | still better than java
and not all do it, mine work great |
I think it's worse than java personally, and yes all do it. Unless you've patched your IRCd, it must do it if it is CGI. CGI always runs from the server which means it must use the server's IP. If it isn't, then either you patched the IRCd, or you're not using CGI. |
|
| Back to top |
|
 |
v3|0c17y Eleet

Joined: 28 Jan 2005 Posts: 650
|
Posted: Jan 29, 2005 2:27pm Post subject: |
|
|
| codemastr wrote: | | Quote: | still better than java
and not all do it, mine work great |
I think it's worse than java personally, and yes all do it. Unless you've patched your IRCd, it must do it if it is CGI. CGI always runs from the server which means it must use the server's IP. If it isn't, then either you patched the IRCd, or you're not using CGI. |
yah its patched lol, i didnt remember i loaded that module till i checked /module
anyways i still like it more than java, but thats just me
pjIRC is alright |
|
| Back to top |
|
 |
|