>> | Anonymous 21feb2018(we)09:31 No.57222 OP P1/!\ FEATURE SUGGESTION /!\ suggest features for swfchan even if they're unreasonable 1. add a button or something that checks if a flash you are viewing the archive is part of a visible collection 2. assuming that the flashes are scanned/decompiled when firstspotted, download any flashes that load through a Loader object or are fully hyperlinked 3. data dump: allow other people to download chunks of the database so they can scan it for metadata if they so desire. |
|
>> | !///SWFAnts #ADMIN# 21feb2018(we)23:55 No.57235 SWF P2R1Just implemented a variation of 1 for the page with the GET FILE button: Flashes that are collected now have links on display to the collections that they are featured in. (These links are located below the [ COLLECT ] link.) Thanks for the idea! This might give a boost for new people to start collecting or at least increase usage of already existing collections. 2 and 3 would take a lot more work to implement so I'll put that on the shelf for now. To be honest it's probably not going to happen, maybe a lite version of 2 that simply let people know that there's code in the flash that tries to load other flashes however I won't put in any auto-downloader because it opens up possible ways to easily flood the site with spam swfs. It's probably very rare anyway for flashes to have absolute URLs that they try to load instead of just load relative filenames. Once upon a time I had plans for a kind-of version of 3 in the way of .org's search engine: It would have indexed all the info pages of the flashes to make ActionScript, metadata and things such as MovieClip names searchable. That would have completed the search capabilities of swfchan since all three domains would have had one unique search engine each. .com for names/sizes, .net for wikis (threads) and .org for content inside the swf itself. Alas the way things are it will probably never come to pass. At least I still have hopes of finally adding AS3 support to the info pages. Someday... Btw these "wiki" pages that now only list threads were initially supposed to work like editable wikis where people could add information about the flash for easy lookup on who created it or what music is in it, plus any other trivia. It's another thing that probably will never be implemented on my list of stuff that would be cool to have. Info about a flash can at least always be added by mentioning it in a thread but that doesn't encourage people to do it as much, nor does such info get neatly organized for display as it would on a proper wiki page. Saves a lot of potential moderation work tho. |
|
>> | Anonymous 22feb2018(th)03:49 No.57241 OP P3R2Cool! you're always so quick about adding features that are easy to add, thank you. Some websites (4chan as one example) almost never add features or upgrades that would make them objectively better. I can understand why you wouldn't want to do 2 since it might again result in spam attacks and I guess figuring out the full url from a relative link would cost too much cpu time. The indicator is a good compromise. For 3, that's a lot of work to do, especially if many of the flashes need to be redone again for the as3. I'm sure there's also a bunch of other housecleaning that could be tacked on if you're going to do a full look through all of the flashes if it ever happens. I can think of one more feature I though of (besides the other collections specific ones that should be in http://swfchan.org/6622/) which might not be too difficult to implement: make the search engine consider flashes that aren't in any category to be in the uncategorized category. |
|
>> | Anonymous 22feb2018(th)05:41 No.57242 B P4R3Give users the ability to upload enough files to make a multi-file flash work. Maybe the submission page lets you pick which file is the "launcher," or the one that loads the other files, and the rest of them are kept in the same directory. In example, say PPPUUUU gets uploaded and a shitload of character/animation set swfs get uploaded with it. The site loads the PPPUUUU file, then the primary file is in the same location as the other files, so they get loaded in too. |
|
>> | !///SWFAnts #ADMIN# 22feb2018(th)06:28 No.57244 SWF P5R4>>57241 >make the search engine consider flashes that aren't in any category to be in the uncategorized category Do you mean that you want to be able to enter "uncategorized" in the "Categories" and "Not in cats" fields on the .com search engine? Or just that it should say "Uncategorized." in the list of results instead of not saying anything at all as it is right now?>>57242 I've thought about ways of making it possible before and what you're describing is the easiest one. However then it works on .org and not when the flash (and sub-flashes) enters the archive. Of course it is possible to also rewrite how the archive handles flashes to make it able to support multi-swf flashes. Problem is it would take a lot of time to do all of this. I've come to realize that time is something there's too little of in this world... Besides I don't really want to support the idea of "it's OK to make multi-swf flashes", personally I really dislike the concept of non-standalone swfs. Guess that may sound weird coming from me, it's just that single swfs are so great for spreading all over the web. I've actually tried to make a program that auto-combines several swf files into one single master swf but so far I've not been successful. I'd very much prefer to archive multi-swfs that way, by merging them into a single large flash file. Easy to spread, easy to store. |
|
>> | Anonymous 22feb2018(th)08:20 No.57245 OP P6R5>>57244 The former I meant. I thought you might simply have them classified this way already since there's a "pull uncategorized flash" button on the random page. As for the multi-swf, there's some websites made as multi-flashes and it would be important to preserve them in the way they're built. Now that you can see what collections swfs are in it's possible to keep all the parts of a multi-swf together and any composite forms from its parts. |
|
>> | !///SWFAnts #ADMIN# 22feb2018(th)21:45 No.57250 SWF P7R6>>57245 It's now possible to use the keyword "uncategorized" in the two relevant fields in the search engine. |
|
>> | Anonymous 23feb2018(fr)18:04 No.57278 C P8R7I can only support the ideas of searchable metadata and a program that can combine multi-swfs. Both of those would be tremendous new features. Until then, keep up the good work Ants. Don't lose hope in the future 2020+. |
|
>> | Anonymous 23may2018(we)01:36 No.59888 C P9Came across another "invalid" swf that I uploaded. It worked, but as the error message tells the system won't allow it. There are, nonetheless, two things wrong with the message, so I thought I'd let admin know: >Although some invalid flash files plays fine (and may appear to be valid) the system is strict on only allowing truly proper flash files to be uploaded in order to avoid (and discourage) spreading broken ones. >If you think the flash file might be repairable you can start a thread about it on /fla/ if you want to. Firstly, I believe that "some invalid flash files plays fine" should be "some invalid flash files play fine". And secondly there isn't any /fla/, or at least not any longer. |
|
>> | !///SWFAnts #ADMIN# 23may2018(we)02:57 No.59899 SWF P10R8>>59888 Open the .swf file in Notepad (make sure the encoding is ANSI), if it starts with ZWS instead of the usual CWS or FWS it means the flash is compressed with the LZMA compression algorithm, swfchan still only supports Deflate (CWS) or uncompressed (FWS) swf files. Sounds bad but it's so rare that I just haven't bothered, maybe something like 1 in 50k flashes use ZWS. The site's main archive system --not including uploads on swfchan.org-- still sets aside flashes that it encounters in unrecognizable formats to be processed later. Adobe broke a lot of compatibility when they introduced it with flash v11 back in 2011. Most of the time it doesn't even save 5% of the file size compared to Deflate.If you do have a ZWS flash and want it on swfchan right this moment you can use tools to decompress it and recompress it into a CWS file, or leave it as uncompressed FWS if it isn't too big. It won't change the content of the flash itself. JPEXS supports decompressing ZWS flashes. If you don't have a ZWS flash, sorry, I shouldn't have made the system so strict. Can't be sure if there's a false positive bug in there too. Problem is I wrote a little program to extract all the info from a flash file, such as dimensions, meta data etc and it also validates the flash. So I can't simply turn off the validation all together without losing info extraction, I'd have to re-write some stuff. I'd still want some kind of validation afterwards too so that broken files can't be uploaded intentionally. You can always try uploading the flash to /f/ or if that's not possible you can try hot-linking to the swf from a thread on /f/ and swfchan's spider might pick it up. I've updated the error message here on swfchan to suggest 4chan's /f/ as an alternative and I've removed that bit about posting on /fla/. |
|
>> | Anonymous 25may2018(fr)22:52 No.59960 C P11R9>>59899 No biggie. I think I deleted the file already, so I can't decompress it. It was some patreon WIP [H] smut game, so nothing of value has been lost. I only ever witnessed two of those flashes anyway. The other one being Deadly Rooms of Death official release for some reason. I tried posting it on /f/ too, but it said "unrecognized file format" there as well. It would be great to know any swf hosting site that allows these and still gets scanned by swfchan. |
|
>> | Anonymous 9jul2018(mo)00:17 No.60884 C P12>>57222 Just thought that maybe it would be a good idea to add .sol files to the allowed attachment filetypes? Those are very flash related and you would need to upload to external hosts if you wanted to share a save. This way, a save file could get archived with its swf. I don't know how much of a potential danger it would be regarding malicious code. |
|
>> | Anonymous 30sep2018(su)05:57 No.63798 D P13R10Ideas Remove the Captcha please & a way to slow down & speed up swfs that have no audio. Another idea is to create a site that can play animation gifs in the middle of the screen. |
|
>> | Anonymous 1oct2018(mo)13:02 No.63824 E P14R111. I'd like to upload .swfs without making a thread where people talk about it. 2. I'd like a list of all sites this site scrapes. |
|
>> | Anonymous 3oct2018(we)23:00 No.63875 C P15R12>>63824 1. Seeing as .org was implemented as a way to upload files to the archive directly, I doubt there will be any other way to do so. Why do you care if people can talk about it or not? Just ignore them. Someone's gonna post it on /f/ anyway and that thread will appear under the file, so that's a rather meaningless demand.2. Idk if there is an actual list, or at least Admin doesn't want to make it public. You can always request a domain to be added and SWFAnts will consider it. |
|
>> | Anonymous 4oct2018(th)01:20 No.63885 D P16R13 |
>> | w7 890 6oct2018(sa)11:39 No.63928 F P17R14as far as i know >>63824 1. its possible there probably is a way to do it but idk how i saw that one swf has that been seen many times but only has a few threads 2. admin probably keeps it hidden |
|
>> | Anonymous 7oct2018(su)07:09 No.63957 C P18R15>>63928 Files with no threads or less threads than spots are when files get scraped automatically from sites that feature no threads (like a flash games website). I've seen the scraper take file uploads too. Only when the file is hotlinked as swf in a thread, but it happens. |
|
>> | Anonymous 8oct2018(mo)05:29 No.63973 G P19R16>>63957 I'd be wary of relying on the hotlinking. I once hotlinked a bunch of flashes but for some reason swchan couldn't connect to that domain and I had to upload them manually anyway. |
|
>> | w7 890 8oct2018(mo)12:09 No.63983 H P20R17 |
>> | !///SWFAnts #ADMIN# 9oct2018(tu)08:18 No.63993 SWF P21R18>>63824 The reason people can't upload swfs in bulk is because it opens up for an easy way to flood the archive with either a bunch of swfs that are just meant to be spam or a bunch of swfs that aren't self-contained and relies on other swfs. If you do have a ton of self-contained swfs that you know isn't archived and that you want to add to the archive you could upload a zip to mega.nz and I'll have a look.>>63885 There are only two official places right now and that's here on swfchan.org and boards.4chan.org/f/. I've had many more throughout the years but either they have become inactive or they have become much more diligent at preventing spiders from crawling their pages so I can't archive them efficiently anymore. I still do occasional mass-downloads manually and put the swfs into the archive however never assume that a swf is getting archived automatically nowadays -- if any of you come across a great flash somewhere do us all a favor and upload it here on the board! swfchan especially need help with popular community sites where artists usually publish their content. They have just become too efficient at blocking bots. Note that there's currently a backlog of older swfs that are being published in the archive, a little every day to not flood the front page, so it may appear like auto-downloading of swfs from for example DeviantArt is still working but they stepped up their bot blocking a couple of months ago so this backlog will drain eventually. |
|
>> | w7 890 17oct2018(we)11:03 No.64120 I P22R19suggestion? dark theme anyone? |
|
>> | Anonymous 23oct2018(tu)08:47 No.64225 G P23R20>>64120 On dark themes in general, I don't see them becoming built in by developers on core applications any time soon. On my android phone for example, most of the default apps are blinding white with black text (gmail, calendar etc) and even many non-core ones don't change especially after material design became popular. For my phone I've taken to simply using the color inversion located in android's accessibility settings. That way all of the default super bright light themes are quite nice.Now for a browser you've got a few options: a userscript that messes with the css on a per site basis a theme manager with a per site basis like Stylish an extension that just inverts a page's colors on per site basis or hotkey some combination of any of the above like Blank Your Monitor SWFAnts might do this right away if it's simple but I'm not too sure since he said some of the site is a mess in the back. |
|
>> | w7 890 28oct2018(su)05:37 No.64344 J P24R21a little bump here hehe the ability to upload flv fla sol as svg files also how do i scrape html5 games and where 2 upload them |
|
>> | w7 890 28oct2018(su)05:47 No.64345 J P25another tiny bump 1. secureSWF and mochicrypt unpacking service 2. a way to upload .unity3d files 3. add malware category 4. a way for me to see where the swf downloads its assets 5. firewall - allow me to block the swf from accessing certain sites 6. spoofer - tricks the swf into thinking its hosted on another site (useful for bypassing sitelocks) swfchan desktop client also antz can we have sandbox source code plz (for science) |
|
>> | w7 890 28oct2018(su)05:50 No.64346 J P267. a way to monitor the encryption/decryption activity of swf sorry 4 the long list Antz |
|
>> | retarded anon 28oct2018(su)06:37 No.64352 K P27R22 |
>> | Anonymous 29oct2018(mo)13:59 No.64435 C P28R23>>64344 >upload .sol files Absolutely! >html5 Has little to do with SWF I'm afraid. I don't think and I wouldn't necessarily want swfchan to become a html5 place. There have been excessive threads about that. >>>51733 http://swfchan.net/38/NW33T7A.shtml>>64345 >malware category Hmm, not so sure about that. It seems reasonable at first, but it would be very prone to false claims. And then admin would have to manually remove every false tag himself. I'm not so confident in people being able to determine that, most would probably not even notice actual malware. People should rather determine for themselves if a flash is "secure". Swfchan provides cutting communication for files, and with a little common sense and peeking into the number and posts of archived threads it's not hard to determine which swfs are worth opening and which are just malware trash. >firewall I don't know if it's the same you meant, but as stated above, if you use the embed player on .com, option B provides disabling communication with external servers. >spoofer I mean, it could be a cool idea and a hotfix for sitelocks. Like a box opening and asking: "Simulate hosting the swf on this domain:" and people in the thread would recomment to put whatever.domain in there. BUT people would still have to dig into the swf to see which site it's sitelocked to (unless it tells directly on the screen), so I'd rather people put in the extra effort and fire up a de/recompiler and remove the sitelock alltogether, like in the past. Having a sitelock free file in the archive is the better option in every regard. If you're a clever girl, you might even do that without posting the original locked version in the first place. >swfchan desktop client Yeaaaah, not very likely, but I'm not Admin, so I have no right to crush your dreams. I guess he did say: >even if they're unreasonable |
|
>> | w7 890 29oct2018(mo)17:25 No.64442 L P29R24 |
>> | w7 890 29oct2018(mo)18:22 No.64444 L P30bumpy i think swfchan should be named the ultimate /F/ board also mind if i drop the F bomb |
|
>> | Anonymous 30oct2018(tu)01:15 No.64453 G P31R25>>64435 >I guess he did say Just pointing out that the OP (me) is not SWFAnts which from your sentence was sort of implied.>>64346 >7. a way to monitor the encryption/decryption activity of swf That sounds like a lot of work to make. Also are you talking about compression, which is how the assets are made smaller in filesize or some other thing to do with ActionScript? |
|
>> | not-a-namefag-w7 890 30oct2018(tu)08:55 No.64459 M P32R26help plz how do i rip webgl and html5 content |
|
>> | w7 890 30oct2018(tu)13:42 No.64466 M P33plz antz also how do i upload zip 7z tar gz xz bz2 files also increase file size limit plz some anons have large files coming through also where to upload .unity3d files |
|
>> | w7 890 30oct2018(tu)13:46 No.64467 M P34hello? anyone here i really have lots of these .unity3d files i got them from 85play.com now where 2 upload >>64466 also sorry my grammar |
|
>> | w7 890 23nov2018(fr)10:26 No.65095 N P35R27another one allow script access for the swf so it can interact with the html (this might be dangerous) |
|
>> | w7-890 16jan2019(we)13:11 No.66052 O P36R28 |
>> | w7-890 16jan2019(we)13:30 No.66053 O P37forgot to add this (sorry) >>64435 >malware category each swf file must be reported manually (by hand) also if this gets implemented show a warning banner if someone downloads an infected file >firewall the option to block individual domains for example i want to block adloader.com and popads.net but whitelist gameloader.com and gameassets.net also a way to check where the preloader swfs download their files [i need to all trace network activity in the swf] >SWFants admin i kinda need a way to hotlink several flashes a custom SWFchan embed with a captcha is good enough for me [i wanna see what other sites will do with it] also again unity3d hosting will be kinda nice since i have a lot of them |
|
>> | w7-890 16jan2019(we)13:45 No.66054 O P38again forgot to add this >>64225 >>64435 sorry for the late reply guys >>63957 hopefully they scrape the html as well {im quite curious} >>64225 wish theres was a way to change the themes like in u18 it kinda hurts my eyes when i browse the site during midnight on chrome in android {which i do every Caturday} also i appreciate SWFchan's warm yellow theme lastly i'm quite unfamiliar with userscripts again sorry for the long list Antz (and i feel kinda guilty for blocking the adz here) |
|
>> | Anonymous 21jan2019(mo)13:20 No.66171 P P39R29custom SWFchan API would be nice |
|
>> | random tard 24jan2019(th)11:35 No.66224 Q P40R30how about custom swfchan shortlink i share links with my friends all the time and copy pasting wont work for me |
|
>> | Anonymous 24jan2019(th)23:49 No.66237 C P41R31>>66224 You can hotlink here on .org. So if you really want to post something and have a lot of people see it effortlessly then upload it to the chan. On .com you have to press the GET button with your own IP (and maybe fill in a captcha). Don't think that will change anytime soon. You can link to that page though and not to the info page, so all the recipient has to do is click the get button. |
|
>> | Anonymous 25jan2019(fr)10:51 No.66244 R P42R32wheres the cogwheel antz mentioned in the other thread |
|
>> | Anonymous 25jan2019(fr)18:04 No.66249 C P43R33>>66244 At the veeeeeery bottom of ever page, like this one, on the far left. Below all the links to swfchan tools, etc. Right next to it there's the url of the page you're currently on, with some infos. |
|
>> | w7-890 !elUzZM2K/o 3feb2019(su)09:11 No.66406 S P44R34why do other porn flashes go to /show/ instead of /fap/ |
|
>> | w7-890 !elUzZM2K/o 6feb2019(we)09:29 No.66473 T P45R35hey antz what happened to worldspace.nu also do you still have the files not all of them are swfs |
|
>> | w7-890 !elUzZM2K/o 6feb2019(we)09:46 No.66475 T P46 |
>> | Agent-7 !elUzZM2K/o 14feb2019(th)11:40 No.66613 U P47R36plz antz i need the ability to edit and delete my posts |
|
>> | w7-890 !elUzZM2K/o 20feb2019(we)10:16 No.66761 V P48R37some flash games use cookies to store their data others use sol files now i need a way to extract the cookie and sol filesis that possible to export and import via the browser i plan on switching to another distro Kubuntu keeps on crashing while i fap |
|
>> | Anonymous 20feb2019(we)11:17 No.66767 C P49R38>>66761 The .sol files are just stored files on your PC. For Win/Firefox it's a subfolder of the hidden AppData userfolder. Think it's Roaming\Macromedia\Flash Player\Shared Objects\ and then a folder with a random alphanumerical and then the host of the swf, aka localhost or the website you opened it on. idk really know about Linux, but my guess is it would be a similar folder |
|
>> | w7-890 !elUzZM2K/o 20feb2019(we)14:34 No.66770 V P50R39>>66767 how about the ones that use cookies to store dataalso thx |
|
>> | w7-890 !elUzZM2K/o 22feb2019(fr)16:22 No.66830 W P51R40 |
>> | w7-890 !elUzZM2K/o 22feb2019(fr)16:56 No.66832 W P52 |
>> | w7-890 !elUzZM2K/o 22feb2019(fr)17:13 No.66833 W P53 |
>> | w7-890 13mar2019(we)17:03 No.67320 X P54R41 |
>> | Anonymous 13mar2019(we)18:02 No.67324 Y P55R42>>67320 it's only 25 mb... somebody would need to have some serious misunderstanding about how flash works in order to produce a 200 mb file |
|
>> | Anonymous 13mar2019(we)21:51 No.67328 C P56R43 |
>> | w7-890 !elUzZM2K/o 14mar2019(th)09:13 No.67339 Z P57R44 |
>> | kevintherobloxnoob 4may2019(sa)00:26 No.68500 AA P58R45dyaboy Explodes dyaboy dies. |
|
>> | debian VM with btrfs !elUzZM2K/o 6may2019(mo)21:42 No.68567 AB P59R46anyone? >>68500 nice spam dude also two A's in a row nice ID:get mine is definitely AB also a way to search by hash i have the sha256 hash of my swf files |
|
>> | w7-890 6may2019(mo)21:48 No.68568 AB P60>>68567 also for crc32 and md5 (i made some tweaks on the filesystem)>>68500 500th get i forgot to mention that |
|
>> | Anonymous 19jun2019(we)05:53 No.69465 AC P61R47How about a fullscreen option. |
|
>> | Anonymous 19jun2019(we)18:57 No.69471 C P62R48>>69465 There are many that achieve this. Consider the two different domains (and flashes served): On the archive (.com) - when getting a flash you can uncheck ☑ Embed (show in browser) - this opens a direct download link to the actual .swf file. Just open this link directly in a browser window/url bar. Alternatively you can access this on the [Save] option of an embedded flash. When using embed you can also click the stretch option "Fit" to make the flash fit exactly your screen as a sort of fullscreen in window. On the .org you can just click the .swf part of a link to open the swf directly in your browser window.As for going really actually fullscreen on a Tab with an SWF - that's actually part of your browser. On Firefox e.g. you have the option to press F11 (View -> Fullscreen) to make your current browser window fullscreen. So tl;dr: Open a swf file directly, Fullscreen your browser, Taadaa |
|
>> | Anonymous 24jun2019(mo)20:10 No.69587 AC P63R49>>69471 Can the swf link be saved to view later with the directly in a browser window/url bar with the uncheck ☑ Embed (show in browser) option? The fullscreen option that I ment would be for the PS3's Internet Browser b/c you can't view fullscreen swfs even on working sites like e621. On comdotgame.com they have a fullscreen option that used to work on a PS3 but the only little problem is the background fullscreen is black. PS3's Internet Browser used to play Swfs on fullscreen but I think Sony messed something up that stopped swfs from playing on fullscreen. The best swf site ever was flashchan before the owner stopped the site. |
|
>> | Anonymous 25jun2019(tu)17:57 No.69603 C P64R50>>69587 Dude, how about a big ol'd cup of stopping to use your goddamn PS3. I get it, there was a time when I wanted to configure my Wii to use flash. Just get a real browser. Consoles weren't ever meant to really browse the internet. Unless you softmod it and install Gentoo and a true browser, you're just shit out of luck. There's better chances for mobile phones than godforsaken Soyny consoles.To answer your question: Yes, the link is just a regular URL, but it's not meant to be permament. It works after GETting the Flash, but becomes inavailable after some time, where you have to GET it anew and get a new URL in the process. |
|
>> | Anonymous 26jun2019(we)06:21 No.69609 AC P65R51>>69603 Using a PS3 to view swfs on the Internet Browser is better for naughty fun rather then trying to lay or sit on a chair when a bed or couch is better. |
|
>> | Anonymous 26jun2019(we)19:07 No.69615 C P66R52>>69609 You can still use a freaking remote or even a ps4 controller with your Windows PC. It's not about the way of controlling it, we're talking about what the hell you're controlling, that is, some proprietary wannabe computer with a shitty thrown together "browser". If you don't want the freedom and control of a real machine, just because you can't be arsed to build a PC and connect a remote controller to it, then don't get all up our asses about wanting special treatment. Trust me, it's not getting better, ps3 will slowely degrade as sony stops giving a fuck about it. The situation with real OSes is already dire enough as is, you only shoot yourself in the foot wanting to implement swf on some whit ass joke of an operating system.Also: I've been fapping in a PC chair for almost 20 years now, so I bet you can do it too, comfy boi. |
|
>> | Anonymous 27jun2019(th)05:47 No.69622 AC P67R53>>69615 The laptop that I use isn't in my bedroom, my bedsheets are satin super smooth, & I hate Windows 10. On Windows XP & Vista when adding a new folder it said New Folder but on Windows 8 & 10 the F in Folder is reads folder why does it do that & is there away to change the way file names are in order on Windows 10? Example on Windows 8 & 10 Cat 2 Cat 3 Cat Windows XP & Vista Cat Cat 2 Cat 3. |
|
>> | Anonymous 27jun2019(th)21:52 No.69630 C P68R54 |
>> | faggotunknown 10jul2019(we)13:20 No.69903 AD P69R55tor site please (swfchan is blocked at school) >using winblows server >(umm why are you not using linux like me) |
|
>> | lolipop-tan 10jul2019(we)13:29 No.69904 AD P70i forgot to add HD on my id becuz i have this condition (sorry for derail) >>69603 dont be a console peasant join linux master race cuz why not (or not) sadly i never had a console with me (meh i use PC) also thx my autistic friend has an old ps3 with him |
|
>> | Anonymous 10jul2019(we)15:35 No.69905 AE P71R56>>69903 IDK why swfchan uses windows (i found this when visiting the 403 page of get.swfchan domain) also check that ID of mine then add [-tan] on it (yes i made it through the end of the /offended page) >>69904 nice IDfagging |
|
>> | Anonymous 13nov2019(we)05:43 No.72211 AC P72R57How about the same layout on the .org site when you open the save into a new window on the .com site meanig the T/W Scale Thread Download on the .org site when opening a swf. |
|
>> | Anonymous 15nov2019(fr)19:43 No.72243 Y P73R58 |
>> | Anonymous 17nov2019(su)06:04 No.72266 AC P74R59>>72243 Open any swf on swfchan.org, look at the bottom right under the swf which contains the words T/W Scale Thread Download but actually the word Scale needs to be under swfs when you open the save button in a new window on swfchan.com that way any swfs containing black borders will change to white. |
|
>> | Anonymous 17nov2019(su)08:25 No.72269 Y P75R60 |
>> | Anonymous 19nov2019(tu)06:11 No.72290 AC P76R61 |
>> | Anonymous 20nov2019(we)10:35 No.72307 Y P77R62>>72290 you're not linking to two swf files, you're linking to a html and a swf. if you open flashes in fullscreen like in your files1 example URL you can change the "T/W scale" by resizing your browser window. i don't know why you want to change the background color from black but if you have a html page (like your first example) you can change the background color by right-clicking and inspecting the html code, and change the color. (that won't work on a direct swf url of course.) |
|
>> | Anonymous 22nov2019(fr)06:04 No.72354 AC P78R63 |
>> | Anonymous 4dec2019(we)05:30 No.72591 AC P79How about not having a 404 Link has expired when opening the Save link in fullscreen. |
|
>> | Anonymous 2jan2020(th)20:09 No.73055 C P80R64Would be nice if there was an option (for example in the bottom corner where the cookie settings are) for the main page to default to the normal-thread-order instead of random when you follow a link to boards. >>72591 Works for me. The link DOES expire after a while, so hotlinking is only possible for flashes on .org. >>72211 The functions are on both domains. The T/W are buttons on the html wrapper here (yes, slightly less functionality) and the details buttons on the GET page of .com. Works pretty much the same if you just want to stretch the flash. >>72354 Still not sure what you are up to, but the bg color depends on the flash itself and your browser and only the wrapper changes it to black I think. If you want your white bg direct swf to strech and scale you could always open it in a separate window and stretch that to your heart's content. |
|
>> | !///SWFAnts #ADMIN# 26jan2020(su)23:16 No.74423 SWF P81R65>>73055 The front page now always uses the normal thread order and instead displays some random threads below. |
|
>> | Anonymous 18apr2020(sa)17:31 No.76405 C P82R66Just a petty little suggestion, but I never understood what the [W] button on search results does. It directly links to the GET page, so I guess it stand for watch? Thing is I ALWAYS confuse it for the wiki page, while that is just the word WIKI. It would be nice if they were more distinct, like [W] stands for wiki and [G] for get, as in watching the thing. |
|
>> | Anonymous 17jul2020(fr)05:43 No.78224 AF P83R67 |
>> | !///SWFAnts #ADMIN# 22jul2020(we)21:00 No.78308 SWF P84R68>>78224 Oh shit, I completely forgot to fix that. It should work now! Thanks for telling me. The loop maker service wasn't used a lot but it was used every now and then. Wish someone had told me sooner.>>76405 Yes the [W] stands for "watch". I get what you're saying that it could be a little confusing but it's a legacy thing, the [W] was there a couple of years before I added the WIKI shortcut links and I won't change it now both because regular visitors are used to it and also because I'd have to change a bunch of hard-coded stuff and regenerate thousands of html pages. I remember thinking that it was typical that the words should start with the same character back when the WIKI links were first implemented. |
|
>> | w7 890 not trippy 3aug2020(mo)10:54 No.78465 AG P85R69>>78308 >i made this suggestion just to get red texted teehee oy vey antz u ok (will add more absurd requests later plz wait) anyways the get.swfchan.org no longer works i cannot view files anymore (try replacing it with boards.swfchan.net to fix it)also what does the ban page look like can i get a 3 day temp ban plz |
|
>> | w7-890 26sep2020(sa)08:49 No.80052 AG P86>even if they're unreasonable like auto bumping threads create MCPE.swfchan.com basically a Minecraft server for swfchan if there isn't enough resources use an old decent phone then host a local server via WiFi and stream it into the internet by using no-IP play.swfchan.com basically a not Doppler clone for /gg/ hopefully this should help with the ad revenue (plz dont use captcha) oh and dont forget to change the domain so they don't know it's a porn site (use typical flash game and adsense ads) oh and you can also use a friv.com template and make a script that automatically adds clean games from /gg/ make a confirmation pop-up when creating a thread this way we dont accidentally clutter the board with unnecessary stuff when creating a thread on show fap gg swf make a confirmation saying {this swf hash is already in the archive create thread?} or {this flash is not yet in the archive confirm upload?} this is intended for search lazy users and to prevent flooding the frontpage and killing old threads on /show and /swf/ also add the opt to disable confirmation for bulk uploads |
|
>> | Anonymous 26sep2020(sa)19:51 No.80070 C P87R70>>80052 >make a confirmation pop-up when creating a thread Fun thing on a sidenote: Creating new threads once needed some 5 clicks on the post button for that exact reason, but it was removed because some users experienced problems and also just because it is too inconvenient I guess.>when creating a thread on show fap gg swf make a confirmation saying {this swf hash is already in the archive create thread?} That's actually not a stupid idea, but I still couldn't see it happening. Besides the point that there are still (and will with the collapse after 2020) be features much more needed, I wouldn't just support lazyness like that with more things to click through. I mean, is it possible to just drag and drop a file, or even multiple files, to open tabs searching for that specific file? Because if not, I think that's a more straight forward way of telling which flashes are or are not in the archive already. You shouldn't be discouraged from posting something just because it's already archived. This is supposed to be a kind of flash board after all and that comes with reposts of reposts of reposts. |
|
>> | Anonymous 27sep2020(su)04:33 No.80081 AH P88R71hmmm .... notifications to your email whenever someone posts with the name w7-890 |
|
>> | !///SWFAnts #ADMIN# 28sep2020(mo)06:55 No.80117 SWF P89R72>>80052 The idea about getting a chance to cancel the creation of a thread because of the flash already being archived is good but I'm not sure if it's worth implementing at this point. Also the fact that someone went through the trouble archiving it a second time, adding another "seen" to the flash's counter, is a useful indicator for people browsing the archive that the flash might be worth watching. If the filename is different it also adds more useful search information.I know that it can be annoying when someone dumps a bunch of flashes that most people don't want to watch and the threads will never get any replies, but I think a better solution to that problem would be for me to provide an alternative way of adding flashes to the archive without creating a thread for them. It can't be too convenient though since that would welcome abuse (if you could upload a zip with 50 flashes in it that would make batch uploading misleading file names very easy). Adding a flash with a thread also increases the "wiki" counter, which means there's a noticeable difference between user archived flashes and the threadless ones archived by myself or my spiders. Those having a "wiki" entry can be seen as having a higher chance of being good since someone went through the trouble of making a thread for it. I don't really know what's up with the current uploads to /show/, the uploaded flashes doesn't seem like ones someone would be very keen on making sure they are preserved... I still have a backup of almost 170 thousand flash files from Newgrounds that I haven't put on swfchan yet because I know that people would probably stop coming to the site if it was flooded with those files every day. Same problem could arise if I made it too convenient to archive flashes instead of uploading them one by one. |
|
>> | Anonymous 29sep2020(tu)19:42 No.80148 AI P90R73>>80117 Please do find a way to archive those 170k flashes. |
|
>> | Anonymous 17jun2022(fr)12:45 No.90929 C P91R74I just noticed that on boards.swfchan.net every so often I get redirected to http://swfchan.org/blank.html in a new tab for some reason. I think it's when making a post? Just wanted to let you know Ants. Sorry if this is the wrong thread to report, I forgot if there was a dedicated bug report thread. |
|
>> | !///SWFAnts #ADMIN# 18jun2022(sa)03:16 No.90939 SWF P92R75>>90929 It's the ad provider not having an ad to show in the popup so it redirects to http://swfchan.org/blank.html which is supposed to just close the tab, but the URL is outdated. I was unable to change it to .net over in the ad provider's interface. Although... I think I may have fixed it now by tweaking my own code. Thanks for getting me to look at this a little closer! |
|
>> | Anonymous 22oct2022(sa)11:52 No.92145 C P93R76Could it be that the .net archive of flashes doesn't pick up on boards.net (.org) threads anymore? There seem to be a few recent uploads that sit at 0 threads even though the file was uploaded to the board and clearly has an active thread. |
|
>> | !///SWFAnts #ADMIN# 22oct2022(sa)20:09 No.92149 SWF P94R77>>92145 There was a database issue, should have been taken care of now. Thank you for making me notice this sooner than I otherwise would have! The issue was substantial and was slowing down the whole site. |
|
>> | Anonymous 20jun2023(tu)07:18 No.97010 AJ P95R78>>80081 actually .... is RSS for individual in house threads too tall of an order? or say there's RSS for flashes in the archive and you get a stream like: "flash #123213454 added to collection <collection name & link> new thread <link> for flash #123213454 new name for flash #123213454 found: <name>" and that inspires RSS for collections too.Though I'm not aware of how much complexity or extra bandwidth resources RSS adds to a website. Like if users were refreshing every second that's dumb but with cloudflare caching that might not be an issue? |
|
>> | Anonymous 6may2024(mo)16:59 No.101357 C P96R79swfchan barely legal now :3 |
|
>> | Joshex 6jul2024(sa)16:59 No.101906 AK P97R80Ideas; 1: a basic online flash project creator. like having SWFTools with a gui to make simple SWFs to save locally or upload. and possibly future revisions to add in more features to the creator til we even rival CS4 or further. 2: maybe a flash decomplier script page, where people can link(from the web) or target a flash(from file) and run a decompiler script to output source files, or save it as a swfchanProject file to be loaded into the editor proposed in #1. imagine the piracy we could achieve! imagine the nonsense we could create! imagine the insanity! |
|
>> | Anonymous 8jul2024(mo)11:39 No.101931 AL P98R81>>101906 Sounds cool, but I'm afraid that at some point it would also take us to write a guidebook on ActionScript language (even two guidebooks, for AS1/2 and AS3) |
|
>> | Joshex 16jul2024(tu)17:39 No.101973 AK P99R82>>101931 simple library references are already available online, we could make a copy of such docs. naturally howto docs are also available, but consolidating them into one easily searchable topic by topic place would be good. |
|