Dtv100.com



Go Back   Dtv100.com > FTA Files and Discussions By Brand > Files Archive

Files Archive Older Files, Channel Lists, etc

   

Closed Thread
 
LinkBack (3) Thread Tools Display Modes
  #1  
Old November 29th, 2006, 06:59 PM
grynner's Avatar
Offline
Join Date: February 14th, 2005
Title: DTV100 Administrator
Rank:
Posts: 10,529
  Rep Power: 100
grynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond repute
KeyUpdate Program - New Updated Version 5.0.0 with VB6 source code

c&p,thanks goes to ps2002

keyupdate program - new updated version 5.0.0 with vb6 source code

ok, this should do it unless i really broke something. Seems like the last few versions were being installed with very little problems. Read the readme.txt file and read the previous posts in the other threads. As always ask questions in here and we can see if we can help. I started this program to see if i could still program, haven't done it since the h and hu days. There are probably much better ways to code than what i have done, but this code got the job done. Anyway here it is. Updates will be posted in this thread so check the other messages keyupdate v5.0.0
--------------------------------------------------------------------------
features:

Grab current keys from 9 different user configurable web sites.
Automatically check for new keys every 1 minute to 10 minutes (user configurable) from the first six web sites
Grab current keys from rom102 and rom103 fta fta bin files grab current keys from cemu 10b fta fta bin files
grab current keys from up to 9 user definable web sites grab current keys from codespace backdoor utility config.ini
Grab current keys from romcode settings.ini
Grab current keys from softcam.key file

Create nagraedit 5.2 key patch with latest keys
Directly update rom102 and rom103 dish bins with current keys
Directly update rom102 and rom103 bev bins with current keys
Directly update cemu 10b dish.fta fta bin & bev.fta fta bin with current keys
Directly update codespace backdoor utility config.ini with latest keys
Directly update romcode settings.ini with latest keys directly update softcam.key file with latest keys
Directly update coolsat key file with latest keys

Automatically update coolsat 4000, 5000, 6000 stbs with new keys if coolsatloader.exe (renamed coolsat pro loader 2.4.exe) is found in the same directory as keyupdate.exe (very rough - play with it)

Automatically updates these fta fta bin files (if found in the same directory as keyupdate.exe) keyupdate-dish.bn102 keyupdate-dish.bn103 keyupdate-bev.bn102 keyupdate-bev.bn103
Automatically update up to 8 other text files with latest keys (to be safe - test on copy first)
looks for lines beginning with "n 0001 00 " and rewrites the line with new dish key0
looks for lines beginning with "n 0001 01 " and rewrites the line with new dish key1
looks for lines beginning with "n 0101 00 " and rewrites the line with new dish key0
looks for lines beginning with "n 0101 01 " and rewrites the line with new dish key1
looks for lines beginning with "n 0801 00 " and rewrites the line with new bev key0
looks for lines beginning with "n 0801 01 " and rewrites the line with new bev key1
looks for lines beginning with "n 0901 00 " and rewrites the line with new bev key0
looks for lines beginning with "n 0901 01 " and rewrites the line with new bev key1

Ability to minimize to system tray -- automatically maximize when a new key is found ability to click on the url button to open the web page using the users default browser ability to append a user patch file to the nagraedit key patch file by placing the patch(es) in 'keyupdate-dish-patch.txt' and/or 'keyupdate-bev-patch.txt' file located in the same directory as keyupdate.exe. This would generally be used to add re-locking code.

Option to automatically minimize .on program startup (thanks again to jb1000 who fixed this problem)

Option to automatically start check web sites for keys on startup

Has an old key 'roll back" buttom.This is used if a web sites posts incorrect keys after the correct keys have been posted.

Keeps track and identifies new keys, old keys, and current keys

Provides for direct user key entry (copy and paste friendly)

Provides a large 8 byte by 2 row display of keys for those using remote control entry

Creates or utilizes the following files. On the first time startup, if these files do not exist it will create them for you in the folder that the application was started from..

Keys.key - current keyfile

keyupdate.dat - old key file

keyupdate.ini - configuration file


Uses these files if they exist in the same folder that keyupdate.exe is located

keyupdate-dish.bn102

keyupdate-dish.bn103

keyupdate-bev.bn102

keyupdate-bev.bn103

Coolsatloader.exe (renamed from "coolsat pro loader v.2.4.exe" coolsat key file should be called "coolsat.key")

