!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/itce.co.in/data/   drwxr-xr-x
Free 30.74 GB of 49.93 GB (61.58%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     answersheet_list.php (4.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
@ini_set("display_errors","1");
@
ini_set("display_startup_errors","1");

$requestTable "answersheet";
$requestPage "list";

require_once(
"include/dbcommon.php");
add_nocache_headers();

require_once(
'include/xtempl.php');
require_once(
"classes/searchpanel.php");
require_once(
"classes/searchcontrol.php");
require_once(
"classes/searchclause.php");
require_once(
"classes/panelsearchcontrol.php");
require_once(
"include/answersheet_variables.php");
require_once(
'classes/listpage.php');
require_once(
'include/lookuplinks.php');

//    Check whether the page was called as a part of Lookup wizard - List page with search.
//  Verify the eligibility of such a call.

InitLookupLinks();
if( !
ListPage::processListPageSecurity$strTableName ) )
    return;

if( 
ListPage::processSaveParams$strTableName ) )
    return;

$options = array();
//array of params for classes

//    Include necessary files in accordance with the page displaying mode
$mode ListPage::readListModeFromRequest();
if( 
$mode == LIST_SIMPLE )
{
    require_once(
'classes/listpage_simple.php');
    require_once(
"classes/searchpanelsimple.php");
}
elseif( 
$mode == LIST_AJAX )
{
    require_once(
'classes/listpage_simple.php');
    require_once(
'classes/listpage_ajax.php');
    require_once(
"classes/searchpanelsimple.php");
}
elseif( 
$mode == LIST_LOOKUP )
{    
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_lookup.php');
    require_once(
"classes/searchpanellookup.php");
    
    
$options["mainTable"] = postvalue("table");
    
$options["mainField"] = postvalue("field");
    
$options["mainPageType"] = postvalue("pageType");

    
$options["mainRecordData"] = my_json_decodepostvalue('data') );
    
$options["mainRecordMasterTable"] = postvalue('mainRecordMasterTable');
    
    if( 
postvalue("parentsExist") )
        
$options["parentCtrlsData"] = my_json_decodepostvalue("parentCtrlsData") );
}
elseif( 
$mode == LIST_POPUPDETAILS )
{    
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_dpinline.php');
    require_once(
'classes/listpage_dppopup.php');
}
elseif( 
$mode == LIST_DETAILS )
{    
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_dpinline.php');
    require_once(
'classes/listpage_dplist.php');
}
elseif( 
$mode == LIST_DASHDETAILS )
{
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_dashboard.php');
    require_once(
'classes/listpage_dpdash.php');
}
elseif( 
$mode == LIST_DASHBOARD )
{
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_dashboard.php');
}
elseif( 
$mode == MAP_DASHBOARD )
{
    require_once(
'classes/listpage_embed.php');
    require_once(
'classes/listpage_dashboard.php');
    require_once(
'classes/map_dashboard.php');


$xt = new Xtempl$mode != LIST_SIMPLE ); //#9607 1. Temporary fix

$options["pageName"] = postvalue("page");
$options["pageType"] = PAGE_LIST;
$options["id"] = postvalue_number("id") ? postvalue_number("id") : 1;
$options["flyId"] = postvalue("recordId") + 0;
$options["mode"] = $mode;
$options["xt"] = &$xt;
$options["firstTime"] = postvalue("firsttime");
$options["sortBy"] = postvalue("sortby");

$options["masterPageType"] = postvalue("masterpagetype");
$options["masterPage"] = postvalue("masterpage");
$options["masterId"] = postvalue("masterid");

$options["masterTable"] = postvalue("mastertable");
if( 
$options["masterTable"] )
    
$options["masterKeysReq"] = RunnerPage::readMasterKeysFromRequest();


if( 
$mode == LIST_DASHBOARD && postvalue("nodata") && strlen($options["masterTable"]) )
    
$options["showNoData"] = true;

if( 
$mode != LIST_LOOKUP )
{
    
$options["dashElementName"] = postvalue("dashelement");
    
$options["dashTName"] = postvalue("table");


if(    
postvalue("mapRefresh") )
{
    
$options["mapRefresh"] = true;
    
$options["vpCoordinates"] = my_json_decodepostvalue("vpCoordinates") );
}    

//    Create $pageObject
$pageObject ListPage::createListPage($strTableName$options);

if( 
$pageObject->processSaveSearch() )
    exit();

if( 
$gQuery ) {
    
$gQuery->ReplaceFieldsWithDummies$pageObject->getNotListBlobFieldsIndices() );
}


if( 
$mode != LIST_DETAILS && $mode != MAP_DASHBOARD && $mode != LIST_DASHBOARD 

    
//maps
}

unset(
$_SESSION["message_add"]);
unset(
$_SESSION["message_edit"]);

// prepare code for build page
$pageObject->prepareForBuildPage();

// show page depends of mode
$pageObject->showPage();

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0014 ]--