topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 17, 2026, 9:26 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 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 146next
276
General Software Discussion / Re: Best app to learn SQL on
« Last post by Ath on November 05, 2019, 01:13 AM »
I understood that the various implementations all had distinct dialects so I guess I was looking for something reasonably generic to get me started
Well, if you need a good standards-compliant SQL, then PostgreSQL is a good candidate. It's very well documented, supported, and as much Open Source as it gets. Find it here: PostgreSQL.org
I'm not too thrilled with the currently provided tools to manage it, though, they're pretty darn slow, last time I used that (been a while), but it gets the job done.
277
About Apache configuration:
AFAICS, you should start reading (and some experimenting) on this Apache wiki page about DirectoryListings and how to configure that. I have no LAMP/WAMP installation available, so am unable to provide more detailed pointers, sorry.

About the .style.css file needing to be copied into each directory:
This is caused by this line in .index.php:
<link rel="stylesheet" href="./.style.css">
It points to that file in the current directory ( ./ in front of the filename is a relative location).

By placing the .style.css file into a specific directory like directorystyle in the root of your website, and changing the above line into:
<link rel="stylesheet" href="/directorystyle/.style.css">
you are addressing the file at it's absolute location, and has to be stored only once at the server.
Renaming the file and moving it to the default styles directory is also an option, ofcourse.

The period as the first character of the filename makes the file invisible on *nix OS's, and it can be omitted if the file is moved out of the directories that are visible to the enduser. The name used in .index.php has to be adjusted accordingly, as is to be expected ;)
The same goes for the .index.php file, after you have moved it out of the visible directories using the first pointer in this post.
278
Any chance you can share those index.php and style.css files to see if a fix might actually be possible in the index.php file?
279
I'm not an expert on Apache, but if al else fails, you could create logical links to the 2 files in each subfolder, avoiding duplicate files, and keeping a single point of maintenance.
280
N.A.N.Y. 2020 / Re: Welcome to NANY 2020
« Last post by Ath on October 29, 2019, 01:44 PM »
I can provide ideas....lol!!!
O, please do, I'm still looking for a project/idea  :up:
281
Living Room / Re: When you make your 100'th Post
« Last post by Ath on October 27, 2019, 11:34 AM »
Another 1000 post mark, just today:

Screenshot - 27-10-2019 , 17_32_03.png
282
N.A.N.Y. 2020 / Re: NANY 2020 Release - Android App - DiscussionList
« Last post by Ath on October 11, 2019, 01:07 AM »
This looks really useful :Thmbsup:
283
Living Room / CafePress security incident 2019-02-19
« Last post by Ath on September 25, 2019, 01:43 PM »
Today, September 25th, 2019, I received an e-mail from CafePress, the supplier of, among other stuff, the NANY mugs, stating they have had a security incident on February 19th, 2019, where customer names, addresses, e-mail addresses and account-passwords have been stolen from a database. It appears they first published this story on September 5th, 2019.
I took a screenshot from their website where the whole story is explained for as far as they know.

CafePress security incident 05-09-2019.png

284
Screenshot Captor / Re: Silent Switch for Command Line Capture when SC already loaded
« Last post by Ath on September 20, 2019, 01:17 AM »
You know about MiniCap, intended as the command-line 'add-on' for ScreenshotCaptor?

Using the -capturescreen and -exit arguments, besides -save to specify the filenaming scheme, should do the trick.
285
N.A.N.Y. 2020 / Re: Alternate NANY 2020 Graphic Design - work in progress
« Last post by Ath on September 08, 2019, 03:27 AM »
It is so great to have alternative mug designs, love it :Thmbsup:
286
Screenshot Captor / Re: Screenshot Captor from Visual Basic?
« Last post by Ath on September 03, 2019, 01:08 PM »
But you might also check out the littler brother of Screenshot Captor called MiniCap, which is a smaller commandline tool designed to be invoked from other programs:
https://www.donation...popular-apps/minicap
You suggested MiniCap before, wouldn't that be a quicker start&capture than the full ScreenshotCaptor executable?
287
What do you have in place for your current website (OS, webserver/software, database) ?
288
DC Website Help and Extras / Re: New anti-spam process being put into place
« Last post by Ath on August 21, 2019, 02:49 AM »
I'm under the impression that this anti-spam measure is really working as intended :Thmbsup:

