[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]


Last Oekaki@Heyuri post was 11 minutes ago
Last Strange World@Heyuri post was 4 hours, 18 minutes ago ヽ(´ー`)ノ
Filter boards
Site Discussion@Heyuri
File: webbanners.png
(523 KB, 415x584)[ImgOps]
523 KB
I decided to list our banners at https://heyuri.net/index.php?p=advertise for other websites to use when linking to Heyuri.
...but we seem to have a lack of banners :sweat2:

How u decide to design is up to you, but some cute 2D girl (I think Japanese often draw such CG themselves, but it should be fine to get them off old booru posts or 2D Cute board; or our own higher quality oekaki pics) and a pretty font is what a lot of Japanese otaku-muke sites seem to do
I couldn't find a good collection of them on the internet, but you can view a few examples @ https://m-pe.tv/u/page.php?uid=99tdtd8532&id=13 or https://moeeki.net/rori.htm

200x40 is the one I know that we're lacking, but feel free to submit any other commonly used dimensions, they'll all be listed on that page ヽ(´ー`)ノ
8 posts omitted. Click Reply to view.
>>
>>69007
>Japanese sites
not a BBS but you could try the fellow who runs futabaforest, that futaba archive.. (´ー` ) but they might ask for cash to advertise judging by the current adspace...
>>
File: heyuri_banner.png
(10 KB, 200x40)[ImgOps]
10 KB
❤
>>
File: angel2.png
(16 KB, 200x40)[ImgOps]
16 KB
>>69006
Beat ya to it, slowpoke :tongue:

Now you take -10 HP each turn until you draw a stronger card banner. Your move, nerd. :cool:
>>
>>69016
forgot to credit Sorodan's art, my bad
https://img.heyuri.net/o/potiboard.php?res=5004
>>
79 KB
I want to advertise heyuri on 2ch!

Off-Topic@Heyuri
File: the_game.jpg
(130 KB, 1000x1500)[ImgOps]
130 KB
キタ━━━(゚∀゚)━━━!!
>>
NOOOOOOOOOOOOOO

Off-Topic@Heyuri
51 KB
wat are heyurizens favorite songs
>>
coco melon
>>

Off-Topic@Heyuri
File: hmm-1lzyfqm.jpg
(269 KB, 1513x2048)[ImgOps]
269 KB
oh... my apples are melting.... what do i do...
>>
CALL AN AMBULANCE!!!
>>
>>150103
spread it on toast ヽ(´ー`)ノ
>>
how fucking hot does it have to be for apples to melt???
>>
This is why you keep them in the fridge. (´ー`)
>>
made in china... ( ´,_ゝ`)

