1
           
            
                
     
    
    i've tried to put an advertisng script in one of the blocks i created, the readme tells me this 
Quote:
To include the adcode itself:
 (this assumes your files are in http://www.yoursite.com/ledads/)
 - For html pages, put  where you want
 the ad to show
 - For php pages, put
 
 require('path/to/ledads/ad_class.php');
 echo $pla_class->adcode( );
 ?>
 where you want the ad to show up
i tried using 
but it still doesn't work when i use the block for html, 
same for the php script when i use that type.
my XOOPS is installed in domain.com/main
and my advertising script in domain.com/ledads
if anyone can help thanks.