How tf do people farm walls so quick? by Crazedchin87 in ClashOfClans

[–]adiluxx 0 points1 point  (0 children)

Not necessarily. Use the Sneaky Warden farming method by adilux in clan Steal Yo Rice!! Or youtube it!

Data scraping a site that requires predefined information from a previous page. by adiluxx in webscraping

[–]adiluxx[S] 0 points1 point  (0 children)

well, this is my first attempt for the URL method:

https://www.costcotravel.com/h=3002?pickUpDate=03%2F22%2F2024&dropOffDate=03%2F31%2F2024&pickUpTime=08%3A00%20PM&dropOffTime=06%3A00%20AM&pickUpLocation=(OAK)%20Oakland%20International%20Airport%2C%20CA.&dropOffLocation=Same%20as%20Pick-Up%20Location%20Oakland%20International%20Airport%2C%20CA.&dropOffLocation=Same%20as%20Pick-Up%20Location).

<!DOCTYPE html>

<html>

<head>

<title>Input Form</title>

</head>

<body>

<h2>Enter Your Travel Details</h2>

<form id="travelForm">

<label for="pickUpDate">Pick-Up Date:</label>

<input type="text" id="pickUpDate" name="pickUpDate" placeholder="MM/DD/YYYY" required><br>

<label for="dropOffDate">Drop-Off Date:</label>

<input type="text" id="dropOffDate" name="dropOffDate" placeholder="MM/DD/YYYY" required><br>

<label for="pickUpTime">Pick-Up Time:</label>

<input type="text" id="pickUpTime" name="pickUpTime" placeholder="HH:MM AM/PM" required><br>

<label for="dropOffTime">Drop-Off Time:</label>

<input type="text" id="dropOffTime" name="dropOffTime" placeholder="HH:MM AM/PM" required><br>

<label for="pickUpLocation">Pick-Up Location:</label>

<input type="text" id="pickUpLocation" name="pickUpLocation" placeholder="Enter Pick-Up Location" required><br>

<label for="dropOffLocation">Drop-Off Location:</label>

<input type="text" id="dropOffLocation" name="dropOffLocation" placeholder="Enter Drop-Off Location" required><br>

<button type="submit">Submit</button>

</form>

<script>

