Author Topic: RFG Image Uploader  (Read 48964 times)

0 Members and 1 Guest are viewing this topic.

Offline {AP}

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 981
  • Rating: +74/-3
  • I am Webmaster!
    • View Profile
    • Removed From Game
Re: RFG Image Uploader
« Reply #45 on: November 14, 2010, 01:09:58 pm »
Nice. Btw I really love the design, for some reasons.

Thanks. =D
I like it too. I'm not a big fan of complicated website designs so mine are always really simple.

One thing about thumbnails: on 1and1, SMF software had troubles resizing extremly large images (I think 1024px or larger). It gave an 500 Internal Server Error when trying to display the thumbnail, so I was forced to disable this. I think this took too much ressources for 1and1 or they disabled those scripts. I wonder if you may have the same issues?

It shouldn't have the same problem. The SMF script resizes images while they're loading and it's not a permanent change. For my script, as you upload your image it will make a copy of it, resize it, and save it somewhere else. Of course, this will make the upload process take a bit longer... but I can add an option to not make a thumbnail for those who don't want the extra wait.

A gallery would be nice. It might also be easier for people to help spotting bad images if any are uploaded.

Yeah, I plan to make a couple of buttons for people to report either a duplicate image or inappropriate one.
I kinda worry about the duplicates already being used though... If I just get rid of one, then someone's image will be broken wherever they posted it. Hopefully, I'll think of something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #46 on: November 14, 2010, 01:13:44 pm »
Ah ok sounds cool. As for the duplicate you should leave them as it is I think, else it's gonna be a chore to moderate if it ever gets more popular.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: RFG Image Uploader
« Reply #47 on: November 26, 2010, 02:28:41 am »
{AP}, if you read this, feel free to delete http://img.removedfromgame.com/imgs/EMAG_EHT_USOL_UOY.JPG
Spelling fail on my part x.x

Also, If we upload an image of the same name, does it overwrite the previous one?
« Last Edit: November 27, 2010, 01:25:49 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #48 on: November 27, 2010, 01:00:18 pm »
I'm not sure about that. I hope not, since anyone may be able to overwrite other ppl images X.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: RFG Image Uploader
« Reply #49 on: November 27, 2010, 01:01:01 pm »
I'm not sure about that. I hope not, since anyone may be able to overwrite other ppl images X.x

I think it should ask us if we want to change the name :)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: RFG Image Uploader
« Reply #50 on: November 27, 2010, 11:02:41 pm »
{AP}, if you read this, feel free to delete http://img.removedfromgame.com/imgs/EMAG_EHT_USOL_UOY.JPG
Spelling fail on my part x.x

Also, If we upload an image of the same name, does it overwrite the previous one?

Nope, it adds a [1] to the end.

And that reminds me, if you are reading this, {AP}, could this be changed to simply _1 or something like that? BBCode doesn't like [1] :(




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #51 on: November 28, 2010, 09:29:20 pm »
Yeah I noticed that the other day when Calcdudee84se tried to link to a torrent of my songs. X.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline {AP}

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 981
  • Rating: +74/-3
  • I am Webmaster!
    • View Profile
    • Removed From Game
Re: RFG Image Uploader
« Reply #52 on: December 03, 2010, 03:16:58 pm »
Strange. It was originally supposed to added "-#" at the end of the name but I found that it added it after the ".png"/etc. so I fixed it to do "#-filename.extension".
I haven't seen the [1] thing yet. I think that was actually in the filename that was uploaded. As for how to 'fix' that... I guess I could just strip brackets from filenames.
In fact, I did.
Just tested it fully and it works fine now. Brackets are stripped and it will continue to add a number at the beginning for duplicates to infinity so no more problems should arise.

Sorry for the absence again. I'm leaving for sure on the 13th of December and have been working on a huge project that I want in good shape before I ship off.
« Last Edit: December 03, 2010, 03:19:37 pm by {AP} »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #53 on: December 03, 2010, 05:25:15 pm »
Cool :D, hopefully this should prevent BBCode issues. :)

Also are you being deployed somewhere? I hope it's not a too bad place. I hope things are OK!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline {AP}

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 981
  • Rating: +74/-3
  • I am Webmaster!
    • View Profile
    • Removed From Game
Re: RFG Image Uploader
« Reply #54 on: December 04, 2010, 11:27:54 am »
I'll just be in Illinois for a couple months then I'm heading down to Florida for a bit. After that, I'm not sure where they'll have me. From the looks of things, I might be heading to North or South Korea. Apparently, we're pissing off North Korea or something and are 'on the brink of war'.
Otherwise, life is great.

Though, I won't be able to do any more upgrades to the image uploader for awhile. I can still fix bugs and such, but that's about it.
Far too busy these days. It'll slow down in a few months and I'll have free time again.
« Last Edit: December 04, 2010, 11:28:31 am by {AP} »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #55 on: December 04, 2010, 06:05:45 pm »
Oh ok, I thought they were deploying you right now. As for NK I think it is more likely if USA ever gets involved in trying to help the South Korea or if they decide to attack them for the nuclear stuff. I really hope it won't get too bad, though, because other countries in general are kinda tired of USA getting involved everywhere... That said, regardless of what happens, I hope you are OK, though. Are you planning to give admin access to RFG img uploader so someone can moderate innapropriate content? (Maybe one of the OmnomIRC maintainer)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: RFG Image Uploader
« Reply #56 on: January 21, 2011, 07:45:58 pm »
The 1000th image has been uploaded! YAY!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: RFG Image Uploader
« Reply #57 on: January 21, 2011, 10:25:27 pm »
Woah nice. The site sure grew in popularity since it started.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: RFG Image Uploader
« Reply #58 on: January 21, 2011, 10:37:21 pm »
Offtopic: anyone know what the image in {AP}'s sig is?
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: RFG Image Uploader
« Reply #59 on: January 21, 2011, 11:05:44 pm »
Offtopic: anyone know what the image in {AP}'s sig is?
yes. http://ourl.ca/2782