[ Home ] [ wiz / dep / hob / lounge / jp / meta / games / music ] [ all ] [  Rules ] [  FAQ ] [  Search /  History ]

/meta/ - Meta

Suggestions and Feedback
[]
Email
Subject
Comment
File
Embed
Password (For file deletion.)

  [Go to bottom]  [Catalog]  [Reload]  [Archive]

File: 1711483913696.png (2.31 MB, 1920x1040, 24:13, 1674433177873198.png) ImgOps iqdb

31276 No.64624[Reply]

>(rule4) Do not disparage or show contempt for the celibate, NEET, or reclusive lifestyles

there should be a new rule about people who show contempt about otaku culture/japanese culture like this faggot >>>/b/975511
2 posts omitted. Click reply to view.

31276 No.64627

>>64626
ghost in the shell

7497a No.64628

File: 1711602278650.jpg (161.6 KB, 798x952, 57:68, Лапочка.jpg) ImgOps iqdb

My dear Cupcake, take look at this silly man, he's so mad.

43201 No.64636

Dude, if you can't handle people shitting on media you like on /b/, then you really shouldn't be using /b/.

It would be fucking retarded to ban people for not liking what you like and being rude about it on /b/.

31276 No.64638

>>64636
>Wizardchan is a Japanese-inspired imageboard for male virgins to share their thoughts and discuss their interests and lifestyle as a virgin

31276 No.64639

>>64636
yeah nevermind



810a6 No.64607[Reply]

make /v9k/ a official board and being shown like others boards, what do you think?

ded70 No.64616

Why?

810a6 No.64617

>>64616
so it get more traffic

0a6a5 No.64618

>>64617
it is a part of a history, we can't delete, but can at least hide and cover up

6dbab No.64619

>>64617
And you assume that is a desirable outcome?
Something wanted by the User or staff?

bcda0 No.64620

>>64619
well I'm a user and I suggested this idea, I don't have arguments. maybe users like the way it is (the majority)



File: 1709659690919.jpg (55.31 KB, 1077x864, 359:288, Broken.JPG) ImgOps iqdb

df341 No.64578[Reply]

Any News on whats going on with /lounge/?

The other boards seem to work fine but lounge has debug stuff showing at the bottom of the page and all the images are more or less broken.
2 posts omitted. Click reply to view.

df341 No.64581

>>64580
Cool beans!

a9b18 No.64592

>>64580
why not just use chatgpt to fix it for you with a python script

import os
import subprocess
import mysql.connector

# Configuration variable
board = "lounge"

# Function to connect to MySQL database
def connect_to_database():
    try:
        connection = mysql.connector.connect(
            host="localhost",
            user="dbadmin",
            password="dbpassword",
            database="wizchandb"
        )
        return connection
    except mysql.connector.Error as err:
        print("Error: ", err)
        return None

# Function to query the database
def query_database(connection, filename):
    try:
        cursor = connection.cursor()
        truncated_filename = filename[:10]
        next_truncated_filename = str(int(truncated_filename) + 1)
        query = f"SELECT * FROM posts_{board} WHERE (files LIKE %s OR files LIKE %s) AND (files NOT LIKE %s) AND (files NOT LIKE %s)"
        cursor.execute(query, (f'%{truncated_filename}%', f'%{next_truncated_filename}%', '%spoiler%', '%thumb%'))
        result = cursor.fetchone()
        cursor.close()
        return result
    except mysql.connector.Error as err:
        print("Error: ", err)
        return None

# Function to generate thumbnails
def generate_thumbnail(video_path, thumbnail_path):
    try:
        subprocess.run([
            "/usr/bin/ffmpeg",
            "-i", video_path,
            "-vf", "thumbnail,scale='if(gt(iw,ih),min(255,iw),-2):if(gt(iw,ih),-2,min(255,ih))'",
            "-frames:v", "1",
            thumbnail_path
        ], check=True)
        print(f"Thumbnail generated for {video_path}")
    except subprocess.CalledProcessError as err:
        print("Error: ", err)

# Main function
def main():
    src_directory = os.path.join("/var/www/wizchan", board, "src/")
    thumb_directory = os.path.join("/var/www/wizchan", board, "thumb/")
    
    # Connect to the database
    connection = connect_to_database()
    if not
Post too long. Click here to view the full text.

 No.64593

File: 1710032689391.gif (731.85 KB, 498x346, 249:173, 0d32650136a6c030ac47318ae6….gif) ImgOps iqdb

>>64592
>why not just
Because I don't know how. I'm not a developer and I don't know what any of that does.

b43ad No.64594

>>64593
i'll codemonkey for free
(unironically)

0d0e1 No.64595

File: 1710095827708.jpg (49.42 KB, 598x491, 598:491, DPmPZXtXUAAPpXM.jpg) ImgOps iqdb

>>64592
>AI art is easier, now everyone can do art!
>cut to the fucking github logo
>this shit appears

damn.



e5731 No.64590[Reply]

When I go clubbing with my phone I usually browse with no pictures so i can't see the thing I'm supposed to type in to be allowed to post

9f5bc No.64591

https://wizchan.org/store/

You need to purchase the shitposing license to remove captchas



9c705 No.64570[Reply]

