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

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

0 users currently in AcmlmBoard Developer Zone | 2 bots

Main - AcmlmBoard Developer Zone - ABII: Bugfixes and Code Fragments
Next newer thread | Next older thread

Pages: 1 2 3 4

Emuz
Posted on 02-01-12 12:30 PM Link | ID: 4658
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 448/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Merged no self +1ing

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Emuz
Posted on 02-01-12 08:19 PM (rev. 2 of 02-01-12 08:27 PM by Emuz) Link | ID: 4771
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 459/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
The Grand Dip GreyMaria has an issue with the mail icon having a border in legacy FF3. Do we wish to fix it (border=0 may fix it)?

Also mention of the <base> tag was made.

15:15:24 Liliana | funnily enough
15:15:43 Liliana | <base> isn't filtered
15:15:46 Liliana | it isn't too bad here
15:15:53 Liliana | but on Jul you can steal the credentials that way.
15:16:03 Liliana | >_>
15:16:34 Liliana | because the Submit reply button is affected too, and on the old 1.x acmlmboards it transfers your username and password.
5:16:35 Liliana | uh oh!
15:18:54 Liliana | so if you have it redirect to a php file which does a silent redirect but makes sure username/password are saved nobody will notice
15:20:22 Liliana | I gotta admit, the <base> tag is really underused so it isn't surprising that nobody noticed this horrible exploit



Maybe we should build a filter for it?

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Kawa
Posted on 02-01-12 08:33 PM Link | ID: 4778
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 374/2423
EXP: 7974014
Next: 78796

Since: 01-01-12
From: The Netherlands

Last post: 2000 days
Last view: 315 days
lib/post.php, line 73: $tags=array('script','iframe','textarea','noscript','meta','xmp','plaintext','base');

Problem solved.


Emuz
Posted on 02-01-12 11:52 PM Link | ID: 4824
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 461/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Gywall's replacement for the sprite's Random Number Generator..

// Redone the roll [Gywall]
// If I broke anything, blame the rabbits. :)
$monRarity = rand(0,6464646)%100;
$monRequest = @mysql_result("SELECT count(*) FROM sprites WHERE rarity <= ".$monRarity);
$monNumpty = rand(0,6464646)%$monRequest;
$monData = array();
$monData = mysql_query("SELECT * FROM sprites WHERE rarity <= ".$monRarity." LIMIT ".$monNumpty.",1");;



08:54:06 < Gywall> That should be pretty much it
08:54:33 < Gywall> Replaces lines 37 to 41 on that pastebin
09:01:04 < Gywall> In theory, that code *should* be compatible.
09:32:20 < Gywall> Default of 0
09:32:28 < Gywall> 0 = Common
09:32:39 < Gywall> 50 would be Uncommon/Rare
09:32:45 < Gywall> 99 = Ultra rare
09:32:55 < Gywall> Hell, 80 would be enough to call Rare
09:40:23 < Gywall> I'd say 0 = Common | 20 = Uncommon | 40 = Slightly Rare | 60 = Rare | 80 = Very Rare | 99 = Mew Tier


I worked with it a little bit but right now it doesn't work. I think it has something to do with the SQL. I wanted to document it here

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Kawa
Posted on 02-02-12 04:04 PM Link | ID: 4874
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 378/2423
EXP: 7974014
Next: 78796

Since: 01-01-12
From: The Netherlands

Last post: 2000 days
Last view: 315 days
"Mew Tier" is a misnomer. Mew does not appear in the game at all, no way, no how, and can only be recieved through external means.


Emuz
Posted on 02-02-12 04:07 PM Link | ID: 4875
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 469/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Indeed. However, his system he can call it what he wants. I think he was refering to the actual Mew sprite on in this system. :P

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Kawa
Posted on 02-05-12 04:31 PM Link | ID: 5307
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 492/2423
EXP: 7974014
Next: 78796

Since: 01-01-12
From: The Netherlands

Last post: 2000 days
Last view: 315 days
Item shop has an unclosed anchor tag. These days, we do #foo links by id, not by <a name=...>.

shop.php, line 248:
". "<br>
". "$L[TBL] id=status>



