Page 1 of 5

ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 9:20 am
by Sammuel
A small project I started working on a week ago, basically it will have the same functionality of Gyazo & have there 'ninja' features for free, plus some more.


Try it out (landing page going to be getting a face-lift after i Finnish more functionality):

http://imgsnap.tk/

Note: I'm still making the php in the back-end -- more features such as Embed code maker and some other ideas i have coming.


Currently:

View your history -- Moving to a Cookie system sometime next week so you 'may' loose access to any pictures you uploaded within the next few days. (oh if you get a bug where all the images are squished into 1 bar -- reload the page)

Ad toggle -- Course. who likes ads? :P

Image View counter.

Short URL generated for every img.

If your good with php/mysql and want to help PM me :)

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 10:37 am
by mizudg
I'll try and use it as much as I can to give proper feedback.

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 2:00 pm
by RobbingHood
Well the deisgn is nice (Y)

A few things though:

http://qs.lc/b7lu5
It can always be guessed, the chance is just very, very small.
Also, what does the HTML5 icon have to do with that?

http://qs.lc/efcha
Icon doesn't quite fit the context again imo

FAQ #2 wrote:No! Everything is compleatly free

*completely

The "download image" button is broken, your cookie stores the value with two slashes for some reason.

Using php sessions/cookies for access validation seems like a meh idea to me (especially because my browser deletes cookies/cache when closing)

And please no .tk domain :?

I know, sounds like I totally hate your site, but it's just some constructive feedback :mrgreen:

EDIT: http://qs.lc/glmal Oops :P

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 2:23 pm
by mizudg
If we have to be Grammar Nazis, RobbingHood, then yes, he did have some mistakes in this post and one the FAQ but lemme just pull out the list with yours. I am gonna use his program to record them, in fact.

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 4:09 pm
by RobbingHood
mizudg wrote:If we have to be Grammar Nazis, RobbingHood

mizudg wrote:and one the FAQ

:>

As I said: It's constructive critique, nothing personal ._.

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 9:55 pm
by Sammuel
RobbingHood wrote:Well the deisgn is nice (Y)

A few things though:

http://qs.lc/b7lu5
It can always be guessed, the chance is just very, very small.
Also, what does the HTML5 icon have to do with that?

http://qs.lc/efcha
Icon doesn't quite fit the context again imo

FAQ #2 wrote:No! Everything is compleatly free

*completely

The "download image" button is broken, your cookie stores the value with two slashes for some reason.

Using php sessions/cookies for access validation seems like a meh idea to me (especially because my browser deletes cookies/cache when closing)

And please no .tk domain :?

I know, sounds like I totally hate your site, but it's just some constructive feedback :mrgreen:

EDIT: http://qs.lc/glmal Oops :P



Aha thanks robbing thats why i posted it for the feedback :P

Home page is just well a place holder untill i can make up one.

Hmm yah i was trying to use a database'less back-end but perhaps i can use a database user-login system other than cookies :x

.tk :P only using cause well... its free and as i dont have any ads on it (yet -- they will have a disable feature tho) i cant go buy a different one.


Oh right about that error did you try and access someone else's history? that was my extremely crude security for the time being :mrgreen:

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 10:32 pm
by RobbingHood
Sammuel wrote:Oh right about that error did you try and access someone else's history? that was my extremely crude security for the time being :mrgreen:

Well... let's say if made sure your inputs are well-sanitized :P

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sat Feb 22, 2014 11:49 pm
by Sammuel
RobbingHood wrote:
Sammuel wrote:Oh right about that error did you try and access someone else's history? that was my extremely crude security for the time being :mrgreen:

Well... let's say if made sure your inputs are well-sanitized :P


lel.

EDIT: and.. short url now has two options + got embed code feature all done :>

Image

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sun Feb 23, 2014 9:27 am
by Sammuel
oh @robbinghood


I'm not sure why the download button was not working but i did a edit on it can you try again?

if it fails again can you mention what web browser your using?

Re: ImageSnap. -- A new Flavor of Gyazo for free

Posted: Sun Feb 23, 2014 1:20 pm
by RobbingHood
Sammuel wrote:I'm not sure why the download button was not working but i did a edit on it can you try again?

Works now.
Also, does your site management now use IPs instead of sessions?

Image
You might want to save the output of tinyurl($long_url) to a variable, because calling it twice costs more time and maybe uses up more of the available API calls (just a guess, I don't know what your function looks like and how the tinyurl API works)