Author Topic: Zufallsbild-Integration ins PHP-KIT 1.6.03  (Read 6078 times)

0 Members and 1 Guest are viewing this topic.

Offline Mc Tuck

  • Newbie
  • *
  • Posts: 49
    • View Profile
Zufallsbild-Integration ins PHP-KIT 1.6.03
« on: March 28, 2008, 02:20:48 PM »
Hallo,

hatte das Zufallsbild in die php-kit 1.6.03 integriert. Nachdem Update der Galarie auf 1.7.6 wird das Zufallsbild nicht mehr angezeigt.

Was soll ich tun?

http://www.mc-tuck.de/php/phpkit/include.php?path=start.php

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #1 on: March 28, 2008, 03:19:52 PM »
weil es die random.php nicht mehr gibt: da wird deine error404 des Servers angezeigt

http://www.mc-tuck.de/galarie/pandom.php

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #2 on: March 28, 2008, 06:44:29 PM »
Den Mod musst du dann wohl neu einbauen:
http://www.4homepages.de/forum/index.php?topic=1020.0

Grüße
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #3 on: March 28, 2008, 08:34:21 PM »
oder nur die Datei wieder hochladen :wink:

Offline Mc Tuck

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #4 on: March 30, 2008, 01:47:21 PM »
Also lt. Anleitung die random.php abspeichern und dann?

Ins Kit-Verezichnis hochladen? Funzt jedenfalls nicht bei mir!

Bitte mal eine verständliche Kurzanleitung -> Was -> Wohin!

Danke für Eure Mühen.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #5 on: March 30, 2008, 01:57:00 PM »
du sollst die gepostete random.txt als random.php speichern, ins root der galerie laden und includieren

den Pfad für include musst du dir anpassen

Offline Mc Tuck

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: Zufallsbild-Integration ins PHP-KIT 1.6.03
« Reply #6 on: March 30, 2008, 04:58:09 PM »
Abgespeichert und hochgeladen.

Ergebnis: http://www.fussball-sok.de/php/phpkit/include.php?path=start.php

Meine navbox.4images.php sieht momentan so aus:

Code: [Select]
?php
$boxlinks[]='<center><iframe width="130" height="100" frameborder="no" scrolling="no" align="center" src="http://www.mc-tuck.de/galarie/random.php"></iframe></center>';
?>

Normal hätte es doch reichen müssen, die random.php wieder rüber zu kopieren. Wurde ja nur durch´s Update gelöscht!