Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is missing in my decoded file?
11-24-2012, 05:54 PM
Post: #1
What is missing in my decoded file?
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;
}


Attached File(s)
.zip  encoded_class.zip (Size: 23.86 KB / Downloads: 19)

No advertizing in your signature please. Remember to follow the rules!
Find all posts by this user
Quote this message in a reply
11-28-2012, 09:24 AM
Post: #2
RE: What is missing in my decoded file?
Anyone can help?

No advertizing in your signature please. Remember to follow the rules!
Find all posts by this user
Quote this message in a reply
12-02-2012, 10:00 AM
Post: #3
RE: What is missing in my decoded file?
no php help here IDIOT

∎ •0y4h ➜ Old versions     •BrWN ➜ Old versions     •4+oV ➜ 6.5 Encoder     •HR+c ➜ 7.0 Encoder     •mdgs ➜ May be future 8.0 Encoder ∎
☰= My Projects =☰
╔[☑] {GSPl 1.3.3}
╠[☒] {TCAdmin 2.0 [ FAIL .-. ]}
╚[☑] {Whmcs 5.1.0}
Find all posts by this user
Quote this message in a reply
12-03-2012, 04:56 PM
Post: #4
RE: What is missing in my decoded file?
So sad - -"

No advertizing in your signature please. Remember to follow the rules!
Find all posts by this user
Quote this message in a reply
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 


Forum Jump:


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

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