[ an / aw / cr / fi ] [ ra ] [ au / ga / he / sp ]

/aw/ - AwsumChan Meta

Discussion of AwsumChan itself.
Name
Email
Subject
Comment
Verification
File
Password (For file deletion.)

File: 1621632334166.png (1.79 KB, 507x86, bot.png)

 No.316[Reply]

any workaround?

 No.318

>>316
Are you using reCAPTCHA by any chance? Just trying to troubleshoot possible causes of this.

 No.319

>>318
Nope. It's installed locally from xampp.



File: 1616016332378.png (8.24 KB, 537x161, imagen_2021-03-17_182409.png)

 No.310[Reply]

I don't know if this is the correct board to ask this, but I really can't understand why this error appears, should I configure a php file? thanks community!

 No.312

Yes, the AwsumChan theme expects $config['categories'] to be set. Look in inc/config.php for info on how it should be set.

Also, consider using a newer version of Tinyboard, I can't guarantee compatibility with older releases.

 No.313

>>312
Thanks. Could you send me the link of the version that you recommend? I would be very grateful.



File: 1552500556997.jpg (23.98 KB, 219x255, 843b016a2eebc7142c02d8cea0….jpg)

 No.91[Reply]

1)
When someone is in the admin panel, under recent posts/erase local data, when I click on erase local data it does nothing. What is that for?

2)would it be possible to have it so only a subject is required? I was thinking that doing so could possibly reduce server load and also make things easier for the user. Like if someone wants to just upload an image, if the body is required then the person just usually enters random keys in the comment like wsfr. Just an idea.

 No.95

File: 1552501780117.bmp (944.55 KB, 1723x187, New Bitmap Image.bmp)

When one disables requiring anything, it is possible to just press send and it goes through as a blank post like in the pic. Would it be possible to put error correcting in there to prevent that? Also if one selects a file and also a youtube embed is entered, it they will not both show up in the post. Maybe error handling telling the person they can't do a file and embed?

 No.99

Tinyboard already allows you to change the requirements of an OP post:
$config['force_body_op'] and $config['force_image_op']

 No.100

>>99

No shit. But that's not what the question asked. Never mind anyway, php is for faggots, I found an imageboard coded in GoLang.

 No.103

>>100
Lol okay

glhf



File: 1610798759477.png (201.94 KB, 1120x753, AC3.png)

 No.286[Reply]

Came across some old images, surprised this site still exists.
5 posts and 4 image replies omitted. Click reply to view.

 No.292

>>291
Perhaps Naix?

 No.293

I currently own 0.00052 Bitcoin and slowly growing, Bitcoin will reach 100K in 2024, by then I will probably have like 0.008 so 800 dollars yeehaw.

 No.294

>>293
what the fuck I posted this on /cr/

 No.295

>>293
>>294
You sure? Posting on other boards, including >>>/cr/ seems to work fine.

 No.296

>>295
I probably fucked up myself



File: 1606330757388.jpg (21.46 KB, 600x400, keeping-your-pygmy-goat-in….jpg)

 No.277[Reply]

PHP 7.4 support I am beggin you, 8.0 is almost out and I don't care much about it but 7.4 is nice.
Also is the archiving system complete? or is it missing something or works wonky?

 No.278

PHP 7.4 has been supported since I use it on my local development environment. As for archiving, it's still incomplete but feel free to contribute - there's a lot of design considerations to it that make it difficult to finalize. (It's a different approach than what NPFchan does)

Any code contribution to Tinyboard is highly appreciated, as it's an open source project supported completely by the community.

 No.283

>>278
I see you haven't updated the repo since February, is the thing dead? or what are your plans?

 No.284

>>283

I wouldn't call it dead. I intend to keep the code stable on recent releases of PHP until further notice.

I've just been really busy IRL, let alone lack motivation or manpower to add some of the bigger features.



File: 1574133041651.jpg (8.9 KB, 225x225, download.jpg)

 No.110[Reply]

Did you look at php 7.4 yet? Regular vichan is totally broke on it. Was wondering if your version will adapt to 7.4 or or at least make a patch for it so there is a 7.4 version. This will be a big deal to get it working for php 7.4, as php 8 will be totally different and require major overhaul. But at least ppl can run it on php 7.4 for a long time.
39 posts omitted. Click reply to view.

 No.177

>>175
savetheinternet was always very protective of his work, and I don't ever see him willing to hand over the original repository if he ever makes a reappearance. I'm not concerned with that anyway. Any version of Tinyboard >= v0.10.0 has been from my repository.

>>174
He's not actually future-proofing anything. He's just having vichan ignore errors in future versions of PHP rather than fix them. This will eventually lead to issues that will cause unwanted behavior. Errors are meant to point out broken, bad, or flawed code in programs. While this might make sense for vichan, which labels itself as having "next to no active development", I intend for Tinyboard to be in active development for the foreseeable future, so it makes no sense to "future-proof" it by ignoring errors. Instead, I will aim to fix them as they are spotted.

 No.178

>>177
Cool!

 No.202

>>178
BTW please look at your commit here:
https://github.com/Circlepuller/Tinyboard/commit/31e27a51c20ccceb59ed20c8cac829bfac1ce710

Line 357 and 377

This same thing is done TWICE? Or is it intentional?
Also should the modLog() at line 366 be moved to the last instead?

 No.205

>>202
Those are intentional, they're for different queries.
As for the modLog() call, it's there because the board itself has been deleted at that point, and the actions taken after that are focused on cleaning up the aftermath.

 No.280

Don't know if you still read this but I wanted to comment that the lines to enable automatic removal of EXIF from image files seem to have been left out of your config.php even though the code to do it is present in post.php:

$config['use_exiftool'] =true;
$config['strip_exif'] = true;

When added to instance-config.php the feature works, but of course there is no mention of it on the config page.
Anyway, thanks for your work making this software useable with php 7.4.



File: 1600750651846.jpg (154.76 KB, 1244x850, 1579147566328.jpg)

 No.262[Reply]

Name a reason why I should use this instead of TinyIB, also greetings from 28chan :^)
4 posts and 1 image reply omitted. Click reply to view.

 No.271

