[ b / jp / o / q / sw / lounge ] [ cgi ] [ up ] [ wiki ]
[Home] [Search] [RSS feed] [Inbox] [Write PM] [Catalog] [Admin]
[]
(for deletion, 8 chars max)
  • Allowed file types are: GIF, JPG, JPEG, PNG, BMP, WEBM, MP4
  • Maximum file size allowed is 9000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.
boku

  • 2024/02/27 - Anime nominations and their votings will be held on this table from now on.
  • 2024/01/29 - Try out some extra CSS files: Link
  • 2023/12/18 - We now have a MAL club
  • 2023/12/11 - Music board on Uploader@Heyuri is launched. Share your favorite tunes!


Want your site's banner shown here too? Read this thread and contact me.

File: giko_prog.png
(37 KB, 360x360) ImgOps
37 KB
github : https://github.com/Heyuri/kokonotsuba
as of making this thread, me and one other anon are working on a fork to try and clean up most of this shit.
we are planing on making proper objects for board,thread,post data. this of course would simplify things for module creation and future proof the code base.
i believe the module system will be powerful hooked base system that will be able to change data mid pipe line with out messing with the underlying system.

for creating a post postRequest. it should look something like this.

$postData = new postData();
$postData->loadFromPostRequest();
executeHook("preValidation", $postData); //can trigger a whole post fail based on IP ban or failed capcha moduel.
if(!$postData->isValidPost()){ //inside module hooks. there would be a postValidation() in contrast to preValidation() to stop files with pizza

}
.....

i also want to remove a lot of crud that is scatted all over the place and make a proper pipeline.
the pipeline should look like.
start -> post received -> post validated -> post saved to db -> load threads from db based on board configs -> load post in threads -> redraw html files -> end

of course there might be slightly different pipelines for admin menus or live views, witch might consist of a module having special things drawn in the render, or remove validation.
output should be redirectable so its either stright from*.php or gets written to *.html with proper redirect code


lots of things are still a mystery and what i said may not even work or might need some slight changes.
the more experimental fork that aims on chaining a lot of the underlying system that me and anon are working on is right here https://github.com/nashikouen/kokonotsuba

please ask in this thread about things you don't understand!! we are happy to help you learn more about kokonotsuba.
38 posts omitted. Click Reply to view.
>>
>>66549
Check out mod_api.php, I think it does what you're looking for
>>
i tried posting the code here and got filtered

>>66559
after i already made a diy solution i see this

i added two more keys from whats available though:
latestreply:unixtime
replycount:int
for 2 of the sort types (last reply, reply count...)
could that MAX(), COUNT()s query be added to mod_api or does it have to stay as it is?

aside from that i got the js working fine closed-eyes
>>
>i tried posting the code here and got filtered
you can upload to Uploader@Heyuri and link it here
Codes shouldn't get filtered by the system
>>
blotter and ads cause mobile to slightly be blown of screen
>>
>blotter and ads cause mobile to slightly be blown of screen
- Blotter is fixed by replacing "width" with "max-width"
- Ad iframe needs "max-width: 100%"
- The CSS for the BBCode "code" and "preformatted" also needs improving, perhaps with "overflow-x: auto"


File: examplefullres.png
(5 KB, 468x60) ImgOps
5 KB
As we discussed during the townhall and u guys approved, the fullbanners are now implemented on Heyuri - though currently there are very few banners on circulation. sweat2
...We need moar fullbanners! Here are some criteria I think we should have (you can discuss these too) for non-Heyuri stuff for now:
- If it's an imageboard (or similar community), it must be fully compliant with our Rule 8
- No personal homepages

