mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2013
Posts: 7
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Oct 2013
Posts: 7
Is it possible to read data from a table on a site, store that data into a txt file, each time the script is run, compare the same table, if it is different update the txt file?

The table data needed will be in the format of
Html:
 <td class="col_status"> <span class="ht"><strong>THIS_DATA</strong></span> <span class="score"><strong>THIS_DATA</strong>THIS_DATA</span> <span class="at">THIS_DATA</span> </td> <td class="col_comment">THIS_DATA</td> 

Joined: Jul 2006
Posts: 4,146
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,146
Yeah it's possible, if you want to check how you would go about doing it, check this link:
http://en.wikichip.org/wiki/mirc/sockets/tcp

Last edited by Wims; 21/08/15 12:26 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Oct 2013
Posts: 7
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Oct 2013
Posts: 7
Thanks Wims, I'll have a read and see if I can get a grasp of what needs to be done.


Link Copied to Clipboard