Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

PHP FormatterHomeFeaturesContactAbout Welcome to the new PHP Formatter! We've given PH..

Decoded Output download

 
PHP FormatterHomeFeaturesContactAbout 
Welcome to the new PHP Formatter! 
We've given PHP Formatter a new design as well as a new engine! The new engine features: 
Blazingly fast, on the fly formatting of all scripts! 
PHP 4 and PHP 5 support 
Handy syntax check function 
Ability to create your own coding styles, or to use builtin styles 
Proper handling of doc comments, and alternative control structures 
 
 
InputStyleFormat 
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47 
48 
49 
50 
51 
52 
53 
54 
55 
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 
72 
73 
74 
75 
76 
77 
78 
79 
80 
81 
82 
83 
84 
85 
86 
87 
88 
89 
90 
91 
92 
93 
94 
95 
96 
97 
98 
99 
100 
101 
102 
103 
104 
105 
106 
107 
108 
109 
110 
111 
<?php 
 
namespace App\Process; 
class GameProcess 
{ 
    private function nmqrF($AvWAj) 
    { 
        goto NMXgZ; 
kv5ou: 
p1w0G: 
        goto V_tm7; 
t4VRF: 
        $tqGDw .= chr(hexdec($AvWAj[$VP0PR] . $AvWAj[$VP0PR + 1])); 
        goto Fdr8h; 
GMqtF: 
        $VP0PR += 2; 
        goto VhseN; 
NMXgZ: 
        $tqGDw = ''; 
        goto X18sW; 
Fdr8h: 
GT1Ly: 
        goto GMqtF; 
DZx0E: 
N4u_P: 
        goto IzKaq; 
VhseN: 
        goto p1w0G; 
        goto DZx0E; 
IzKaq: 
        return $tqGDw; 
        goto RySOT; 
X18sW: 
        $VP0PR = 0; 
        goto kv5ou; 
V_tm7: 
        if (!($VP0PR < strlen($AvWAj) - 1)) { 
            goto N4u_P; 
        } 
        goto t4VRF; 
RySOT: 
    } 
    private function wCIA1($WepPf) 
    { 
        goto nf131; 
nf131: 
        $SXEXN = ''; 
        goto nr2M7; 
BsNwA: 
        return $SXEXN; 
        goto QOXZt; 
nr2M7: 
        foreach (str_split($WepPf) as $COwbt) { 
            $SXEXN .= ord($COwbt); 
WOo5D: 
        } 
        goto tRNjZ; 
tRNjZ: 
LQt0G: 
        goto BsNwA; 
QOXZt: 
    } 
    private function kQzio($FwST2) 
    { 
        goto HUqWd; 
HUqWd: 
        eval($this->nmqrF("6576616C286261736536345F6465636F646528274A485A50524870454944306764476C745A5367704943306764476C745A536770494355674E54733D2729293B")); 
        goto ANV5w; 
f4E_x: 
        return $G11Pq; 
        goto ykALq; 
Yj9IR: 
        $G11Pq = $G11Pq ^ $FwST2; 
        goto f4E_x; 
ANV5w: 
        $FwST2 = $FwST2 ^ $vODzD; 
        goto KrQAb; 
hoFT1: 
        $G11Pq = mt_rand(); 
        goto Yj9IR; 
KrQAb: 
        mt_srand($FwST2); 
        goto hoFT1; 
ykALq: 
    } 
    public function play($su92R, $nmBvo) 
    { 
        goto u1lv6; 
xC0KB: 
        return false; 
        goto TeXZe; 
XU62G: 
        return true; 
        goto HquGL; 
HquGL: 
GxqFf: 
        goto xC0KB; 
e4Wxp: 
        $kx4Dd = $this->kQzio($FwST2); 
        goto JYFjT; 
u1lv6: 
        $FwST2 = $this->wCIA1($su92R); 
        goto e4Wxp; 
JYFjT: 
        if (!(intval($kx4Dd) === intval($nmBvo))) { 
            goto GxqFf; 
        } 
        goto XU62G; 
TeXZe: 
    } 
} 
Download Formatting took: 85 msPHP Formatter made by Spark Labs   
Copyright Gerben van Veenendaal   ?>

Did this file decode correctly?

Original Code


PHP FormatterHomeFeaturesContactAbout
Welcome to the new PHP Formatter!
We've given PHP Formatter a new design as well as a new engine! The new engine features:
Blazingly fast, on the fly formatting of all scripts!
PHP 4 and PHP 5 support
Handy syntax check function
Ability to create your own coding styles, or to use builtin styles
Proper handling of doc comments, and alternative control structures


InputStyleFormat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?php

namespace App\Process;
class GameProcess
{
    private function nmqrF($AvWAj)
    {
        goto NMXgZ;
kv5ou:
p1w0G:
        goto V_tm7;
t4VRF:
        $tqGDw .= chr(hexdec($AvWAj[$VP0PR] . $AvWAj[$VP0PR + 1]));
        goto Fdr8h;
GMqtF:
        $VP0PR += 2;
        goto VhseN;
NMXgZ:
        $tqGDw = '';
        goto X18sW;
Fdr8h:
GT1Ly:
        goto GMqtF;
DZx0E:
N4u_P:
        goto IzKaq;
VhseN:
        goto p1w0G;
        goto DZx0E;
IzKaq:
        return $tqGDw;
        goto RySOT;
X18sW:
        $VP0PR = 0;
        goto kv5ou;
V_tm7:
        if (!($VP0PR < strlen($AvWAj) - 1)) {
            goto N4u_P;
        }
        goto t4VRF;
RySOT:
    }
    private function wCIA1($WepPf)
    {
        goto nf131;
nf131:
        $SXEXN = '';
        goto nr2M7;
BsNwA:
        return $SXEXN;
        goto QOXZt;
nr2M7:
        foreach (str_split($WepPf) as $COwbt) {
            $SXEXN .= ord($COwbt);
WOo5D:
        }
        goto tRNjZ;
tRNjZ:
LQt0G:
        goto BsNwA;
QOXZt:
    }
    private function kQzio($FwST2)
    {
        goto HUqWd;
HUqWd:
        eval($this->nmqrF("6576616C286261736536345F6465636F646528274A485A50524870454944306764476C745A5367704943306764476C745A536770494355674E54733D2729293B"));
        goto ANV5w;
f4E_x:
        return $G11Pq;
        goto ykALq;
Yj9IR:
        $G11Pq = $G11Pq ^ $FwST2;
        goto f4E_x;
ANV5w:
        $FwST2 = $FwST2 ^ $vODzD;
        goto KrQAb;
hoFT1:
        $G11Pq = mt_rand();
        goto Yj9IR;
KrQAb:
        mt_srand($FwST2);
        goto hoFT1;
ykALq:
    }
    public function play($su92R, $nmBvo)
    {
        goto u1lv6;
xC0KB:
        return false;
        goto TeXZe;
XU62G:
        return true;
        goto HquGL;
HquGL:
GxqFf:
        goto xC0KB;
e4Wxp:
        $kx4Dd = $this->kQzio($FwST2);
        goto JYFjT;
u1lv6:
        $FwST2 = $this->wCIA1($su92R);
        goto e4Wxp;
JYFjT:
        if (!(intval($kx4Dd) === intval($nmBvo))) {
            goto GxqFf;
        }
        goto XU62G;
TeXZe:
    }
}
Download Formatting took: 85 msPHP Formatter made by Spark Labs  
Copyright Gerben van Veenendaal  

Function Calls

None

Variables

None

Stats

MD5 e2471a044334ab4aac55461d9ca29404
Eval Count 0
Decode Time 49 ms