Thank for helping me, but it still renders a blank box.

i even tryied the externscript
<?PHP
include('http://www.bulleforum.se/extern.php?action=stats');
?>

and still its a freaking blank box...

Any suggestions whats wrong?

Hmm no help?

i have done the part in the main.tpl pointing at the photo.php

and the photo.php have this include code:

<?php
include '/coppermine/showthumb.php';
?>

and still nothing, only an emty box were the thumbnail should be sad

showthumb.php works i can go to it directly, no problems showing a picture.

whats wrong?

i tried the include command. but it only returns a bland result, maybe im doing it wrong?

can some one help me? i suck att php smile

the path to the script is:
ROOT> coppermine/getphoto.php

got a nice script that displays an random picture from coppermine, now i just need to add it
to the mainsite. the problem is that the script has to be in the cpm rootdir. ( /coppermine/ )

best way is to use include command but i cant add php tags in the tpl-files and if i use pun_include
it only points to user dir. tryed to add a file (whit the include) to the user-folder and call it from pun_include
but it generates nothing, Please help me. im stuck