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.


Messages - dj9live

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: MOD Comment Spam
« on: December 31, 2005, 12:29:08 PM »
that mod doesnt work on guestbook... so what can we do? i sucks me to delete the hole day spam!

2
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: July 20, 2005, 01:10:55 PM »
i know, but is there a way to do it together ???

3
Mods & Plugins (Releases & Support) / Re: [MOD] Download limit v1
« on: July 19, 2005, 11:31:52 PM »
could it be easy to change this mod to set the download limit with the number of uploaded files

when user a upload 1 pic the download limit gets bigger like a ratio or a credit system, i have seen some pepople asking about this, but i didtn find a solution 4 this. but i guess a little modification of the mod will bring the effect. what do you mean?

thnx kai

4
thnx !!!!!

5
Code: [Select]
DB Error: Bad SQL Query: SELECT DISTINCT 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 ORDER BY RAND() You have an error in your SQL syntax near 'RAND()' at line 5

was kann da denn falsch sein?

6
Mods & Plugins (Requests & Discussions) / Anzeigereihenfolge ändern
« on: June 12, 2003, 03:57:19 PM »
Hi,

in dem Dropdownfeld auf der Hauptseite, wo man direkt die Kategorie auswählen kann ist die Sortierung Standard von CAT_ID von 0 bis aufwärts, Frage: gibt es die möglichkeit das Dropdownfeld quasi genau andersherum füllen zu lassen ???

für nen Tip wäre ich dankbar (schätze da muss der SQL Query geändert werden?)

danke kai

7
Discussion & Troubleshooting / mysql meldet fehler:
« on: June 12, 2003, 10:52:51 AM »
thanks!

the problem was fixed by the host...

8
Discussion & Troubleshooting / mysql meldet fehler:
« on: June 11, 2003, 05:33:05 PM »
ich habe seit heute folgende Fehlermeldung wenn ich images aufrufe:


Code: [Select]

DB Error: Bad SQL Query: SELECT c.cat_id, c.cat_name, c.cat_description, c.cat_parent_id, c.cat_hits, c.cat_order, c.auth_viewcat, c.auth_viewimage, c.auth_download, c.auth_upload, c.auth_directupload, c.auth_vote, c.auth_sendpostcard, c.auth_readcomment, c.auth_postcomment, COUNT(i.image_id) AS new_images FROM 4images_categories c LEFT JOIN 4images_images i ON (i.cat_id = c.cat_id AND i.image_date >= 1054742944 AND i.image_active = 1) GROUP BY c.cat_id ORDER BY c.cat_order, c.cat_name ASC
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT cat_id, COUNT(*) AS num_images FROM 4images_images WHERE image_active = 1 GROUP BY cat_id
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT u.*, l.* FROM 4images_users u, 4images_lightboxes l WHERE u.user_id = 1 AND l.user_id = u.user_id
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT * FROM 4images_users WHERE user_id = 1
Got error 127 from table handler

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

DB Error: Bad SQL Query: SELECT DISTINCT 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 ORDER BY RAND()
Got error 127 from table handler

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 ORDER BY i.image_hits DESC , i.image_name ASC LIMIT 1
Got error 127 from table handlerDB Error: Bad SQL Query: SELECT c.cat_id, c.cat_name, c.cat_description, c.cat_parent_id, c.cat_hits, c.cat_order, c.auth_viewcat, c.auth_viewimage, c.auth_download, c.auth_upload, c.auth_directupload, c.auth_vote, c.auth_sendpostcard, c.auth_readcomment, c.auth_postcomment, COUNT(i.image_id) AS new_images FROM 4images_categories c LEFT JOIN 4images_images i ON (i.cat_id = c.cat_id AND i.image_date >= 1054742944 AND i.image_active = 1) GROUP BY c.cat_id ORDER BY c.cat_order, c.cat_name ASC
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT cat_id, COUNT(*) AS num_images FROM 4images_images WHERE image_active = 1 GROUP BY cat_id
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT u.*, l.* FROM 4images_users u, 4images_lightboxes l WHERE u.user_id = 1 AND l.user_id = u.user_id
Got error 127 from table handler

DB Error: Bad SQL Query: SELECT * FROM 4images_users WHERE user_id = 1
Got error 127 from table handler

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/foto/includes/db_mysql.php:188) in /home/www/web5/html/foto/includes/sessions.php on line 79

DB Error: Bad SQL Query: SELECT DISTINCT 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 ORDER BY RAND()
Got error 127 from table handler

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 ORDER BY i.image_hits DESC , i.image_name ASC LIMIT 1
Got error 127 from table handler


weiss jemand was passiet sein könnte ?

mfg kai

9
Mods & Plugins (Requests & Discussions) / ip adressen aussperren
« on: December 27, 2002, 01:11:48 PM »
gibt es die möglichkeit durch irgenein kniff eine bestimmte ip-adresse komplett für die gallerie zu sperren ??? wenn ja wie muss ich das machen ???

10
Mods & Plugins (Requests & Discussions) / anpassung
« on: December 11, 2002, 11:47:11 AM »
jep sozusagen...

11
Mods & Plugins (Requests & Discussions) / anpassung
« on: December 10, 2002, 09:51:08 PM »
kleine frage ist es möglich im detail bereich auf eine variabele zuzugreifen in der die URL zum Bild gespeichert ist so das ich z.b. sagen kann
<a href="varBILDURL">Bildlink</a> like this ?!??
es wäre nett wenn ich nen kleines feedback bekommen würde wo und wie ich das am besten einbinde...
danke

12
Discussion & Troubleshooting / kann ich
« on: December 01, 2002, 11:52:58 AM »
hi, danke nochmal für den tip, leider will mein provider safemode nicht austellen :((( es ist jetzt aber natrülich etwas, sagen wir mal doof, jedesmal das von 4images erstellte verzeichnis wieder zulöschen... gibt es eine möglichkeit das im script irgendwie zu ändern?

danke schonmal und schönen 1. Advent

13
Ich hab ein dringendes Problem, ich versuche nach neuen Bildern zu checken und bekomme nur die Fehlermeldung Warning:

SAFE MODE Restriction in effect. The script whose uid is 640 is not allowed to access ./../data/media/33 owned by uid 30 in /home/www/web5/html/foto/admin/checkimages.php on line 191

was kann da los sein ?

14
Feedback & Suggestions / Bildergalerie und Nuke?
« on: November 06, 2002, 08:22:58 AM »
hast du dabei erfolg gehabt? bzw. hat jemand schonmal erfolg gehabt was das migrieren von 4images in phpnuke angeht ?

mfg kai

15
Mods & Plugins (Requests & Discussions) / 4images vs phpnuke
« on: September 27, 2002, 10:05:30 AM »
öhhm ja danke... ich glaube ich habe da schon so eine info gefunden.... man sucht ja überall *g* trotzdem danke für die schnelle info

kai

Pages: [1] 2