Off-Topic@Heyuri
File: heyuri_source_dark_theme.png
(129 KB, 910x801)[ImgOps]
129 KB
This is kind of cool for a dark theme. ( ´ω`)

/* Heyuri Theme - Source Dark */
:root {
    --color-bg-main: #2D2D2D;
    --color-fg-main: #E0E0E0;
    --color-fg-link: #628DB6;
    --color-fg-link-hover: #FFA500;
    --color-bg-boardlist: #3A3A3A;
    --color-fg-boardlist: #D0D0D0;
    --color-bg-theading: #3D4A2F;
    --color-bg-theading2: #4A5A3A;
    --color-bg-theading3: #5A6A4A;
    --color-bg-postblock: #3D4A2F;
    --color-fg-title: #FFCC66;
    --color-fg-name: #B8D0FF;
    --color-fg-warning: #FF6666;
    --color-fg-warning-ip: #FF4444;
    --color-fg-quote: #A0A0A0;
    --color-fg-quote2: #888888;
    --color-bg-reply: #3A3A3A;
    --color-bg-reply-hl: #4A4A4A;
    --color-hi-contrast-border: #1A1A1A;
    --color-lo-contrast-border: #4A4A4A;
    --color-fg-logo: #FFA500;
    --color-fg-global-message: #FFA500;
    --color-bg-window-item-highlight: #4D5A3F;
    --color-bg-postlists-header: #3D4A2F;
    --color-fg-postlists-header: #E0E0E0;
    --color-fg-postlists-header-link: #FFCC66;
    --color-bg-postlists-odd: #3A3A3A;
    --color-bg-postlists-even: #2D2D2D;
    --color-fg-quotelink: var(--color-fg-link);
    --color-fg-quotelink-hover: var(--color-fg-link-hover);
    --color-border-button: #1A1A1A;
    --color-bg-code: #2A2A2A;
    --color-fg-code: #C0C0C0;
    --color-bg-flashboard-even: #3A3A3A;
    --font-family-main: 'Consolas', 'Lucida Console', 'Courier New', monospace;
    --font-size-main: 14px;
}

/* tweakz */
body {
    line-height: 1.0;
    margin: 0;
    padding: 0px;
}

/*Beveled Panels and Panel Gradient*/
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: linear-gradient(to bottom, #4A5A3A 0%, #3D4A2F 100%);
    box-shadow: 
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    padding: 0px;
    margin-bottom: 0px;
}
/*  Buttons */
button {
    background: linear-gradient(to bottom, #6A7A5A 0%, #4A5A3A 100%);
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    font-family: var(--font-family-main);
    font-size: var(--font-size-main);
    padding: 4px 12px;
    margin: 2px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

button:hover {
    background: linear-gradient(to bottom, #7A8A6A 0%, #5A6A4A 100%);
    color: #FFCC66;
}

/*Input Fields*/
input[type="text"], input[type="password"], textarea, select {
    background: #2A2A2A;
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    padding: 4px;
    font-family: var(--font-family-main);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Links */
a {
    color: var(--color-fg-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-fg-link-hover);
    text-decoration: underline;
}

/* Logo */
.logo {
    color: var(--color-fg-logo);
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Threads */
#catalogTable .thread {
    background: var(--color-bg-reply);
    border: 1px solid var(--color-hi-contrast-border);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 8px;
}

/* Headings  */
h1, h2, h3, h4 {
    color: var(--color-fg-title);
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid var(--color-lo-contrast-border);
    padding-bottom: 4px;
}
>>
Reminds me of 420chan. I miss 420chan...

DICKS EVERYWHERE
>>
280 KB
キタ━━━(゚∀゚)━━━!!
>>
407 KB
still goated (●'∇')σ

Off-Topic@Heyuri
File: heyuri.png
(841 KB, 1217x936)[ImgOps]
841 KB
Hey, did you know that Heyuri-tan has a best friend?!?! Her name is Aida-chan, and you can go visit her at 20chan.com

Let's make the internet a fun place again :wink: !!!
35 posts omitted. Click Reply to view.
>>
File: aida.png
(160 KB, 800x800)[ImgOps]
160 KB
キタ━━━(゚∀゚)━━━!!
>>
>>149474
Is this a free advertising thread?
In that case: VISIT GOOGLE.COM
>>
>>149989
DONT VISIT GOOGLE DOT COM ITS VIRUS ヽ(`Д´)ノ
>>
>>150004
googles search engine is not going to recommend a brand new imageboard to anyone.
>>
File: abu gharib.jpg
(118 KB, 962x1283)[ImgOps]
118 KB
>>149989
free advertizing?
VISIT MOOTXI.CO WHILE YOU'RE AT IT >:D
Or don't

Anime/Manga@Heyuri
File: IMG_20250716_120459.jpg
(4906 KB, 4080x3072)[ImgOps]
4906 KB
my yotsuba mangas came (in my national language) :biggrin:
9 posts omitted. Click Reply to view.
>>
bo mam dwa komplety i podzielic sie moge
ale piecze bo to kosztowalo
za granice by mi sie nie chcialo nadawac

mam nadzieje ze nie dam tego komus kto kompletnie nie bedzie w stanie tego przeczytac :cry:

>>
>przeczytac
Spokoooo na razie dwa tomy mi wystarczą najpierw muszę zobaczyć czy yotsuba przypadnie mi do gustu
>>
i love my polish otaku
>>
>polish
Thank ya mon ami :biggrin:
>>
im happy for you op
and im also begging kami-sama to make yotsuba manga available in the stores in my area

Girl Talk@Heyuri
7997 KB
Post your favorite girly songs! 🎤:biggrin:
9 posts omitted. Click Reply to view.
>>
File: Aqua - Doctor Jones--1jPUB7gRyg.mp4
(17215 KB, 854x480)
17215 KB
>Doctor Jones tooo!!!
Yeah!! :dance:
>>
18342 KB
:dance: :dance: :dance: :dance: :dance:
>>
19142 KB
❤Britney❤
>>
>>
11255 KB
キタ━━━(゚∀゚)━━━!!

Flash@Heyuri
File: DMX-DOG-NEEDS.swf
(2180 KB, 640x360)[swfchan]
SWF Embed
I made this
no one got the joke
w/e
>>
grrr....
>>
this is great

Off-Topic@Heyuri
File: 2201.jpg
(103 KB, 800x600)[ImgOps]
103 KB
necrofag noooooooooooo!!!!!!!!! :cry::cry::cry::cry:

Your fortune: We don't know what happens next

