Create image article

This gallery is powered by IMGUR image host.

Select image to upload:

Image Title:

Image Description:

"file", "name" => $_FILES['imagefile']['name'], "image" => $image ]); curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Authorization: Client-ID {$imgurClientID}" )); $response = json_decode(curl_exec($ch)); $image_url = $response->data->link; $image_delete = $response->data->deletehash; $title = $_POST['title']; $desc = $_POST['desc']; if ($image_url !== false) { // Insert to database $inserted = insertImage((int)$session_user_id, $title, $desc, $image_url, $image_delete); if ($inserted === true) { ?>

Image Posted

However, your image will not be listed until a GM have verified it.
Feel free to remind the GM in-game to login on website and approve the image post.

Preview:

<?php echo $title; ?>
", $descr); ?>

Image already exist

The image has already been posted. However, images will not be listed until a GM have verified it.

Failed to find the image

We failed to find the image, did you give us the Image code from www.freeimagehosting.net?

Gallery

Got some cool images to show the community?
load(); if (is_array($images) && !empty($images)) { foreach($images as $image) { ?>

<?php echo $image['title']; ?>
", $descr); ?>

There are currently no public images.'; if ($logged_in === false) echo 'You need to be logged in to add images.'; } include 'layout/overall/footer.php'; ?>