topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday September 21, 2026, 8:37 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 ... 772 773 774 775 776 [777] 778 779 780 781 782 ... 1515next
19401
Any opinions of 'Stickies' from Zhorn software?  I've been using it for quite a while and find it quite useful and feature-rich.

I think Stickies is actually quite highly regarded by more than a few members of the forum.  See posts here:
https://www.donation...rch2;search=stickies
19402
Living Room / Re: Help me build the ultimate metal playlist
« Last post by mouser on May 27, 2009, 05:08 AM »
this isn't really my style of music but:
Hawkwind's Motorhead is pretty great and might qualify: http://www.youtube.c.../watch?v=p6OuyJKnIyU
19403
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on May 27, 2009, 03:57 AM »
 :o
19404
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on May 27, 2009, 03:33 AM »
you cant possible have 2.61.02 installed.. it doesn't exist.
19405
FARR Plugins and Aliases / Re: Fscript error
« Last post by mouser on May 27, 2009, 03:28 AM »
well anything you want to try is worth trying -- i know lanux is nice enough to test and report.

my idea was not very well formed and i wouldn't be surprised if it wasn't feasible.  i guess what i was thinking is that the javascript engine might be operatung uin a restrictive mode due to security and would be refusing to create the ActiveXObject("Scripting.FileSystemObject").  But that the DLL would not be operating under such restrictions and would thus be able to create it and pass it to the js.

alternatively, maybe the local browser control used by FARR could create the object and pass it along?

or am i barking up the wrong tree?
19406
Living Room / Re: The Greatest Graphic Novel of All Time: Watchmen
« Last post by mouser on May 27, 2009, 02:36 AM »
Many great suggestions here already. Let me add one not yet mentioned: The Walking Dead.

I had a chance to read the volume one compendium of this.  Very adult material, but damn damn good.
19407
fixed but not yet uploaded; will be in next update.
19408
FARR Plugins and Aliases / Re: Fscript error
« Last post by mouser on May 26, 2009, 10:23 PM »
it seems like the root of this problem might be security issue where windows doesnt want to allow the js to create such a filesystem object.

ecaradec if you are reading this -- i wonder if one solution might be to let the fscript.js ASK THE FScript.dll for a pointer to a FileSystemObject activex object?

might that solve the problem where windows doesnt trust js to create an activex, but the dll would have no problem doing so?
19410
FARR Plugins and Aliases / Fscript error
« Last post by mouser on May 26, 2009, 10:13 PM »
this same error was posted on other threads about farr plugin fscript problems..

lanux has suddenly started getting this error.. and i cant figure out why:
Script error in .\fscript.js : Automation server can't create object

it seems to be related to this call:
var fso=ActiveXObject("Scripting.FileSystemObject")

does that shed any clue?
19411
Living Room / Re: What annoys you to no end?
« Last post by mouser on May 26, 2009, 05:09 PM »
J-Mac, that's a very nice list of software annoyances.. maybe worth making into a list on a website somewhere.
19412
Are you sure it works for you when the programs are links to other nodes, and not the actual node itself?

ah well that's surely it.. will look into it.
19413
just tested it -- batch mode worked perfectly for me.
did you notice that with batch mode you can click EITHER on the button itself (launches batch of all children) or the tiny arrow sliver of the dropdown to choose one to launch?
19414
Find And Run Robot / Re: Bug: FARR crashes if I enter LG
« Last post by mouser on May 26, 2009, 01:37 PM »
i've heard some reports recently of farr crashing.. im trying to track down why it's happening lately.
19415
ok i'll fix -- not sure it's ever been tested before to tell the truth :)
19416
We've recently seen some very clever little trickeroos employed by spammers..

One particularly clever tricky goes like this:
  • They make a post that seems harmless enough (no spamlinks, no bad signature, etc.)
  • Then a month later and after the post is quiet without new replies, they come back and either edit the post or add a spam signature to their profile (which shows up on ALL of their posts even ones they made a long time ago).

The reason this is so sneaky is that regular forum members wont ever look at the old threads/posts and so won't notice the change and spam addition to the thread. But anyone new visiting the forum thread due to a search will see it.

SO.. i've added some new alerts that send us mods emails whenever there is a suspicious looking post or profile/signature modification, so we can have a look if it seems spammy. :)

Anyway -- let me know if i broke anything in the process..
19417
happy to help and welcome to the site.
thanks for documenting it here for the next person  :up:
19418
Living Room / Re: Wow wowowowowow!!!!
« Last post by mouser on May 25, 2009, 03:53 PM »
this usually the part where the original poster turns out to be a spammer  :huh:
19419
ok it works, no more reports needed. :up:
19420
Screenshot Captor / Re: "Sent to Imageshack" option
« Last post by mouser on May 25, 2009, 01:08 AM »
that's wonderful!  nice find Lanux!
ok i think maybe then it's time for me to make a kind of external tool package that users can share so they dont have to configure it manually.
19421
those messed up numbers demonstrate the problem with normal select and copy.
try clicking on the link that says "[copy or print]" to see a new window popup with clean plain text you can copy properly -- that's the new thing.
19422
General Software Discussion / Re: Photo Scanner Software
« Last post by mouser on May 25, 2009, 12:37 AM »
if you have tons of normal sized photographs, you may be better off spending your money on a dedicated mini photo scanner.
19423
Site/Forum Features / Re: Feature Request: Copy Code
« Last post by mouser on May 24, 2009, 10:57 PM »
19424
note: you may have to do a ctrl+refresh of the page in order to force the forum to reload the latest javascript code on the site instead of using cache.
19425
Can anyone help me test the new ability to copy the text of geshi syntax highlighted text?

Normal attempts to select and copy geshi syntax highlighted text results in garbage that is impossible to reuse outside the forum.

I've added a new copy/print link at the top of geshi syntax highlighted code which should pop up a plain text window to copy from -- let's see if it works -- let me know.

here is a SAMPLE CODE BLOCK to test out the copy function on:
Code: PHP [Select]
  1. $entries = array();
  2.         $total_t = 0;
  3.         $total_s = 0;
  4.         foreach ($cache_hits as $h)
  5.                 {
  6.                 $entries[] = $h['d'] . ' ' . $h['k'] . ': ' . comma_format($h['t'], 5) . ' - ' . $h['s'] . ' bytes';
  7.                 $total_t += $h['t'];
  8.                 $total_s += $h['s'];
  9.                 }
Pages: prev1 ... 772 773 774 775 776 [777] 778 779 780 781 782 ... 1515next