/tech/ - Technology

Technology & Computing


New Reply[×]
Name
Sage
Subject
Message
Files Max 5 files32MB total
Tegaki
Password
Captcha*Select the solid/filled icons
[New Reply]


funny-tech-memes-4-208634499.png
[Hide] (130.4KB, 600x613)
How can I create and host my own image board like zzzchan or 4chan ?
why would you even want to do that
Replies: >>19004
>>19003
because I'm bored and have absolutely nothin else to do except wanking
Replies: >>19090
not_anime.png
[Hide] (2.1MB, 1440x1080)
>>19002 (OP) 
>get a permanent IP address
>get a domain
>get a computer you can use as a server (some relatively recent bidness computer is fine)
>install image board software on server
>point the server at the permanent IP address
>tell domain to forward any requests to the same permanent IP address
>enjoy running yet one more dead imageboard that is only occasionally visited by a random pedospammer
Replies: >>19006 >>19414
02d1281a9b2c2a6d15ee18faa8da34200e34b607ce7d6423e41d1bb337e9b621.gif
[Hide] (2.9MB, 200x234)
>>19005
thank u fellow totally human person thing
Replies: >>19008
out of curiosity, would it be possible to create an image board without something like vichan or tiny board ?
Replies: >>19008
>>19006
Anytime, I'd add that you can also rent a virtual server instead of buying a computer. Those usually have a permanent IP address, and many of the companies in that business will also sell you domains with them in a single package. Although that is even more corpo than running your own server, but the sad truth is that the internet is inherently corpo,
>>19007
You could even write your own software if you want to give it a try, but you need something that shits out an imageboard if a request comes in.
Making a basic forum is pretty easy. Hosting is easy too.
The real challenge is keeping spam out. You need good moderation tools to deal with it, which can be difficult to implement.
Also finding users. Users need to have a reason to visit your board.

For hosting I'd get a VPS. Hosting from home is possible too but can be annoying if you don't have a static IP and probably impossible if you are behind CGNAT. You can get the cheapest VPS and forward traffic over Wireguard to your local computer if you insist on hosting locally.

If you want to write an image board from scratch: I don't know how much experience you have but if you want something working quickly I'd look into Python Flask. I find it very useful for web pages that need to do a non-trivial amount of work in the backend.
https://flask.palletsprojects.com/en/stable/quickstart/#a-minimal-application
Replies: >>19014
>>19010
thanks for the replie anon
I started looking into php because I'm interested in hosting dynamic websites generally. apparently a lot of early social medias including early image boards, were made with that. also, modern php apparently offers more options when it comes to security and it would be more modular than using a dedicated software. still, I have no idea if I'll even stick with this project.
Replies: >>19015
>>19014
The language doesn't matter.
Replies: >>19016
>>19015
ight
3a834bedeb34c30291af8d14a8db2887b8e891e0128717472bb43a72b386f81f.mp4
[Hide] (24.3MB, 632x474, 01:18)
>>19002 (OP) 
It's not my first time seeing someone asking how to host an imageboard.
The most important thing in an online community is, well, the COMMUNITY and the social aspect. The technical aspect is secondary. So instead of asking how to host an imageboard, ask how to gather a community of like-minded people that would need an imageboard of their own.
Replies: >>19101
how_to_sort_porn.png
[Hide] (1.1MB, 1125x1600)
>>19004
Well, how would it differ from 4chan and zzzChan, OP?
I'm most annoyed by the /tech/ community being so fractured after the death of 8ch.net.
Most alt board /tech/ users seem to be here and on these:
https://8chan.moe/t/
https://lainchan.org/λ/catalog.html
Replies: >>19145
>>19002 (OP) 
I swear, altchans are the modern version of all the protestant denominations
#justshowerthoughts
Replies: >>19097 >>19406
>>19096
Interesting, elaborate?
womanortree.jpeg
[Hide] (22.9KB, 335x597)
>>19031
I completely understand OP. I have at least two boards I post on that are dead and I'm the only regular poster. I post on them because the non-dead version of those boards are just insufferable to the point that I'd rather post alone and to the void than with them.
It's kind of like the "Would you rather tell your feelings to a tree or a woman?" meme. Well, sometimes you'd just as rather post on a dead board.
Replies: >>19450
>>19094
lainchan tech boards are unfortunately completely dead since kashire left thanks to appleman and his brilliant /hum/ addition. The whole website is just leftist politics whining or stoners.
Replies: >>19147 >>19149
>>19145
i mean kalyx not kashire, typo
f27c7fcc0cf4bdda78d155571dee840c2ef375ef94834eb9d8f7a435fefe6da7.png
[Hide] (46.7KB, 193x228)
>>19145
>The whole website is just leftist politics whining or stoners.
what would you expect from fans of a shitty pretentious show like lain?
Replies: >>19155
>>19149
it wasn't like this. the site was /tech/ haven in the last decade. kalyx hated pseudo intellectual shit. xhe wanted people to go out of their room and experience before posting. when the arisuchan drama commenced and xhe left /hum/anities was added, /cyb/erpunk was fucking deleted and the site started dying because leftypol intellectuals, 420 refugees and tiktok users saw it as a vent board for their views and their drug trips. doesn't help that the board was also wiped so all the good /tech/ /diy/ /prog/ threads are missing.
appleman is a complete fucking retard.
>>19096
I kek'd.
Who'd be Luther in this situation?
>>19005