Emuz
Posted on 02-17-12 12:20 PM Link | ID: 6662
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 534/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
I tried to find in the code why there is a space between the Group name (IE: Administrator) and the name. I think we should close the gap. (and get rid of the _.png spacer? heh)

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Epele
Posted on 02-17-12 01:08 PM Link | ID: 6665
Site Administrator
The Sorceress.
Boing~

Level: 235


Posts: 674/20774
EXP: 200182719
Next: 1743173

Since: 01-01-12
From: UK

Last post: 813 days
Last view: 5 hours
Posted by Emuz
I tried to find in the code why there is a space between the Group name (IE: Administrator) and the name. I think we should close the gap. (and get rid of the _.png spacer? heh)


I found it. Neutered both.. About to push to git. ;)


The world could always use more heroes!

Epele
Posted on 02-18-12 11:54 AM Link | ID: 6715
Site Administrator
The Sorceress.
Boing~

Level: 235


Posts: 689/20774
EXP: 200182719
Next: 1743173

Since: 01-01-12
From: UK

Last post: 813 days
Last view: 5 hours
Fixed the empty thread title. Also made a minimum title length of 4 characters excluding whitespace (which should stop some very sloppy spam too).

< and similar turning into html when editing a post.. Since changing them every time you edit a post isn't fun.

And stopped the quick reply appearing in a closed thread.. which was.. a bit weird.


The world could always use more heroes!

KP
Posted on 02-20-12 08:32 PM Link | ID: 6978
Retired Staff
NES Game Aficionado
Level: 73


Posts: 159/1354
EXP: 3330890
Next: 154978

Since: 01-02-12

Last post: 1942 days
Last view: 1451 days
Might I suggest something about the spiffy new instant redirects? I believe the web2.0ish window that pops up telling you the post was a success is quite invasive. Could we plug that in between the end of the list of posts and before the warp whistle reply? And have it use the header bar image from the appropriate themes?



Kawa
Posted on 02-20-12 08:42 PM Link | ID: 6979
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 718/2423
EXP: 7974014
Next: 78796

Since: 01-01-12
From: The Netherlands

Last post: 2000 days
Last view: 315 days
Agreed. That might be much nicer.


Emuz
Posted on 02-20-12 08:55 PM Link | ID: 6991
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 546/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
That's actually how Bouche was going to do it. I'd have to say I would agree. I would like it inline with the rest of the forum better than a free-floating object now that I've used it for a while. (could have it optionally still free float per user's discretion)

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Epele
Posted on 02-20-12 08:57 PM Link | ID: 6992
Site Administrator
The Sorceress.
Boing~

Level: 235


Posts: 746/20774
EXP: 200182719
Next: 1743173

Since: 01-01-12
From: UK

Last post: 813 days
Last view: 5 hours
Posted by KP9000
Might I suggest something about the spiffy new instant redirects? I believe the web2.0ish window that pops up telling you the post was a success is quite invasive. Could we plug that in between the end of the list of posts and before the warp whistle reply? And have it use the header bar image from the appropriate themes?

I went based on information I was given originally which pointed me to placing it at the top.

Might try testing out moving it to new locations tomorrow.. and support for edit post too.


The world could always use more heroes!

Emuz
Posted on 02-20-12 09:05 PM Link | ID: 6994
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 547/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Yeah, I may not have been 100% clear, I think I wasn't all there when you asked me about it. For clarity I'll retype it, just in case :)

Bouche's original idea was a table block, (similar to the ones that have the query and "powered by Acmlm" image at the footer of the page.) and have it show between the header/menu block and the start of the page data (on a thread it would be before the thread title and new reply line. for example)

If there was an error it would return you to the previous page with the block saying why it was error state'd.

That's what Bouche and I discussed anyway

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Emuz
Posted on 03-22-12 02:02 PM Link | ID: 10147
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 624/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Mega-Mario | also editpost shouldn't allow dummy edits like that
Mega-Mario | I could make a script that continually sends POST requests to editpost and flood the database :P


Good point, I never noticed that. Adding it to the important list.

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Arisotura
Posted on 06-19-12 07:39 PM Link | ID: 17284
Developer
pancakes
Level: 83


Posts: 243/1868
EXP: 5395460
Next: 36761

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Looks like we got duplicate users:
Gohan - Finops

Apparently the two requests have been processed at the same time, and the 'username already taken' check missed it.

