No one here is going to tell you how to hack an account of any sort.
If you want to know how to access info hosted on a site, look at their particular method. Some use Web Services, some use an API, etc. Trick is, read.
For all you guys that create applications which pull gas prices or weather information from certain websites, how do you reference it? I'm guessing you'd have to create and open a stream to the website itself, but how do you reference that specific piece of information from the page? Is there an object identifier or variable you use? I want to be able to auto-log into an online account and get a number from there, like how much money is left in my bank account or something.
Ampie Case
2.5" Hard Drive 80GB Samsung 5400RPM
256 MB DDR2 PC5400
Xenarc 700TSV - VGA Monitor
Intel D945GCLF Motherboard
M2-ATX-HV
2005 Honda Civic
No one here is going to tell you how to hack an account of any sort.
If you want to know how to access info hosted on a site, look at their particular method. Some use Web Services, some use an API, etc. Trick is, read.
2006 Lancer Evolution IX MR In-Dash PC Project - WIP
Planning:
[----------] 100%
Purchasing:
[----------] 90%
Installation/Fab/Assembly (Revised v2):
[----------] 90%
WTF? Hack what? What are you talking about?
I'm looking for development help here....anyone else?
Ampie Case
2.5" Hard Drive 80GB Samsung 5400RPM
256 MB DDR2 PC5400
Xenarc 700TSV - VGA Monitor
Intel D945GCLF Motherboard
M2-ATX-HV
2005 Honda Civic
Well I guess you download the page, then look at the file for what you need.
That's what I do for some of the cameras with the Traffic Cam program.
Yea, depending on what you are using while dictate the specifics, but basically..
open a connection to the website, usually with a socket
send the HTTP GET command to request the webpage
if its something simple you want, then you can search through the data as it downloads for what you are looking for, otherwise, you just save it all to a file so you have the entire page downloaded, then search through there for whatever you want
cashtexts - Earn money for receiving text messaged offers
cashtexts review not a scam
Space Navigator - 6 Axis input device: Take it apart - Driver App
RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable
I'm working on some thing here .... http://www.digital-car.co.uk/forum/s...64&postcount=1 .... but not with much success at the mo... mainly because I'm not great at coding...
Terran
Fusion Brain Version 6 Released!
1.9in x 2.9in -- 47mm x 73mm
30 Digital Outputs -- Directly drive a relay
15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
Buy now in the MP3Car.com Store
What I'm actually after is a Java application I can run on my Blackberry to pull the monthly data usage from my Telus account upon request. So I'll start off trying what you guys suggested.
Ampie Case
2.5" Hard Drive 80GB Samsung 5400RPM
256 MB DDR2 PC5400
Xenarc 700TSV - VGA Monitor
Intel D945GCLF Motherboard
M2-ATX-HV
2005 Honda Civic
Bookmarks