Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reverse Problem
03-30-2013, 06:17 PM
Post: #1
Reverse Problem
Hello,

My decoder is Ready,my output unfortunately with a syntax errors.

My Example output
PHP Code:
    foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                [
0];
                
$row = ;
                
$row['topic'];
                
$topic = ;
                
$row['priority'];
                
$priority = ; 

to
PHP Code:
foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                
$row = [0];
                
$topic $row['topic'];
                
$priority $row['priority']; 


Tutorial, and help ti fix the Problem?

and still have a question
how do I get a php fixer is there a way or an example

Greetz
Find all posts by this user
Quote this message in a reply
03-30-2013, 06:37 PM
Post: #2
RE: Reverse Problem
(03-30-2013 06:17 PM)Sq77z Wrote:  Hello,

My decoder is Ready,my output unfortunately with a syntax errors.

My Example output
PHP Code:
    foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                [
0];
                
$row = ;
                
$row['topic'];
                
$topic = ;
                
$row['priority'];
                
$priority = ; 

to
PHP Code:
foreach ($query->fetchAllFETCH_ASSOC ) as ) {
                
$row = [0];
                
$topic $row['topic'];
                
$priority $row['priority']; 


Tutorial, and help ti fix the Problem?

and still have a question
how do I get a php fixer is there a way or an example

Greetz

Well actually this is the basic output for dezender.net's decoder ....
Find all posts by this user
Quote this message in a reply
03-31-2013, 06:08 AM (This post was last modified: 03-31-2013 06:11 AM by Sq77z.)
Post: #3
RE: Reverse Problem
Rofl, no here is more example ouput, the output is not from another service, trust me and send the encode file per pm

PHP Code:
$foundlanguages = array(  );
            
$sql->prepare'SELECT `text`,`lang` FROM `translations` WHERE `type`=\'ti\' AND `transID`=? AND `lang`=? AND `resellerID`=? LIMIT 1' );
            
$query = ;
            foreach (
getlanguages$template_to_use ) as ) {
                [
0];
                
$langrow2 = ;
                unset( 
$lang );
                
$subject '';
                
$query->execute( array( $id$langrow2$reseller_id ) );
                foreach (
$query->fetchAllFETCH_ASSOC ) as ) {
                    [
0];
                    
$row = ;
                    
$row['lang'];
                    
$lang = ;
                    
$row['text'];
                    
$subject = ;
                }


                if (isset( 
$lang )) {
                    
$style '';
                    
$checkbox '' '<input type="checkbox" name="language[]" value="' $langrow2 '" onclick="textdrop(\'' $langrow2 '\');" checked /> ';
                } 
else {
                    
$style 'display_none';
                    
$checkbox '' '<input type="checkbox" name="language[]" value="' $langrow2 '" onclick="textdrop(\'' $langrow2 '\');" /> ';
                } 


My Dll, is reverse, not engine why z.b idezend, dezend other your Service @CREATIVE

just a question
what is ja php autofix software, and is this compatible with a, another program? My Dezender is free, I want the release for free


@CREATiVE
nevertheless was yours times and now offer for free money?

*gg* @CREATiVE
http://board.deioncube.in/showthread.php?tid=755


@putas
Yes forget the fix

Greetz
Find all posts by this user
Quote this message in a reply
03-31-2013, 01:32 PM
Post: #4
RE: Reverse Problem
I share this account, we are ~ 4 users on this acct.
Find all posts by this user
Quote this message in a reply
03-31-2013, 07:08 PM
Post: #5
RE: Reverse Problem
well this man also requested file(s) decompiling and then (as he sais) he patched a loader.
is he a lier also ?
Find all posts by this user
Quote this message in a reply
03-31-2013, 07:20 PM
Post: #6
RE: Reverse Problem
Hello please stop the haid an help me!
holly crap all paid services the services but shit

My dll file is patched, end give output withe syntax erros, the syntax erros, but are not a problem but annoying this, help me to fix it!
help me, to release a free project!
Find all posts by this user
Quote this message in a reply
07-04-2013, 06:03 PM
Post: #7
RE: Reverse Problem
problem:

$langrow2 = ;
$subject = '';
$row = ;
$style = '';

?
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