web statistics
Image 01 Image 02

How To Create Your Own Image Hosting Site

2
Share |

chevereto How To Create Your Own Image Hosting Site

Image Hosting can be really helpful in sharing images, uploading screenshots, images for free templates etc.Here’s how you can create your own Image Hosting Website like imageshack or TinyPic on your webserver using Chevereto which is a free opensource script, completely written in php.

Features :

  • Free and open source.
  • Your own image uploader for your webserver.
  • Requires no database
  • One click upload of your images from PC or web.
  • resize images.
  • Integrate it with url shorteners like TinyURL for easier sharing.
  • Create your own bookmarklet or Firefox extension for your image Hosting site.
  • Supports JPG, PNG, BMP, GIF.

You can also use this script as private image uploader for your site/blog.

Webserver Requirements : PHP 5 with cURL and Image Processing (GD).

chevereto upload How To Create Your Own Image Hosting Site

Installation :

  • Download and Extract the files, next follow these steps

STEP-1

  1. Open config.php and edit the definitions.
  2. define ( ‘URL_SCRIPT’, ‘http://dev.chevereto.com/’)  // run the script URL (url to be the root of the hosting)
  3. define ( ‘DOM_SCRIPT’, ‘dev.chevereto.com’), / / domain or subdomain of the script (note, that affects whether or not to go with “www.”
  4. define ( ‘PATH_SCRIPT’, ‘/ chevereto /’) / / Relative path from web carpera to the script (eg: / public_html / chevereto /) ‘/’ if you run in the root web.
  5. define ( ‘PATH_SERVER’, ‘/ public_html /’. PATH_SCRIPT) / / The path to the server where your script, take note that PATH_SCRIPT. In this case is: / public_html / chevereto /
  6. define ( ‘APP_NAME’, ‘DEV Chevereto’) / / What is your hosting
  7. Also define the directoty paths.

STEP-2

  1. Editing. Htaccess to work with your domain.

STEP-3

  1. Edit in js / rules.js line 44.— Var url = ‘http://dev.chevereto.com/pref.php?url =’ + checked;and put your url in place of the default.

Download Chevereto –      DEMO


Posted on 23rd February 2009 by Avinash under category OpenSource, Scripts, Web 2.0


2 Responses to “How To Create Your Own Image Hosting Site”

  1. Shane says:

    OMG I LOVE YOU FOR THIS THANKS SO MUCH

  2. Mike says:

    Can anyone explain this a bit more? I’m completely new to all of this, I’ve done some mild web creations in dreamweaver, but nothing major. Also did a year of Joomla, having trouble here:

    define ( ‘URL_SCRIPT’, ‘http://dev.chevereto.com/’) // run the script URL (url to be the root of the hosting)
    define ( ‘DOM_SCRIPT’, ‘dev.chevereto.com’), / / domain or subdomain of the script (note, that affects whether or not to go with “www.”
    define ( ‘PATH_SCRIPT’, ‘/ chevereto /’) / / Relative path from web carpera to the script (eg: / public_html / chevereto /) ‘/’ if you run in the root web.
    define ( ‘PATH_SERVER’, ‘/ public_html /’. PATH_SCRIPT) / / The path to the server where your script, take note that PATH_SCRIPT. In this case is: / public_html / chevereto /
    define ( ‘APP_NAME’, ‘DEV Chevereto’) / / What is your hosting

Leave a Reply


Web Informer Button