topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday June 23, 2025, 2:16 am
  • 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 ... 9 10 11 12 13 [14] 15next
326
Online flash movies are usually FLV files. After viewing them online you can find a copy in your browser's cache (Temporary Internet Folder). Just go there, copy/move the file or use Skrommel's CacheSort (just be sure to add FLV as filetype in CacheSort.ini).

Anyway, since I was kinda bored at work (ssshh, don't tell), I've leeched all videos and copied the download path from the browser's cache. Just right-click and save as.

http://flashdownload...ir1Mbps_fast_mov.flv
http://flashdownload...am1Mbps_fast_mov.flv
http://flashdownload...at1Mbps_fast_mov.flv
http://flashdownload...oa1Mbps_fast_mov.flv
http://flashdownload...m21Mbps_fast_mov.flv
http://flashdownload...er1Mbps_fast_mov.flv
http://flashdownload...et1Mbps_fast_mov.flv
http://flashdownload...nt1Mbps_fast_mov.flv
http://flashdownload...yn1Mbps_fast_mov.flv
http://flashdownload...ut1Mbps_fast_mov.flv
http://flashdownload...ut1Mbps_fast_mov.flv
http://flashdownload..._skat1Mbps_fast_.flv
http://flashdownload...icks1Mbps_fast_m.flv
http://flashdownload...russi1Mbps_fast_.flv
http://flashdownload...as1Mbps_fast_mov.flv
http://flashdownload...all1Mbps_fast_mo.flv
http://flashdownload...k41Mbps_fast_mov.flv
http://flashdownload..._off1Mbps_fast_m.flv
http://flashdownload...ift1Mbps_fast_mo.flv
http://flashdownload..._grun1Mbps_fast_.flv
http://flashdownload...jazz1Mbps_fast_m.flv
http://flashdownload...di1Mbps_fast_mov.flv
http://flashdownload...ly1Mbps_fast_mov.flv
http://flashdownload...ea1Mbps_fast_mov.flv
http://flashdownload...e11Mbps_fast_mov.flv
http://flashdownload...hn1Mbps_fast_mov.flv
http://flashdownload...irst1Mbps_fast_m.flv
http://flashdownload...irst1Mbps_fast_m.flv
http://flashdownload...nnie1Mbps_Stream.flv
http://flashdownload...mara1Mbps_Stream.flv
http://flashdownload...efan1Mbps_Stream.flv
http://flashdownload...l_dea512K_Stream.flv

To view FLV files you'll need a FLV player. Get one here:
http://www.download....2139_4-10467082.html

There are also FLV to VIDEO (avi, wmv) converter tools, but I know of no freeware.
327
Post New Requests Here / Re: IDEA: Run bat files transparently
« Last post by wr975 on February 16, 2006, 04:56 AM »


You can use "consoletool.exe" to hide a console window, if you don't want to use AutoHotkey.

consoletool.exe /HIDE


For example mybackup.2005-02-15.1.log.


This one creates a unique name (date and time) using built in commands:

for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%l
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i
set tm=%tm::=-%
set dtt=%dt%%tm%
@echo createdname : %dtt%


Or use the external tool "now.exe":

for /F %%i in ('now.exe yyyy.mm.dd---ddd---hh-nn') do set dtt=%%i
@echo createdname : %dtt%


I've attached consoletool.exe and now.exe to this answer.
328
Post New Requests Here / Re: IDEA: text-only clipboard without separate hotkey.
« Last post by wr975 on February 13, 2006, 04:25 AM »
My favorite Clipboard Manager ArsClip (just a 860 KB exe) offers an extra hotkey for pasting as plain text.

Example configuration:
CTRL + V = Paste (normal)
WIN + V = Paste as plain text

Some other features:
  • Multiple permanent items groups
  • Picture, RichText, File Copy, Unicode, HTML support
  • Keypress emulation
  • Form Mode for pasting multiple fields
  • Highly configurable

Download:
http://www.joejoesoft.com/vcms/97/
329
fSekrit / Re: IDEA - encrypted-SFX-EXE to see secret text
« Last post by wr975 on January 31, 2006, 12:35 PM »
Thanks for the info!  ;)
330
fSekrit / Re: IDEA - encrypted-SFX-EXE to see secret text
« Last post by wr975 on January 31, 2006, 07:13 AM »


