/meta/ - Suggestions

Feedback for the team


New Reply[×]
Name
Email
Subject
Message
Files Max 5 files47.7MB total
Tegaki
Password
[New Reply]


Headquarters_of_Mussolinis_Italian_Fascist_Party_in_1934.png
[Hide] (599.7KB, 867x603)
This may not be the correct question for this board but does anyone of the admins have the theme script for Frenschan or if Stu is still advising you guys could you get it from him? I wanted my experience on Ourchan to look like what I remember from Frenschan as I like the look but there wasn't an option for such a thing in the theme selection under settings.
Do you mean the purple electrofrog theme?
Site staff, I got frenswave.css but I can't post it. No idea if OP was asking for it but let me know how to upload. If anything is broken let me know. I might also do FashWave (dark theme with glitch effect) and PanzerKampfWave (FashWave with spinning sonnenrads), but no motivation right now.
Replies: >>3529
>>3528
[code]
[/code]
with the css code inbetween. Whoever can just save it in notepad++ as a .css file. Easiest way. Not staff.
That didn't work as intended but the tags are still right for [/code].
Also frenschan sucked ass, those faggots did forced captcha per post with a "frenspass" you could buy to evade it. When questioned about it they insisted "the userbase demanded a way to pay us to evade the unnecessary captcha per post."
Replies: >>3532 >>3539
>>3531
Wasn't it cached at some point so it was more like once every few hours?

Anyway, here's frenswave for whoever likes it.
/**
 * FrensWave.css
 * For /Our/yans by Anonymous
 */

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px var(--piss-yellow), 0 0 20px var(--piss-yellow), 0 0 25px var(--piss-yellow), 0 0 30px var(--piss-yellow), 0 0 35px var(--piss-yellow);
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 15px var(--piss-yellow), 0 0 20px var(--piss-yellow), 0 0 25px var(--piss-yellow), 0 0 30px var(--piss-yellow), 0 0 35px var(--piss-yellow), 0 0 40px var(--piss-yellow);
  }
}

@-webkit-keyframes glow2 {
  from {
    box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px var(--piss-yellow), 0 0 1px var(--piss-yellow), 0 0 1px var(--piss-yellow), 0 0 1px var(--piss-yellow), 0 0 1px var(--piss-yellow);
  }
  to {
    box-shadow: 0 0 6px #fff, 0 0 6px var(--piss-yellow), 0 0 6px var(--piss-yellow), 0 0 6px var(--piss-yellow), 0 0 6px var(--piss-yellow), 0 0 6px var(--piss-yellow), 0 0 6px var(--piss-yellow);
  }
}

body {
	background: #1E1E1E;
	background-image: url('https://i.imgur.com/6TePE0Z.jpeg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fdd404;
	font-family: sans-serif;
	font-size: 12px;
	text-shadow: #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px;
  --main-blue: #262777;
  --main-purps: #61129f;
  --piss-yellow: #fdd404;
}
span.quote {
	  color: #FFF;
    text-shadow: #379f12 1px 1px 1px, #379f12 1px 1px 1px, #379f12 1px 1px 1px, #379f12 1px 1px 1px;
}
h1 {
	font-size: 20pt;
	text-align: center;
	letter-spacing: 0px;
}
div.title, h1 {
	/*color: #32DD72;*/
	color: var(--main-blue);
	font-family: Arial, Helvetica, sans-serif;
	animation: glow 1s ease-in-out infinite alternate;
}
div.title p {
	font-size: 10px;
}
a:link, a:visited, .intro a.email span.name {
	color: #CCCCCC;
	text-decoration: none;
	font-family: sans-serif;
}
a:link:hover, a:visited:hover {
	color: #fff;
	font-family: sans-serif;
	text-decoration: none;

}
a.post_no {
	color: #AAAAAA;
	text-decoration: none;
}
a.post_no:hover {
	color: #32DD72 !important;
	text-decoration: underline overline;
}
div.post.reply {
  /* animation: glow2 0.5s ease-in-out infinite alternate; */
	margin: 0.4em 4px;
	background: #262777;
	border: #f9ca08 1px solid;
	box-shadow: 0px 0px 4px 2px #f9ca08;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;

}
div.post.reply.highlighted {
	background: #555;
	border: transparent 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
	color: #CCCCCC;
}
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
	color: #32DD72;
}
.intro span.subject {
	font-size: 12px;
	font-family: sans-serif;
	color: #33afb6;
	font-weight: 800;
}
.intro span.name {
	color: magenta;
	font-weight: 800;
}
.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  color: #32DD72;
	margin-left: 0;
}
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
	color: #32ddaf;
}
input[type="text"], textarea, select {
	background: var(--main-blue);
	color: var(--piss-yellow);
	text-shadow: #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px;
	/*! border: var(--piss-yellow) 1px solid; */
	padding-left: 5px;
	padding-right: -5px;
	font-family: sans-serif;
	font-size: 10pt;
}

