User Controls
๐โ๐ฆ ๐๐ฎ๐ข๐ง๐ ๐๐๐๐๐ ๐๐๐๐๐๐ ๐๐๐ ๐๐ ๐๐๐ ๐๐จ๐ซ ๐๐๐๐๐ฆ๐๐ญ๐ข๐จ๐ง ๐๐ง๐ ๐๐ฎ๐ง๐ข๐ญ๐ข๐ฏ๐ ๐๐๐ฆ๐๐ ๐๐ฌ
-
2024-10-24 at 3:17 AM UTC
Originally posted by igbo why do you care so much? is this your first day ever being on the internet? grow a fucking spine. NOBODY CARES, WHY DO YOU? i'm going to forget you exist probably before i hit the submit button. it's hilarious thinking about this forum and all of its members living rent free inside of your head bothered you SO MUCH that you went and HIRED A LAWYER lmao. i strongly suggest therapy or a hobby because you are obviously an extremely disturbed individual who apparently has never been trolled until now.
He didn't even talk to an attorney -
2024-10-24 at 3:21 AM UTC
-
2024-10-24 at 3:39 AM UTC
-
2024-10-24 at 4:40 AM UTC"UNCLE FREDDY'S DEAD..> AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH NOOOOOOOO
-
2024-10-24 at 12:56 PM UTC
-
2024-10-24 at 1:17 PM UTC
Originally posted by Cosmopolitan Iโve had it with this forum and every one of you spineless cowards who think you can disrespect me and get away with it. For weeks, Iโve been nothing but patient while you all insult me, mock my opinions, and spread outright lies about me. Well, guess what? It ends NOW. Iโm officially filing lawsuits against each and every one of you for defamation, harassment, and emotional distress. Youโre all going to be paying for this, and not just a slap on the wrist โ Iโm talking punitive damages! Do you think hiding behind a keyboard makes you untouchable? Wrong! I've got screenshots, saved messages, and a lawyer who is ready to take you all down!
You think you can make me look like a fool, undermine my reputation, and not face the consequences? Think again! This isn't some game where your petty insults donโt matter. I'm coming after everything: your time, your money, and your peace of mind. Every single post, every sarcastic comment, every underhanded jabโitโs all evidence in court. You thought I was joking? You'll see how funny it is when youโre standing in front of a judge trying to explain your pathetic little insults while I make you pay for the damage you've caused.
You couldn't afford to pay to have everyone here served. -
2024-10-24 at 1:19 PM UTC..or find their contact info...
-
2024-10-24 at 1:23 PM UTC
Originally posted by Jiggaboo_Johnson ..or find their contact info…
Iโve got a lawyer, and weโre working on getting a subpoena for the forumโs access logs and info from ISPs, including Comcast. It should be pretty easy to do under my country's law. So if anyone thinks theyโre safe hiding behind a screen, think again. Weโre going to find out who you are, simple as that. -
2024-10-24 at 1:24 PM UTC
Originally posted by Cosmopolitan Iโve got a lawyer, and weโre working on getting a subpoena for the forumโs access logs and info from ISPs, including Comcast. It should be pretty easy to do under my country's law. So if anyone thinks theyโre safe hiding behind a screen, think again. Weโre going to find out who you are, simple as that.
Lawyers can't get around international VPNs girlfriend...at least not for a petty complaint. Oh and your country's law doesn't supersede the country's law you are attempting to deal with -
2024-10-24 at 1:26 PM UTC
Originally posted by Cosmopolitan Iโve got a lawyer, and weโre working on getting a subpoena for the forumโs access logs and info from ISPs, including Comcast. It should be pretty easy to do under my country's law. So if anyone thinks theyโre safe hiding behind a screen, think again. Weโre going to find out who you are, simple as that.
Under my country's laws your lawsuit wouldn't mean dick. We have freedom of speech Sally. -
2024-10-24 at 1:33 PM UTCsubpoena = beneath the penis
-
2024-10-24 at 1:37 PM UTCAnyway, is was my little brother using my login while I was busy trying to stop my dog from eating my homework...
-
2024-10-24 at 5:29 PM UTC
Originally posted by Cosmopolitan Iโve got a lawyer, and weโre working on getting a subpoena for the forumโs access logs and info from ISPs, including Comcast. It should be pretty easy to do under my country's law. So if anyone thinks theyโre safe hiding behind a screen, think again. Weโre going to find out who you are, simple as that.
but the forum code doesn't have "access logs"
็งใๅคงๆดฅๅฑไนใงใ
in fact there is a specific part of the code that constantly erases databases to keep the forum as light and small as possible. Who the fuck wants to store a bunch of access logs? for what purpose? it just fills up hard drive space with useless junk that nobody will ever read
https://github.com/Lanny/ISS/blob/1cc8a306dd12f60bd2cd6ab5581c209b8a78b421/src/ISS/signals.py#L89 -
2024-10-24 at 9:39 PM UTCthe "Self-taught Man" law of Lannyville
such an unfair and BS disadvantage it seems. -
2024-10-24 at 10:33 PM UTC
Originally posted by Cosmopolitan Iโve got a lawyer, and weโre working on getting a subpoena for the forumโs access logs and info from ISPs, including Comcast. It should be pretty easy to do under my country's law. So if anyone thinks theyโre safe hiding behind a screen, think again. Weโre going to find out who you are, simple as that.
<p>
Images embedded using bbcode are not hosted on {{ config.forum_name }}, they are hosted on other servers and the bbcode renderer simply presents them to you. Most browsers will request images from other servers without prompting you. Since users can embed arbitrary images this behavior can induce your browser to give up some information, most significantly your publicly visible IP address and the approximate time you loaded a given page. If this is unacceptable to you then you should disable image embedding on your user profile page.
</p>
<h3>IP Address Distrbution</h3>
<div>
<table>
<thead>
<tr>
<th>IP Address</th>
<th>Number of Posts</th>
</tr>
</thead>
<tbody>
{% for ip in ip_distr %}
<tr>
<td>
{{ ip.posted_from }}
</td>
<td>
{{ ip.num_posts }}
</td>
</tr>
{% empty %}
<tr>
<td colspan="999">Poster has no posts.</td>
</tr>
{% endfor %}
{% if ip_distr_remaning %}
<tr>
<td colspan="999">
{{ ip_distr_remaning }} addresses not shown...
operations = [
migrations.CreateModel(
name='IPBan',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('on', models.GenericIPAddressField(null=True)),
('given', models.DateTimeField(auto_now_add=True)),
('memo', models.TextField(blank=True, default=b'')),
IP's are only stored for banned users -
2024-10-24 at 10:46 PM UTC
Originally posted by the man who put it in my hood
<p>
Images embedded using bbcode are not hosted on {{ config.forum_name }}, they are hosted on other servers and the bbcode renderer simply presents them to you. Most browsers will request images from other servers without prompting you. Since users can embed arbitrary images this behavior can induce your browser to give up some information, most significantly your publicly visible IP address and the approximate time you loaded a given page. If this is unacceptable to you then you should disable image embedding on your user profile page.
IP's are only stored for banned users
then how did Officer Chitwood catch his boys? -
2024-10-25 at 1:50 AM UTCMost websites have some robust system for storing logs of everything to prevent HACKS or whatever. It's just a difference in styles of software architecture. There is no rule saying you must make a piece of code work a certain way and I appreciate Lannys style of a low spec Ajax free open source code that does as much as possible while using minimum resources and this has inspired me in my journey of learning programming
https://en.wikipedia.org/wiki/Software_architectureThere are many recognized architectural patterns and styles, among them:
Blackboard
Broker pattern
Client-server (2-tier, 3-tier, n-tier, cloud computing exhibit this style)
Component-based
Data-centric
Event-driven (or implicit invocation)
Interpreter pattern
Layered (or multilayered architecture)
Masterโslave
Microservices architecture
Model-view-controller
Monolithic application
Peer-to-peer (P2P)
Pipes and enhancements
Plug-ins
Reactive architecture
Representational state transfer (REST)
Rule-based
Service-oriented
Shared nothing architecture
Space-based architecture
Serverless architecture
1. Over-Engineered, Ultra-Robust Design (e.g., "GOTTA STORE THE LOGS" approach)
Description: This style focuses on extreme thoroughness, often overbuilding systems for maximum reliability, security, and traceability. It might involve logging every action in extreme detail, storing massive amounts of historical data, and using multiple redundant systems for security and backups (like storing logs on a fax server or cold storage on the moon).
2. Minimalist, Resource-Efficient Design (e.g., "Lanny's style of low-spec, Ajax-free open-source code")
Description: This approach focuses on simplicity, using as few resources as possible while delivering necessary functionality. It's about optimizing code for efficiency, avoiding unnecessary complexity, and possibly skipping excessive logging, heavy libraries, or over-redundant systems.
I think low redundancy is a primary goal in ISS software where nothing will break if something isn't stored and logged. The way IP addresses are blocked isn't some resource heavy robust code hooked into a bunch of systems that depend on each other. This is all explained in the forum "About" page and software documentation
https://github.com/Lanny/ISS
OP is a fake troll getting scammed by a lawyer that doesn't understand the first thing about computers or technology -
2024-10-25 at 6:27 AM UTCNo way this forum doesnโt store logs. Every single internet website keeps logs. They need them for the server to keep things running. Even if they wonโt admit it, the logs are there. I donโt care what anyone says, those logs exist, and Iโm getting them. No forum on the internet operates without logs, so donโt even try to tell me otherwise.
-
2024-10-25 at 1:38 PM UTC
Originally posted by Cosmopolitan No way this forum doesnโt store logs. Every single internet website keeps logs. They need them for the server to keep things running. Even if they wonโt admit it, the logs are there. I donโt care what anyone says, those logs exist, and Iโm getting them. No forum on the internet operates without logs, so donโt even try to tell me otherwise.
I just showed multiple lines of code that proves this isn't the case and proved that software architecture can take many different forms
https://github.com/Lanny/ISS
Not every website stores logs. There is specific code in NIS that purges any logs that are created so that lanny doesn't have to pay for a lot of storage, the entire website can fit on a raspberry pi which is the point
There are logs but they don't show which IP address belongs to which accounts, these are never associated anywhere unless a person is banned
You might get several hundred IP addresses with a court subpoena but they will nearly all be banned users or alt accounts from the darknet
you're getting hosed by a lawyer, just complain to upstream cloudflare hosts to block this place, it's free
https://blog.cloudflare.com/kiwifarms-blocked/
https://www.cl.cam.ac.uk/~rja14/Papers/vu2023no.pdf
https://madattheinternet.substack.com/p/online-censorships-institutional
good luck! don't get scammed by hebrews -
2024-10-25 at 1:49 PM UTC
Originally posted by Cosmopolitan No way this forum doesnโt store logs. Every single internet website keeps logs. They need them for the server to keep things running. Even if they wonโt admit it, the logs are there. I donโt care what anyone says, those logs exist, and Iโm getting them. No forum on the internet operates without logs, so donโt even try to tell me otherwise.
You do not have an attorney. We already covered that.