Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php require_once("../config.php"); $res= new PDO($mysql_server,$mysql_user,$mysql_pass..
Decoded Output download
<?php
require_once("../config.php");
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);
require("../../codebase/treegrid_connector.php");
$tree = new TreeGridConnector($res, "PDO");
$tree->dynamic_loading(true);
$tree->render_table("tasks","taskId","taskName,duration,complete","","parentId");
?>
Did this file decode correctly?
Original Code
<?php
require_once("../config.php");
$res= new PDO($mysql_server,$mysql_user,$mysql_pass);
require("../../codebase/treegrid_connector.php");
$tree = new TreeGridConnector($res, "PDO");
$tree->dynamic_loading(true);
$tree->render_table("tasks","taskId","taskName,duration,complete","","parentId");
?>
Function Calls
None |
Stats
MD5 | 25e674574fedcd082fe7aaae02634077 |
Eval Count | 0 |
Decode Time | 98 ms |