Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-21-2005, 06:09 AM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 15

mlevit

Default Website capture

Hey all,

I have a question that hasn't received many responses because alot of people don't actually know the answer.

There is a program out there called Utopia Angel (download link) which has been created for the only text based game called Utopia.

Now the tricky thing about this program is, that when on the game you can highlight and copy the main part of the game which consists of all your kingdom statistics etc and what this program would do is bring up a window with all the appropriet fields filled in from your game, so that you can use that information in the actuall program for attacks etc

Now i was wondering if somebody knew how that program actually does that and in what language has it been written in.
mlevit is offline  
Old 06-22-2005, 05:58 PM   #2 (permalink)
 
Super Techie

Join Date: Feb 2005

Posts: 262

jinexile

Default

It probably uses an inet control to downloads the pages and parses the html into the program.
__________________
AMD Athlon 64 3000+ (Overclocked to 3300+)
ASUS K8V-Deluxe
1GB PC3200 DDR
2x200GB Seagate SATA RAID 0
BFG 6800GT OC w\\128MB Ram
2x 19\" Samsung 930B LCDs
jinexile is offline  
Old 06-23-2005, 07:09 AM   #3 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

my bet would be on c++.. though, for what the program does (i play the game as well), it can be created in any general purpose programming languages.. Try this experiment, turn off angel, copy and paste the info in throne page onto a text pad, you'll see what angel has to parse.. basically, when you copy something into "windows clipboard" there is a library in most graphical library that parses stuff in clipboard.. and then you can just write something that will format the "gibbrish" into something more useful
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On