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 ISP Fix help

Thanks to everyone who contributed, it's working flawlessly now. (y)(y)(y)
 
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
worked also for me thanks but some isp names are wrong in panel
 
It was working 50% before the change. Now 98% improved.
You are great @cesarkrespo .

Thanks.
 
<?php

$ipserver = $_GET["ip"];



function url_result($url) {
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);

$headers = array(
//"sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99"",
"sec-ch-ua-mobile: ?0",
//"sec-ch-ua-platform: "macOS"",
"Upgrade-Insecure-Requests: 1",
"User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36",
);
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
//for debug only!
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);

$resp = curl_exec($curl);
curl_close($curl);
return $resp;
}

function get_between($content, $start, $end) {
$r = explode($start, $content);
if (isset($r[1])) {
$r = explode($end, $r[1]);
return $r[0];
}
return '';
}
function type_name($ttype) {
if($ttype=="Proxy Public"){return "PROXY";}
elseif($ttype=="DCH"){return "HOSTING";}
else{
return $ttype;
}
}


if(!empty($ipserver) ){
$backup = 'apibackup.txt';
$content = file_get_contents($backup);
$boss = strpos($content,"$ipserver =");
$ledebut = "$ipserver = ";
$lafin = "\n";
if($boss !== false)
{
$koko = get_between($content, $ledebut, $lafin);
echo $koko;
}
else{
$dataports = url_result("https://awebanalysis.com/en/ip-lookup/$ipserver/");

$startru = "ISP</b>";
$endru = '</td>';
$isp = trim(strip_tags(get_between($dataports, $startru, $endru)));

$startaaz = "mt2\"></span>";
$endaaz = '</td>';
$countryy = trim(get_between($dataports, $startaaz, $endaaz));

$startaaz22 = "CCTLD Code</td>";
$endaaz22 = '</td>';
$countryycode = trim(strip_tags(get_between($dataports, $startru, $endru)));

$tvpnproxy = "Proxy détecté";
$startoz = "Type de proxy</b></th>";
$endoz = '</b>';

if(strpos($dataports, $tvpnproxy)) {
$vpnproxy = '1';
$ttype = trim(strip_tags(get_between($dataports, $startru, $endru)));
}
else {
$vpnproxy = '0';
$ttype = 'HOME';
}
$ayeh = '{"status":1,"isp_info":{"description":"' .$isp. '","is_server":"' .$vpnproxy. '","type":"' .type_name($ttype). '","country_code":"' .$countryycode. '","country_name":"' .$countryy. '"}}';
echo $ayeh;
$wayy = "$ipserver = $ayeh";
$byte = file_put_contents($backup,$wayy . "\r\n", FILE_APPEND | LOCK_EX);
}
}
else {
echo 'come back with an ip';
}

?>

Repair api.php in isp folder !!!
 
Last edited by a moderator:
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
after editing api.php it didn't work.
I had to change:

$isp = trim(get_between($dataports, $startru, $endru));
$isp = ltrim($isp, '<td>');

as there was <td> bothering and not making the isp rules work
 
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
after making the change just suggested now the isp detection is correct only that sometimes when I set isp strict on the servers it doesn't always work. what do you think ?
 
hello how did you solve
 
I made my own script for the ISP. I see a lot of people have a problem with that, so if anyone needs help I'll post here.
 
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 guys ! The ISP has not worked for me for a few days, I was using CK41 and suddenly the ISP stopped working.

I tried all the scenarios here and it still doesn't want to detect ISPs, now I installed the latest version of X-TEKO 3.0.4 and to no avail.
Is there a general problem with awebanalysis.com?

Or this is still a problem only on my server, but I mention that I tried 3 panels (XtreamUI, CK41 and X-TEKO)

Maybe someone can check this with a new installation
 
Hi guys ! The ISP has not worked for me for a few days, I was using CK41 and suddenly the ISP stopped working.

I tried all the scenarios here and it still doesn't want to detect ISPs, now I installed the latest version of X-TEKO 3.0.4 and to no avail.
Is there a general problem with awebanalysis.com?

Or this is still a problem only on my server, but I mention that I tried 3 panels (XtreamUI, CK41 and X-TEKO)

Maybe someone can check this with a new installation

Yeah
not working again
my situation.
 
I made my own script for the ISP. I see a lot of people have a problem with that, so if anyone needs help I'll post here.
@serdar7878 Can you give me a PM to ask you something about the ISP fix for XtreamUI ?
 
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
From what I understand you were working on your own script for ISP and now I saw it on the forum as a resource, unfortunately I don't have a VIP account to download it.
So please if you want to tell me what I should change in the original script to make it work?

I have tried I think all the scripts, it absolutely does not want to detect ISP anymore
 
Teko v3.0.5 is out...have you tried?
If update is not showing you have to go to General Setting--->Api and turn off the Disable Panel Update button...
Or Fresh install...
 
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
isp no fixer and reboot server
 
for me the ISP worked with a clean installation, but after I did the restore to the ISP database it didn't want to work at all
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top