Title: eval(base64_decode(&#8230; in licence.php
Last modified: August 21, 2016

---

# eval(base64_decode(… in licence.php

 *  Resolved [Philippe01](https://wordpress.org/support/users/philippe01/)
 * (@philippe01)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/evalbase64_decode-in-licencephp/)
 * Hi,
 * I just run a scan using Wordfence on a client site and it found eval(base64_decode(‘…..
   
   in the advanced-post-types-order/include/licence.php file.
 * Since this is the kind of code used by hackers, why is this used in this file
   and is this your code?
 * Thanks
 * Philippe
 * [https://wordpress.org/plugins/post-types-order/](https://wordpress.org/plugins/post-types-order/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/evalbase64_decode-in-licencephp/#post-4590303)
 * Hi Philippe,
    There’s nothing to worry about, is just a way to protect our code.
   In fact you can echo the base64_decode(..) to see the exact code. This will be
   removed in the next release (V3.0 major update, which also allow sorting for 
   custom queries including multiple post types, taxonomies at once etc)
 * Thank you,
    Dan
 *  [GuardianAngel](https://wordpress.org/support/users/guardianangel/)
 * (@guardianangel)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/evalbase64_decode-in-licencephp/#post-4590555)
 * Hi,
 * The Base 64 **encoding** is used for many thing, the most notable of which being
   emails…
 * Any hacker who would rely on this to hack a server would be more in the script-
   kiddy category than a real hacker…
 * Essentially this converts binary data to non binary data for transmission using
   mediums which do not support binary data…
 * Have a nice day! / Bonne journée!
 * Nick
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/evalbase64_decode-in-licencephp/#post-4590557)
 * That’s true.
    We had removed Base64 usage from the code few months ago.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘eval(base64_decode(… in licence.php’ is closed to new replies.

 * ![](https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428)
 * [Post Types Order](https://wordpress.org/plugins/post-types-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-order/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-order/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/evalbase64_decode-in-licencephp/#post-4590557)
 * Status: resolved