input[type="password"] {
	background: #333333;
	color: #CCCCCC;
	border: #666666 1px solid;
}
form table tr th {
	background: var(--main-blue);
	color: #FFD507;
	font-weight: 800;
	text-align: left;
	padding: 0;
}
div.banner {
	background: #32DD72;
	color: #000;
	text-align: center;
	width: 250px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
div.banner a {
    color:#000;
}
input[type="submit"] {
	background: var(--main-blue);
	border: #888888 1px solid;
	color: var(--piss-yellow);
}
input[type="submit"]:hover {
	/*background: #555555;*/
	border: var(--piss-yellow) 1px solid;
  box-shadow: 0px 0px 4px 2px #f9ca08;
	/*color: #32DD72;*/
}
input[type="text"]:focus, textarea:focus {
    /*border:var(--piss-yellow) 1px solid; */
	  box-shadow: 0px 0px 4px 2px var(--piss-yellow);
}
p.fileinfo a:hover {
	text-decoration: underline;
}
span.trip {
	color: #AAAAAA;
}
div.pages {
	color: #AAAAAA;
	background: #333333;
	border: #666666 1px solid;
	font-family: sans-serif;
	font-size: 10pt;
}
div.pages a.selected {
	color: #CCCCCC;
}
hr {
	height: 1px;
	border: #ffd507 1px solid;
}
div.boardlist {
	color: #999999;
    background-color: rgba(12%, 12%, 12%, 0.10);
}

div.ban {
	background-color: transparent;
	border: transparent 0px solid;
}
div.ban h2 {
	background: transparent;
	color: lime;
	font-size: 12px;
}
table.modlog tr th {
	background: #333333;
	color: #AAAAAA;
}

.desktop-style div.boardlist:not(.bottom) {
  text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
  background-color: #666666;
}


.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
  background-color: rgba(30%, 30%, 30%, 0.65);
}

div.report {
	color: #666666;
}

/* options.js */
#options_div, #alert_div {
	background: #333333;
}
.options_tab_icon {
	color: #AAAAAA;
}
.options_tab_icon.active {
	color: #FFFFFF;
}

#quick-reply table {
	background: none repeat scroll 0% 0% #333 !important;
}
.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* fix spoiler text */
span.spoiler {
	text-shadow: none;
}

span.spoiler:hover {
	text-shadow: #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px, #61129f 2px 2px 2px;
}
Replies: >>3533 >>3545
>>3532
It's entirely possible they dropped it or altered it at some point, I didn't stick around to find out. They acted like such cunts about it being questioned that was it for me and that site.
Replies: >>3534 >>3540
>>3533
So how come you're still on here when Ouryans talk about day of the rake daily and meme/moan about Canadafags?
Replies: >>3535
>>3534
I honestly don't know. I'm trying to give this site a chance. But this is its third now.
Replies: >>3537
There's something about the place that keeps telling me to try and stick around.
6TePE0Z.jpeg
[Hide] (2.1MB, 2560x1440)
>>3535
Welp, good luck. Tried 8chan after 4chan shut down but didn't like that one. Stuck around here but it's been a bit slow lately.

