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 - sjau

Pages: 1 [2] 3
16
sorry, ich hab's wohl auch ein bisschen zu schnell gelesen und zuviel hinein interpretiert... :)

sjau

17
Du kannst die Kategorien wie Link Code auf dem Web feststellen. E.g. ein Link hat den Paramter cat_id=6 und führt zu der Kategorie XYZ dann lad einfach Bilder für die Kategorie XYZ ins Verzeichnis '6'.

sjau

18
Feedback & Suggestions / Bessere Kategorienanwahl benötigt
« on: June 02, 2002, 05:55:58 PM »
Hallo,

1.) du kannst die Template Files bearbeiten und so das DropDown Menu (welches du auch immer meinst) weglöschen

2.) Sprachfiles können unter http://www.4homepages.de/4images/download.php gefunden werden

3.) Na ja, es gibt eine simple Dokumentation soweit ich mich erinnern kann, aber das meiste ist (zumindest für mich) selbsterklärend. Ausser bei den Gruppenbefugnissen hatte ich anfangs Schwierigkeiten.

sjau

19
Installation, Update & Configuration / UPLOADIN PICS
« on: June 02, 2002, 09:13:05 AM »
You'll need to alter those... Bewerten means as much as "rate" and "Leuchkasten" has the function of a collection of "favourites". Meaning registered members can have a collection of favourite pictures.

sjau

20
Installation, Update & Configuration / UPLOADIN PICS
« on: June 02, 2002, 07:51:14 AM »
I think we might be a bit behind with DBZ. The last episode aired here (on friday) was the final defeat of the daemon Boo (or however you spell that).

sjau

21
Installation, Update & Configuration / UPLOADIN PICS
« on: June 02, 2002, 01:09:50 AM »
btw, you're right, Vegeta Rules! :) He's the coolest...

sjau

22
Installation, Update & Configuration / UPLOADIN PICS
« on: June 02, 2002, 01:03:06 AM »
I know... that's why I'm using it also... :)

sjau

23
Installation, Update & Configuration / UPLOADIN PICS
« on: June 01, 2002, 01:08:21 PM »
You can upload it by FTP.  You can upload the pics into the data/media/xxx folder where xxx is the category number. You find it out most easily to surf the gallery homepage and look in the link URL for the category ID.

As example:

on http://www.wsjb78.com/gallery you see in the first gallery the first sub-gallery named "3. Notkerball". If you move your mouse on it following link appears:
http://wsjb78.com/gallery/categories.php?cat_id=6

This means now to upload pictures by ftp into the sub-gallery "3. Notkerball" I would need to upload the pictures into the data/media/6 folder.
Afterwards you go to the admin panel and go there to the "check new images" menu and select there the category to search for.
It should then find those pictures and you can add it to the database.

sjau

24
Download of files...

was machbar wäre ist die Bilder ausserhalb des Webroots zu speichern. Ich weiss nicht ob dein Provider so was anbietet. Via Script kann man die Bilder dann anzeigen lassen im Browser, aber die kompletten (Hi-Res) Bilder müssten dann evtl. bei Mail verschickt werden.
Wenn du irgendein Transaktionscript integriert hast, bin ich sicher kann man PHP dazu verwenden am Schluss automatisch das Hi-Res Bild via Email zu verschicken anstelle eines Download Buttons.

Ich weiss nicht ob das eine mögliche Alternative für dich wäre.

sjau

25
Installation, Update & Configuration / DB update & Alter berechnen
« on: May 31, 2002, 12:00:36 PM »
Hallo,

benutz doch mal die Funktion sscanf für die Umstellung des Datums in und aus der DB. Ich habe dir mal ein Beispiel angehängt wie ich es brauche.

Vielleicht hilft dir das.

Code: [Select]
list ($year, $month, $day, $hour, $minute, $sec) = sscanf($date,"%d-%d-%d %d:%d:%d");
echo "$day. ";
if ($month == 1) echo "Januar";
if ($month == 2) echo "Februar";
if ($month == 3) echo "März";
if ($month == 4) echo "April";
if ($month == 5) echo "Mai";
if ($month == 6) echo "Juni";
if ($month == 7) echo "Juli";
if ($month == 8) echo "August";
if ($month == 9) echo "September";
if ($month == 10) echo "Oktober";
if ($month == 11) echo "November";
if ($month == 12) echo "Dezember";

if ($hour < "10") $hour="0$hour";
if ($minute < "10") $minute="0$minute";
if ($sec < "10") $sec="0$sec";

echo " $year um $hour:$minute:$sec";



sjau

26
Feedback & Suggestions / Top 10 Most Commented Images
« on: May 30, 2002, 12:18:08 PM »
I haven't had a close look at this yet but in the Admin Statistic Area you have to code to display which are the 5 most commented pictures. If you would have a look at the source code of that statistic page you should be able to find out the appropriate code and have to correct images displayed.

I haven't paid closer attention to the source code yet so I can't really give you any specific information on how to do this but what I've written above might give you a starting point.

sjau

27
Feedback & Suggestions / Bilder freischalten
« on: May 28, 2002, 10:41:11 PM »
Hey Nicky,

danke für deine Antwort. Auf das hätte ich selber kommen müssen.

:)

sjau

28
Discussion & Troubleshooting / Probleme beim Datenbank-Backup
« on: May 28, 2002, 12:53:10 PM »
phpMyAdmin ist ein Browser-basiertes Administrationstool für MySQL Datenbanken. An sich sehr einfach zu installieren (und auf jeden Fall mit .htaccess sichern!!!). Du kannst es finden unter:

http://www.phpmyadmin.net/

Ein Dump einer Datenbank oder Tabellen ist einfach ein Backup. Dazu auszuwählen gibt es Structure Only oder Structure & Data.

Die Structure Only macht einfach ein Backup deiner MySQL Tabellen, während die Daten Option auch noch die ganzen Inhalte mitspeichert.

Installier es mal, probier es auch, ich bin mir sicher es ist eigentlich ganz simpel zu benutzen.

Falls du trotzdem noch Probleme hast, ich habe bei meinem Webhost mal noch eine genauere Anleitung geschrieben:

http://worldzonesupport.com/showthread.php?s=&threadid=482&highlight=mysql+backup

Dort sind von phpMyAdmin die Schritte 6-10 die entscheidenden. Die ersten 5 zeigen nur auf wie man auf phpMyAdmin bei meinem Webhost kommt.

sjau

29
Discussion & Troubleshooting / Probleme beim Datenbank-Backup
« on: May 28, 2002, 12:18:21 PM »
Habe gerade auch probiert ein Backup zu erstellen, funktioniert bei mir jedoch tadellos.
Hast du auch schon versucht via phpMyAdmin ein Dump der DB zu machen?

sjau

30
Discussion & Troubleshooting / Erstenne von Usergruppen
« on: May 27, 2002, 07:58:58 PM »
Ok, hab's auch rausgefunden... einfach die gewünschten Zugriffslevel auf Privat setzten und dann können sie über die Usergruppe aktiviert werden.

sjau

Pages: 1 [2] 3