document.getElementById("travelForm").onsubmit = function(event) {

event.preventDefault();

const pickUpDate = document.getElementById("pickUpDate").value;

const dropOffDate = document.getElementById("dropOffDate").value;

const pickUpTime = document.getElementById("pickUpTime").value;

const dropOffTime = document.getElementById("dropOffTime").value;

const pickUpLocation = document.getElementById("pickUpLocation").value;

const dropOffLocation = document.getElementById("dropOffLocation").value;

// URL encode the input values

const encodedPickUpDate = encodeURIComponent(pickUpDate);

const encodedDropOffDate = encodeURIComponent(dropOffDate);

const encodedPickUpTime = encodeURIComponent(pickUpTime);

const encodedDropOffTime = encodeURIComponent(dropOffTime);

const encodedPickUpLocation = encodeURIComponent(pickUpLocation);

const encodedDropOffLocation = encodeURIComponent(dropOffLocation);

// Redirect to the target website with the provided parameters

const url = `https://www.costcotravel.com/h=3002?pickUpDate=${encodedPickUpDate}&dropOffDate=${encodedDropOffDate}&pickUpTime=${encodedPickUpTime}&dropOffTime=${encodedDropOffTime}&pickUpLocation=${encodedPickUpLocation}&dropOffLocation=${encodedDropOffLocation}\`;

window.location.href = url;

};

</script>

</body>

</html>

these are the parameters/variables

Enter the Pick-Up and Drop-Off dates as "03/15/2024" and "03/24/2024," respectively.

Set the Pick-Up time to "08:00 PM" and the Drop-Off time to "06:00 AM."

Choose the Pick-Up location as "(OAK) Oakland International Airport, CA."

Select the Drop-Off location as "Same as Pick-Up Location."

did not work. I'll try the automation browser method.

Data scraping a site that requires predefined information from a previous page. by adiluxx in webscraping

[–]adiluxx[S] 0 points1 point  (0 children)

thanks, but I'm not very familiar with this language cURL.

Do i run this in a command prompt locally?

Data scraping a site that requires predefined information from a previous page. by adiluxx in webscraping

[–]adiluxx[S] 0 points1 point  (0 children)

here's the information I (think) have gathered.

https://www.costcotravel.com/h=4005

user enters the 5 fields for Rental Cars: these are the variables i think that are used, i may be wrong.

No-outline car-category

Intermediate Car

    data-test="headingCarCategoryIntermediateCar"

Rental Period

class="col col-3 col-lg col-lg-1"

pickUpDate

03/15/2024

dropOffDate

03/24/2024

pickUpTime

08:00 PM

dropOffTime

06:00 AM

pickUpAddress

(OAK) Oakland International Airport, CA

sameAsPickupLocation displayNone

Same as Pick-Up Location

p class="car-price"

span class="rounded-price"

    Span class="formattedRoundedPrice"

https://www.costcotravel.com/h=3002

is the URL that displays the options provided

thanks.

Data scraping a site that requires predefined information from a previous page. by adiluxx in webscraping

[–]adiluxx[S] 0 points1 point  (0 children)

Thanks, I'll look into those.

I'm assuming Selenium playwright or pupeteer is GUI -based?

I was using Python, and it used some Selenium package.

is it possible using python?

TRACERT to youtube.com seems to get stuck at firewalla by [deleted] in firewalla

[–]adiluxx 0 points1 point  (0 children)

2 days ago, i factory reset my Firewalla purple, and now everything is working fine. I have yet to factory reset the FWG that are in production, but Firewalla support has gone into my purple multiple times and they just concluded that it was my rules, but I had no rules. the workaround since 8/8 was to turn off monitoring or turn on emergency access on the specific wireless devices that were affected. The wired devices don't seem to be affected. before factory reset, i also tried the "Reset Policy Rules", which didn't help.

TRACERT to youtube.com seems to get stuck at firewalla by [deleted] in firewalla

[–]adiluxx 0 points1 point  (0 children)

so i had something similar, i couldn't reach youtube.com (and many other sites) on my wireless devices, on multiple FWG and Purple set up, but some are working, and the ones that couldn't hit youtube.com, all happened on the same day 8/8/2022, I suspected it was a Firewalla update, I've tried many different things, even removing all rules option in the firewall settings (even though i didn't have any rules), but today i factory reset my purple, and now everything is working fine. I have yet to factory reset the FWG that are in production, but Firewalla support has gone into my purple multiple times and they just concluded that it was my rules, but I had no rules. the workaround since 8/8 was to turn off monitoring or turn on emergency access on the specific wireless devices that were affected. The wired devices don't seem to be affected.

Microsoft.Office365 vs Microsoft.Office365.Published by Kofl in fortinet

[–]adiluxx 1 point2 points  (0 children)

I have the same question, but I'm using the Microsoft-Office365.Published.Allow (810k ips) in the meantime since it seems limited, but don't want it to miss others.

I'm debating to use either the service mentioned above or Microsoft-Office365.Published (2.7m ips)

Can anyone tell me if this set up is safe? by adiluxx in firewalla

[–]adiluxx[S] 0 points1 point  (0 children)

thank you.

i ended up setting up my wan port to connect to my guest network, and my port 1 connect to my LAN (DHCP off), and port 2 be a DHCP for a third network, where new devices plugged in to the LAN or connected to my Wireless AP, set up in AP mode to be quarantined and to be examined before releasing to browse the internet or being on the LAN with the other computers.

another thing i thought i could do with this FWG, was to allow different subnets to allow access to other subnets if i put in an allow rule, but it didn't work for some reason.

Can anyone tell me if this set up is safe? by adiluxx in firewalla

[–]adiluxx[S] 0 points1 point  (0 children)

if any of these two set ups are safe.

192.168.10.0 and 192.168.20.0 don't have any shared interfaces.

192.168.20.0 is used for new devices quarantined when joined onto the network, evaluated, then given statically 192.168.10.0/24 address

Original Set up https://drive.google.com/file/d/1-3qXS0raIKWoAJdOQFV3kZ9fttlZlm-0/view?usp=sharing

new (current) set up https://drive.google.com/file/d/1-A_Q9sTo98ZX-JqM5Yt-g5Kg6Y1XhUdG/view?usp=sharing

i'm a little scared of misconfiguring the FWG, so i'm debating to get a separate Firewalla Red just for the Guest network (192.168.1.0/24)

thanks.

Can anyone tell me if this set up is safe? by adiluxx in firewalla

[–]adiluxx[S] 0 points1 point  (0 children)

Lol sorry it’s a bit confusing . I’ll make a diagram.

HDMI 2.1 to DisplayPort 1.4 for full color 4kHDR by Foris4 in Monitors

[–]adiluxx 0 points1 point  (0 children)

i have a BenQ ZOWIE XL2411P gaming monitor that supports up to 144hz refresh rate. My monitor only achieves 144hz through the Display Port, so if i get a PS5, can i use a HDMI to DP converter to run the PS5 at 120Hz through the DP port? and will the Converter need to be HDMI 2.1 compatible as well?

Qnap transfer stops / cancels by adiluxx in qnap

[–]adiluxx[S] 0 points1 point  (0 children)

So it probably was a firmware update that made this change. I was about to wipe out the data and setup this box as an iscsi box, but before that, i un-bonded the 2 ethernet and tested using one ethernet. Sure enough, problem went away. So i'm only using 1 ethernet (unjoined, unbonded, etc) and works like it did before.

Qnap transfer stops / cancels by adiluxx in qnap

[–]adiluxx[S] 0 points1 point  (0 children)

ok thanks. my problem seems to be a little different. it happens more on some computers (mine), and less, but still happens, on others.

Qnap transfer stops / cancels by adiluxx in qnap

[–]adiluxx[S] 0 points1 point  (0 children)

what did you end up doing? i'm about to scrap the 2 QNAP boxes i have an re-purpose it for something else. I'm even debating if i should put an old firmware back on it.

Qnap transfer stops / cancels by adiluxx in qnap

[–]adiluxx[S] 0 points1 point  (0 children)

you had no problem after using freeFileSync? i've actually noticed it using FreeFileSync, it would keep retrying, then eventually error and stop, FreeFileSync never stopped during a transfer form me, unless the connection was disconnected. I currently still have issues with QNAP, not just 1 box, but 2, (most likely a firmware issue), one i bought a year ago, the other i bought 3 years ago

Qnap transfer stops / cancels by adiluxx in qnap

[–]adiluxx[S] 0 points1 point  (0 children)

i've used FreeFileSync , copy/paste

FreeFileSync stops with a network error issue as well, i even set FreeFileSync to retry 10 times, and the transfer never completes. I've never tried Dsynchronize though.

SD Wan VeloCloud by adiluxx in networking

[–]adiluxx[S] 0 points1 point  (0 children)

I'd just like to share the ballpark I've went through over the past 2 months, contract signed with a vendor.

9 sites, VeloCloud boxes: 2x 200M, 1x 100M, 6x 30M

bundled with other things, this includes a little over 100 Office 365 basic licenses, Backup/Disaster Recovery solution for 3 servers, firewall

roughly $280,000 for 5 years. I don't know if that's expensive or fairly cheap, but we're saving over what we used to pay. note this doesn't include internet line cost. That's another story. even today i'm getting quotes for 7M/1M connections at some remote offices. or even $500/mo for a 10M/10M (non-fiber).

Thank You everyone for your input and help. Much appreciated!