GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Free Image/JPEG hosting software (https://gfy.com/showthread.php?t=730848)

ServerGenius 05-06-2007 03:04 PM

Free Image/JPEG hosting software
 
Anyone knows anything that's decent that I could check out before I start
reinventing the wheel once again? Thanks a lot!

:thumbsup

Vick! 05-06-2007 03:07 PM

try yabsoft.

SmokeyTheBear 05-06-2007 03:18 PM

i built 2. one for just images ( watermarks , thumbnails and creates embed code )
http://smokeycash.com/upload/
and one for everything
http://smokeycash.com/

ServerGenius 05-06-2007 03:27 PM

Quote:

Originally Posted by Vick! (Post 12382424)
try yabsoft.

thanks that doesn't even look all too bad.....:thumbsup

GrouchyAdmin 05-06-2007 03:57 PM

It's like 5 lines of PHP, man.

If you want something Q&D, hit me up and I'll give you the incredibly simple (read: stateless) code I use for ImagePup

SmokeyTheBear 05-06-2007 04:15 PM

Quote:

Originally Posted by GrouchyAdmin (Post 12382583)
It's like 5 lines of PHP, man.

If you want something Q&D, hit me up and I'll give you the incredibly simple (read: stateless) code I use for ImagePup

why dont you add a few features ? like watermarks or thumbnails or multiple file upload .. how do you build your brandname ?

ServerGenius 05-06-2007 04:16 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12382434)
i built 2. one for just images ( watermarks , thumbnails and creates embed code )
http://smokeycash.com/upload/
and one for everything
http://smokeycash.com/

I've seen yours and I know it's quite easy to make something myself. Let me
be a bit more specific what I need is a pichosting script where users have to
REGISTER before they upload, registration needs to be validated by activating
their account through link sent in email.

I need webbased admin panel to control various options like max filesize, max
uploads per user/time frame, some basic fraud detection/prevention/alert
banning users/ips/wildcards, template based page layout system, some basic
header checking to determine uploaded files indeed are images. some basic
stats stuff, upload submit form checks to prevent flooding or abuse using
scripts to polute the system. and perhaps a few thingies more which I haven't
thought of yet.

None of this is something I can't do myself but everything together it's enough to at least check if there's something usefull out there for sale which
saves me the time to do it myself.......it's not for myself and if I can buy it
for not too much money I prefer todo so and use my time for other stuff :winkwink:

So if you know of something that can do ALL or at least 95% of this let me
know, anything less than 95% I won't use coz I know I'll end up spending
more time fixing crappy code and adding the stuff I want that's not in there
yet.

Thanks :thumbsup

ServerGenius 05-06-2007 04:21 PM

Quote:

Originally Posted by GrouchyAdmin (Post 12382583)
It's like 5 lines of PHP, man.

If you want something Q&D, hit me up and I'll give you the incredibly simple (read: stateless) code I use for ImagePup

if you can whip up the stuff I just mentioned in minutes then let me know your
minute fee and we'll work out a deal:winkwink:

If I needed the 5 line image upload I wouldn't even bothered writing a post on
GFY about it....I thought you'd knew I would be able how to write a simple file
upload script in php :1orglaugh

In case you doubt, hit me up and I'll proof it to ya lol......hehehe just kidding

ServerGenius 05-06-2007 04:27 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12382434)
i built 2. one for just images ( watermarks , thumbnails and creates embed code )
http://smokeycash.com/upload/
and one for everything
http://smokeycash.com/

Smokey if yours meets my requirements or gets close hit me up I would feel
comfortable enough to use stuff that comes from your hands and I mean that
as a compliment coz there's not too many people I would buy and use their
stuff very easy. :winkwink:

ServerGenius 05-06-2007 04:28 PM

Which means outsourcing companies do not need to reply I won't hire any of
them no matter how good you are.....no offense meant....I ONLY deal with coders
directly and not because of the money ;-)

GrouchyAdmin 05-06-2007 04:34 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12382650)
why dont you add a few features ? like watermarks or thumbnails or multiple file upload .. how do you build your brandname ?

Actually, MFU exists, I just haven't bothered turning that on. Watermarks and thumbnails have been on the 'to do' roster for longer than I'd care to admit.

Basically, I built it so I could put ads on it, but CTR is nearly nil. I honestly have no reason to build it up, as I don't want to run a large image host at this time, and have so many other projects, I haven't had the inclination to code for it.

I may just throw in the thumbnailer since I already made the code to resize stuff ages ago. Multiple files? Likely. Watermark.. perhaps. Just not at this moment. :)

Quote:

Originally Posted by ServerGenius (Post 12382683)
if you can whip up the stuff I just mentioned in minutes then let me know your
minute fee and we'll work out a deal:winkwink:

If I needed the 5 line image upload I wouldn't even bothered writing a post on
GFY about it....I thought you'd knew I would be able how to write a simple file
upload script in php :1orglaugh

In case you doubt, hit me up and I'll proof it to ya lol......hehehe just kidding

Hahaha. Well, you didn't state what you needed, and I figured you were just being 'really damn lazy', as we like to call it in the field. :1orglaugh :1orglaugh

SmokeyTheBear 05-06-2007 04:50 PM

Quote:

Originally Posted by ServerGenius (Post 12382661)
what I need is a pichosting script where users have to
REGISTER before they upload, registration needs to be validated by activating
their account through link sent in email.

I need webbased admin panel to control various options like max filesize, max
uploads per user/time frame, some basic fraud detection/prevention/alert
banning users/ips/wildcards, template based page layout system, some basic
header checking to determine uploaded files indeed are images. some basic
stats stuff, upload submit form checks to prevent flooding or abuse using
scripts to polute the system. and perhaps a few thingies more which I haven't
thought of yet.

cool i'm sold where do i buy it .. ?

:Oh crap whoops i'm supposed to make it..:1orglaugh

yah none of that is too difficult by itself , im sure theres something available out there i'll have a look too as theres no sense making it if it already exists

ServerGenius 05-06-2007 05:06 PM

Quote:

Originally Posted by SmokeyTheBear (Post 12382784)
cool i'm sold where do i buy it .. ?

:Oh crap whoops i'm supposed to make it..:1orglaugh

yah none of that is too difficult by itself , im sure theres something available out there i'll have a look too as theres no sense making it if it already exists

Don't you hate that no matter how obvious the features you need are you rarely
find something that covers what you want. 9 out of 10 times I end up building
it myself just because almost everything you can think off no matter how well
it is coded obviously hasn't been thought out well if thought out at all :disgust

Try finding ANYTHING that can do something multilingual. They have the option
to use different language files......yet NONE realised that if you can't add stuff
to a db in multiple languages having the interface in multiple languages doesn't
make any sense........I haven't found ANY script ever that ever thought about
this......

Yet I still keep trying lol

ServerGenius 05-06-2007 09:06 PM

bump to the top


All times are GMT -7. The time now is 05:01 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123