Export to GitHub

phpobfuscator - issue #21

nothing has been obfuscated


Posted on Mar 18, 2009 by Massive Lion

<?php if ( !class_exists(banner) ) {

class banner extends database { var $row_num_show; var $start_num = 0; var $positions;

function banner() {
    $this-&gt;openConnection();
}

function categories()
{

  $sql=&quot;select * from banners_position&quot;;
  $positions=$this-&gt;mysql_fetch_array($sql);
   return $positions;

}
function sizes()
{
$sql=&quot;select * from bannersize&quot;;

This is original file and

this is encoded file <?php /* This file encoded by Raizlabs PHP Obfuscator http://www.raizlabs.com/software */ ?> <?php if ( !class_exists(banner) ) {

class banner extends database { var $row_num_show; var $start_num = 0; var $positions;

function banner() {
    $this-&gt;openConnection();
}

function categories()
{

  $sql=&quot;select * from banners_position&quot;;
  $positions=$this-&gt;mysql_fetch_array($sql);
   return $positions;

}
function sizes()
{
$sql=&quot;select * from bannersize&quot;;
  $sizes=$this-&gt;mysql_fetch_array($sql);

Is there any diffrence you can see. tell me why?

Attachments

Comment #1

Posted on Apr 1, 2009 by Quick Wombat

Comment deleted

Comment #2

Posted on Apr 1, 2009 by Quick Wombat

I got the same issue, nothing has been obfuscated.

Status: New

Labels:
Type-Defect Priority-Medium