1 posts omitted. Click Reply to view.
>>
Hey, how's it hangin'? ... oh. :dark:
>>
He's a sweaty German dude. Not a cute rori.
>>
>>150098
yeah, right...
>>
>>150098
you dont know that!!! he could be a loli!! a small german loli that really really likes dead people!!
>>
left sage on. Like A Bosss....

2D Ero@Heyuri
337 KB
キタ━━━(゚∀゚)━━━!!
>>
Hi!! I love ur art, it’s hawt! ヽ(゚ρ゚)ノ Pls keep it up! :iyahoo:

Off-Topic@Heyuri
29 KB
deathgenerator.com
38 posts omitted. Click Reply to view.
>>
7 KB
キタ━━━(゚∀゚)━━━!!
>>
9 KB
>>149991
I mean, do you even need to edit it?
>>
15 KB
キタ━━━(゚∀゚)━━━!!
>>
63 KB
NOOOOOOOO:cry::cry::cry:
>>

Off-Topic@Heyuri
File: bananabirds.jpg
(72 KB, 640x480)[ImgOps]
72 KB
Herez mai pet birds :nyaoo:
>>
Creepy .. :dark:

Your fortune: You have cancer

>>
Would you like a banana?
>>
File: BANANA.jpg
(29 KB, 640x480)[ImgOps]
29 KB

2D Lolikon@Heyuri
File: 799293.png
(1078 KB, 995x1500)[ImgOps]
1078 KB
キタ━━━(゚∀゚)━━━!!

Girl Talk@Heyuri
File: Alucard.png
(1712 KB, 840x1217)[ImgOps]
1712 KB
Vampire men~ :love::blush:
>>
File: alucard.jpg
(22 KB, 236x337)[ImgOps]
22 KB

Flash@Heyuri
File: The Right Mix.swf
(677 KB, 600x440)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!
>>
I got a score of 8372 with a kamikaze cocktail (`ー´)
>>
8740 with a simple vodka cranberry

Lounge@Heyuri
Apparently you can snort or smoke caffeine (or tea or such for smoking) and it both tastes good and gives it a stronger effect, though smoking is less strong than snorting.
Have you ever tried that or heard of it?
7 posts omitted. Click Reply to view.
>>
snorting crushed caffeine pills wouldn't be any safer, it causes your nose to permanently rip over time
>>
why cant you just do coffee enemas like a normal person!! ヽ(`Д´)ノ
>>
coffee... enema? :nida:
>>
If alcohol enemas get you drunk faster (and, in most cases, kill you) because it's absorbed quicker in your colon, would coffee enemas stimulate you faster than drinking it orally? ...And possibly kill you? :monapc:
>>
>>14683
@grok how much coffee should i put up my ass? :saitama2:

Site Discussion@Heyuri
File: 1752378938799.png
(1015 KB, 896x1152)[ImgOps]
1015 KB
How do we spread teh word about how cool heyuri is?

post ur ideas.
9 posts omitted. Click Reply to view.
>>
>>68986
i tried to before and i would need to do lot of processing on it
>>
test
>>
If theres anyone who uses the ATF forums, you could put a link to heyuri in your signature. i dont go there much, but doing that might increase usership of /l/ (´ー` )
>>
>>69011
That's a terrible idea. There are a lot of Sus people on that board. I should know, I occasionally visit that site myself.

...I'm not Sus! Σ(゚д゚|||)
>>
>>69013
ur right that is a terrible idea.

Girl Talk@Heyuri
File: carlotta.jpg
(52 KB, 474x675)[ImgOps]
52 KB
Have you seen an outfit that you think looks really pretty but one you wouldn't wear personally?
1 posts omitted. Click Reply to view.
>>
File: Sailormoon.png
(261 KB, 473x527)[ImgOps]
261 KB
I really like the Sailor Guardians’ uniforms, but I’d be too embarrassed to wear it in outside. (;´Д`)
>>
they need to invent something that removes embarrassment so that we can do cosplay, oh wait im describing drugs. ( ´,_ゝ`)
>>
>>181
it's booze! liquid courage!
>>
>>
ever since i was little i wanted to do Slayers cosplay.
Matoko from GITS too, but id need big booba and steroids for that. :sweat2:

Off-Topic@Heyuri
File: inu.jpg
(89 KB, 545x437)[ImgOps]
89 KB
Inu-san was later eaten by teh chick
>>
You're lying. Stop lying to me. :closed-eyes:
>>
File: imposibru.jpg
(68 KB, 1008x568)[ImgOps]
68 KB
キタ━━━(゚∀゚)━━━!!

Delete post: []
First
[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] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472]