mIRC Home    About    Download    Register    News    Help

Print Thread
#149007 12/05/06 08:32 PM
Joined: May 2006
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: May 2006
Posts: 2
anyone know where or how to this?

i have a bot in my chan, is there somewhere i can get an addon for it, so i can add .xml file like and RSS... so everytime a post happens on my forum, it will announce it in my channel?:)

hope someone can help me.

thanx in advance.

#149008 12/05/06 08:52 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
/help Sockets

#149009 12/05/06 08:54 PM
Joined: May 2006
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: May 2006
Posts: 2
Quote:
/help Sockets


what?? im pretty new at all this...

#149010 12/05/06 08:56 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You need to create a socket to connect to your forum to retreive the data.

#149011 12/05/06 09:02 PM
Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
Find a good socket tutorial for mIRC. Should be pretty easy to find. As far as the XML, you'll have to figure out how to parse the XML tags. XML tags aren't too bad though. Alot easier than HTML. I'd look up the help for $remove too. I'll give you a small example. An XML tag looks like this:
tag>The data you want</tag>

To get what you want from it, you'd use:
Code:
$remove(&lt;tag&gt;hello&lt;/tag&gt;,&lt;tag&gt;,&lt;/tag&gt;)

#149012 13/05/06 09:12 AM
Joined: May 2006
Posts: 1
A
Mostly harmless
Offline
Mostly harmless
A
Joined: May 2006
Posts: 1
oo i think so


Link Copied to Clipboard