HEX
Server: Apache
System: Linux webm003.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: assotraipi (849654)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/assotraipi/www/wp-content/plugins/soundcloud-ultimate/includes/js/scu_file_upload.js
jQuery(document).ready(function($) {
$('#upload_track_button').click(function() {
 tb_show('Select A Track For Upload To SoundCloud', 'media-upload.php?referer=wpshq_scu_plugin_options&TB_iframe=true&post_id=0', false);
 return false;
});
 
window.send_to_editor = function(html) {
	var fileelement = $(html);
    audiourl = fileelement.attr('href');
 $('#upload_track').val(audiourl);
 tb_remove();
}
});