I just hope the extra administrative load isn't too much of a burden for boardadmins... ;)
289
Screenshot Captor / Re: Standalone screenshot window
« Last post by Ath on August 19, 2019, 02:28 PM »
Wouldn't it be much easier to use the hotkey for grabbing the active Window? Because that's what it sounds to me what you want to achieve... :huh:
290
DC Website Help and Extras / Re: New anti-spam process being put into place
« Last post by Ath on August 15, 2019, 02:10 AM »
Other forums have this as a standard feature that only needs to be enabled, or as a plugin. I can only assume SMF has this too. (my main experience is with phpbb though...)

I'm all in favor of this plan (I've reported quite a number of (possible) spammers the last couple of months, often several (3-4) hours after they posted :huh:), and I have the impression the automated spamfilters haven't been as effective as before :o
291
General Software Discussion / Re: SCREENSHOT CAPTOR VERSION 4
« Last post by Ath on July 25, 2019, 01:38 PM »
Well, you might want to check the Preferences page 'Post Capture Options' to have the Copy to clipboard option set to 'Image bitmap' (not sure what the default is, I set it longtime ago)

Screenshot - 25-07-2019 , 20_33_30.png

(Other settings are probably changed by me too, so don't take them as advice :))
292
General Software Discussion / Re: Windows 7 not able to connect to network shares
« Last post by Ath on July 24, 2019, 01:09 AM »
Do users on all computers login using a domain account or only you from your computer?
293
General Software Discussion / Re: Out, damned WiFi spot! Out, I say!
« Last post by Ath on July 10, 2019, 12:38 PM »
Is there possibly a wifi-repeater active, still re-publishing the now no longer available SSID?
294
Living Room / Re: Fingerprint sensor under screen: does it work well?
« Last post by Ath on July 03, 2019, 01:15 PM »
A tiny bit of googling brought me these links:

10-best-phones-with-under-display-fingerprint-sensor: https://www.smartpri...-fingerprint-sensor/
in-display-fingerprint-readers-how-do-they-work: https://www.pocket-l...ers-how-do-they-work
295
And your relation/connection* to these products is...?



*(product announcements require relation-disclosure for clarity, or you may be flagged as a spammer)
296
Living Room / Re: Windows 7 always slow after idle
« Last post by Ath on June 13, 2019, 01:26 AM »
Did you install Windows 7 anew, or updated the existing installation from your previous hardware setup? That situation is known to sometimes (often?) cause undetermined trouble because of unneeded hardware drivers clashing with useful drivers.
297
Living Room / Re: Windows 7 always slow after idle
« Last post by Ath on June 12, 2019, 01:48 PM »
Besides that, the symptoms are not those of a virus.
Apologies, that's not what I was suggesting.
Most current AV systems are more like heavy duty system-intruders, resulting in unpredictable slowdowns, irregular fan-spinups, cause occasional high disk-activity, and stuff like that, including the symptoms you are describing. The Microsoft offerings with Windows 7 and 10 seem to be the most performance-friendly incarnations in AV-land.

All (hardware-)drivers are up to date (no beta stuff etc.), I presume? (You didn't answer that... :-\)
298
Living Room / Re: Windows 7 always slow after idle
« Last post by Ath on June 11, 2019, 01:16 PM »
What AV are you using?
Are all drivers up to date (preferrably WHQL revisions)?
299
Have you tried the Region Capture feature (Grab selected Region, <Shft-PrtScr> hotkey by default) ?, that magnifies a region around the cursor for exact capturing.

OT: It is so darn useful I often use it to measure (pixel) misalignment between controls in applications I work on :-[
300
Screenshot Captor / Re: Capture moves window to other monitor
« Last post by Ath on May 27, 2019, 01:27 AM »
I push printscreen and when I go to select the area, the crosshairs and the full-size image moves to the next monitor.
Is it possible that you have another program grabbing the PrtScr hotkey, pulling the focus to another monitor and thus messing up the SSC workflow?
Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 146next