>>270
FTFY, the guy just keeps posting cringe lmao

>>262
Also look into Wakaba or Kareha if you want some non-PHP alternatives, I forgot to mention those.

 No.273

So like, is this the only updated version/fork of vichan/infinitychan/tinyboard/openib etc?

Also does this have the feature where you get a tooltip, when you hover over the date, showing how recently it was posted? This feature is in openib and also on 4chan lol

 No.274

>>273
To answer your first question, no - I'm pretty sure there's a few other actively maintained forks of Tinyboard/vichan. What this fork essentially offers over other forks is overhauled dependency management handled by Composer, removal of abandoned features in vichan, and support for WebP. It is compatible with recent versions of PHP (support for 8 is in the works once it is officially released).

As for "x time ago" tooltips, they are provided by js/local-time.js so just have that included in your JavaScript files in the configuration if you want it. (I don't have it on here at the moment, I don't know why)

 No.275

Can there be larger file uploads for posts if one hosts this software on their site? in case i want music video and stuffs posted

 No.276

>>275
Yes. You can set the maximum upload size in the configuration. You will also likely need to make sure your PHP and web server configurations also are the same size or larger.



File: 1580891817133.png (6.03 KB, 186x66, WebP.png)

 No.211[Reply]

So far iOS is our last major obstacle (screw IE lol).

Is there any polyfill usable on Tinyboard (i.e. something to easily add to $config['additional_javascript'] or $config['url_additional_javascript']), to make pics viewable on iOS browsers?

Yes I know about pagespeed and the likes. I don't like keeping extra sets of converted images. It defeats the purpose of saving space.
2 posts omitted. Click reply to view.

 No.214

>>212
>>213
Plain GD (unless very ancient PHP) already works well with WebP and thumbnailing though. It's just config.php suggests IM and GM are still better at this job for some reason.

GD thumbnail functions are more hardcoded in image.php thus less configurable. I could modify it myself but I think it's better to suggest upstream changes rather than fiddling alone.

For example, what do you think about adding imageinterlace() for making progressive (smaller) JPG thumbnails, and imagejpeg() defaulting to about 75 quality?

 No.216

>>214
PHP 7.2 didn't have support for WebP most of it's release schedule. But since most distributions now have forced an upgrade to 7.3 due to a vulnerability, it would make sense to implement WebP as an option finally.
As for JPEG thumbnailing options, that seems like it'd be a good idea, I'll do some tests to see the difference.

Excuse me for the seeming lack of presence, I've been really busy with ongoing events and have yet more planned through March.

 No.221

>>214
>>216
So a followup on this - turns out I never removed the code that implements WebP. All that should be necessary in order to use it is to add this to your inc/instance-config.php
$config['allowed_ext'][] = 'webp';

 No.260

>>221
As >>214 said it's for GD only.
If you configured Tinyboard to IM or GM, the stderr output still needs to be worked around.

>>211
iOS and Safari will natively support WebP next version. It's such a relief.


Also dear Circlepuller: Is there an easy option in Tinyboard, so that uploaded images are automatically converted to WebP (or any other specified format)?

 No.261

>>260

If you mean converting thumbnails:

$config['thumb_ext'] = 'webp';

As for converting original files. It doesn't, feel free to submit a PR on GitHub and I'll likely take it.

This should do it. As for the suggestion towards IM/GM, it's because it has historically been better thumbnail resizing quality and paired with Gifsicle. But yeah, GD is absolutely fine, it's just not as comprehensive has IM/GM+Gifsicle, so I still recommend it to this day unless WebP is your goal. I'll look into fixing the stderr issue unless you beat me to it in a PR.

Yeah, with increasing support for WebP I will likely switch the default thumbnailing method and other static imagery to WebP.



File: 1599570130708.png (15.84 KB, 560x392, lynxchanError.png)

 No.258[Reply]

catl iinx chan is better than your poop ha ha ha ha. Yeah, you "HAVE BEEN WORKING" on it for like 2 years, and you still have crappy software that breaks with every php change. Grow up and just use liiinxxxxxchan, stupid!(1/10 quality shill)

 No.259

PHP is a faster and more reliable server side programming language than Node.JS.

Prove me wrong without the elementary school buzzwords, retard

https://www.techempower.com/benchmarks/



File: 1501232038873.gif (238.19 KB, 360x480, 1491438398665.gif)

 No.6[Reply]

Github repo?

 No.7


 No.8

If you're looking for Fusen, it's still a work in progress and I haven't bothered setting the repository to public yet. If you're interested in helping me complete it I'd be glad to get in touch about it since I'd love to see it "complete" and running smoothly.

EDIT: Fusen is dead and will never happen. But feel free to join dev on Tinyboard.



Delete Post [ ]
[1] [2] [3] [4]
| Catalog
[ an / aw / cr / fi ] [ ra ] [ au / ga / he / sp ]