Self install support files required for program to run

msvbvm60.dll

stdole2.tlb

msinet.ocx

repcdlg.ocx

comdlg32.ocx

mscomctl.ocx

richtx32.ocx

Revision history

v5.0 source:

Source code released 11-29-2006 fixed: roll back error which no one should have seen, but it is fixed now added: ability to grab keys from rom102 and rom103 added ability to grab keys from cemu 10b dish.fta fta bin & bev.fta fta bin files

v4.9.15

Added a coolsat button, to update the coolsat stb when ever you want (used for updating multiple coolsats from a single pc) changed: relabeled the auto chk on/off to turn auto chk on/off by shrinking the text. Fixed: coolsat update ran twice when auto chk was set to on

v4.9.14 fixed:

Previous version only started coolsatloader from auto chk on. Now clicking update will also run coolsatloader. Fixed: roll back, if there were no keys to roll back the program would error out

v4.9.13 added:

An old key 'roll back" buttom. This is used if a web sites posts incorrect keys after the correct keys have been posted.

V4.9.12 fixed:

Automatically update coolsat.key file if coolsatloader.exe is in the same folder as keyupdate.exe

v4.9.11 changed:

Automatically update coolsat.key file if coolsatloader.exe is in the same folder as keyupdate.exe

v4.9.10 fixed:

Failed to re-activate 'minimize to tray' button after coolsat loader was run

v4.9.9 fixed:

Web site search timer slider was not working correctly on startup. Fixed: if user closes the coolsatloader program would error out

v4.9.8 added:

Option to automatically minimize .on program startup (thanks again to jb1000 who fixed this problem) added: option to automatically start check web sites for keys on startup fixed: ability to click on the url button to open the web page using the default browser
Attached Files
File Type: rar CoolSatLoader.rar (145.4 KB, 19 views)
File Type: rar KeyUpdate Support Files.rar (1.30 MB, 32 views)
File Type: rar KeyUpdate V5[1].0.0 VB6 source.rar (32.9 KB, 31 views)
File Type: rar KeyUpdate V5[1].0.0 just exe.rar (38.1 KB, 32 views)
File Type: rar UpdateCoolsat V3[1].1.rar (152.7 KB, 22 views)
__________________
"It's not enough that we do our best; sometimes we have to do what's required." - Winston Churchill

‘we cannot anticipate today what we shall know only tomorrow’. Karl Popper


Vote for US
 
     



Apply To Be a Moderator Click this Link

Last edited by grynner; November 29th, 2006 at 07:17 PM.
  #2  
Old November 29th, 2006, 07:06 PM
grynner's Avatar
Offline
Join Date: February 14th, 2005
Title: DTV100 Administrator
Rank:
Posts: 10,529
  Rep Power: 100
grynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond reputegrynner has a reputation beyond repute
.... and here is the latest [WebSites] section you can play with in your KeyUpdate.ini. Latest few version only hold 9 websites, you used to be able to keep more then 9 and swap them. Now you will need to have another file to copy and paste from.

As always make a backup before you start editing the KeyUpdate.ini file.
Attached Files
File Type: rar WebSites.rar (697 Bytes, 15 views)
__________________
"It's not enough that we do our best; sometimes we have to do what's required." - Winston Churchill

‘we cannot anticipate today what we shall know only tomorrow’. Karl Popper


Vote for US
 
     



Apply To Be a Moderator Click this Link
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

Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.dtv100.com/forums/files-archive/19561-keyupdate-program-new-updated-version-5-0-0-vb6-source-code.html
Posted By For Type Date
Bell ExpressVu keys 12-01-06 8:22 pm - Dvt100.com This thread Refback February 22nd, 2007 03:52 PM
KeyUpdate Program - New Updated Version 5.0.0 with VB6 source code - Dvt100.com This thread Refback February 2nd, 2007 12:58 PM
FTA Forum Free To Air Satellite Tv: FTA Satellite Tv Forum DTV100 This thread Refback November 29th, 2006 07:05 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
CyberTLC's Channel List + Midwest Locals 10-12-06 grynner Files Archive 0 October 13th, 2006 08:32 PM
CyberTLC's Channel List + Midwest Locals 9-26-06 grynner Files Archive 0 September 26th, 2006 09:34 PM


All times are GMT -5. The time now is 04:22 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Page generated in 0.16016 seconds with 14 queries

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411