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
1
Schreib mal eine phpinfo.php file mit folgendem Inhalt:
Code: [Select]
<? phpinfo(); ?>
und ruf diese File im Browser auf. Da solltest du aktuelle MySQL / Apache / PHP Infos bekommen.

sjau

2
Mods & Plugins (Requests & Discussions) / Adding Links
« on: June 24, 2002, 11:44:29 AM »
Well, you can create a seperate file and reference it with those curly brackets BUT you will need to inlcude this almost all of the template files.

sjau

3
Chit Chat / email server
« on: June 19, 2002, 08:33:52 AM »
I think qmail is one of the popular email servers. Not so sure about that emyself. You may want to give it a try.

sjau

4
Feedback & Suggestions / Making it faster
« on: June 16, 2002, 09:38:23 PM »
it would probably increase the overall speed but I tend to think on a server with massive traffic it's an additional burden for the server to execute this extra command for every single picture... I'm not one of those performance gurus but that's what I think.

sjau

5
Discussion & Troubleshooting / PROBLEM - HELP ME!!
« on: June 16, 2002, 01:26:20 PM »
What's your CHMOD of your data folder?

sjau

6
Mods & Plugins (Requests & Discussions) / Adding Links
« on: June 15, 2002, 09:36:42 AM »
I'm not quite sure if I understood you right. Best thing is to make a copy of your template folder and then log in into the Admin Control panel. In there go the the general section and select "edit templates" or something like that. I have it only in German so I don't really know the terms used by Jan for the english version.

Once there, load the header.html file and add a link there. The go back to your gallery page and that link should have been added on top somewhere.

Hope this helps a bit.

sjau

7
I've been asking me the same thing. When I get some time I can try to write some function to do this.
Jan: It would be request to have this in the next version included!

sjau

8
Installation, Update & Configuration / Gif?
« on: June 10, 2002, 02:35:59 AM »
Du kannst es generell einstellen. Sagen wir es soll Biler max. auf 120px mal 120px resizen. Die längere Seite wird dann auf 120px zurückgeschraubt und die kleinere proportional dazu.
Was zu beachten ist bei Gifs, ist die GD Version. Neuere GD Versionen unterstützen keine GIFs mehr. Am besten stellst du eine phpinfo.php Datei in ein Webverzeichnis mit folgendem Inhalt:

Code: [Select]
<? phpinfo(); ?>

Diese rufst du dann mit deinem Browser auf und du kannst dort eine grosse Menge Daten an PHP und Webserverkonfiguration sehen. Irgendwo müsste auch eine Sektion der GD Library sein und dort kannst du erkennen, ob deine Version GIFs überhaupt unterstützt.

sjau

9
Hallo Jan,

vielleicht könnte man die config.php noch als separate file downloaden? Dann müsstest du sie nicht immer zuschicken.

sjau

10
Chit Chat / Spaming company sues ordinary bloke
« on: June 07, 2002, 10:50:29 AM »
I was just listenting to the radio (JJJ, a non commercial Australian radio station) this morning, and a story came on about a bloke who is being sued by a spam email marketing company. Here is a synopsis:

Apparently this bloke, Joe McNichol, didn't like receiving spam in his inbox, and tracked some of it down to a certain marketing company in Western Australia.

Apparently after contacting the company and getting nowhere, he submitted the name of the marketing company, t3direct, to an anti-spam group, called SPEWS (Spam Prevention Early Warning System).

SPEWS submitted t3direct's IP addresses to a number of ISPs, which then blocked email from them.

In the past, direct marketing companies have sued the owners of anti-spam sites, however, SPEWS were clever enough not to include contact names, etc.

So, in a world first, the company is now going after the Joe McNichol for submitting them!

He is being sued for $43,750 AUD (roughly US$24,600) for damages and loss of income. McNichol is contesting the action.

To say the least, this case will prove interesting to follow, as it will set a precedent. Can you imagine if the company is successful? Will that open the floodgates for a plethora of legal action by spammers? I will be keeping an eye on this one!

For more info, check here:

http://www.zdnet.com.au/newstech/communications/story/0,2000024993,20265640,00.htm

http://list-news.com/articles/02june/20020603.html

In German:

http://www.heise.de/newsticker/data/hps-31.05.02-000/

McNichols own website:

http://www.vtgts.com/auspam.htm

and SPEWS:

http://spews.org/

11
Installation, Update & Configuration / Einige Probleme
« on: June 05, 2002, 10:19:19 PM »
Hmmm, mein Webhost hat kürzlich auch ein paar Updates vorgenommen und danach wurden mir bei ein paar Verzeichnissen die Rechte genommen. Der ServerAdmin musste mich wieder als Owner eintragen. Vielleicht ist bei dir was ähnliches passiert...

sjau

12
Installation, Update & Configuration / Import.php
« on: June 04, 2002, 01:41:47 AM »
Ach so... hmmmm, dazu kenn ich das Skript zu wenig um dir da helfen zu können.

sjau

13
Installation, Update & Configuration / DB update & Alter berechnen
« on: June 03, 2002, 05:14:55 PM »
Mit fscan kannst du Strings von bestimmten Formate aufbrechen und sie dann an (einzeln) Variablen weitergeben.
Damit sollte es (mathematisch) möglich sein das Alter zu berechnen.

sjau

P.S.: Wenn's immer noch nicht geht und ich mal ein bischen Zeit habe kann ich dir ja ein kleines Script schreiben.

14
Installation, Update & Configuration / Import.php
« on: June 03, 2002, 05:12:23 PM »
Bilder zu importieren, soweit ich es verstehe, sollte kein Problem darstellen.

1.) Erstell die Kategorien

2.) Geh auf die Hauptseite dieses Gallerie Scripts und dort sind ja die Kategorien aufgelistet

3.) Suche dir eine Kategorie aus wo du Bilder einfügen möchtest und beweg deine Maus über den Link und als Link Address erscheint was mit cat_id=19 (nur als Beispiel).
D.h. dass du die Bilder eigentlich nur via FTP ins Verzeichnis data/media/19 reinladen musst.

4.) Geh in den Admin Panel und suche nach neuen Bildern.

That's it.

15
Installation, Update & Configuration / UPLOADIN PICS
« on: June 02, 2002, 10:17:04 PM »
how about creating those buttons yourself? I wouldn't know where to get them... whether Jan actually created those in English.... the "bewerten" is only a normal html button I think so you'd just need to alter the typing there.
Btw, I'm not 100% sure of that!

sjau

Pages: [1] 2 3