I have a Wordpress plugin consisting of 12 files, and after decoding them with <snip> most of them don't work; I think that the decoder works fine etc. These are the particular errors that I get after checking the files with <snip>
1) Parse error: syntax error, unexpected ';' in wpt.php on line 569
569: $state = ; (this is the line and its contents)
2) Parse error: syntax error, unexpected ';' in wpt_feeds.php on line 512
512: $wptMessage = ;
3) Parse error: syntax error, unexpected '[' in wpt_feeds_spec.php on line 259
259: $seconds = explode( ':', (bool)$videoInfo->duree )
;
4) Parse error: syntax error, unexpected ';' in wpt_image.php on line 158
158: $etag = ;
5) Parse error: syntax error, unexpected ';' in wpt_rewriter.php on line 27
27: $wptError = ;
6) Parse error: syntax error, unexpected ';' in wpt_settings.php on line 26
26: $wptMessage = ;
7) Parse error: syntax error, unexpected ';' in wpt_utils.php on line 386
386: $contentId = ;
8) Parse error: syntax error, unexpected ';' in wpt_views.php on line 27
27: $wptError = ;
Parse error: syntax error, unexpected ';' in wpt_widget.php on line 362
362: $wptMessage = ;
Is there any way to figure out whats going on and how to get it to work. Is it possible that the files need to be encoded in order for the plugin to work?
Thank you. [1][edited by: incrediBILL at 7:58 pm (utc) on May 10, 2013]
[edit reason] removed URLs, see TOS and Forum Charter [/edit]