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 - max.cady

Pages: [1] 2 3 4 5
1
Chit Chat / Re: If you are running an 'old' 4images site ...
« on: May 20, 2008, 10:27:13 PM »
Let's also say that I've applicated so much MODs that I can't figure doing it since the beginning and testing the compatibility with the 1.7.6 script.
What about if I edit my file "includes/constants.php", and change line #141 from:
Code: [Select]
define('SCRIPT_VERSION', '1.7.1');
to:
Code: [Select]
define('SCRIPT_VERSION', '1.7.6');?

Clever idea ... !  :D

I think it is the link in the footer that matters regarding search bots.

2
Chit Chat / If you are running an 'old' 4images site ...
« on: May 19, 2008, 10:24:18 AM »
I recently switched from an old 4images site to wordpress since the site needed a blog feature. Due to some mods I had not updated my 4images installation so it was still running 4images 1.7.1. My old 4images site is still in the google cache and on my new wordpress site I can see in the stats what people were looking for if coming from a search engine.

One of the top search phrases is the search for "powered by 4images 1.7.1" or "powered by 4images 1.7.1 2002". To me it looks as if some hackers are out to find old unsecure 4images installations ... In any case I would recommend to apply the security patches if you are running an old 4images site.

I did a google search myself and it returned about 111.000 sites still running 4images 1.7.1 ...


3
Chit Chat / Re: JavaScript + CSS = Nice Picture Display
« on: September 12, 2006, 07:56:17 PM »
Inspired by this thread
http://www.4homepages.de/forum/index.php?topic=9885.msg47995#msg47995

I got it to work on the details page by wrapping the {image} in the following tags
<a href="{media_src}" target="_blank" rel="lightbox">{image}</a>

However, I want it on the categories view that the lightbox opens if clicking on the thumbnail.
I tried the same trick with thumbnail_bit.html by wrapping the thumbnail in a href-tags and the rel="lightbox" tags but it won't work.

Any ideas how to get it work on the categories page?

4
Chit Chat / Re: JavaScript + CSS = Nice Picture Display
« on: September 12, 2006, 06:57:19 PM »
ok, thanks ... can you tell me where I can find such a link in 4images? I couldn't find it in any html file so it is in any php file I suppose?
Could anybody tell me in which file I can find the relevant link where to put the lightbox reference to? Or is this insider knowledge only?  :?

5
Chit Chat / Re: JavaScript + CSS = Nice Picture Display
« on: September 12, 2006, 06:32:16 AM »
can nobody tell me where to put the rel="lightbox"?

6
Chit Chat / Re: JavaScript + CSS = Nice Picture Display
« on: September 11, 2006, 08:12:55 AM »
Hi, can anybody tell me where to place the rel="lightbox" to activate the script?

I tried it with media/jpg.html
[qcode]<img src="{media_src}" border="1" alt="{image_name}"{width_height} rel="lightbox" /><br />[/qcode]

but it doesn't work this way on my site ...

What am I doing wrong?

7
Chit Chat / Re: Armes Deutschland?
« on: June 09, 2006, 09:04:26 PM »
Quote
Aber ich bin mir auch ziemlich sicher, das schon früher darüber berichtet wurde, wenn ein 16jähriger einen 12jährigen vergewaltigt!

Nicht unbedingt. Über vieles wurde früher einfach nicht gesprochen. Kinder, die vergewaltigt wurden .. um Gottes Willen! Die mussten irgendwie selber dran schuld sein ... die kamen ins Heim. Es gab erst letztens einen interessanten Artikel im Spiegel über Heimkinder in den 50er Jahren. Kinder hatten früher keine große Lobby, deshalb erfuhr man wenig über ihr Leid. Wenn man Charles Dickens liest (Oliver Twist zum Beispiel, was ja auf autobiografischen Erfahrungen beruht) dann will man sich lieber gar nicht vorzustellen, was manche Kinder da so durchgemacht haben.

Ich will damit die Zustände heute nicht verharmlosen. Ich finde es entsetzlich zu lesen, dass Kinder im Nebenzimmer verhungern oder in vermüllten Wohnungen verwahrlost aufgefunden werden. Mich hat nur die Überschrift etwas zum Widerspruch gereizt, denn mit Deutschland hat das ganze herzlich wenig zu tun. Es hat etwas mit der Natur des Menschen zu tun und die hat sich in all den Jahren nicht geändert.