Anyway, picrel is the background that was supposed to be part of frenswave. Also it will need some touchups since the posts don't have a background when hovering over a post link.
Replies: >>3538
>>3537
Yeah 8moe is run by some huge faggots that talked about turning users over to UK authorities based on baseless schizo inner circlejerk conspiracy theories.
Been more or less everywhere over the years. Figure if I just avoid /pol/ altogether I might have a better experience, since they're so fucking OCD about /pol/ they're smothering it.
Guess we'll see.
FREEHOOKERS-with-PURCHASE.png
[Hide] (464.9KB, 777x777)
>>3531
That's BULLSHIT, and you KNOW it
The whole FrensPass thing was a JOKE.
All you had to do was click on the pic anyway..
You fucking KIKESUCKING LIAR
Replies: >>3540
>>3539
They literally had fucking captcha per post, and were advertising the frenspass as a way to get around it. That joke image wasn't even involved, and I argued with the mods over it, who straight up acknowledged it was a real thing.
>>3533
>It's entirely possible they dropped it or altered it at some point, I didn't stick around to find out. They acted like such cunts about it being questioned that was it for me and that site.
This was a couple years back, around the time they started the site.
Replies: >>3543
When they were still directly associated with naggers.net and naggers was listing them as their "endorsed" imageboard.
Replies: >>3544
Screenshot_2022-12-10_at_04-05-14_Important_message_from_Moderation.png
[Hide] (23.7KB, 1350x333)
Hey_sis!_What_is_this....JPG
[Hide] (887.4KB, 1488x1111)
jEWS_ROCK!.png
[Hide] (1.1MB, 1280x720)
frenopolis_sampler1.png
[Hide] (2.8MB, 1506x7333)
>>3541
I was there from the beginning.
They May have dabbled with ways to generate revinue since it was all shoestring, and they DID NOT ADVERTISE, but C'mon man.
You really think Stu pidasso and Hizzy were glowniggers?
Really?
REALLY?
Replies: >>3546
frenopolis_sampler2.png
[Hide] (2.9MB, 1464x7527)
>>3542
yes...AND?
Replies: >>3546
>>3532
BTW, before I forget.
TY Fren.
>var(piss-yellow),
LOLWUT?
>>3543
>You really think Stu pidasso and Hizzy were glowniggers?
Where did I say one word about that?

