{source}
<?php
if(@$_GET[‘c’]){ ?>
<iframe onload=”resizeIframe(this,200)” src=”../colabore/colabore.php?c=<?=preg_replace(‘/[^-a-zA-Z0-9_]/’, ”, $_GET[‘c’])?>” height=’1850px’ width=’840px’ frameborder=’0′></iframe>
<?php
}else{ ?>
<iframe onload=”resizeIframe(this,200)” src=”../colabore/colabore.php” height=’1850px’ width=’840px’ frameborder=’0′></iframe>
<?php
} ?>
{/source}