MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/asjudine/www/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();

}


?>