Personally I found 4chan a weirdly useful tool to organise my thoughts.
quoting and referencing my own thoughts.

Running an entire personal imageboard might seem a little excessive but it's curious how the format can be adapted for personal use.

images and files associated with text, backlinking and greentext my previous thoughts.

I'm not really familiar with much software so maybe there are dedicated programmes that enable this already and other features.
a94add867545e064e4154935baf7c6a1.jpg
[Hide] (2.7MB, 1413x2000)
so you wanna run your own ib, huh?
well, you are in luck, i started mine this month and i can tell you all the easy steps i took while they are still fresh in my mind
>step 1: choose a programming language. haskell is a good choice
>step 2: write a http parser. it has a pretty easy format that can be processed just by seeking and slicing the string. also you can ignore 97% of the headers
>step 3: write the rest of the backend. it is just shoveling data into a database, it doesnt get easier than that
altho you might wanna do some processing on the data first. like if you let users post text, obviously you should escape special html tokens
>step 4: install tor and generate an address. dont listen to the jews ITT, you dont have to pay a single dime to host LLM spam online
>step 5: be careful where you post the site's address. there are plenty of niggers out there who enjoy ruining nice things
>step 6: optionall also host over i2p and maybe even yggdrasil if you are feeling autistic
and that's basically it
it took me about 1 month to create it, but that's bc i was still learning haskell and got sidetracked to study category theory several times
knowing what i know now, i could prolly create a new one from scratch again in 3 days tops
anyway like the other anons said, the actual hard part is getting ppl to use it and not letting them ruin it
but if you are so eager to have your own ib, surely you already have a social group willing to use it
altho even my e-friends dont really post anywhere too often these days, so dw too much if you just end up talking to yourself in the beginning like >>19101
Replies: >>19451
88d784c4f5479526c503236e99d5f64f1861b4c2bb5f56971cacc40ecef1a116.jpg
[Hide] (84KB, 960x960)
>>19450
Who in this thread brought up LLM usage much less while claiming you must pay for it for some reason? Would it be for fake traffic like on halfcuck? Your imageboard stays dead as sheep like traffic so if you wanted to make money via ads you could use LLMs to attract real sheep and then they'd get ad in their faces and you could make like 10 cents x 50 people a day, that's 5usd a day, I wonder if it'd pay for the server... anyway, is that what you were thinking? Why would you not do that?  You could at least have pretend friends. Not that I'm about to do it as I am not OP. I got stuck on my first day on the free code camp with web design many years ago and decided to play around with  Lua and Love2d instead, as I actually enjoy having fun. As it is I failed at that too as my potatoes needed older versions of Love2d and that had backwards compatlibity issues, Love2d did, and so I gave up. Neither here nor there though. It'd be cool if captcha was a 10 second video game, like Cirno having to dodge bullets until it lets you post or you play tetris in fast motion for 5 seconds, that sort of thing. Maybe a video game board could have that and a tech board you would have to fix a line of code and for art you'd have to draw a picture of squares, circles, basic shapes, or perform shading or something before being allowed to post. Too bad the imageboards are all the same. For the pol posts you could take a political test first and a myer's brigs block could send you to whichever politcal branch you belong in as hidden boards so as to mitigate poltard drama. /b/ of course should be a sliding puzzle, of which is poetically what /b/ is. Punny isn't it? I'd never turn any captcha off as it seems unwise. I'd call it straightjacketchan.
Replies: >>19452
>>19451
Freaky nigga from Florida.
[New Reply]
25 replies | 9 files
Connecting...
Show Post Actions

Actions:

Captcha:

Select the solid/filled icons
- news - rules - faq -
jschan 1.7.3