/qa/ - Questions and Answers

Keeping the community together by giving you a voice


If you want to see the latest posts from all boards in a convenient way please check out /overboard/

Name
Email
Subject
By clicking New Reply, I acknowledge the existence of the Israeli nuclear arsenal.
Comment
0
Select File / Oekaki
File(s)
Password (For file and/or post deletion.)

I mek code.jpg
The rewrite of the code
Pupper
Admin
No.4560
4571 4928 4930
It is I, Pupper, and I am doing a complete rewrite of the code, and wanted to get some input from you dear Anons on what wishes you have. My hope is to make the site more robust and userfriendly, and succeed on both these goals (or at leas not make it worse).

But before I get too far into the new code I thought I'd open up for input on features and improvements you want to see. It is still early in development and it is therefor still easy to change things before I weer of into a wrong direction and paint me into a corner. I am not planning on changing the overall look or function of the site just improving on what we have.

If you got any ideas, suggestions, grievances or fun jokes I am happy to hear them all. Developing something without knowing what you guys want can easily end in sorrow, so I want to avoid that with this preemptive strike asking for what you want to see.

I am looking forward to your input and I will note it all down (in this thread) and us it as help when developing the new code. I am not sure when the new code will be complete so I can sadly not make any promises in that regard, but I can promise I have begun with the rewrite.

- Pupper
33 replies and 13 files omitted.
Anonymous
No.4728
4746
>>4727
Hey, learning experience projects are the best projects. Besides, we had plenty of teething issues with the code when fallenPineapple first coded the place up, so we'll work through it all the same. We're here for 'ya, dawg.