They are still posting stuff that has simple evasions for word filter bans like putting a - in between spelling out the words. There has to be a way to combat this so at a minimum they don't clearly advertise cp. Just some random link, whatever, but we must be able to block the set of strings that communicate the content of the link. I assume they only spam it here because they get morons who click it. You stop the ability to tell people what's in the link, they stop clicking it and hopefully the links stop getting spammed.
3 posts omitted. Click reply to view.

ecc3e No.64577

>>64573
❤❤❤

2e95e No.64582

>>64576
succubus moment

590a5 No.64585

>>64573
>The IPs she uses are unique, without any consistent subnets that could be reliably rangebanned
All of the IP's I saw him use are from these ranges:

https://github.com/X4BNet/lists_vpn/blob/main/output/datacenter/ipv4.txt

 No.64586

>>64585
>All of the IP's I saw him use are from these ranges:
>https://github.com/X4BNet/lists_vpn/blob/main/output/datacenter/ipv4.txt

There are 24,000 ranges listed there… It would take years of daily spam for any consistent patterns to become apparent in our log. It's typically only when someone spams rapidly and requests new IPs from their VPN within a single session that narrow ranges become apparent, but a day or even a couple hours between spam sorties can award the spammer an IP completely unique from the last. Taking some random samples from that list and checking them here, our system is indeed functioning normally and picking up that they belong to a VPN. To ban so many IPs would most definitely affect regular uses.

>>64576
>why is she like this??
Don't ponder why the ape throws its dung. Take time rather to prepare for when it does.

c1ceb No.64587

File: 1709787890482.png (244.82 KB, 1280x720, 16:9, Friday Night Funkin' VS Pe….png) ImgOps iqdb

Mmmh-hmm Peppa… what are you doing in my thread?



46406 No.64567[Reply]

My opinion is that changing the current wizchan logo to this thing would be a great idea.

502b6 No.64568

File: 1709061657948.png (9.29 KB, 458x459, 458:459, Oekaki.png) ImgOps iqdb


56984 No.64569

File: 1709062473553.jpeg (50.33 KB, 640x460, 32:23, laughGoodfellas.jpeg) ImgOps iqdb




5f0d9 No.64535[Reply]

PLS REMOVE THE RECENT IMAGE TAB ON THE HOMEPAGE I DO NOT WANT TO ACCIDENTALLY SEE __ PORN SPAM & IT SERVES NO GOOD PURPOSE
7 posts and 2 image replies omitted. Click reply to view.

2dd2a No.64557

>>64555
sir please response

sir!

ec121 No.64558

File: 1707725833017.webm (1.06 MB, 1787x1267, 1787:1267, easy.webm) ImgOps iqdb

>>64535
here's one simple trick that fixes all your problems

 No.64560

>>64555
>>64557
Sorry, I don't even fully understand the question. It's likely whatever system is included or available for the NPFChan software we're running. If it's a webserver thing, then whatever Amazon has on their Ubuntu 20.04 deployments.

51ba7 No.64565

We need a Peppa Pig sticky

f77ba No.64566




cb742 No.64530[Reply]

I accidentally hide a thread. How can I unhid the thread? I looked for the bottom for hide but it disappeared. Help.
4 posts omitted. Click reply to view.

78a7e No.64554

>>64546
Neat.

acb9b No.64561

>>64546
So there is no option to do it?

917a3 No.64562

>>64561
Not natively, no.

acb9b No.64563

>>64562
That is like a very basic function. I hope they added it soon.

73f54 No.64564

There would be no point in a hide function if it left any minute trace that the thread ever existed at all



bb09d No.64547[Reply]

https://wizchan.org/b/res/965921.html#965921

is this a bot or some russian troll farm thing? can you check the ip and investigate and get back to me. thanks bossman

d69f7 No.64548

/b/ has been known to bear host to ingenuine opinions, posted for the sake of upsetting other users.

bb09d No.64549

>>64548
it's not upsetting just oddly composed and structured. i don't think a human made that post

a315f No.64559

>>64547
the thread is 404, what was the thread about?



File: 1703023604948.jpg (100.47 KB, 540x546, 90:91, 1702841789863185.jpg) ImgOps iqdb

72588 No.64498[Reply]

Seeing the comments that some people make, I think there would be potential to create a board, or at least do an experiment with one to see how active it is.
7 posts omitted. Click reply to view.

6a7ee No.64533

>>64532
Wizchan's directs competition

22620 No.64540

File: 1706401858037.jpg (31.22 KB, 683x700, 683:700, schizo wiz alien.jpg) ImgOps iqdb

>>64498
very good idea cause some wizzies are schizos and those putos make sum top tier conspiracy theories

f0a0d No.64551

>>64540
>putos

fucking peruvian, man, I swear

ce77c No.64553

>>64532
Most are bored teens shitposters hoping someone will drop decent copypasta in their lap for them to repost to redzit.
/x/ has been dead for legit occult discussion for years.
Most active threads just fortune telling and arguing over astrology now.

0b99b No.64635

You think you will get actual intersting content related with the occult, but what you will get in reality is schizo flat earthers and delusional evangelicals.



  [Go to top]   [Catalog]
Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[ Home ] [ wiz / dep / hob / lounge / jp / meta / games / music ] [ all ] [  Rules ] [  FAQ ] [  Search /  History ]