They also must be exactly in 468x60 dimensions.
I will dump the old (outdated/kolyma related, only for archival purposes) banners for inspiration/give an idea under this thread. For now, we can lack banners for these Heyuri-related stuff:
- 日本語@Heyuri
- Oeakaki@Heyuri
- Strange World@Heyuri
- Site Discussion@Heyuri
- Polls@Heyuri
- Dating@Heyuri
- 2ちゃん (for 2ch.sh domain - see below for old domain's banner)
Though banners don't need to be high quality (being funny is more impr0tant here!), you can also redo the banner for HHS if u want to as well
87 posts omitted. Click Reply to view.
>>
And more on the way... in some unspecified amount of time. Whenever I get around to it.
I am open to any changes you may want to see to them. ヽ(´ー`)ノ
>>
naisu banners!!!
>I am open to any changes you may want to see to them.
I think the oekaki banner for >>66573 could have a collage of hi-quality oekaki characters that has been posted on Oekaki@Heyuri in the background
Editing out characters to be transparent may be tedious, so maybe choose ones where u can edit out with one click using fuzzy selection tool. This is just an idea anyways sweat2
>>
File: oekaki_party.png
(64 KB, 468x60) ImgOps
64 KB
>maybe choose ones where u can edit out with one click using fuzzy selection tool
No worry, am mastr at lasso tool. (´人`)
>>
>>66576
Defaulted to white for BG because am not sure what other colors besides black would fit with such contrasting color palettes; maybe a gradient?
>>
File: kdl3_ver3.jpg
(37 KB, 468x60) ImgOps
37 KB
>>66572


File: 1712396450845586.jpg
(64 KB, 578x599) ImgOps
64 KB
wait... so is everyone here underage/news?
i read through earlier threads and it seems to be.

not being mean but, neocities, spacehey, etc. it's all so lame and fake. people who can only copy and exaggerate what they saw in old screenshots but were never there themselves, so it can't help but exude falseness.

i wish everyone was 30+ so they were wise and deep with EXPERIENCE of the good old days.

i don't want to be with tiktokcord generation skinwalking as olds. i don't want to be fooled by lies.
am i in the wrong place
8 posts omitted. Click Reply to view.
>>
>>66545
>Who am i?
you're OP
and even if you aren't, my whole point still stands
>>
>>66542
>conformists who always post the same thing
That's not what "conformist" means. That's just "repetitive" or "unimaginative". A good example of a conformist is someone who goes to college or has a job.
>>
>>66551
yes, I am aware of that. I'm not saying they are conformists because they are unimaginative, I'm saying they are conformists AND unimaginative.
>>
>A good example of a conformist is someone who goes to college or has a job.
cry
>>
>>A good example of a conformist is someone who goes to college or has a job.
I forgot to say that is also very untrue


File: 1713357732605.jpg
(662 KB, 1145x926) ImgOps
662 KB
how many retarded meme references can one fit into a single image?
https://img.heyuri.net/b/koko.php?res=99765
2 posts omitted. Click Reply to view.
>>
Didn't deserve to be baleeted IMHO
>>
I don't even know what's supposed to be wrong with that image sweat
>>
If you look closely the book says "MORBING" on the side which I'm pretty sure is in direct violation of rules 7 and/or 8. The "moderator" that said it shouldn't have been deleted should be demodded and permab& or at least severely punished for defending that vile "image". I'm literally going to kill myself if I ever see another "image" like that again. 😞🔫

(USER WAS SEVERELY PUNISHED FOR THIS POST)
>>
i made the thread that OP is (presumably) complaining about and im still not sure what the point of this is...
>>
donmai, the thread is fine. I think only some image in it was deleted because it contains some new memes most of us seem to be unaware of unsure
In any case, it's not to be made a big deal of


11 KB
in rules it shows talk about /vote/ witch i belive needs to be moved or fixed? seems out of place since its out of place on cgi.
>>
<a href="https://cgi.heyuri.net/vote2/">/vote/</a>
>> 19 KB
the url for "Protect your username, use a tripcode!"
should be this below
https://www.heyuri.net/index.php?view=faq#tripcode
>>
changed the URL
I will do something about the rules page soon too


File: filename rule 8.png
(601 KB, 1467x811) ImgOps
601 KB
rule 8 in the filename

https://img.heyuri.net/b/koko.php?res=99300#p99308
1 posts omitted. Click Reply to view.
>>
>>66512
>who cares
People who care about teh rules, like teh mods. That's why I posted it on/q/, dummy rolleyes
>>
the filename has since been changed
>>
>>66513
He didn't say "who cares", he said "who the fuck cares". Reported for abusing the greentext aka meme arrows feature.

(USER WAS REPORTED FOR BEING PEDANTIC)
>>
mods reported for not understanding that 66519's post is a joke
>>
>(USER WAS REPORTED FOR BEING PEDANTIC)
XD


File: IMG_20240115_080827.jpg
(84 KB, 407x607) ImgOps
84 KB
cp on b
26 posts omitted. Click Reply to view.
>>
97047
>>
more cp on heyuri
99409
>>
>>66515
Already got it, thanks!
>>
https://img.heyuri.net/b/koko.php?res=99428
>>
>https://img.heyuri.net/b/koko.php?res=99428
It's fake - they uploaded the "file deleted" image sweat2


File: invisible.png
(196 KB, 1212x1300) ImgOps
196 KB
It's a little annoying how all the text is sometimes invisible for a few seconds when you load a page on Heyuri. Consider fixing it by adding "font-display:swap;" into teh CSS. Like this:

@font-face {
font-family: 'Osaka';
font-style: normal;
unicode-range: U+0-10FFFF;
font-weight: normal;
src: url('https://static.heyuri.net/css/Osaka.woff');
font-display: swap;
}

This causes the browser to use an alternate/default font until the font file has finished loading, and then swaps to the correct font.
>>
should be fixed now


File: :lounge: learns thread.png
(52 KB, 2498x42) ImgOps
52 KB
Im pretty sure its not intentional for the ANUS filter to produce raw html syntax like this?
>>
wait maybe we could do some fun html injection with this
dark
>>
lets see
ANUS.com" target="_blank" rel="nofollow noreferrer">https://www.<input>ANUS.com
>>
seems safe


File: eyeroll.png
(1266 KB, 1200x1200) ImgOps
1266 KB
soyjack on page 0

https://img.heyuri.net/b/koko.php?res=98921#p98921
>>
File: run!!!!.png
(269 KB, 640x480) ImgOps
269 KB
!!! CALL NBI!


File: cosmo.png
(49 KB, 2703x458) ImgOps
49 KB
Rule 0
It's pretty obviously cosmo, even if she's using a different IP

https://img.heyuri.net/b/koko.php?res=98376#p98495
>>
B&
Although cosmo claims it's not her, since we can't verify anything on internets, acting like a ban evader (or giving me enough reason to think ur underage) is enough for ban
>>
>is enough for ban
shouldn't be
>>
Why wouldn't it be obvious? She's replying directly to the person who dissed her.
>>
>>66480
I meant that, if acting like a teenagers is enough for a ban, then that would mean 50% of our user base would have to be wiped out


File: thread.png
(102 KB, 369x298) ImgOps
102 KB
Why is it that when I make a post telling 98722-san to go fuck himself, I get banned for "making needlessly enraging posts", but 98722-san himself isnt banned for the same thing, even though he makes needlessly annoying and disgusting copypasted /b/ threads about eating shit every week? Or is it just because the mods jerk off to it that its allowed to stay?
8 posts omitted. Click Reply to view.
>>
I am never EVER posting heyuri again.

Great job ANONWAHA AND KAGUYA, you just lost your most valued, best, and good poster.

NEVER COMING BACK.

You caused this.

Goodbye!
>>
File: mkr.gif
(82 KB, 300x169) ImgOps [Animated GIF]
82 KB
I'm trying to keep Heyuri a friendly site, that's why I'm deleting posts like "go fuck yourself" so everyone can feel at home. That said, if the content on the boards itself isn't to your liking, there simply isn't anything we can do especially when such content have been allowed and enjoyed by majority of the users. If you are serious, and I don't mean this sarcastically if it's not clear, goodbye! I hope you find other places on the vast ocean of internet that suits you better biggrin
>>
I enjoy the poop threads but maybe there should be an alternate /b/ with no porn, ecchi or erotica allowed for people who aren't in the mood to get horny. Sometimes my PENIS is sore after cumming 5 or 6 times in a day and I want to avoid all places that could have porn until it heals. /jp/ and /lounge/ could be deleted to make room because they suck.
>>
>>66493
it's called /lounge/
although I do think empty threads with no content except porn should be auto-saged
>>
also I am in total defense of the scat faggot
a shock thread would be if he posted shit pictures with no text and then left, but that's not close to what happened.
Hell, he didn't even post any pictures, are you niggers offended by what he said alone? what is happening to this site?? Users have become way too spoiled in my opinion, crying to the moderators whenever something they don't like is posted and then getting angry when they refuse to remove said post


File: isisjihadijohn-921200013.jpg
(494 KB, 1280x960) ImgOps
494 KB
Dear Anonwaha,

I have planted over 9000 bombs beneath your house.

If you do not immediately apologize for deleting my post, I will detonate them.

This is not a joke.

Tick tock.
>>
Wasn't me - according to teh action log, the last time I baleeted a post on Off-Topic was on 2024/03/28 glare

The last several baleetions were by kaguya and various janitor-san, so relocate ur bombs!


34 KB
is there a reason why this is hidden?
i find it cool that this data is veiwable. is teh data sqewd because of bots? will this be added to kokonotsuba? or at least shared with me to put on some pear site?
4 posts omitted. Click Reply to view.
>>
>>66466
this is in fact 146 people
>>
d-did u count?nyaoo2
>>
File: count.png
(1228 KB, 1158x586) ImgOps
1228 KB
yah I did
it's 7x20 + 6
>>
>>66467
not if 2 of those woman are pregnant with twins!
>>
>>66469
correction: It's 147, seems there is one lady I forgot to include


6 KB
you should add this to heyuri.
if you notice on /b/ looking at the file names on disk. that is unix time stamp + 3 milliseconds. but the milliseconds are b0rked to be around 114 seconds. so 2 images that the server received at the same second, have no real millisecond precision to differentiate the.
i forgot to add it to nashi my self. u can see teh test thread on last page and how the last 3 numbers are supposed to be
>>
I forgot to add too, it's added now
>>
Thanks


Delete Post: []
Password:
First[0] [] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27]