Many thanks for fSekrit. Great tool!!!  :Thmbsup:


>feature requests

The author of Ghost_AES (http://free.pages.at...ost_hunter/crypt.htm) claims ultimate security because he's not storing the password. So if you decrypt using a wrong password, you'll get unuseable data.I like the idea. It sure makes brute force impossible.

If you also like this idea, perhaps you can add a "don't store password" option in future versions of fSekrit.
331
ContextMenu Commander / Re: ContextMenu Commander
« Last post by wr975 on January 29, 2006, 02:47 PM »
Some plugins I'd like to see...

- "read only" attribute remover (like CROA; http://davidcrowell.com/Croa.aspx)

- "context menu editor" (like mmm+, already mentioned several times)

- "right-click FTP upload (mentioned by allen. Another right-click FTP uploader is csbFTP; http://www.toffi-net...P-support/eindex.php)
332
General Software Discussion / Re: AutoIt3 versus AutoHotKey
« Last post by wr975 on January 29, 2006, 06:02 AM »
because they felt that their code was being stolen from them without the proper credit

There are a quite some threads in the Autohotkey forum about this topic. Here's what I learned: Almost all of Authotkey is own code. Some commands use or are based on source code of AutoIt (back then Open Source, so it's no stealing). The author of Autohotkey lists all these few commands somewhere in the forum and gives proper credit. Some external tools, like the compiler, are almost unmodified from AutoIt. Again, proper credit is given. Heck, if I launch the Autohotkey compiler I see a huge "AutoIt" logo...  ;)

What to use? Which one is the better program to use? You decide. Just use what you want.


FWIW, if you want to advertise for AutoIt, code some Coding Snacks. Because of Skrommel's coding snacks I got interested in Autohotkey and now I can't live without this program...
333
I think it'll be difficult to write a review about newsclients. Someone would need to use every available client for a longer time to know all its strengths and shortcomings. And then of course be unbiased.  :-\

Being objective I'd say, the most powerful client is Usenet Explorer... But the GUI needs major work. I really tried, but I can't work with it. 
334
Newsleecher is poo. Flying monkey poo.

It's nice to read such unbiased software recommendation. :down:

Newsleecher is the most popular Usenet client around these days. Users love it. Competition hates it. Thanks for confirming.
335
I wanted to know of it were possible (and I know it is, I just don't know how!) to make a small server.

Try TinyFTP (http://www.typsoft.com/). It's freeware, easy to configure and works just fine.
336
General Software Discussion / Re: Could Authotkey make my life easier?
« Last post by wr975 on January 05, 2006, 06:07 PM »

Hi,

if you're interested in AutoHotkey the best thing to do is, to try it yourself. The Help file is a good start. Browse the commands, read what they do and then think how Autohotkey can automate your task. And before you know it, you're writing your own small scripts... :)

Here's how I'd do it:

Script 1:

1.) Run MLO (command Run)
2.) Wait until MLO is closed (WinWaitClose)
2.) Upload the file via FTP (see example in command FileAppend)

Script 2:

1.) Download the file (URLDownloadToFile) in %temp%
2.) Check if the existing file is newer than the download file (FileGetTime... modified)
3.) Move the file from %temp% to wherever you need it or erase it from %temp% (FileMove, FileDelete)


If you insist in emailing, you can use a command line emailer http://snipurl.com/lbnr) to send emails (Run,sendemail.exe parameters,,hide). Of course you can also start your emailer (run,mailto:[email protected]) and send keystrokes. Retrieving emails + extracting attachments using Autohotkey is the difficult part. I've no idea if this is possible.

337
Mini-Reviews by Members / Re: a billion sites to send big files - and then some...
« Last post by wr975 on January 04, 2006, 06:06 AM »
338
Living Room / Re: Your owned computer history/upgrade path
« Last post by wr975 on December 11, 2005, 06:04 PM »
Philips G7000 (aka "Magnavox Odyssey 2") -> C64 (w/ datasette! Yay!) -> Amiga 500 -> 486 DX2/50 -> P60 -> K7 500 -> K7 1000 -> XP 1700 -> XP 2400

