1
Mods & Plugins (Requests & Discussions) / Re: webcam Mod
« on: May 23, 2006, 12:11:21 PM »
hello
please can some one help me
thanks
please can some one help me
thanks
You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 45, 54, 47, 38, 1, 42, 41, 46, 53, 36, 44, 37, 52, 35, 40, 51, 34, 39, 48, 50, 33, 49, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 3) AND i.image_date >= 1148116045 ORDER BY RAND() LIMIT 4
Unknown column 'i.user_id' in 'on clause'
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homepages/23/d161190330/htdocs/4images/includes/db_mysql.php on line 116
<!-- Template file for JPG Files -->
<p align="center"><img src="{media_src}" name="myImageName" >
<input type="hidden" name="cat_id" value="{cat_id}" />
<script language="JavaScript">
if (cat_id=48)
{
time=10000
}
else
{
time=1000000
}
function reloadImage() {
if (document.images) {
document.images.myImageName.src = '{media_src}?' + (new Date()).getTime();
}
setTimeout('reloadImage()',time);
}
setTimeout('reloadImage()',time);
</script>
</p>
$mime_type_match['csv'] = array("text/comma-separated-values");
$mime_type_match['js'] = array("text/javascript");
$mime_type_match['css'] = array("text/css");
$mime_type_match['pano'] = array("image/jpeg");
?>
<!-- Template file for PANO Files -->
<APPLET codebase="http://www.tunisiaplus.com/4images/" archive=ptviewer.jar code=ptviewer.class width="432" height="240">
<PARAM name=file value="{media_src}">
</APPLET>