Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,952,583
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
03-28-24 08:25 PM
Guest: Register | Login

Main - Posts by Arisotura

Pages: 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

Arisotura
Posted on 03-31-15 11:41 AM, in Happy Birthday StapleButter! Link | ID: 83985
Developer
pancakes
Level: 83


Posts: 741/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Hah, thanks guys :D


Yay, oreos! :)

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-01-15 11:02 PM, in Kafuka and Kuribo64 have been merged into Magnum64, Sunshine Realm becoming a sister board Link | ID: 84042
Developer
pancakes
Level: 83


Posts: 743/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
never ever

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-06-15 08:36 PM, in Suggestion: add header() directives regarding caching Link | ID: 84235
Developer
pancakes
Level: 83


Posts: 744/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Title says it all.


Caching isn't a problem in most cases, but for example, when I use mobile internet, it goes through a proxy that caches shit aggressively. On these boards, it often causes stale pages to be returned.


There are header() directives that can fix that. Blargboard, AB2.064 and Jul have some.


header('Content-type: text/html; charset=utf-8');
header('Cache-control: no-cache, private');
header('X-Frame-Options: DENY');

The headers sent by AB2.064. The second line is the one about caching. First tells the browser that the output is UTF8, third prevents embedding the board in framesets/iframes.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-08-15 04:05 PM, in Opinion: $L or no $L (I needed a test poll.) Link | ID: 84317
Developer
pancakes
Level: 83


Posts: 745/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
$L made sense back in the early web days where CSS wasn't really a thing, because attributes for color and such had to be repeated for every element. But now, well...

All it does is allow you to type less (although [] are kinda painful on an AZERTY keyboard).

I personally find natural HTML more readable.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-08-15 06:08 PM, in Link | ID: 84321
Developer
pancakes
Level: 83


Posts: 746/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
this is shit


also pee in a brick

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-12-15 12:09 PM, in the thread has farted Link | ID: 84395
Developer
pancakes
Level: 83


Posts: 747/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
omg, people asked shit in this thread


TEH THREAD IS NOT DEAD

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-24-15 02:51 PM, in Luigi's Super Star Insanity Search (Music in progress) Link | ID: 84621
Developer
pancakes
Level: 83


Posts: 748/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Userbars are still a thing in 2015? o_O

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-27-15 12:54 PM, in PHP Deprecated functionality Report Link | ID: 84676
Developer
pancakes
Level: 83


Posts: 749/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Probably this line:

$s= preg_replace('@&(\d+)&@sie','max($1 - '.$post['num'].', 0)', $s);


But from an older version.


(also damnit some of the toolbar buttons are confusing; I thought [] was for code)

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-28-15 11:11 PM, in The 2.5.3pre Bug report Link | ID: 84708
Developer
pancakes
Level: 83


Posts: 750/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
A fix could be fetching the last post's date directly. Unless you modify that too.


AB2.064 just gets rid of the doublepost restriction. Instead, it limits you to one post every 30 seconds on the whole board (the user's last post date is stored in their users table row).

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-28-15 11:30 PM, in The 2.5.3pre Bug report Link | ID: 84710
Developer
pancakes
Level: 83


Posts: 751/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Alternately, you can use $thread['lastid'].

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 04-28-15 11:48 PM, in The 2.5.3pre Bug report Link | ID: 84712
Developer
pancakes
Level: 83


Posts: 752/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Yes, but it only does that if the post you're editing is the last post. So in fact, the value doesn't change. (and you might as well just not change lastid at all)

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 05-03-15 06:04 PM, in Unimportant notice of unimportancy Link | ID: 84809
Developer
pancakes
Level: 83


Posts: 753/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
this can't be more important than my ass


how dare you

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Arisotura
Posted on 05-10-15 02:33 PM, in May KCS Rankings (5/31 - If you manage to render Lili unable to eat, you've done everything right.) Link | ID: 84960
Developer
pancakes
Level: 83


Posts: 754/1868
EXP: 5395513
Next: 36708

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
I'm skinny... except not.


I tend to gain weight when going to hotels and such, because they have that tendency to serve large, generous meals. I generally don't eat that much.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?
Pages: 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


Main - Posts by Arisotura


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.085 seconds. (849KB of memory used)
MySQL - queries: 146, rows: 491/523, time: 0.066 seconds.