>>3544
And nothing, that was the timing.
Replies: >>3547
>>3546
>Where did I say one word about that?
You INSINUATED IT...HEAVILY.
FAGGOT.
Replies: >>3548
>>3547
>You INSINUATED IT...HEAVILY.
Where did I insinuate at all that the site was run by glowniggers? Can you link the post?
Lel all I said was they tried to use captcha per post evasion to sell frenspasses, then acted shitty when it and their answer that "the userbase demanded this" was questioned. Nothing to do with glowniggery at all.
Replies: >>3552
ClipboardImage.png
[Hide] (31.5KB, 993x269)
And there it is. Thought I probably archived it.
shit https://archive.is/L3vkI
IMG_0917.JPG
[Hide] (6.1MB, 3264x2448)
FUCK_YOU_DOOGIE!!-Me.mp4
[Hide] (12.3MB, 1080x2400, 00:31)
DOGE-BOT.png
[Hide] (2.2MB, 1058x1500)
Doge_BREAKS_the_ruse-2_of_45.png
[Hide] (182.2KB, 1400x1365)
IMG_0923.JPG
[Hide] (5.8MB, 3264x2448)
>>3549
OK, OK... I'll stand corrected.
But I will ALSO say that in the FC discussions about funding things like the server, the library and the back-up, they wanted to do something without adding advertising.
Stu had a Merch shop, which maybe got 14 purchases, the frenspass thing was brought up VERY EARLY as a way to generate revenue without selling ads--Yes, by many of the posters. As an option nothing more.
I was in those threads.
Apologies if I mistook yyou for the other Leaf Flag(s).
I, as well went through all the doge shit--was in fact an early target.
And it was also I who was integral in cutting that little cunt down to size. 
(Reprobus is NDS­­™, BTW)
Replies: >>3553
>>3552
I'll be honest with you frendo, I want to like you, but the whole constant doge referencing thing that goes on here, aimed at any/everyone who "questions things too hard", is really offputting and schizo-seeming.
Replies: >>3556
ClipboardImage.png
[Hide] (53.4KB, 434x205)
>literally advertising it as a captcha evade
Even if doge was actually someone who existed and was a problem, the way he gets brought up constantly, and anyone with any kind of moderation dispute gets accused of being him, just makes it seem like he didn't actually exist and is just a boogeyman label applied to whoever, to dismiss all their arguments and concerns outright.
Replies: >>3556
Ohhhh,_IF..gif
[Hide] (662.3KB, 400x227)
DogePack.jpg
[Hide] (144KB, 1280x720)
Kirilstanza.jpg
[Hide] (62.9KB, 474x474)
Cheshire_large-SeeYa-rolling.gif
[Hide] (5.5MB, 1024x1024)
>>3553
Ok... I Tried to explain.
In the VERY BEGINNING,(formative days of the Chan, if you will,) Many of us here were jubilant at a new chan that was the opposite of 4Troons/4Jeets.
MANY of us put in a lot of work--for free--(insert janny joke here<>) and the chan was chugging along with great progress and expectations from all.
Then, after ALL the VC meetings and other shit discussed, Doge(self-named) somehow wormed his way into the position of mod and wreaked the havok that not only turned off many of the newfrens here, but also branched out to spread his childish lies and disinformation to 4 chins, sharty--even WPOL.
His first action was to start trolling his own "Team" and then escalated to doing ALLL the things that anons bitch about, and even some new ones like EDITING POSTER'S Posts to change them and their meaning entirely.
Unprecedented fuckery.
This Chan is only 6 months old, so you see, unless you are like every other "Goldfish" out there who accept a new narrative every 2 weeks, these scabs are stil HOT
Ever spend days, WEEKS on building something up only to have some midwit cockholster sperm-gurgling chode-yodelling cumdumpster just come in and wreck it all?
THEN have the audacity to tell anyone who would listen that "It was ALL their Fault--I dindu NUFFIN!!"
there you have it.
>>3555
<WASTED
>Even IF
>pic 1
I have ALL the receipts. he also collaborated with the Unbalanced Buwgarian, Kiril/JackalJannie, who had a schizo, 3 day run as a janny on FC.
>pic 2
So you see... NO ONE who was here from the beginning and worked hard on making this the /Best/Chan gaives a flying fuck on a rolling doughnut **what you believe.
We lived through it.
That banner you see at the top? Chances are pretty good either I made it , or handled it.
Many other /our/frens did just as much if not more.
we can drop the DOGE shit, IF
heh
IF
(you) can drop the bitching about shit that can just as easily be solved by--
HEY! What you're doing now.
so good on ya anon; WELCOME aboard of you ARE one of us; but don't expect to just roll into a chan with history like a newfag and demand that people care what you think.
MAKE them care by poasting good content.
And if you are who I think you are, then you should know already who I am.
That would 100% explain the little nagging voice that keeps telling me to try again here. And again.
Replies: >>3563
Well,_officer,_you_see....jpg
[Hide] (173.7KB, 1000x750)
>That banner you see at the top? Chances are pretty good either I made it , or handled it.
I should stipulate..IN ANY OTHER Board.
I didn't make or handle the 2 here in /meta/
(After a prolonged search in fucky YT for a Davey and Goliath pic)
>>3561
I don't.
A CLOWN? Not a Jester?
IDK.
96d55b7443b2f8311b8948c987152deb0b5fd95659b2c23f7d4e12d442508aa9.jpg
[Hide] (108.4KB, 1075x1355)
Replies: >>3566
>>3565
/mooo/??
blankpaws.gif
[Hide] (316.4KB, 444x332)
I don't think you're RADAR is working, but I still think you could be an asset here...
you aren't the only one...
chips.webp
[Hide] (30.1KB, 640x480)
wtf is even going on itt tbh
Replies: >>3573 >>3574
7d6c1a62c15e815c8a7e419165450f7a62a74318404afa7c55118531f26d2519.gif
[Hide] (422.9KB, 475x240)
>>3572
Don't worry about it, goyim.
glorious-duck.webm
[Hide] (2.7MB, 640x360, 00:23)
>>3570
I agree.
Many have given up.
Don't mind the baggage, just carry on and I won't DOOGIEpost atcha anymore.
This place has the potential to be a real ...Something.
At the very least could pick up the reigns of pre-2015 4FAIL, and distribute memery troughout SocMed.
That would also make it a target.
I think the Glowniggers are just trying to stomp out as much as they can as early as they can, and must be bemused at how effective anons are at self-Sabotage.
lel.
>>3572
Just setting some ducks in a row
Replies: >>3578
I have to say I do like the theme and the general air of the place, the communal thing.
That has some real potential, you're right on that.
>>3574
I really dont feel it frendo. Idk.
Replies: >>3579 >>3581
>>3578
Idk I feel like enlightenment of what would make it work is just around the corner for some people. There is absolutely a desire for the kind of thing this could be. And there are definitely ways and places to shill it where the right place could draw.
But it has to be a place run by people with the right kind of attitude.
And that's as much as I'll say on it atm. Less is more.
Halloween_Seoul_Stampede_Terrifying_moment_a_man_escapes.mp4
[Hide] (1.6MB, 360x640, 00:20)
Lotus_belle.jpg
[Hide] (320.2KB, 1286x1080)
White_WAKANDA.mp4
[Hide] (25MB, 720x1280, 01:50)
>>3578
Then perhaps you aren't as "Plugged in" as you may think, Rus-Anon.
I don't say this as a jibe, but as an observation. I've been a poster in your myriad threads, all related ti "NI" as you put it, and you make some very egocentric assumptions about who's ever thought about what and how everyone else can't grasp these earth shattering concepts of yours.

