Old project from 2016. Not Supported Anymore and Might not work anymore. this is the original source from 2016
- Host with PHP 5
- Host with MySQL
- Soundcloud API Client key
Insert SQL Server Hostname, username, password and Soundcloud API Key to connection.php
$servername = "";
$username = "";
$password = "";
$dbname = "";
$scClientAPIKey= "";
Using a hex editor, Replace the string leading to getGJSongInfo.php to getGJSongSoundCloud.php (might need a rename to fit)