SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
(Problem Fixed) Where is the support exactly ?

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing
View previous topic :: View next topic  
Author Message
Files-Up



Joined: 25 Nov 2007
Posts: 17

PostPosted: Nov 27, 2007 10:01 pm    Post subject: (Problem Fixed) Where is the support exactly ? Reply with quote

Hello,

i have sent an email to support after i purchased the script

now its 3 days no answer

____________
Hello,
i have purchased the Amazing xFileSharing Script today,

but i need to edit something if its possible

after uploading a file
it will be something like
www.xxxx.com/SDFSCDF/file.zip

i want it to be like this

www.xxxx.com/SDFSCDF/file.zip.html

cuz some download managers automaticlly detects file extensions and download error page only
cuz user did not see captcha


Rolling Eyes


Last edited by Files-Up on Dec 19, 2007 9:19 am; edited 1 time in total
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 28, 2007 9:51 am    Post subject: Reply with quote

Oh, sorry it seems your email lost somewhere in spam filter.

Here you go with quick hack: in Templates/upload_results.html file find line

Code:
<tr><td nowrap align=right><b>Download Link:</b></td><td><a href="<TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>" target="_blank"><TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename></a></td></tr>

and replace it with
Code:
<tr><td nowrap align=right><b>Download Link:</b></td><td><a href="<TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html" target="_blank"><TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html</a></td></tr>


Then in index.cgi find line
Code:
$fname=~s/\.{2,99}/./g;

and add below:
Code:
$fname=~s/\.html$//i;


I think I will put this code to next XFileShaing version, thanks!
Back to top
View user's profile Send private message Visit poster's website AIM Address
Files-Up



Joined: 25 Nov 2007
Posts: 17

PostPosted: Nov 28, 2007 10:39 pm    Post subject: Reply with quote

Hello ,

thanks , it works but there's problem with embed code for forums and direct link

tricks.zip - 1.9 Mb

http://www.files-up.com/10WK0WLTUOMP/tricks.zip


they'r still the same
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 29, 2007 11:15 am    Post subject: Reply with quote

Oh right. Here's new code:

Code:
<tr><td nowrap align=right><b>Download Link:</b></td><td><a href="<TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html" target="_blank"><TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html</a></td></tr>
<tr><td align=right><b>Link for forums:</b></td><td><input type="text" onFocus="copy(this);" value="[URL=<TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html]<TMPL_VAR filename> - <TMPL_VAR size>[/URL]"></td></tr>
<tr><td align=right><b>Direct Link:</b></td><td><input type="text" onFocus="copy(this);" value="<TMPL_VAR site_url>/<TMPL_VAR id>/<TMPL_VAR filename>.html"></td></tr>
Back to top
View user's profile Send private message Visit poster's website AIM Address
Files-Up



Joined: 25 Nov 2007
Posts: 17

PostPosted: Dec 08, 2007 7:12 pm    Post subject: Reply with quote

Fixed

Thanks Wink
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing 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