[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
(for deletion, 8 chars max)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.





File: tenor.gif
(4116 KB, 250x188)[ImgOps]
4116 KB
why is the site so........fucking...................................................slow lately..............?
Marked for deletion (Old)
25 posts omitted. Click Reply to view.
>>
>>66727
yeah, I could still interact with /o/ normally while things were getting stuck on /b/ and /q/

>>66725
everything has been fine so far now
>>
It hasn't been slow for me for the last few days, but when it is slow it seems like switching VPN servers fixes it. Maybe it's slow in some countries and not others?
>>
>>66729
more than likely the case.
>>
>>66725
It's better, yes
thank you mod sama
>>
>>66729
Kagy here, we are actually rate-limiting the speeds of countries that are hostile to the interests of my beloved Turkiye. Consider using a azerbaijani/turkiye vpn to enjoy best speeds. The more anti-turkiye your country is, the slower.

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
Marked for deletion (Old)
88 posts omitted. Click Reply to view.
>>
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
>>
File: 1713810214946.png
(45 KB, 468x60)[ImgOps]
45 KB
something you can put into the mix

File: 2Q.png
(111 KB, 225x225)[ImgOps]
111 KB
CP on B
post nr 102813
Marked for deletion (Old)
>>
>>
>>
cp on /b/

File: 1636830819049.jpg
(53 KB, 549x542)[ImgOps]
53 KB
is it banable to post a nekid loli with no visible genitals?
Marked for deletion (Old)
>>
theres a loli thread up right now
you're fine as long as you don't post cp
>>
Thats not allowed

194 KB
k-kagy?
Marked for deletion (Old)

File: question.gif
(577 KB, 512x504)[ImgOps]
577 KB
is there a chance of getting the emote/emoji/kaomoji buttons to insert at the cursor instead of at the end of the textbox?
pretty much nowhere else works like that and it's kind of awkward adding things to a post as it stands, very fiddly

you just split the textbox into two substrings, one with stuff before the cursor and one with stuff after
and set the textbox contents to be the text from the button concatenated into the middle of those two strins instead of just doing it at the end of the textbox contents
https://stackoverflow.com/a/11077016
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
all the spots with COMMENT.value+= (whatever)
should be changed

not at home now, I might be able to make the exact changes in like 7 hours lol ┐(゚~゚)┌
>>
you need to store the caret position, splice the kamoji in at that point, add the length of the kaomoji to the stored position, then set the new position to the sum.

https://developer.mozilla.org/en-US/docs/Web/API/CaretPosition
>>
actually the selection range api is the safer way to do it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange
>>
File: cirno-1694293785149819.gif
(890 KB, 295x305)[ImgOps]
890 KB
okay, I think I did it, here's the edited script
https://up.heyuri.net/src/3512.txt

didn't use the setSelectionRange API, I basically just applied that StackOverflow answer

not 100% sure I didn't break anything since testing was kind of awkward on a saved static page (a lot of stuff was broken just because of the save)
but I don't think I did
>>
❤💛💚💙the changes are live, thanks!
👍━━━(・∀・)━━━👍

File: mekarabiimu.gif
(5150 KB, 524x405)[ImgOps]
5150 KB
fix your fucking server!!
Marked for deletion (Old)
>>
Server-chan is very healthy and she always responds to my requests, it's your fault if she tsuns at you
>>
w
>>
Slow servers = good
Didn't they teach you that buddy?

File: dfbdfb.jpg
(39 KB, 228x558)[ImgOps]
39 KB
Can we have this work please, instead of opening a new tab when I click these, make it open properly in the big frame.
I still don't understand how people can cope without a side frame
Marked for deletion (Old)
>>
It used to work unsure
>>
This works naow

File: anonwaha.png
(533 KB, 500x500)[ImgOps]
533 KB
yeah, i did it.

(USER WAS BANNED FOR BEING THIS POST)
Marked for deletion (Old)

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.
Marked for deletion (Old)
39 posts omitted. Click Reply to view.
>>
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: sort.png
(202 KB, 1287x262)[ImgOps]
202 KB
after taking sum html from vichan I created catalog sorting... kind of. So far it only sorts bump (which is teh default anywayz so no changes) and creation date, it should be very easy to add more with teh use of mod_api.

//sort threads. If sort is set to bump nothing will change because that is the default order returned by fetchThreadList
if(isset($_POST['sort_by'])) {
switch($_POST['sort_by']) {
case 'bump':
$plist = $PIO->fetchThreadList($this->PAGE_DEF * $page, $this->PAGE_DEF); //thread list
break;
case 'time':
rsort($plist);
break;
//add more conditions here
}

}

File: FylPZpFakAAgX0y_proc.jpg
(31 KB, 380x433)[ImgOps]
31 KB
some suspicious pictures on the uploader
https://up.heyuri.net/images.php?page=124 (933)
https://up.heyuri.net/images.php?page=71 (2040, 2035, 2036)
they look underage

also, the video in the OP here
https://img.heyuri.net/b/koko.php?res=102654
Marked for deletion (Old)
7 posts omitted. Click Reply to view.
>>
https://up.heyuri.net/images.php?page=97 (1493)
candydoll clip
I actually have no idea if this is illegal lol, although it might fail the Dost test criteria and thus count as CP ┐(゚~゚)┌
the test is bullshit in a lot of ways (in particular otherwise innocent clips when taken out of context can be ruled as CP and that's psychotic), but it is case law in the US; dunno what things are like in Europe
>>
>>66675
i love that what made this outrageous wasn't that it's alittle girl, but that it's a white little girl.
>>
>>66675
LauraB is a blessing on this world
>>
>>66675
theres more of this cute girl in there somewhere
https://up.heyuri.net/src/1249.mp4
>>
>>66683
western girls singing in japanese? i truly have no excuse now...

File: xgmiuom0x9yc1.mp4
(71 KB)
Should we make /b/ an exclusion zone? I think we must call in the Chernobyl men.

The past two months every thread is derailed with atleast 50 PENIS replies or someone posting terrible fetish porn, and it's never, like, feet, or something; it's always piss poop or guro, also the underage baiters, not the lolicons but the few anons who really really want to make it clear to others that they photograph actual children outside of teh interwebz to masturbate to it, I think that's just actually pedophilia, or something (⁠θ⁠‿⁠θ⁠)

Heyuri is graet but we should nuke /b/ I think, I don't mean remove /b/ from the website, I mean we should deploy a Tsar Bomba on whichever server rack is hosting /b/ biggrin


Seriously, are the mods going to lessen the circular masturbation threads?
Marked for deletion (Old)
8 posts omitted. Click Reply to view.
>>
is teh PENIS derailment/spam getting a bit much now? If it's 1 guy doing it, then it feels a bit forced...
>>
>If it's 1 guy doing it
it is
>then it feels a bit forced
it does
verdict: B&!
>>
Indeed, 99% of PENIS posts are from one guy - if nothing else, they're B& for ruining our tradition of PENIS posting by running it into teh ground! angry
>>
it's a LOAD for sure! xd
>>
Heyuri is undergoing a severe PENIS shortage and it seems like I'm the only one making any effort to remedy this deplorable situation, the least you could do is stop deleting my humble contributions angry

File: rule 0.png
(1019 KB, 3698x981)[ImgOps]
1019 KB
Rule 0

https://img.heyuri.net/b/koko.php?res=102160

The menstruating girl is obviously underage. Additionaly some anons are asking for pics and that could result in another cosmo situation
Marked for deletion (Old)
>>
it will probably be fine...
>>
It's theoretically possible for a girl to get her first period at age 18 if she keeps using certain pills through her teenage years, so I think she should be allowed to post as long as we don't get explicit proof that she didn't do that.
>>
"I think my period has come" could just mean this month's period, not the first period.
>>
how retarded do you have to be to take this bait
learn how to internets please
>>
>>66649
I mean, it wouldn't be the first time an underage girl talked about her period on Heyuri.

File: rinatrou hat.png
(192 KB, 500x281)[ImgOps]
192 KB
does kaguya ever post on /b/ as an anon?
Marked for deletion (Old)
>>
I have over 100 anonymous posts up right now

File: heyuri jrpg.jpg
(251 KB, 1280x720)[ImgOps]
251 KB
As I promised in the townhall, here is the thread where you can post emotes you want to see on Heyuri. You can also suggest names for them, like :this:

I won't add whole lists like >>61466 but you can pick your favorites out of such lists and post them ITT.

Personally I want to see similar cute Heyuri-related anime icons. Bonus points if they were monthly anime/streamed at cytube at some point, but of course, anything goes.

OC is especially encouraged

Also I should say that I will add them at bulks. I need to edit many files to add them, so it would be easier on my side to not add one emote each time. Just saying this so you wouldn't think I am ignoring/forgot about this thread sweat2

tehegg
Marked for deletion (Old)
33 posts omitted. Click Reply to view.
>>
:waha:
>>
:kuma6: :waha:
>>
kuma6 waha
>>
File: pedobear_fix_attempt.gif
(623 B, 35x64)[ImgOps]
623 B
>>65803
Before the Kuma emote was added, I decided to try my hand at fixing this attempt up. Now that kuma6 exists, I guess there's not much point, but may as well post it for fun. ヽ(´ー`)ノ
>>
:wahawalk:


Delete post: []
[0] [1] [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] [28] [29] [30] [31] [32] [33] [34] [35] [36]