topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday September 20, 2026, 12:05 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 925 926 927 928 929 [930] 931 932 933 934 935 ... 1515next
23226
Living Room / Inside Story of A Notorious Satelite Dish Card Counter-Hack
« Last post by mouser on June 01, 2008, 01:59 PM »
Very cool story.

Tarnovsky began his pirating career in the '90s while serving in the U.S. Army. He had a top-secret SCI security clearance working on cryptographic computers in Belgium for NATO headquarters, and spent a year at Ft. Detrick in Maryland providing support to the National Security Agency for satellite transmissions to Europe.

In 1996, he was stationed in Germany when his colonel sold him a used satellite-TV system, along with two pirated access cards, neither of which worked. Tarnovsky began posting on online pirate forums, and developed contacts in the community, ultimately learning how to fix the cards to access English-language programs from Sky in the United Kingdom.

...

While living in Europe he'd once seen a news report showing an engineer at a French satellite company writing countermeasures, sitting in a lab with smart cards piled around him on his desk.

"I always thought it would be so cool to be that guy," Tarnovsky says. "Finally I got the chance."

Tarnovsky had two roles at NDS -- to find holes in its software and work undercover with pirates to discover what they were doing against NDS technology.

To conceal his relationship with NDS from pirates, few people at the company knew his identity. He used the name "Michael George" and for the first four years was paid through other companies, including, for about five months, HarperCollins, the Murdoch-owned book publisher.

"It was very hush-hush, because we didn't know who could be an inside informant," he says.

Part of his job was developing ECMs for NDS. He'd examine pirate NDS cards to determine how they worked, then send instructions to engineers in Israel to create a kill for them.

"I didn’t actually load the gun and pull the trigger but I got to make the bullet," Tarnovsky says.

Among the countermeasures he says he created was one known among pirates as the "Black Sunday" kill -- an elaborate scheme that destroyed tens of thousands of pirate DirecTV cards a week before Super Bowl Sunday in 2001.

Instead of being delivered all at once like other measures, the Black Sunday attack code was sent to pirate cards in about five dozen parts over the course of two months, like a tank transported piece by piece to a battlefield to be assembled in the field. "They never expected us to do this," Tarnovsky says.



from http://www.codinghorror.com/blog/
23227
Find And Run Robot / Re: Instant infos via aliases?
« Last post by mouser on June 01, 2008, 01:39 PM »
template idea is nice.

the biggest problem with this plugin idea is that it threatens to be so complicated that it never gets coded, so we need to figure out a nice reasonable set of ideas.
23228
Find And Run Robot / Re: Instant infos via aliases?
« Last post by mouser on June 01, 2008, 01:16 PM »
One idea would be to allow any number of fields that the user wants for each entry (like xml allows any number of properties), and have the plugin display them usefully.

So for one file i might have entries that look like:
@title = Central Hospital
@phone = blah blah
@address = blah blah
@hours = blah blah
@insurance = accepts all insurance
@tags = hospital, health, emergency

So the point is that when parsing the note file, the plugin would collect the list of all available fields.  when displaying resuls matched it could show them in a grid/spreadsheet mode with a column for each field.
23229
Find And Run Robot / Re: Instant infos via aliases?
« Last post by mouser on June 01, 2008, 12:41 PM »
Maybe we should make this thread into a discussion of how the "Ultimate Reference Info" plugin should work.  I've given it a lot of thought but it's involved enough that getting the details worked out here before coding it would be a good idea.

Some of the issues were discussed here: https://www.donation...ndex.php?topic=13295

Here is the basic idea of the plugin:

The purpose of the plugin is to let the user find and display Reference Information from within text files.
  • An example would be that you have a file containing an address book, you want to be able to type "info phone hospital" and have it find the phone number for the hospital.
  • Or perhaps you work in a job where you constantly have to look up order codes based on some keywords so you want to be able to type "info order muffler porshe" to show all the entries related to muffler and porshe keywords.

It should be possible to ADD items to these files from within FARR as well.

So it's basically a combination note taker and reference info finder.

My feeling is that the plugin should be able to be told about multiple reference files and let you select which one you are interested in as the first argument.  the next arguments would be search terms.

I think each reference item should have a title, keywords, and text contents (maybe html contents too?). Search would occur in titles, keywords, and text.

So that's what i've come up with so far.  This might be a plugin that should be coded in a fast compiled language (as opposed to javascript, just because it may have to search through large collections of data).

It's also possible that this plugin might take advantage of the planned spreadsheet view for FARR, and already implemented html view.

Some unresolved issues:
  • What should the file format be?  Or should it allow the user to customize the file format possibilities so as to use existing csv, xml, xls files?
  • Might one alternative approach be to keep each note in a separate file, arranged in a hierarchical tree?
  • What should the "add new entry" gui dialog look like (i think their should be a nice gui dialog for adding an entry which helped user select tags); what should the simple line to add a note without a gui look like.
  • What nice copy-to-clipboard options should be provided and how?
23230
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on June 01, 2008, 02:35 AM »
I'd also vote to take over the escape key. This would keep it consistent with the way FARR already works.
done.

