Jump to content

Telenet Telemeter


Dellairion
 Share

Recommended Posts

Well i was bored again and i started to create a Telenet telemeter (i know there is already existing something like this but this one is fully in autoit :rolleyes:).

It's created for the people that have Telenet as internet provider (mostly dutch people) so they can view there telemeter stats very quick in a GUI.

Changelog:

V1.0.2.1

Added: installer

Updated: gave the desktop telemeter a better look

Updated: fixed some other small bugs

V1.0.2.0

Updated: it will now work with the new website of telenet.

Updated: stats download status is now showed by a second status bar in the right top corner.

Updated: new icon

V1.0.1.5

Fixed: ability to disable error messages when in tray was not working when

the option window wasn't used yet.

Fixed: Telemeter to show on desktop, enable/disable wasn't working as it should be in the optionmenu.

Fixed: stuck after downloading all the data.

Fixed: alot of other small bugs

Added: % value in the listview.

Updated: remember when a messagebox when a certain value is reached already has been displayed.

Updated: it will now download the data much faster

V1.0.1.4

Added: option window

Added: Telemeter to show on desktop

Added: export data function (to xls)

Added: option to start in tray on windows startup or on manuel startup

Added: messagebox when a certain value is reached

Added: ability to disable error messages when in tray

Updated: icon

V1.0.1.3

Added: option to start with windows

Fixed: not logging out

V1.0.1.2

Fixed: sometimes the last listitem returns wrong data

Added: ability to update the data every x hour

Installer:

TelePeter v1.0.2.1 Installer.zip

Source & Installer:

TelePeter 1.0.2.1.zip

The program itself is fully in dutch but the source variables and comments are in english.

(Note: Source code can look messy)

Edited by Dellairion
Link to comment
Share on other sites

Telemeter sounds like some sort of bandwidth limiter and this shows you how much bandwidth you have left?

If you have telenet as provider you have a limmited bandwidth. This tool logins into your Telenet account, will get all the data needed and show it in a GUI. You can also set a warning message if a critical level is reached.

Link to comment
Share on other sites

1.

shouldn't this be changed into relative paths ?

FileInstall("C:\Documents and Settings\Phoenix\Bureaublad\AUTOIT 307\TelePeter\tele.jpg", $P_telenet, 1)
FileInstall("C:\Documents and Settings\Phoenix\Bureaublad\AUTOIT 307\TelePeter\meter.jpg", $T_meter, 1)
;FileInstall("C:\Documents and Settings\Phoenix\Bureaublad\AUTOIT 307\TelePeter\data.xls", $E_data, 1)

2.

and maybe include the images in this post ?

3.

and this :

$configfile = @MyDocumentsDir&"\TelePeter\config.ini"

maybe change into appdir ?

4.

and 1 more thing...

the 'RegRead'/'RegWrite' ... isn"t there a less ... 'radical' method to disable sound in IE object ?

Still very nice application, learnd a lot from your code, and as a telenet users it's een quite handy...

(I'll make my own 'systray only' version in the future...)

chrs,

Tito

Edited by tito
Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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