<?
$url = "http://www.zengo.net/image-host/Cosis";
//your domain, eg "http://domain.com", "http://domain.com/hoster" no ending slash!
$who= "www.zengo.net";
//your domain, eg "www.domain.com", no ending slash or http://!
$name = "Zengo";
// Your image host name
//File size etc
$ms = 1024000;
//max image upload (KB) 1024000 = 1 MB
$tsize = "300";
//thumbnails size (pixel)
$path = "images/";
//This is the path to where your images will be placed
$thumb = "thumbs/";
//This is the path to where your thumbnails will be placed
?>