get(); # SitePal Plugin: pgm-realtime_builder.php include # Reads confile data written by object_write.php and builds final display html # Displays SitePal scene/character on website if ( eregi("##SITEPAL", $content_line[$sohocontent]) ) { // echo "here"; exit; # Get scene number $tmp = eregi("", $content_line[$sohocontent], $out); $spal_info = split(";", $out[1]); $spal_scene = $spal_info[0]; $spal_width = $spal_info[1]; $spal_height = $spal_info[2]; $spal_account = $spal_info[3]; # Append HTML to this line of content under comment tag trigger // $content_line[$sohocontent] = "billy"; $content_line[$sohocontent] = "\n"; $content_line[$sohocontent] .= "\n"; } ?> Garcia Carbonell SA Website