Adding a UNIQUE index to users.name would prevent that (and potentially speed up certain parts of the board).

Similarly, the register process could be optimized a little bit:
* I'm for removing chkproxy(). Does it provide any benefit that outbalances the time it takes to complete? (not to mention that it could be a vector for DoS attacks)
* the 'username already taken' check could be optimized too. The str_replace() part can be ported to SQL. Also is there a reason that all str_replace()s there are done twice?

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Emuz
Posted on 06-19-12 09:10 PM Link | ID: 17316
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 739/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Posted by Mega-Mario
Looks like we got duplicate users:
Gohan - Finops

Apparently the two requests have been processed at the same time, and the 'username already taken' check missed it.

Adding a UNIQUE index to users.name would prevent that (and potentially speed up certain parts of the board).

Similarly, the register process could be optimized a little bit:
* I'm for removing chkproxy(). Does it provide any benefit that outbalances the time it takes to complete? (not to mention that it could be a vector for DoS attacks)
* the 'username already taken' check could be optimized too. The str_replace() part can be ported to SQL. Also is there a reason that all str_replace()s there are done twice?


Please remove the chkproxy() POS, and go ahead with the optimization to the sql/improvement of the username duplicate check.

Please provide me a sql query in the sql thread so I may apply it quickly to the live board.

As for the double str_replace() may be the display name system. It needs the same checks. Frankly if we function the filter out we could make it easier to alter or add to later.



The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain

Arisotura
Posted on 06-19-12 10:03 PM (rev. 2 of 06-19-12 10:06 PM by Arisotura) Link | ID: 17344
Developer
pancakes
Level: 83


Posts: 244/1868
EXP: 5395460
Next: 36761

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Nah, about the double str_replace() thing, I meant:
$cname=strtolower($name);
$cname=str_replace(' ','',$cname);
$cname=str_replace(' ','',$cname);

Any reason it's done twice?

Also, if we go for cleaning register.php up, I'm also for removing all those old hacks (SamuraiHax, pass=='asdf', pass='itsatest'...).

Edit- oh right, I get it. The second pass replaces character 0xA0 (unbreakable space). Hmm... I wonder if \s in a regexp would match that space...

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Emuz
Posted on 06-19-12 10:33 PM Link | ID: 17374
Site Administrator

11 Hit Combo:
Mother's Rosario
Level: 108


Posts: 740/3392
EXP: 13210866
Next: 309633

Since: 12-30-11
From: Akron, Ohio; USA

Last post: 115 days
Last view: 17 hours
Yeah it's that second white space char.

The 'hax' all can be removed. I am surprised I didn't do it last time I did a clean out. All of those apply to board2 specifically anyway.

The Dynamic Profile Administrator™


"Never Knows Best"
Note: if you can see this my layout broke. ALL THE CREDITS WILL BE REVEALED!!
'Victory Noriko' by @thatsheepagain.
'Chibi Dance Noriko' by @Haru__Kitsu.
'Deity's Night Out (Featuring Gabbie)'
by @thatsheepagain
Noriko Emotes by @Haru__Kitsu.
Side Bar Noriko by @thatsheepagain
'Noriko's Nature Walk' by @projectTiGER_
Emotive Noriko by @thatsheepagain.
"Space Candy Noriko" by BerryVerrine.
"Super Sharp Noriko" by Xionfes.
A gift illustration from the wonderful EverKinzPony!
"Magical Girl Noriko" by @cute_hospital!
"Patient Chibi Noriko" by @Ruii_ki!
'Dapper '60s Noriko' by @thatsheepagain.
'Shiny Chibi Noriko' by @inioli.
'Flower Veil Noriko' by @Sushiee_.
'Noriko in Realism' by @_Sarybuu.
'Noriko's Midnight Adventure' by @projectTiGER_
'Yukata Noriko' by @yunyunmaru_
'Birthday Wishes Noriko' by @thatsheepagain
Pages: 1 2 3 4


Next newer thread | Next older thread
Main - AcmlmBoard Developer Zone - ABII: Bugfixes and Code Fragments


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

Page rendered in 0.110 seconds. (981KB of memory used)
MySQL - queries: 225, rows: 744/779, time: 0.078 seconds.