4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: maikw on February 17, 2003, 07:34:00 PM

Title: Probleme bei Darstellung eines Zufallsbildes auf ext. Seite
Post by: maikw 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
Title: Probleme bei Darstellung eines Zufallsbildes auf ext. Seite
Post by: Jan on February 18, 2003, 08:48:56 PM
Schau mal ins Mods Forum. Dort gibts fertige Scripts dafür.

Jan