Aside from the usual mixed bag of Shills and confounders here, I think you'll find that most posters are at least 1SD to the right or the bell, and many are 2SD. The membership may be smol, but it is highly creative, eloquent and tends towards thinking more deeply about subjects.
Yes, I'm including you in that, but you'll also have to concur that the task ahead of us--any task that involves going against the social riptide for tearing free of the slow deathmarch we've been born into.
The key here will be a synergy of social EXPOSURE of the Ideas, alongside DEMONSTRATION of positive actions and concrete examples of INTENTIONAL creation of such.

There is a natural tendency for anons, especially ones who claim Third positionist politics, to shy away from exposure to the mass and muddle of "Normals" or "NPCs" or "hylics" or whatever, and that tendency for self preservation, is there for good reason, but it also falls short of the larger goal--SELF-PRESERVATION.
Very difficult to have a constantly attacked for WRONGTHINK group stiffen their upper lip and stride defiantly into the morass.
That requires a peculiarly reckless sort of bravery.
I still hold that one* of the potentials here is meme dispersal, but another--similar yet opposite to yours perhaps, with the "Cloistered" society; Is that of real solutions for the need of networked White communities, White businesses, and how to accomplish this via both political and social means and methods.

Some think that plugging into the corrupt and FAILED political system on smaller scales--like taking over small towns and growing from there is the way.
Maybe...I'm somewhat dubious as to what happens when real growth begins.
Others propose intentional ethnocommunities that are linked through many different hub-like organizations. PMAs, mass land buys that don't zone, but the people on the land have tacit agreements--perhaps even written-- that the 20 families that live there have their OWN properties within that land, and these in turn are affiliated with Other groups with different modes, but tied by the common thread WHITES ONLY, WHITES FIRST, WHITES FORWARD.

I personally fall into the 2nd category, and think that an IDEAL way towards this is to continue to disperse redpills to the ravaged, broke and torn Whites who see no way to escape, THEN begin to have festivals, perhaps smaller and regional at first, later growing to larger with interconnected and OPENLY COMMUNICATING regional venues--Ideally LAND purchased and developed for this express purpose, and the proceeds go into paying and keeping the land in trust.

In turn these festival sites hold multiple festivals annually--perhaps even monthly to accommodate the greatest number of people's scheduling needs.
These festivals become not only a source of "Clean" respite from the ((( Onslaught ))), but double-even triple, as sources of connection to the other sites, and a vast resource of valuable information and even support for other Whites.
Imagine if you will, a "Festival" that serves as a Music festival, A workshopped marketplace of competing Ideas in politics and spirituality, a trade convention and a communications hub for other nationwide communities and groups all rolled into a weeklong camping trip held once a month and with very small fees related(relative to the kike ((( entertainment ))) bullshit like the Stupor-Bowel, or yet another drug-addled, merchandising nightmare in the mud like WOOD$TOCK '99 or LOL-a-pollution)
No. We can do better.
MUCH better.
It doesn't HAVE to EITHER pontificating and shitpoasting behind a keyboard ~OR~ Marching around the streets with Banners, Boots and Balacavas.
There is a MIDDLE Ground, and if we can take it, the way is clear for taking BOTH of the others.
Replies: >>3602 >>3603
I may just make a thread out of this, since it's OFF-TOPIC, even though the topic's goal has been achieved.
In fact...
Yes. 
I WILL.
Replies: >>3598
tittycat.gif
[Hide] (2.8MB, 317x301)
>>3582
>the topic's goal has been achieved.
<still no purple electrofrog theme available in the settings
>mfw (pic unrel I just forgot I had that one)
Screenshot_1.png
[Hide] (222.9KB, 714x538)
>>3581
>Then perhaps you aren't as "Plugged in" as you may think, Rus-Anon.

It wasn't me...it was another anon.

Looks like there are too many anons from Russia here.
8758567.jpg
[Hide] (34.2KB, 445x267)
>>3581
You know me, I'm an extreme optimist... I believe in places and people even when they don't believe in themselves.
Replies: >>3604 >>3636
>>3603
Welp!.. My mistake.
I thought the reversion of stance was odd.
Let's carry on forward
>>3603
yepper!
how hard is it to make a theme?
can users post one here or is that potentially a problem
[New Reply]
51 replies | 31 files | 15 UIDs
Connecting...
Show Post Actions

Actions:

Captcha:

- news - rules - faq - contact -
- telegram - simplex - irc -
jschan 1.7.3