Search found 241 matches

by darknkreepy3#
Sat Feb 04, 2023 4:59 am
Forum: windows 10 support
Topic: Deluge Client Loses All Torrents v1 v2 2.1.1 update Fix
Replies: 0
Views: 180

Deluge Client Loses All Torrents v1 v2 2.1.1 update Fix

So I updated from [ v1.3x ] to [ v 2.1.1 | deluge-2.1.1-win64-setup.exe ] and it restarted, losing 140 torrents and shares of work I have made to give to others, I was not happy. Was it a formatting issue? A win10 bug, something else maybe the ports weren't open to share? So, I did a little digging ...
by darknkreepy3#
Fri Feb 03, 2023 3:44 am
Forum: Virtual Reality VR
Topic: Quest 2 Unity VR XR Simple Button Tutorial
Replies: 0
Views: 285

Quest 2 Unity VR XR Simple Button Tutorial

Creating A Simple Button in Unity with XR and Quest 2 (for Win10/11 OS) by Kristoffe Brodeur 02-02-2023 referenced from https://xrbootcamp.com/unity-vr-tutorial-for-beginners/ //------------------------------------------------------------------------------------------------ Downloading And Installin...
by darknkreepy3#
Tue Jan 10, 2023 11:12 pm
Forum: game tips and tech
Topic: Division 2 GONY New York NY to Washington DC cash fix PC
Replies: 0
Views: 201

Division 2 GONY New York NY to Washington DC cash fix PC

So I tried everything including wiping my manhunt in DC which fixed another bug going east near Summit and Conflict or DZ East. It did not work. In a user forum someone mentioned going into Windowed Mode, but I was in Windowed (Fullscreen). This worked, so... go into Settings > Video > Windowed exit...
by darknkreepy3#
Sun Dec 04, 2022 5:42 pm
Forum: windows 10 support
Topic: facebook messenger browser paste clipboard capture fix
Replies: 0
Views: 172

facebook messenger browser paste clipboard capture fix

So in firefox there is an add-on named: Absolute Enable Right Click & Copy (Force Enable Right Click & Copy) v 1.3.8 updated May 25, 2021 Facebook blocks this and in the opposite direction it messes up pasting screen captures to people in Win10 Win11. So if you press WIN SHIFT S and copy an ...
by darknkreepy3#
Fri Dec 02, 2022 12:06 am
Forum: windows 10 support
Topic: Thunderbird Win 10 11 fix Download Aol Inbox
Replies: 0
Views: 137

Thunderbird Win 10 11 fix Download Aol Inbox

So I occasionally have a problem where something won't allow my emails to load because I use two computers, COMP_A and COMP_B on my windows network in my room and FIOS to access the AOL servers. Once in a while, Thunderbird is open on COMP_B where I store a shared area for my emails in D:\EMAIL\VERI...
by darknkreepy3#
Thu Dec 01, 2022 3:27 am
Forum: windows 10 support
Topic: verizon email with aol and thunderbird win10 fix
Replies: 0
Views: 167

verizon email with aol and thunderbird win10 fix

So, this is incredibly buggy and complicated. If you have a complex setup for email like I do, I will explain in a moment. For now I will explain how to fix a bug that cannot be fixed by writing in the proper information if you already have one or more verizon email accounts connected to aol, since ...
by darknkreepy3#
Wed Nov 30, 2022 10:22 pm
Forum: windows 10 support
Topic: fios cannot reach aol.com win10 dns fix cloudflare blocking
Replies: 0
Views: 212

fios cannot reach aol.com win10 dns fix cloudflare blocking

So I suddenly couldn't access my aol servers with pop3 or smtp with thunderbird in windows 10 and thought, did I get hacked? Is something wrong? I removed my special authorization code, redid my smtp server, checked for oauth2 and other things. Nope. Then I scanned my system for malware. Nope. Then ...
by darknkreepy3#
Tue Sep 20, 2022 11:29 pm
Forum: php scripting and programming
Topic: Creating a local imagemagick gallery for web
Replies: 0
Views: 300

Creating a local imagemagick gallery for web

Creating large photo images and touchups can be great on a local computer and apache server with php. but when you have to upload the images and allow a page to load those as a gallery of thumbnails, 200+ mb of images should be resized to be efficient. What I did was install Imagemagick to windows 1...
by darknkreepy3#
Mon Jul 25, 2022 4:08 am
Forum: vpn
Topic: cyberghost redirect oddities with las vegas 07-25-2022
Replies: 0
Views: 263

cyberghost redirect oddities with las vegas 07-25-2022

Testing out a simple _list.php file connected to a few REQUIRE_ONCE files in php had some of them missing, throwing an error. But it didn't show on my website, webserver (IPAGE) or anything else. I then made a simple abc.php file and it worked. I noticed something very strange, in the LAS VEGAS serv...
by darknkreepy3#
Mon May 09, 2022 1:04 am
Forum: javascript
Topic: Overly verbose simple recursion in javascript and php
Replies: 0
Views: 296

Overly verbose simple recursion in javascript and php

So, this is a very detailed and overly verbose example of how to do recursive function calls in basic javascript. You will notice that the base is 2, which really means in this example of a number to a power (^) that we are already a X^1... So... 2^1=2, we will start there, and reduce -- by one in a...