Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is missing in my decoded file?
01-07-2013, 01:19 PM
Post: #5
RE: What is missing in my decoded file?
(11-24-2012 05:54 PM)keyshort Wrote:  I got the ic7 decoded two week ago. My decoded code can not work fine.
I don't know what is missing, Please see my decoded code and encoded file as below. $layout_name is the name of non-php encoded layout file.
I think some variable is missing, anyone can help me.

public function get_layout_template( $layout_name )
{
$encrypted = "";
$copyright_license = "{Copyright License for website}";
$filename = "templates/".$layout_name;
if ( file_exists( $filename ) && function_exists( "ioncube_read_file" ) )
{
}
if ( !$encrypted )
{
$filecontent = "<center><br><b>Alert";
$filecontent .= " Invalid Layout</b></center>";
echo $filecontent;
}
if ( $line == $copyright_license )
{
$content[0] = "";
$filecontent = $encrypted;
return $filecontent;
}
$filecontent = "";
return $filecontent;
}

Your decoded code and your encoded file are two different files.
The following documentation is decoded from your encoded file.Angel


Attached File(s)
.7z  encoded_class.de.7z (Size: 4.26 KB / Downloads: 21)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: What is missing in my decoded file? - flywin - 01-07-2013 01:19 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication