RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
MP3 Embed

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
trinsic



Joined: 21 Dec 2009
Posts: 9

PostPosted: Nov 27, 2011 8:53 am    Post subject: MP3 Embed Reply with quote

Could anyone guide me on how to make the embedmp3 link go straight to the song_url variable? Currently it goes to a player but I'd like it to point to the song_url variable.

An example is this site using Xfilesharing pro as well:
http://rockdizfile.com/4efq22tbnltc

The source provides this in the header:
Quote:
<meta property="og:video" content="http://rockdizfile.com/mediaplayer.swf?file=http://rockdizfile.com/mp3embed-4efq22tbnltc.mp3" />


Quote:
http://rockdizfile.com/mp3embed-4efq22tbnltc.mp3


This downloads straight away whereas the default setup for Xfilesharing pro is to show a player and play the file.

Thanks!
Back to top
View user's profile Send private message
trinsic



Joined: 21 Dec 2009
Posts: 9

PostPosted: Nov 27, 2011 9:12 am    Post subject: Reply with quote

Well that was embarrassing. For anyone needing the same sort of thing:

Open index_dl.pm

Find:
Code:
return $ses->PrintTemplate("embed_mp3.html",%$file);

Replace with:
Code:
return $ses->redirect($file->{song_url});
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group