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 $VT=new VT(); $VT ->VeriGetir("kurumsal","WHERE ID=?",array(5),"ORDER BY ID ASC"..

Decoded Output download

<?php 
 
$VT=new VT(); 
$VT ->VeriGetir("kurumsal","WHERE ID=?",array(5),"ORDER BY ID ASC",8); 
 
$info=VT::table("corporate")->where("id",1); ?>

Did this file decode correctly?

Original Code

<?php

$VT=new VT();
$VT ->VeriGetir("kurumsal","WHERE ID=?",array(5),"ORDER BY ID ASC",8);

$info=VT::table("corporate")->where("id",1);

Function Calls

None

Variables

None

Stats

MD5 712490670859fb411a7790a57ab8d48c
Eval Count 0
Decode Time 53 ms