Revision: 27690
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at June 21, 2010 13:42 by Angelboy
                            
                            Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin tÃtulo</title>
<style type="text/css">
<!--
#apDiv1 {
	position:absolute;
	width:200px;
	height:22px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 10px;
	top: -20px;
}
#apDiv3 {
	position:absolute;
	width:200px;
	height:72px;
	z-index:2;
	top: 30px;
}
-->
</style>
</head>
<body>
<?php
//CopyRith Angelboy, Physlet
$furl = file("http://www.ildom.com/client/XML/es/furnis.xml");
$fcount = count($furl);
$f_echo = $furl[$fcount-1];
$file = explode("</", $f_echo);
$file = explode(">", $file[1]);
$nombre = explode('n="', $f_echo);
$nombre = explode('"', $nombre[1]);
$des = explode('d="', $f_echo);
$des = explode('"', $des[1]);
echo '<div id="apDiv1"><strong>'.$nombre[0].'</strong></div>';
echo '<div id="apDiv2">'.' <embed  height="600" width="500"  name="plugin" src="http://ildom.com/client/furnis/'. $file[0]. '.swf" type="application/x-shockwave-flash" wmode="transparent"  > '.'</div>';
echo '<div id="apDiv3">'.$des[0].'</div>';
?>
</body>
</html>
                                Initial URL
Initial Description
Initial Title
Ultimo furni ildom
Initial Tags
Initial Language
PHP