mIRC Home    About    Download    Register    News    Help

Print Thread
#127219 10/08/05 06:12 PM
C
CanadianGuy33
CanadianGuy33
C
Hello and good after noon everyone?
i am few questions i need help with, and i hope someone can help me out big time?

here are the questions?
1) can you use MIRC to host message board
2) if you can use MIRC to host message board, how, what can i do?

#127220 10/08/05 07:24 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
mIRC is for chatting on IRC.

mIRC doesn't host anything. And a message board doesn't have anything to do with IRC.

#127221 10/08/05 07:32 PM
C
CanadianGuy33
CanadianGuy33
C
I know that, i was told i can do that on MIRC, thats all

#127222 10/08/05 07:51 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
It's possible to post to a message board from mIRC using a sockets script, but you can't run or host a message board from mIRC itself.

What exactly are you wanting to do? There might be a way to do it if we know what you want to do.

#127223 10/08/05 08:42 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Quote:
but you can't run or host a message board from mIRC itself.


Please don't say things like that if you're not completely sure.
It's possible to host a message board using a webserver script (of which there are a few available). You could also code the message board in mIRC and make sure browsers receive the correct html (basically using mIRC as a server-side language like PHP, ASP, etc).

#127224 10/08/05 08:59 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Someone actually made a webserver SCRIPT? Why? If you want to host something on your computer, using standard (free) webserver software would be better, I would think.

Anyhow, my apologies for not knowing that someone made such a thing.

#127225 11/08/05 03:56 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Quote:
Someone actually made a webserver SCRIPT? Why? If you want to host something on your computer, using standard (free) webserver software would be better, I would think.


I agree completely, I was just pointing out that you can host a website/message board using mIRC (mIRC's socket implementation lets you listen for connections, not just connect to things).

#127226 16/08/05 10:29 AM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
That is really trivial. Perhaps it is a valid point that mIRC can do things that it wasn't designed for but really...

#127227 30/08/05 03:34 PM
Joined: May 2003
Posts: 79
A
Babel fish
Offline
Babel fish
A
Joined: May 2003
Posts: 79
Quote:
Someone actually made a webserver SCRIPT? Why? If you want to host something on your computer, using standard (free) webserver software would be better, I would think.

Anyhow, my apologies for not knowing that someone made such a thing.

I made a webserver to host somes files that you want to share quickly. When someone dccs doesn't work, he can uses my web server and give a direct link to download the file from his computer. I also made a few other webservers but they were part of an addon. The last one I made was a web site connected directly to my mIRC. When someone loaded a page, it was made instantly using some informations found by my mIRC client on the channels (in this case, it was checking all the links and images it could found on the channels I were and logged them with a url,nick,server,time). Also, this addon (for the links) has a search feature.

It's just to let you know that, even if mIRC is only done for chatting, we can enhance it by doing almost everything that is IRC related, even webservers if the person is not afraid of learning a protocol. Also I made some webservers, mines are really the basis, I saw somewhere a person who coded a webserver for mIRC with dlls which supported MySQL for example, that is great coding smile

#127228 30/08/05 05:15 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Just because it's possible doesn't mean it is the best way to do things. Using real webserver software is almost guaranteed to work better and can be set up to work with mIRC.


Link Copied to Clipboard