Graphic cards history: Trident (yay!) -> Matrox Mystique -> 3dfx Voodoo 2 -> Geforce 2 MX 440 -> Sapphire Atlantis Radeon 9600 -> Leadtek Winfast GeForce 6800
339
Mini-Reviews by Members / Re: Exact Audio Copy
« Last post by wr975 on December 11, 2005, 04:54 PM »
But PlexTools is working for Plextor drives only. True?

I heard there some parameters you can pass to EAC so it'll bypass protection, like loading the first session only. Not sure if that's true. I don't buy protected CDs so I can't test.
340
Hi, thanks, I know about Fentun, but it's not working. Didn't display any contents in winmail.dat. I read it's sometimes not working on Windows XP so I didn't bother much with it.


FWIW, I wrote a small script to assist me a bit with WMDecode, until I find something better or Thunderbird learns to handle TNEF. I configured Thunderbird to launch it, when I double-click a Winmail.dat attachment.

@echo off

set dir=C:\Dokumente und Einstellungen\alx.SCALA\Desktop\Winmail.dat Attachments
set wmd=C:\Programme\WMDecode\WMDecode.exe

if not exist "%dir%"\nul md "%dir%"
"%wmd%" "%1" n "%dir%"
start explorer "%dir%"
341
Finished Programs / Re: idea: give a driveltter a name say E DVD-writer
« Last post by wr975 on November 28, 2005, 01:00 PM »
Oh, my bad... sorry.  Of course it works. I didn't realize there was an image mounted, so Windows displayed the volume label... ;)
342
Here's one for testing. There's a word document inside.

http://s32.yousendit...3NXD5K33KZSHTPX40FES
343
Finished Programs / Re: idea: give a driveltter a name say E DVD-writer
« Last post by wr975 on November 28, 2005, 07:42 AM »
Thanks for the nice tool... it doesn't work with virtual drives, but still useful! Thanks.  :Thmbsup:
344
AFAIK it should be a RTF file, encoded in Microsofts very own "TNEF" format.
345
A software I'd pay for. An extension for Thunderbird, so I could just double-click on a "winmail.dat" and the email message within would open (RTF formatted message + attachments).

The problem about winmail.dat: http://www.gpc.edu/~...resource/winmail.htm

WMDecode.exe works OK, but $10 seems too expensive and it ignores the RTF message.
346
Finished Programs / Re: Idea: Movie Cache Viewer
« Last post by wr975 on November 24, 2005, 02:41 AM »
Thank you!!!  :Thmbsup:
347
Finished Programs / Re: IDEA: IE Proxy Switcher
« Last post by wr975 on November 22, 2005, 11:04 AM »
I think IP Profiler will do the job.

http://home.arcor.de...ofiler/IPProfEng.htm


A different browser could also help. Slimbrowser (an IE frontend) has a feature to organize/change proxies. I guess other browsers offer the same.
348
Finished Programs / DONE: Movie Cache Viewer
« Last post by wr975 on November 22, 2005, 10:58 AM »
Here's a tool I'd really love to have (and I can think of quite some people who'd also like it).

A program like "SWF Cache Viewer" (http://www.browserto...WF-Opener/index.html) but for movie files (avi, wmv, mov, mpeg, mpg)... sorted after day/date.

Usage: I visit some site with funny videos and clips and see something I like. Instead of browsing to Temporay Internet Files, search the file, copy it to clipboard, get bugged by Windows about some security issue, go to some other folder, paste... I'd just use "Movie Cache Viewer".





349
Finished Programs / Re: idea: batch .par2 executer
« Last post by wr975 on November 06, 2005, 03:51 AM »
what i need is a program that executes a par2 file and waits for it to complete the verification process and then close that par2 file and execute the next one in the batch.

You can try using dlDone. It'll batch process/monitor your PAR2 files, repair if necessary and extracts archive sets. Be sure to read the forum thread if you get errors saving the settings.

http://www.newsleech...viewtopic.php?t=2465

350
Living Room / Re: Stupid IE question
« Last post by wr975 on September 30, 2005, 04:50 AM »
> I installed Firefox, and that can't even find an Internet connection

Check Internet Options, Connections, LAN-settings in Internet Explorer. Probably you've a proxy server configured. If yes, configure the same proxy server in Firefox.
Pages: prev1 ... 9 10 11 12 13 [14] 15next