Jump to content

[Need Help] Send substr of textfile to website and get content


 Share

Recommended Posts

Hey guys,

I hope that someone can and is willing to help me:

I have a logfile.log that looks like this:

....
L 09/10/2011 - 17:40:14: "шустрый<215><STEAM_0:0:42491622><Red>" changed role to "pyro"
L 09/10/2011 - 17:40:15: "festim818<203><STEAM_0:1:43859868><Red>" changed role to "sniper"
L 09/10/2011 - 17:40:15: "Dark Tyrannus<202><STEAM_0:0:2138329><Blue>" changed role to "scout"
L 09/10/2011 - 17:40:15: World triggered "Round_Start"
L 09/10/2011 - 17:40:17: "Errk<222><STEAM_0:1:42020176><>" entered the game
L 09/10/2011 - 17:40:19: rcon from "95.89.222.124:55863": command "status"
....

I only need all "STEAM_xxxxxxx" without anything else.

For each STEAM_ID I need to send it to a website as a parameter:

http://ihavenfi.net/steamid?s=STEAM_0:0:42491622

Of that Website, I need the digits at the bottom near friendID and open another url:

http://mywebsite.net/go?friendID=7638738473843847

So basicly I want every STEAM_ID to be found in the logfile -> converted to digit code via website -> send the digit code to another website -> close website

I am new to AutoIt but kinda like it and made some small scripts, but really need help here, maybe someone is willing to spend some spare time, maybe a little?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...