Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.

Threads by latest ghost replies - Page 149

Shiichan in 2022

No.87688404 View ViewReplyOriginalReport
Hey /g/ I wanted to say that I have gotten shiichan partially working in the current year.

Here's what you have to do
>change variable $this in admin.php to anything else, maybe $shit or something (as one anon years ago suggested)
>change "<?" to "<?php" in /abbc/abbc.lib.php
>mess with the settings a bunch (I don't remember the specifics but shitchan is still shit
you can also try using Kareha instead, but I'm trying to get Shiichan working today since it's historic.
Once I get Shitchan in somewhat working order, I'll post it publicly, but that is what you need to do.
8 posts and 4 images omitted

Imageboard from scratch

No.87927678 View ViewReplyOriginalReport
I started making on an imageboard for fun after seeing >>87910311. So far I have text posts working and everything updates in real-time (you can see other people's posts are they're typing). I have it hosted here: https://d1fnl76ly4r8ky.cloudfront.net/g. Thoughts? Am I wasting my time?
33 posts and 5 images omitted

No.88231703 View ViewReplyOriginalReport
How many of you are moving away from /g/ to a different imageboard after all the drama baitposts this week? Personally thinking about coding my own or just joining one of the new ones being developed.
7 posts omitted

/g/ needs to get better captchas

No.88304746 View ViewReplyOriginalReport
way too many bots posting. We need better captchas
19 posts and 2 images omitted

No.88288579 View ViewReplyOriginalReport
how do you find the motivation to code everyday?
43 posts and 10 images omitted

No.88292554 View ViewReplyOriginalReport
Why is /g/ so transphobic?
4 posts and 2 images omitted

No.88231474 View ViewReplyLast 50OriginalReport
The last bastion of the free internet
88 posts and 13 images omitted

gpg thread

No.86518983 View ViewReplyLast 50OriginalReport
This is a thread to test out your gpg encryption, especially if want to learn or are new to this to make sure you are doing everything right.

Here are some useful commands to get started:

Create new key:
gpg --full-generate-key
Delete public key:
gpg --delete-keys [name/fingerprint]
Delete private key:
gpg --delete-secret-keys [name/fingerprint]
Delete private and public key:
gpg --delete-secret-and-public-keys [name/fingerprint]

List private keys:
gpg -K
List public keys:
gpg -k

Export key to file:
gpg --armor --export [name/fingerprint] > [file].asc
Import key from file:
gpg --import [file].asc

Encrypt a file:
gpg --encrypt --armor --recipient [recipient name/fingerprint] [file]
Decrypt a file:
gpg --decrypt [file]

Verify signature:
gpg --verify [file].asc

Edit key:
gpg --edit-key [name/fingerprint]
Change passphrase:
gpg --passwd [name/fingerprint]

Here's my public key if you want to test it out:
https://pastebin.com/raw/3rXnC22L
268 posts and 28 images omitted

Mac Support Dropped.

No.88271954 View ViewReplyOriginalReport
1 post and 1 image omitted

No.76315220 View ViewReplyOriginalReport
thinking of making an interactive text adventure and posting it to github. does anyone here enjoy interactive text adventures?
13 posts omitted