Das ist so ungefähr wie wenn man behaupten wollte, dass es früher als Kind mehr Schnee im Winter gab und mehr Sonne im Sommer usw. aber wenn du die Wetterstatistiken anschaust, wirst du feststellen, dass das Wetter schon immer seine Macken hatte ... heute wie auch früher :)

8
Chit Chat / Re: Armes Deutschland?
« on: June 08, 2006, 09:38:42 PM »
Das hat nichts mit Deutschland zu tun sondern mit der menschlichen Natur.
In jedem Menschen steckt das Potential zu Schrecklichem sowie auch zu Gutem.
In Irak werden die Menschen geköpft, in Afika gibts Kindersoldaten, die schon
im Kleinkindalter morden müssen und, und, und ...

Es wurde schon immer vergewaltigt, gemordet, gequält. Heute schreibt man
darüber, früher wurde der Deckmantel des Schweigens darüber gebreitet.
Und gefrömmelt und geheuchelt wurde schon immer und ewig ...


9
Mods & Plugins (Requests & Discussions) / Re: Upload Limit
« on: May 13, 2006, 12:58:03 PM »
Quote
Ich glaube jetzt mal, dass man es in PHP-Code packen kann, aber .htaccess?

Ja, müßte gehen
http://lists.evolt.org/archive/Week-of-Mon-20020218/103339.html

Quote
if you are allowed to do settings from .htaccess, thats a good place,
just put this in a .htaccess in the folder:

php_value upload_max_filesize {new_bytes_max}

10
Mods & Plugins (Requests & Discussions) / Re: Upload Limit
« on: May 13, 2006, 09:17:18 AM »
Hat jemand schonmal versucht, ob es klappt das upload limit per .htaccess zu beschränken?

http://de2.php.net/manual/de/ini.sect.file-uploads.php#ini.upload-max-filesize@title=Datei%20Uploads

Wenn man z.B. in den upload Ordner eine .htaccess Datei packt und da dann reinschreibt

php_value upload_max_filesize 500000

würde das dann den upload auf 500 kb beschränken?


for the English speaking profs :)
Has anybody already tried to limit the upload in an .htaccess file?
Would it work to limit the upload to for example 500 kb by placing an .htaccess file in the upload folder with the following code

php_value upload_max_filesize 500000

?

11
Mods & Plugins (Requests & Discussions) / Re: Upload Limit
« on: May 09, 2006, 06:40:02 PM »
wenn ich teddy richtig verstanden habe, musst du alles, wo cat_id vorkommt löschen .. ?

12
Der erste Link war schon nicht schlecht. Probier mal:
Code: [Select]
<a href="./impressum.html"> » Impressum </a><br>

13
Discussion & Troubleshooting / Re: is 4pages for me?
« on: March 25, 2006, 07:26:01 PM »
try it and you will like it ... :)

14
Discussion & Troubleshooting / Re: SOS - Virus eingefangen
« on: March 25, 2006, 08:13:07 AM »
Ich hatte das auch mal mit dem iframe ... da war meine Seite gehackt worden und der iframe code wurde auf index.php eingefügt. Am besten alle Dateien überprüfen, in denen in der letzten Zeit Änderungen vorgenommen worden und wie schon empfohlen alle Sicherheitslöcher schließen.

Die hacker laden irgendwelche Virus-Dateien mit .jpg Endung als Bilder hoch und diese erzeugen dann die codes. Musste auch diese bittere Erfahrung machen .... schau auch mal auf deine user, die sich in der letzten Zeit registriert haben und was sie für Dateien hochgeladen haben ...

15
Discussion & Troubleshooting / Re: SOS - Virus eingefangen
« on: March 23, 2006, 10:10:13 PM »
Lade dir SpyBot-Search & Destroy
http://www.chip.de/downloads/c1_downloads_13001443.html
runter und lass es einmal durchlaufen
und dann am besten auch nochmal ad-aware
http://www.chip.de/downloads/c1_downloads_13000824.html

Dann sollte er eigentlich weg sein ...

Pages: [1] 2 3 4 5