Will it be possible to embed special types of links in the HTML. For example a link that launched a local file or that started a FARR search? (subject to some suitable security to stop pages from the web launching files).
yes.  though i must admit i didn't think of the security risk until you mentioned it.  I'll have to make sure that no downloaded files can contain such special links -- only plugins (and local file:// links) will be able to create those.
23231
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on June 01, 2008, 02:23 AM »
PHP search | showhtml www.php.net/$$1

yes, this already works:
Screenshot - 6_1_2008 , 2_36_25 AM.png

Also possibility to choose path (like html/body/div#1/a) which is going to be displayed would be useful

this kind of thing is useful, just have to decide whether to make it core part of FARR or a plugin.
23232
Interview with Skrommel is right here:
http://www.onecore.n...-1-hour-software.htm

Skrommel interview!  :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme:  :huh: :huh: :huh: :huh: :huh: :huh:  :o :o :o :o :o :o  8) 8) 8) 8) 8) 8) 8)  :Thmbsup:
23233
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on May 31, 2008, 06:04 PM »
As it stands now you can have an alias open a web page in the FARR window, though as i said before that's not the main intent of this feature.  mainly it's meant to be used by plugins to fetch and display info.
23234
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on May 31, 2008, 05:44 PM »
Will you still be able to esc back to the  search box?

escape has a real use in the browser window so we will either have to use another key or decide to take over the escape key to pop back up to edit box.
23235
Find And Run Robot / Re: Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on May 31, 2008, 05:27 PM »
it's a full embedded IE activeX control, so anything that runs in your IE browser will run in this.
however let's not fall into a trap of trying to make FARR a full browser.. it's really meant to help plugins display info they want to display in a nice way.
23236
Find And Run Robot / Html View Mode in FARR (Find and Run Robot)
« Last post by mouser on May 31, 2008, 04:41 PM »
I wanted to start this thread for discussing all issues relating to the new html view mode in FARR.  I suspect there will be a lot of issues to discuss as the feature starts to be used by plugin writers.

Here's a little picture to get us started:
Screenshot - 5_31_2008 , 4_39_48 PM.png
23237
Living Room / Re: Hosting options for new website
« Last post by mouser on May 31, 2008, 04:33 PM »
This isn't completely relevant, but let me take this opportunity to mention that Gothi[c] and I have finally bit the bullet and upgraded the Donationcoder (secondary) member server from a $60/month virtual private server, to a $150/month dedicated server.  That's not quite in the same league as our main server, but a huge improvement from the current server we use to host member accounts and miscellaneous stuff.

This new member server is significantly beyond our current needs.  The hope is that (assuming we can afford it), it will let us be much more generous about providing server space and functionality to donationcoder members and projects.  Once it's all set up I'd encourage people to try to come up with proposals for projects.
23238
Skrommel's Software / Re: Question on Skrommel's DoOver
« Last post by mouser on May 31, 2008, 04:28 PM »
try it and see :)
23239
Find And Run Robot / Re: Purely curious.
« Last post by mouser on May 31, 2008, 10:46 AM »
I think i'm on track for first week in June;
don't expect everything to be done by then -- my main concern is adding some new features for plugin writers and doing some bug fixing.  Then i will try to release some more updates on a regular basis.
23240
Living Room / Re: Flash Game of the Week: Robokill
« Last post by mouser on May 31, 2008, 01:46 AM »
Welcome to the site RSA (is it Michael posting?).

I finished the full game today -- VERY addictive.  One of the best and most professional flash action games I can remember playing.  Big thumbs up from me.
23241
Find And Run Robot / Re: Instant infos via aliases?
« Last post by mouser on May 31, 2008, 01:32 AM »
my suggestion:
wait for the Information Reference plugin, and don't waste your time setting these aliases up manually.
I keep waiting for someone else to write this plugin idea which will basically let you search a specially formatted text file for notes and data by keyword or tag.
23242
How is it possible in this universe that someone else was insane enough to independently name another program "Drag and Drop Robot":

http://doc.trolltech...w-dragdroprobot.html

dragdroprobot-example.png

Surely this is a sign that the world is coming to an end.
23243
Just uploaded version 1.11.01.
Mostly minor stuff and bugfixes, but a few noteworthy things like file filter mask, and online updater support.
23244
Find And Run Robot / Re: feature idea : "dynamic aliases"
« Last post by mouser on May 30, 2008, 11:52 AM »
give the possibility to specify a text file: c:\pathtofile...\result.txt
this i could do.
23245
cough cough.. my Drag+Drop Robot program was designed for stuff like this:
https://www.donation.../dragdrop/index.html
DragDropRobot_small.jpg
23246
Find And Run Robot / Re: feature idea : "dynamic aliases"
« Last post by mouser on May 30, 2008, 09:45 AM »
this seems pretty strange and a lot of work for something im not sure anyone else on planet besides you would use  :D

perhaps there is another way to do the kind of thing you are interested in, in a simpler or more general way?  some other way to implement some kind of dynamic aliases..
23247
very nice nitrix -- you always come up with interesting stuff.  :up: :up:
23248
Find And Run Robot / Re: Suddent takes forever to open plugins window
« Last post by mouser on May 30, 2008, 07:23 AM »
which plugin was it?
23249
Find And Run Robot / Re: Suddent takes forever to open plugins window
« Last post by mouser on May 30, 2008, 05:55 AM »
Babis, it sounds like one of your plugins is malfunctioning.  Try removing some until you find out which one it is.
Pages: prev1 ... 925 926 927 928 929 [930] 931 932 933 934 935 ... 1515next