galleries join/submit about

welcome to imáge

imáge is a service provided to the entirety of furdom as a place where furs can put pictures of their furry representation, no matter how, when, why and other such words. Everyone is welcome here, everyone can join up and submit. All pictures go through a hand sorting prior to publishing on the site, meaning that no picture will be put up that the person did not intend to as well as protecting the copyright of the original creator of the picture.

Click on one of the thumbnails bellow to go to that person's gallery.

"; echo ""; $dir_handle = @opendir("gallery/"); $picturecount = 0; while ($file = readdir($dir_handle)) { if (substr($file, -4, 4) == ".png" or substr($file, -4, 4) == ".jpg" or substr($file, -4, 4) == ".gif" or substr($file, -4, 4) == ".PNG" or substr($file, -4, 4) == ".JPG" or substr($file, -4, 4) == ".GIF") { $picturecount = $picturecount + 1; $username = substr($file, 0, -4); if (file_exists("gallery/$username/name.php")) {$fullname = file_get_contents("gallery/$username/name.php");} else {$fullname = "Unnamed";} $file = "gallery/$file"; list($x, $y) = getimagesize($file); if ($x > $y) { $factor = $y / $x; $x2 = 150; $y2 = 150 * $factor; } else { $factor = $x / $y; $y2 = 150; $x2 = 150 * $factor; } if (1&$picturecount) { echo ""; } else { echo ""; } } } closedir($dir_handle); echo "
"; echo ""; echo "
"; } else { //This is user galleries if (file_exists("gallery/$username/name.php")) {$fullname = file_get_contents("gallery/$username/name.php");} else {$fullname = $username;} if (file_exists("gallery/$username/desc.php")) {$comment = file_get_contents("gallery/$username/desc.php");} else {$comment = "

There was not found any personal description of $fullname

";} echo "

$fullname

"; echo $comment; $gallerybase = "gallery/"; $gallery = $username; include ('gallery.php'); } } else if ($content == "submit") { ?>

submitting images to imáge

To join imáge or add an image to an existing account with us is pretty simple, and there are multiple ways of doing it, as listed bellow. They all involve speaking directly to the manager of the site, Leinir Turthra and giving him the pictures to be put here.

joining

To join is basically the same as submitting a new picture, though you have to apply for membership first. It is very simple and very painless: You simply get a hold of Leinir the same way you normally would, as well as give your full name and a description of the furry persona in question (a short one for the galleries page, and if you so desire a longer for your personal gallery index page).

submitting pictures

Simply send the picture (with copyright information: who made the picture and if you have permission to publish it (this will be checked!)) along with a short description of the picture to Leinir at any one of the following addresses:

  • e-mail to image@leinir.dk

  • contact "leinir" on FurNet IRC

  • ICQ UIN: 14679490

  • AOL Instant Messenger, user name leinir

  • Yahoo! Instant Messenger, user ID leinir2002

  • MSN Messenger, e-mail address leinir2002@hotmail.com (NB! Do not send e-mail to this address, as it is never checked)

The best service to use, generally, is IRC, where I am normally quite easy to get a hold of between 19 and 22 GMT on weekdays. If you use e-mail and do not get a message back within a week, send one to catch my attention, and if I still don't reply, try one of the other services.


-----------
This website and all material on it is, unless otherwise indicated, the intellectual property of Dan Jensen (aka. Leinir Turthra). All errors should be reported to admin@leinir.dk, as should all abuse and suspected copyright infringement.
---END OF LINE