XFileSharing Pro - Pls HELP: "Wrong IP" for Free User

Message
Author
panda
Posts: 28
Joined: Mar 09, 2012 4:13 am

Pls HELP: "Wrong IP" for Free User

#1 Postby panda » Mar 30, 2012 4:42 am

When free users type captcha and finish waiting, and click Download Button:

It turn to blank white page, with the word "Wrong IP" on the top left.


Any solutions for this problem?

Thank you so much.

hostlife
Posts: 192
Joined: Aug 13, 2011 12:34 pm

#2 Postby hostlife » Mar 30, 2012 6:13 pm

if you are using nginx mod

find your file "download.pm" located /usr/local/nginx/perl

Remove this line
if($r->remote_addr !~ /^$i1\.$i2\./)

& restart your nginx.

Hope this will help.

krazymax
Posts: 62
Joined: Jan 31, 2012 8:45 am

#3 Postby krazymax » Apr 03, 2012 12:16 pm

what about those without nginx?

Rihan
Posts: 25
Joined: Mar 08, 2012 4:27 am

#4 Postby Rihan » Apr 06, 2012 3:46 pm

same prob facing here. how to fix.

DimS
Posts: 20
Joined: Feb 11, 2012 8:47 am

#5 Postby DimS » Apr 12, 2012 7:50 pm

try this
comment line in dl.cgi

print("Content-type:text/html\n\nWrong IP"),exit if $ip && $ENV{REMOTE_ADDR}!~/^$ip/;