Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Request No ISP (FIX)

Metta

Extended Member
Ext. Member
Joined
May 18, 2020
Messages
84
Reaction score
73
Points
29
Location
UK
Hey,

Done a quick search on this but can't seem to find what I'm looking for.
On users is says under ISP (No ISP) Is there a fix to actually show what ISP they are using on 22F?

Thanks guys!
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
2.png

1.png


no flag no isp help please any idea
 
Do you have everything up to date? Latest mod, latest geolite etc...
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Hi i have the same problem after FULL RELOAD MAIN i tried many things 2 days but still no isp can someone help me please?
 
Hey,

Done a quick search on this but can't seem to find what I'm looking for.
On users is says under ISP (No ISP) Is there a fix to actually show what ISP they are using on 22F?

Thanks guys!
Hi i have the same problem after FULL RELOAD MAIN i tried many things 2 days but still no isp can someone help me please?

As we discussed and without much ado, here is a possible solution.

in this situation the issue was around SSL certificate.

lia7QB4.png



 
Last edited:
As we discussed and without much ado, here is a possible solution.

in this situation the issue was around SSL certificate.

lia7QB4.png



No quote
Really you saved me bro..true professional..You are the Best.Thanks for all <3
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
What could be problem with No ISP on some connections in Live connections. Some works some not.. I tried update Geolite2.mmdb but same problem.
 
What could be problem with No ISP on some connections in Live connections. Some works some not.. I tried update Geolite2.mmdb but same problem.
Sorry mate , you are wrong.

Geolite is totally different with the ISP feature, they are 2 different things.

"No ISP" can be for different things related all the source code that make it work.

In this case the issue come from SSL certificate due to the 3r party website that the panel request the info for each IP use strict HTTPS and having expired root certificate in the server.

In the isp folder there is a file called api.php start from there.
 
Last edited:
Sorry mate , you are wrong.

Geolite is totally different with the ISP feature, they are 2 different things.

"No ISP" can be for different things related all the source code that make it work.

In this case the issue come from SSL certificate due to the 3r party website that the panel request the info for each IP use strict HTTPS and having root certificate experienced in the server is happening this.

In the isp folder there is a file called api.php start from there.
Is that happening only to me or anyone else experiencing the same problem. Tnx however
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
edit nginx.config

kopie & past

location ~ \.php$ {
limit_req zone=one burst=8;
try_files $uri =404;
fastcgi_index index.php;
fastcgi_pass php;
include fastcgi_params;
fastcgi_buffering on;
fastcgi_buffers 96 32k;
fastcgi_buffer_size 32k;
fastcgi_max_temp_file_size 0;
fastcgi_keep_conn on;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
}
}
#ISP CONFIGURATION

server {
listen 8805;
root /home/xtreamcodes/iptv_xtream_codes/isp/;
location / {
allow 127.0.0.1;
deny all;
}
location ~ \.php$ {
limit_req zone=one burst=8;
try_files $uri =404;
fastcgi_index index.php;
fastcgi_pass php;
include fastcgi_params;
fastcgi_buffering on;
fastcgi_buffers 96 32k;
fastcgi_buffer_size 32k;
fastcgi_max_temp_file_size 0;
fastcgi_keep_conn on;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
}
}
}
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top