images hosted
if ($_get['p'] == 'help') {
?>
help
how do i upload an image?
just use the quick upload form on the top, or goto the home page to upload an image.
what does "you must select a file to upload!" mean?
this means that you clicked upload without selecting an image file.
what does "that is a not a valid jpeg, gif, or png image." mean?
this means that you uploaded a file, but it was not a jpeg, gif, or png image.
what does "there was a problem with the server, and we were unable to upload your image." mean?
this means your file was accepted, but it did not get saved, you will need to try again, or upload another image.
what does "the file you selected was too big, mb is the maximum." mean?
this means that you tried to upload a file that was too big.
} elseif ($_get['p'] == 'terms-of-service') {
?>
terms of service
when you upload to jpegr you agree to the following;
- you will not use jpegr to upload pornographic content, any violation of this agreement may result in ban, and immediate removal of content.
- you will not abuse jpegr's upload form.
- any violation may result in permanent ban.
} else {
if (is_numeric($_get['image'])) {
$q = mysql_query("select * from `uploads` where `id` = '$_get[image]'");
$r = mysql_fetch_assoc($q);
$root_ = 'http://' . $_server['http_host'] . dirname($_server['php_self']) . '/';
?>
here is your image
click here to view your image
" onfocus="this.select();" />
"); ?>" onfocus="this.select();" />
" onfocus="this.select();" />
if you want to upload another image, you can go back or use the form below!
}
if (is_numeric($_get['batch'])) {
$q = mysql_query("select * from `uploads` where `batch` = '$_get[batch]'");
?>
viewing batch #
to view an image in full size, just click it.
while($r = mysql_fetch_assoc($q)) {
}
?>
beta image slideshow
share this batch with your friends
}
?>
upload an image or photo
}
?>