Giter Club home page Giter Club logo

youtube-to-mp3-converter-php-script's Introduction

youtube-to-mp3-converter-php-script

Support: [email protected]

How to install this script?

First, Download it from here. Then, upload the zip file on the webserver/localhost and unzip it. Just browse the web directory or webpage where you've upload it. That's it! Ready for use!

You are allowed to make any change what ever you want!

Features

  • No Conding skills needed.
  • No use of database
  • Works perfect on shared server which means no vps/dedicated server needed.
  • No need to install any plugin on your sever side like youtube-dl or ffmpeg.
  • Comes with Ad space, so just paste your ad code.
  • Fully optimized for mobile, desktop or tablet powered by bootstraps.
  • Most important thing is its free and always will be!

youtube-to-mp3-converter-php-script's People

Contributors

coolguruji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

youtube-to-mp3-converter-php-script's Issues

You have a backdoor

Your code is crypted with a base 64 to put a backdoor . DONT DOWNLOAD THIS CODE !

Remove string obfuscation to increase credibility

Hello!

I understand that you feel like you want to protect the code which you probably researched and put a lot of effort into, but I would also like to point out that obfuscation is not the way.

First of all, obfuscating the payload this way will not prevent anyone from actually reading the code (#3 is and example of that).

Construction containing eval(chain_of_obfuscation_methods(obfuscated_string)) will however discourage a lot of security-aware people from using your application, as they won't be able to read the code easily before running it.

More persistent people will then go and de-obfuscate your code to check it is not malicious code and they will discover your secret anyways.

Removing the eval + obfuscation part will result in:

  • more people actually using your application,
  • less people actually caring about how it is implemented.

Also, you decided to open-source your solution, so you know... why obfuscate the code now? So, what do you think?

Deobfuscated code

For anyone else wondering, the obfuscated code turns out to be:

$ytresponse = @file_get_contents("https://www.youtube.com/oembed?url=http%3A//youtube.com/watch%3Fv%3D$id&format=json");
$ytinfo = array();
$ytinfo = json_decode($ytresponse, true);
$type = $ytinfo['type'];

No reason for that to be encoded 15 times. https://www.unphp.net/decode/4edffe4d7c34bbbbb7460eadec830bd7/

Not work

и зачем было нужно прятать свой код неработающий

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.