I'd also like to suggest having higher-res icons for mobilefags, but I would very strongly advise caution and restraint for that, for the simple reason of mobilefags and your plan to have a fully functional mobile version of the site.
There are different favicon standards for Android, Android TV, iOS, Windows 8/10, Safari, and possibly more. It is extremely easy to go overboard, full force autism with favicons (as one glance at the output of https://realfavicongenerator.net will tell you), and I don't suspect anyone's tested if it's even possible to have special mobilefag favicons be switched up like in desktop browsers. But if you're insane enough to tackle it please don't for your sanity's sake mane, I hope you've got SVGs for the current black sun design handy.
As a side note, I'm also the OP of >>4299 →, and have zero issue with taking the brunt of the disgusting favicon generation autism should you go down that route. Maybe testing for functionality. i'm scared of the rabbit hole i've just opened god help me

Other than that, there is the minor detail of UID totals not being displayed in the page info at the bottom in threads that have IDs hidden. Unsure if an oversight or deliberate move, but something worth pointing out.
Pupper
Admin
No.4746
4750
>>4728
>Hey, learning experience projects are the best projects
So true, and thanks for support. Also sorry for late (really late) reply.

>I'd also like to suggest having higher-res icons for mobilefags
I'm thinking of using plain PNG as favicon as all browses support that. Hopefully it will also lead to less pain in getting it working at different resolutions. But I will do some digging and all that when I wan't a little break to do something different and have some non-system-breaking fun. It would also as you say (or hints) be good to have icons that reflect the OS and don't break the overall look and feel of the OS GUI. Also I suspect my brand of autism will make me do it. Breaking an UI quickly becomes an eyesore and a deepfelt need to fix.

>Other than that, there is the minor detail of UID totals not being displayed in the page info at the bottom in threads that have IDs hidden. Unsure if an oversight or deliberate move, but something worth pointing out.
The reason UID count don't show up on pages with hidden IDs is because it is generated by JS that counts IDs it can see. And since there is no IDs to see it don't know what to do. In new code it would be easy to add UIDs to threads with hidden IDs, but there is upsides and downsides by showing it.
Anonymous
No.4750
Screenshot from 2019-05-22 22-17-27.png
Screenshot from 2019-05-22 22-22-14.png
1533321033107.png
File (hide): 3F4626EB51222D37A75E8ECE6FE63CCE-361728.zip (353.3 KB, Listing of : C:\____\mlpolbackup_backups\backup\qa\src\1558576336618-3.zip Size Date Time Name -------- -------- ------ --------- 1469 23-05-19 03:41 favicon-16x16.png 440 23-05-19 03:41 html_code.html 27320 23-05-19 03:41 mstile-150x150.png 49994 23-05-19 03:41 android-chrome-192x192.png 426 23-05-19 03:41 site.webmanifest 214501 23-05-19 03:41 android-chrome-512x512.png 1063 23-05-19 03:41 README.md 21424 23-05-19 03:41 safari-pinned-tab.svg 15086 23-05-19 03:41 favicon.ico 3026 23-05-19 03:41 favicon-32x32.png ......... (only showing the 10 first files) ......... , favicon_package_v0.16 (1).zip)
favicon_package_v0.16 (1).zip
>>4746
>I'm thinking of using plain PNG as favicon as all browses support that.
It's not a bad idea at all, but the only problem with that is scaling down to lower resolutions, which could fuck up the pixart of the changed favicons, especially the (!).
Thing is, ICO files actually have multiple different resolutions of icon inside the file, going from 16x16 (the familiar favicon size) to 256x256 in steps of 16, 24, 32, 48, 64, 72, 96, 128, and then 256. You can see a breakdown of all the sizes in pics related, including our current one.
Thankfully, you don't need to make every individual step: just 16x, 64x, and 256x should be good enough, and the software scaling takes care of the rest. ICOs also do PNG compression since Vista, so they can stay compact as well.
GIMP will export to ICOs in a snap, so accounting for the increments in pixart should be easy.

The "fun" part comes from the various mobilefag implementations of favicons. I'll just attach what https://realfavicongenerator.net gave me for pic #3 to show you the depths of webdev cancer that our favourite tech giants have decided to 'grace' your <head> and webroot with. I told you this was one hell of a rabbit hole!

Anyway, enough autism from me for today.

>So true, and thanks for support. Also sorry for late (really late) reply.
You're welcome, and don't sweat it.
Anonymous
No.4881
4882
10898__safe_artist-colon-conicer_derpy hooves_derpibooru_503_aaaaaaaaaa_animated_bipedal_computer_derpy hooves tech support_dialogue_female_frown_hoof .gif
Rewrite the imageboard backend in C++
No balls
Pupper
Admin
No.4882
4883 4887
>>4881
I did consider (not too seriously) writing it all as an standalone OS, but it would be way too much work. Perhaps after I am done with the Asp Net Core C# version I will find myself in a position where trying to writing it in C++ allures me into its embrace. Playing with a low level language again does sound like fun.
>I do like having full control
Anonymous
No.4883
4884
>>4882
It's fun, and it helps you get a better grasp of the language. But yeah, I understand. I spent a year writing an imageboard in C++, but kind of lost my focus on it about 90% of the way through.

It is pretty fast, though, with post times of about 150ms at 1.8 million posts site wide
Pupper
Admin
No.4884
4885
>>4883
I have to admit I do like the idea of once more be able to fully control threading, locks, pointers and all the good stuff you can do with full low level control. And tweaking it into running lighting fast is one of the fun parts. But I imagine one of the main bottlenecks will be the DB and optimizing queries. I don't think I will be able to write an DB equivalent that is anywhere near what current iterations is capable of.
>Plain Ansi C have, and will always have, a big place in my heart
Anonymous
No.4885
4886
>>4884
I've just been using the MySQL connector library. It allows you to make prepared statements and queries natively. And yeah, DB optimization is the main bottleneck. The right DB index in the right place can turn a 10 second query into 100 milliseconds
Pupper
Admin
No.4886
>>4885
It is truly amazing what the right indexing will do.
Anonymous
No.4887
4888
>>4882
>Playing with a low level language again does sound like fun.
I heard is like God mode, while the code runs lighting fast because less CPU cycles needed.
Anonymous
No.4888
>>4887
Yes, low level languages are extremely fast compared to languages like PHP, Java, or Ruby
It also has the added fun of running your software on really old or esoteric systems, like a Pentium II, for shits and giggles
Anonymous
No.4905
4906 4907
It would appear that reporting is based in some way off of IDs, as when I tried to report https://mlpol.net/sp/res/4143.html#q13337 I kept repeatedly getting "Undefined index: id" errors.
Also, take a look at that post if you would and give it a hit.
Anonymous
No.4906
4907
>>4905
Oh, might not be an issue. I think I just had the thread open for fucking ages. Sorry.
Anonymous
No.4907
>>4905
Thats correct. All reports are linked to the UID that submitted them
>>4906
No worries
Anonymous
No.4922
4923
Hey Pupper, do you have an ETA on the completion of the new code now that you're about nine months into working on it?
Pupper
Admin
No.4923
4924
Internet Pony.png
>>4922
Hi I don't have an fixed ETA as I have been working a bit on again/off again on the code.
I have most of the user side of the code completed, and I'm working on getting the Moderator side of things complete. After I have the basic of Moderator functions in place I will open it up for testing and feedback.
So hopefully in not too long I will have something up for testing. But I am a bit unsure on timeline as the upcoming festivities and family unions, but hopefully before Christmas or New Year I will have something up. Moderator side don't have to be as pretty and user friendly as user side to begin with.
I hope once you get to play with new code you will be pleased, and that it runs smoothly.
Anonymous
No.4924
2353125131.png
>>4923
Glad to hear it frend, thank you for all of your hard work. I'm looking forward to it, been excited for a lot of the features proposed here to be implemented.
Anonymous
No.4928
4931
>>4560
>I am doing a complete rewrite of the code
Does this mean NPFChan current version is going to be unmaintained and deprecated soon?
t. anon who is thinking about adding custom features to a imageboard and hosting one
Anonymous
No.4930
4931
>>4560
Oh yeah, when you expand a quick reply window you can shrink it vertically, but not horizontally. I know it's a bit 11th hour, but that's always bugged me a bit and if you could patch it that would be much appreciated.
Pupper
Admin
No.4931
068.png
>>4928
Sorry for late reply. Sadly I have to say NPFChan is currently not being further developed upon by me. Much of the expansions I made to the code I would not say were optimally included as I had to conform to what the code already did and squeeze my patches in there. So starting from a clean slate was a much better prospect for me going forward.

>>4930
>Oh yeah, when you expand a quick reply window you can shrink it vertically, but not horizontally.
This is an error I am aware of and share your feelings about it, and I have fixed in new version. All the JavaScript is created from scratch for the new codebase and hopefully fixes all problems/shortcomings (and don't introduce new ones).
Anonymous
No.4947
4948
Is the code done and in the process of integration, or what?
Pupper
Admin
No.4948
4949
oiqhQZ.jpg
>>4947
Doing the finishing touches and getting all the functions working. Then I will get people on staff do some testing and give feedback. When all this is done (or while this is being done) I have to write some code to get all the data into the new database structure. I have chosen to wait with creating the Archive as it isn't an priority at the moment.
But long story short, we're closing in on the end.
Anonymous
No.4949
4950
>>4948
Okay. I recently noticed an issue where when you link to another thread and you're using the last 50 posts button, clicking on the link to the other thread will result in a 404. Not sure if that's been fixed in the new version, but thank you for all of your hard work friend.
Pupper
!!cuKCTOUMqQ
No.4950
>>4949
I know about the problem, and it is fixed in the new code. The reason this happens is that the "Last 50 post" page isn't generated unless there is 50 replies, and when you are on a "Last 50 posts" page it only links to other "Last 50 posts" pages, or assumes all pages have a "Last 50 post" kind of page, so links to new Thread will result in an 404. (To use a long way, and some bad sentence building, to explain it)
Anonymous
No.4951
4952 4953
Writing a Simple Operating System from Scratch.pdf
vdvd
Anonymous
No.4952
>>4951
You can post pdf files even if they are disabled in the config files. Any fix for this?
Anonymous
No.4953
1346284971.kitsunequeen_goldenglow.png.jpeg
>>4951
It's gold. Thanks.
Anonymous
No.4960
4961
hi, how do you make a youtube appear with the [embed] link after it like lynxchan? Is it css or Java? Thanks
Anonymous
No.4961
>>4960
https://www.youtube.com/watch?v=dEnrjImJeBs
Anonymous
No.4976
4977
...
Soon™?
Pupper
Admin
No.4977
4978
>>4976
I have beta of code running on a test server so ironing out kinks and adding functionality needed. And I still have to work out moving all the current data to new database too so hopefully that won't take too long. Motivation unfortunately also plays in on when it will be completed, not every day I am motivated to mess around with the code.
Anonymous
No.4978
>>4977
>not every day I am motivated to mess around with the code.
Checked.
Better to wait, to fix bugs is a downer.
Anonymous
No.4979
4984
Are you going to fix the bug where people can make Empty Posts?
Anonymous
No.4980

Anonymous
No.4981
4982
See?
Just like that, by clicking New Reply with an empty text box, it's possible to create an Empty Post.
Some asshole could probably fill a thread with shittons of empty posts to make it hit post limit, permanently locking it.
You could fix this by making all posts require a minimum of 1 letter before they can be posted.
That way someone could still do the whole "One letter per post" thing so people can still press F to pay respects while saying nothing else.
Anonymous
No.4982
4983 4984
>>4981
I don't think it should be removed. It can be funny in moderation, and we already have a report feature for if people are spamming it.
Anonymous
No.4983
4984
>>4982
You're right.
Can mods unlock threads that have reached the post limit?
Pupper
!!cuKCTOUMqQ
No.4984
4985
>>4983
>Can mods unlock threads that have reached the post limit?
There is a bug in the current code that results in threads that reach 1000 replies starts bumping again. I am not sure I will add this bug to new code or add functionality to keep certain (un-pinned) threads be without bumplimit as it is an edge case.

>>4979
>>4982
As of now the new code don't allow blankposting, but if it is a desire for it and after talking to staff they want it too it can easily be changed.
Anonymous
No.4985
4986
>>4984
Will the current archived threads remain intact in the new code, or is it time to panic and begin manually archiving all of the threads I want to revisit?
Pupper
Admin
No.4986
>>4985
I will not move to new code until all threads (current and archived) are moved to it and functioning. So no need to worry. I just hope that this won't be a big task and delay moving to new code too long. I have to admit I haven't started looking into the movement yet. Thought it was best to wait until I had the entire new database structure hammered out and set in stone.
Anonymous
No.5018
5019
Could a built-in "Post polls with designated time limits attached to posts" system be added to the site?
Also
The bottom of every thread has a clickable "Auto-Refresh" thing you can click to turn auto-refreshing off. Could one of those be added to the top of threads, too?
It would make viewing the site in mobile mode more convenient since you wouldn't need to scroll to the bottom before you can turn off auto-refreshing.
A Mobile Mode that hides all images by default to increase load times would also be great, but then again I could see shill bastards turning that on so they don't have to look at horse pussy. Maybe add the ability to flag your images as "Load no matter what, even in mobile mode".
Pupper
Admin
No.5019
>>5018
>Could a built-in "Post polls with designated time limits attached to posts" system be added to the site?
It would be possible, but not in any plans at the moment as there is several 3rd party sites that has all the functionality built in. One solution that might be better and cleaner is to add embedding of, as an example, Strawpoll links like for YouTube videos.

>The bottom of every thread has a clickable "Auto-Refresh" thing you can click to turn auto-refreshing off. Could one of those be added to the top of threads, too?
>It would make viewing the site in mobile mode more convenient since you wouldn't need to scroll to the bottom before you can turn off auto-refreshing.
I will add this functionality to the new code. But if you want to turn it off for all threads there is an option in the [Options] menu to turn off Auto update by default.

>A Mobile Mode that hides all images by default to increase load times
I'll look into this as of now there is just an simple "hide all images" (still loading them). I will look into changing that code to not load unless revealed. An option to "Load no matter what, even in mobile mode" I don't think I will put in any work to do because it will add an extra flag to keep track of and would add unnecessary complexity that two lines of custom JS would render useless.
Anonymous
No.5025
5026
[Go to bottom] on mobile doesn’t work.
t. iShit.
But mobile has quick reply box so that’s a bonus.
Pupper
## Admin
No.5026
5028
>>5025
>[Go to bottom] on mobile doesn’t work.
Looks like Apple chose to do their own thing, since iOS 8, and break RFC 1738. And because they are as big as Microsoft was during the IE era (especially on mobile) they get away with it with good help from kool-aid and fanboys. I'll do some testing and try to implement the workaround to force Apple to acknowledge there is an Anchor link in the URL.
( https://stackoverflow.com/questions/22643032/anchor-tag-doesnt-work-in-iphone-safari )
Anonymous
No.5028
>>5026
Thank you for answering, and good luck on the workaround.
Also, fuck apple.
Anonymous
No.5029
5030 5038
Hey Pupper, i've noticed a Bug. the "Go to top" Button at the bottom of the page does nothing,at least it doesn't for me.
Anonymous
No.5030
5031
>>5029
>It works fine in Firefox.
Anonymous
No.5031
>>5030
Im Using Chromium based browser.
Anonymous
No.5032
5033 5038
I don't like that files have a random hash as it's default file name, rather than chronologically increasing numbers. it makes downloading something and leaving it in a file easy because chronologically increasing numbers means files will be chronologically ordered automatically. as of right now, there is no chronological file name if a file has a user-given name making file organization even harder. I don't like it, and want it reversed.
Anonymous
No.5033
5034
>>5032
>there is no chronological file name if a file has a user-given name making file organization even harder
I prefer the random name, it makes it harder to our adversaries to keep track of the posts. Also it has the advantage to avoid to rename every file before to post it.
Anonymous
No.5034
5035 5038
>>5033
>post tracking
for all practical proposes a unique hash is hardly different from a unique number. searching either will yield the same results, in finding a specific post. If the date of a post is already listed, a chronological name is worthless. and I genuinely don't understand the second part of your post. I understand the preference. But the minimum I would want is an alternative download method like what 8kun has. But of course, I prefer how /mlpol/ did it like a week ago.
Anonymous
No.5035
5036 5037
>>5034
This reminds me of faggots wanting to dig archived threads. Why would you need to do that?
Anonymous
No.5036
>>5035
never said anything about archives, but as I said. I like how because the files are named sequentially, it makes downloaded files sort chronologically automatically, making file sorting very very easy.
Anonymous
No.5037
>>4562
It is absolutely trippy seeing my post from over a year ago in an active thread.
>>5035
Sometimes files get lost and we know we can find them in an archive due to unique filename or unique keywords in certain posts. Like map files, for example. Or a prediction that came true. Or an info dump. Or just lulzy conversations.
Pupper
## Admin
No.5038
5043 5057
>>5029
I'll check it, I know some browsers for some reason don't support Anchor links (RFC 1738). Or it could be that they don't like the "Last 50 posts" link format. Does this happen on "View all posts" pages or only "Last N posts" pages?

>>5032
>random hash as it's default file name
The Hash is an hash of the content of the fille so not a random hash. The reason this is done is so we don't have to save multiples of the same file.

>>5034
> But the minimum I would want is an alternative download method like what 8kun has. But of course, I prefer how /mlpol/ did it like a week ago.
So an link similar to "save as original filename" that downloads and saves files as the timestamp of when the post was made?
Anonymous
No.5043
5044
>>5038
Is it possible to align text to the right? I think I remember seeing it done before but I might also just be mistaken.
Pupper
## Admin
No.5044
>>5043
>Is it possible to align text to the right?
If you mean like a markup code for right alignment (similar to bold) not at the moment, but I will look into adding it (without breaking too much with css.
Anonymous
No.5045
5047
1587690380.png
Lmao, this is what happens when I click [Embed], then shrink it back down.
Pupper
## Admin
No.5047
5048
>>5045
I'll have a look at the javascript to see what might have happened.
Does this happen each time on your browser, or was this a one off? If happens each time what browser do you use?
Anonymous
No.5048
5049
>>5047
Each time. Safari browser.
Pupper
## Admin
No.5049
>>5048
I assume it is only on Twitter embeds this happens.
Anonymous
No.5057
5058
>>5038
No The "View all" and "Last n Post" Works fine. its the "Go to top" As well as the "Go to bottom" Buttons.
Pupper
## Admin
No.5058
5063 5067 5068
>>5057
I'll do some investigation to see if there is a workaround (I haven't gotten to it yet). Worst case I'll add some javascript that does the scrolling. I assume it is Safari browser (only one I can remember that don't work as of now with the "Go to top/bottom" links).
Anonymous
No.5060
5061
Just a question, but can I get an ETA for getting the archive back up? Thanks for doing the update btw, it all looks nice
Pupper
## Admin
No.5061
5062
>>5060
The old threads can be loaded now, only thing that is missing is a way to browse through them.
Aiming for better than what was, but as an quick fix I can create a list similar to how it was in old code while I work on a better system. So by tomorrow I should be able to have a simple list up and running.
Anonymous
No.5062
1588153794.png
>>5061
Thanks m8, I look forward to seeing it! Take a picture, friendo
Anonymous
No.5063
>>5058
Im Using a chromium based browser. Iridium
Anonymous
No.5066
yo fam where be the git repo of ASPNetChan?
Anonymous
No.5067
>>5058
It Works Now, Thanks Pupper!
Mods=gods
Anonymous
No.5068
>>5058
YESSSSS IT WORKS NOW. THANK YOU, THE GO TO BOTTOM BUTTON WORKS.
Pupper
## Admin
No.5243
5251
pb.jpg
Did a small update:
>Added Pagination where you can browse previous posts while retaining the limit on how many replies to show [Last n Replies]
>The View all/normal view of thread will now show all replies without limiting to last 1000 replies

Please give feedback if there is any problems you encounter or changes you want to see.
Anonymous
No.5244
5245 5247
036D7105-6E46-48F3-B636-D2576CCF9974.png
While I generally am support of things being as user friendly as possible, I also appreciate there being a certain learning curve to using this site. It needn’t be too intuitive. The learning curve keeps normies at bay, and ensures that the site will only be used by those with enough patience and intelligence to figure out how it works. Like solving a puzzle in order to unlock a door. Not that I am against improving the site but this is omething that you might take into consideration.
Anonymous
No.5245
>>5244
There is something to be said for not making things too easy especially since most of our new arrivals cant even be sussed to read the OP of the very obvious newfag thread, which even when collapsed displays the policy page in a very obvious and deliberately labelled link.
Anonymous
No.5247
my-little-pony-mlp-art-Princess-Luna-3988216.png
>>5244
>The learning curve keeps normies at bay
Yes!
Pupper
## Admin
No.5248
5252
Regarding JFIF files and user having problems uploading them. JFIF is supported and most likely reason for problem is that either the file is a different image format (that is unsupported) or that it is corrupted. You can try using Gimp or another editor to view image properties on the image you have trouble uploading to make sure it is an JPEG image. If it says JPEG and you still have trouble please use this thread or create another one on >>>/qa/ to continue inquiring about it.
Pupper
## Admin
No.5249
qww.png
Going to do a little maintenance hopefully it won't take too long or affect site too much.
Anonymous
No.5251
>>5243
Awesome! Thank you so much Pupper, you are amazing!
Anonymous
No.5252
>>5248
Is there a way to randomize the order images show up in on Ponerpics?
Anonymous
No.5257
5258
The thread >>>/mlpol/282598 → Anonfilly Thread - Playtime Edition, has currently 722 posts, it passed the bumping limit; however it is my understanding that it should bump either way in the /overboard/ view, but it is not happening.
Pupper
## Admin
No.5258
5259
>>5257
The change I made was that only pinned threads will keep on bumping in /overboard/ after they pass bumplimit. This is because pinned threads are not at top of /overboard/ as they would be on their respective boards.
Anonymous
No.5259
2 viewpoints.jpeg
>>5258
Understood.
Pupper
## Admin
No.5266
5267
I see I have made an error somewhere along the way regarding the anchor links (not sure when I added the error that made anchor links break). But all should be good now and Top, Bottom and Post anchor links should work now. Sorry for the problems people have had using them, or more correctly trying to unsuccessfully use them.
Pupper
## Admin
No.5267
>>5266
Also fixed small bug with the (You) notification where the notifications were not cleared on load of page so all pages with (You)'s sent notification/notification sound on first "Update".
Anonymous
No.5268
5270 5271
If you could implement the random image banners/christmas things to redirect or load with some specific url set, that would be nice. I see a cute one i want to save, but trying to save it just saves a completely random one.
Pupper
## Admin
No.5270
5272
>>5268
The Christmas images are all fetched from Ponerpics (searched for Christmas). I would recommend getting them from there as the images used in lower right corner is made smaller and optimized for faster load so they are not the best quality. But I will look into adding an fixed url that can be used for the random images.
Pupper
## Admin
No.5271
5272
>>5268
To help you out this is the IDs of all Christmas images currently rotating
790227, 829205, 1030862, 1032959, 1038260, 1048347, 1312170, 1325860, 1615607, 1646417, 1900421, 1903802, 1905123, 1905777, 1909946, 1916323, 1918405, 1918983, 1918985, 1919254, 1923778, 2219923, 2221924, 2226401, 2228917, 2231747, 2246454, 2268320, 2325734, 2424715, 6040450, 6043820
Anonymous
No.5272
>>5271
>>5270
Thank you, friend. <3
Anonymous
No.5447
337e9d98826977bef66572c6619180808bdd25d3_hq.jpg
The videos now have the Picture-in-Picture feature.
Noice.
Pupper
## Admin
No.5451
5452 5453 5455
ie pone.png
Going to do a small update to the code and server today, so there might be a small amount of downtime at one point. Going to try to coordinate downtime with lull in posting, but wanted you all to know just in case.
Also as always report any errors you encounter after update, but hopefully I won't fuck up and there won't be any to report.
Anonymous
No.5452
17315__safe_twilight+sparkle_rainbow+dash_female_pony_mare_pegasus_comic_team+fortress+2_golden+oaks+library_friendship+is+magic_spy_scene+parody_pap.png
>>5451
Cool, thanks Pupper!
Anonymous
No.5453
>>5451
Understood.
Anonymous
No.5455
5456 5457
bluefast.png
>>5451
Update completed, hopefully no new bug were introduced. Let me know if any of you encounter any.
Pupper
## Admin
No.5456
>>5455
Aaaaand. Forgot to add Capcode.
Anonymous
No.5457
5458 5459
414.png
>>5455
I'm trying to post a pic in thread >>>/mlpol/301871 → and I'm getting a "Not Found" message.
Anonymous
No.5458
5459
2232.png
>>5457
Same problem in thread >>>/mlpol/292877 →
Anonymous
No.5459
5460
>>5457
>>5458
I found a workaround.
Posting pics without text will fail, but adding some letters, the post is successful.
Pupper
## Admin
No.5460
>>5459
I will look into this tomorrow (sadly need to go to sleep). Hopefully just a tiny thing I missed and forgot to test.
Sorry for the inconvenience but glad you found a workaround.
Anonymous
No.6579
6580
Any updates on how the new code is going?
Pupper
## Admin
No.6580
6581
>>6579
If you refer to the rewrite this OP is about that has been completed and have been running on the site for a long time. If you refer to the cleanup of the new code (version 2 if you like) I'm not sure when that will be done, but it is going forward.
Anonymous
No.6581
>>6580
Whups, I was going to make another thread for that, but then I saw this one.