User Controls
Posts by Narc
-
2024-06-11 at 9:08 PM UTC in 2nd Annual NiS video chat and partylineMy mom gave me a dollar and dropped me off at the park n' ride
. -
2024-06-11 at 8:35 PM UTC in AdBlock not working on Youtube?
Originally posted by the man who put it in my hood
program AdBlocker;
uses
SysUtils, Sockets;
const
BLOCKED_IPS: array[0..2] of string = (
'192.168.1.10',
'10.0.0.5',
'172.16.0.3'
);
var
sock: Longint;
addr: sockaddr_in;
recvBuffer: array[0..1023] of byte;
bytesRead: ssize_t;
ipString: string;
i: Integer;
function IsBlockedIP(ip: string): Boolean;
begin
for i := Low(BLOCKED_IPS) to High(BLOCKED_IPS) do
begin
if ip = BLOCKED_IPS[i] then
begin
Result := True;
Exit;
end;
end;
Result := False;
end;
begin
WriteLn('=====================================');
WriteLn(' ____ __ ____ ___ ');
WriteLn(' / /\ \ / / / __ \|__ \ ');
WriteLn(' / / \ \/ / | | | | ) | ');
WriteLn(' / / \ / | | | | / / ');
WriteLn(' / / / / _ | |__| |/ /_ ');
WriteLn('/_/ /_/ (_) \____/____(_) ');
WriteLn(' ');
WriteLn('=====================================');
WriteLn(' Hardware-based AdBlocker ');
WriteLn('=====================================');
sock := fpSocket(AF_INET, SOCK_RAW, IPPROTO_TCP);
if sock < 0 then
begin
WriteLn('Error creating socket');
Halt(1);
end;
while True do
begin
bytesRead := fpRecv(sock, @recvBuffer, SizeOf(recvBuffer), 0);
if bytesRead < 0 then
begin
WriteLn('Error receiving data');
Halt(1);
end;
addr.sin_addr := PInAddr(@recvBuffer[16])^;
ipString := NetAddrToStr(addr.sin_addr);
if IsBlockedIP(ipString) then
begin
WriteLn('Blocked connection attempt to: ', ipString);
end
else
begin
WriteLn('Allowed connection to: ', ipString);
end;
end;
fpClose(sock);
end.
That's just a script to fix an adblocker from giving a false positive you mug
. -
2024-06-11 at 8:26 PM UTC in Can a man be raped by a woman?But I meant its not rape its buggery, that's the legal term
https://en.wikipedia.org/wiki/Buggery_Act_1533
. -
2024-06-11 at 8:23 PM UTC in Can a man be raped by a woman?Well I wouldn't be hard coz it'd be bugging me
. -
2024-06-11 at 8:16 PM UTC in 80th Anniversary of D-Day
Originally posted by jerryb All I can say is pocket knife. LOL what kind of white men can't even carry something my little kids carried. Wow 200 years ago they burned down some backwater countries capital.
Even funnier is Brits giving us shit for invading shitholes while they've been doing the same for 100s of years. The bad apple doesn't fall far from the bad tree.
No idea what tf you're talking about
Not sure you do either
. -
2024-06-11 at 8:14 PM UTC in Can a man be raped by a woman?No coz its buggery
. -
2024-06-11 at 7:08 PM UTC in AdBlock not working on Youtube?
-
2024-06-11 at 7:04 PM UTC in 80th Anniversary of D-Day
Originally posted by jerryb Wrong war bro, we as in the CSA almost had the Brits come on our side. Just think all the good shit you could have burned helping out your southern cousins.
I'm not a yank, technically I'm still a citizen of the CSA because their government never actually surrendered.
Didn't say it was during the civil war, it was 1814, you fuckers had 50 years to make the best of it and you still couldn't
Bet your flag weren't still there after that tho
. -
2024-06-11 at 4:50 PM UTC in How long will a car run without any oilEven 5 minutes would do so much damage it would need a new engine to work after that
Especially modern cars, they don't build em like they used to lol
. -
2024-06-11 at 4:33 PM UTC in Ms. Alabama crowned yesterday.
-
2024-06-11 at 4:19 PM UTC in Ms. Alabama crowned yesterday.
-
2024-06-11 at 4:16 PM UTC in Its funny how morons on here like trippy
-
2024-06-11 at 4:14 PM UTC in Its funny how morons on here like trippyGangbangers don't care bout getting arrested, they're gangbangers
. -
2024-06-11 at 4:12 PM UTC in 2nd Annual NiS video chat and partylineCan't, I gotta return some video tapes
. -
2024-06-11 at 4:10 PM UTC in What are you thinking about....I had a cat once, but every time I tried to give him a bath the fur stuck to my tongue
. -
2024-06-11 at 1:07 PM UTC in 80th Anniversary of D-Day
Originally posted by jerryb Oh hell NO you ain't getting off that easy Jiggaboo. If you English fuckers had just helped your cousins a little we wouldn't have this yankee menace today. The south is mostly English and Scots-Irish and you fuckers wouldn't help a nigga out, for shame. And fuck Russia also for supporting Lincoln, commie bastard.
Next time we're shipping dem niggers to south Texas, Houston area. How ya like them apples nigga.
We burned your White House down, what more you want?
. -
2024-06-11 at 12:58 PM UTC in 80th Anniversary of D-Day
-
2024-06-11 at 12:51 PM UTC in What are you thinking about....Prides get along better than Human's and even they're far from perfect
. -
2024-06-11 at 11:33 AM UTC in What are you thinking about....Oh yeah, if you died and they were locked inside the house with your corpse, they'd think nothing of eating you too.
. -
2024-06-11 at 11:32 AM UTC in What are you thinking about....
Originally posted by Dirtbag You're wrong, cats can imprint on humans, see them as one of their family and Akira does see me that way. She let's me pet her stomach, follows me everywhere, sleeps with me and brings me dead birds.
Because they're smart, just like hookers, they know if they show you affection you'll keep feeding them.
.