8000 nothing has been obfuscated · Issue #21 · gbmrocks/phpobfuscator · GitHub
[go: up one dir, main page]

Skip to content

nothing has been obfuscated #21

@GoogleCodeExporter

Description

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

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

    function banner() {
        $this->openConnection();
    }

    function categories()
    {

      $sql="select * from banners_position";
      $positions=$this->mysql_fetch_array($sql);
       return $positions;

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


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->openConnection();
    }

    function categories()
    {

      $sql="select * from banners_position";
      $positions=$this->mysql_fetch_array($sql);
       return $positions;

    }
    function sizes()
    {
    $sql="select * from bannersize";
      $sizes=$this->mysql_fetch_array($sql);

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


Original issue reported on code.google.com by jatinder...@gmail.com on 18 Mar 2009 at 11:53

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0