MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/encuesta.php
<?php


require_once("mainfile.php");

function themesidebox($title, $content) {
	?>

<table width="150" border="0" cellspacing="0" cellpadding="0" align="center" background="ELEMENTOS/adornoencuesta.gif" height="10">
                <tr> 
                  <td height="15" width="14"></td>
                  <td height="15" width="136" align="center"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font color="#FFFFFF"><?php echo"$title"; ?></font></b></font></td>
                </tr>
              </table>
              <table width="150" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF" bordercolor="FFEAD2">
                  <tr> 
                    <td align="center" bgcolor="#FFFFFF"><?php echo"$content"; ?></td>
                  </tr>
                </table>
                
<?php
}

function theindex() {
    global $section, $dbi, $storyhome, $httpref, $httprefmax, $topicname, $topicimage, $topictext, $datetime, $user, $cookie, $nukeurl, $prefix, $multilingual, $currentlang, $articlecomm;

    blocks(left);
}



switch ($op) {

    default:
    theindex();

}


?>