Show Posts

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.


Topics - Kruser

Pages: [1]
1
Deutsch:


Hi

Meine Bilddatenbank bei 4images besteht aus eingescannten Dias im Tiff format, die in jpg umgewandelt wurden.

Also sind in der Datenbank nur die jpg versionen und natürlich die von 4images erstellten Tumbnails vorhanden.

Erst mal vorweg, die Bilddatenbank wird nur im Lokalen netzt betrieben, drum sind so sachen wie Traffic nahezu unwichtig.

Ich frage ob es eine art script, oder plugin gibt wo ich z.b. wenn ich auf ein Bild in der Datenbank klicke, einen Link oder irgendwas bekomme bei dem ich dann das original bild anschauen kann.

Kan man Tiff bilder überhaupt im inet Explorer Anschaun ?? ..

auch eine Funktion mit auf das Bild klicken um das Original zu sehen ist denkbar.

Die Originalbilder sind in einem Extra-ordner, heißen aber genauso wie die jpg bilder, also nur die endung ist unterschiedlich.

Auch möglich währe ein tool das automatisch einen kommentar erstellt, (zu jedem bild) bei dem dann der Link zum Original Bild steht.

Es sind ca. 30 verschiedene Ordner , also auch 30 versch. kategorien.

bei fragen, also falls meine problemspezifikation nicht eindeutig ist bitte nochmal nachfragen

rechtschreibung (vor allem groß und kleinschreibung ist bitte zu vernachlässigen)


thx

Kruser


edit:

ich meinte im groben, dass ich den ordner (den ort des originalbildes) ja fest angeben kann, dass er sich den namen des bildes aus der id nummer nimmt, und dann die endung tiff hinten ran setzt, so dass die bilddatei auch lokalisiert werden kann.

habe grade versucht tiff ist nicht anzeigbar aber zumindest kann man sich die bildfile laden und dann mit externen programmen anschauen.


English

My picture databank consists from tiff pictures, but they are converted into jpg.

so if i visist my personal 4images page i see my converted jpg pictures.

so far so clear.

I want so extend my 4images homepage so, that i see a link,  under or over the picture, when i click on it.
This link brings me to the original tiff picture.

all tif pictures are in a extra listings but they have the same name, except the ending, (tiff - jpg)

my idea is, that i can specify the listing were all pictures of a specific category are, and the plugin or script
takes the name of the picture from the id of the picture im looking yet, and set tiff instead of jpg at the ending.

so we get the direkt link to the original picture. To implement the link is the lowest problem.

i hope you understand my bad english, but in technical questions my english is more bad than normaly.

thx for help

bye

Kruser

2
Discussion & Troubleshooting / was macht diese Fehlkermeldung
« on: February 15, 2006, 03:34:35 PM »
Hi

hab volgendes problem

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 NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Bilddatenbank\includes\db_mysql.php on line 116


ich hoffe ihr könnt mir helfe

thx

Kruser

3
Installation, Update & Configuration / Alte linux Datenbank übernehmen
« on: February 15, 2006, 02:11:37 PM »
HI

hab hier ein kleines Problem.

Mit xammp lief als LAMP eine 4hompages bilderdatenbank.

Diese ist ca. 160 gig groß.

Bevor der Linux server zusammengekracht ist, haben sie noch den ganzen Ordner gesichert, (also den ganzen home ordner mit bilder-tumbnails usw.)

Jezt soll ich das ganze auf Windows mit Wamp (mit hilfe von sampp) zum laufen bringen.

Da ich vorher nie mit mysql und apache gearbeitet hatte, hab ich mir erst mal den xampp eingerichtet, und erst mal eine eigene datenbank mit 4images gemacht.

So die frage ist nur die 500 bilder jetzt rüber zu bekommen.

Natürlich könnte ich die jetzt alle einzeln hinzufügen, allerdings währe das ein riesen aufwand, da ich ja auch alle tumbnails usw schon hab.

danke im vorraus für eure hilfe

bye

Kruser


Habe übrigens auch folgenden Fehler:

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 i.cat_id NOT IN (0) AND c.cat_id = i.cat_id LIMIT 0, 1
Unknown column 'i.user_id' in 'on clause'

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 NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Programme\xampp\htdocs\includes\db_mysql.php on line 116

Pages: [1]