XFileSharing Pro - Report abuse not working

Message
Author
Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

Report abuse not working

#1 Postby Timmy » Feb 11, 2010 12:42 pm

When I click in the Report abuse link I go for example to this link:
http://www.enigmashare.com/?op=report_f ... 0wv7hf6u24

And get this error:
HTTP 501 Not Implemented/HTTP 505 Version Not Supported
The website is unable to display the webpage

how to fix this?

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#2 Postby komi » Feb 11, 2010 2:19 pm

Because ; should be &

http://www.enigmashare.com/?op=report_f ... 0wv7hf6u24

I think this is a bug since 1.6

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#3 Postby Timmy » Feb 11, 2010 7:14 pm

hmmm thank you mate!
Well, how can we fix that? If this bug exists in 1.6 should be fixed in 1.7 :/

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#4 Postby Timmy » Feb 11, 2010 7:34 pm

But the demo is working with same URL extension as mine:
http://upload-pro.com/?op=report_file;id=e0astuw0oga7

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#5 Postby komi » Feb 11, 2010 7:41 pm

I know. Their webserver supports ; and yours not. They changed & to ; since version 1.6 if I'm right.
Wait for PilgrimX182 to answer or simply send an email to their support.

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#6 Postby Timmy » Feb 11, 2010 10:33 pm

Ok thank you, I will wait for PilgrimX182 answer :)

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#7 Postby admin » Feb 12, 2010 6:33 am

Thanks for letting us know. Fixed.

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#8 Postby Timmy » Feb 12, 2010 9:14 am

admin, how can I fix this?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#9 Postby PilgrimX182 » Feb 12, 2010 2:02 pm

In download1.html replace

Code: Select all

?op=report_file;id=<TMPL_VAR file_code>
with

Code: Select all

?op=report_file&id=<TMPL_VAR file_code>