Author Topic: Probleme bei Darstellung eines Zufallsbildes auf ext. Seite  (Read 2643 times)

0 Members and 1 Guest are viewing this topic.

Offline maikw

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.zoo-bilder.de
Probleme bei Darstellung eines Zufallsbildes auf ext. Seite
« on: February 17, 2003, 07:34:00 PM »
Hallo

Ich nehme bezug auf folgendes script, zur darstellung eines Zufalsbildes auf einer Anderen Seite
http://www.4homepages.de/forum/viewtopic.php?t=289&highlight=zufallsbild

Ich bekommen immer die Fehlermeldung:
Fatal error: Call to undefined function: get_user_table_field() in /homepages/44/d75266408/htdocs/zoo-bilder/userpic/4images/includes/functions.php on line 406

Der aufruf erfolgt so :
Code: [Select]

<?PHP
//Relativer Pfad zum 4images-Verzeichnis
$root_path = "./userpic/4images/";

define('ROOT_PATH', $root_path);
include(ROOT_PATH.'global.php');
$random_image = $site_template->clean_template(get_random_image(0,0));
?>
....
<?php 
echo $random_image
?>


Wo liegt das Porblem ?
MFG Maik

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Probleme bei Darstellung eines Zufallsbildes auf ext. Seite
« Reply #1 on: February 18, 2003, 08:48:56 PM »
Schau mal ins Mods Forum. Dort gibts fertige Scripts dafür.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search