Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Request ISP Fix help

dtblocker

Banned
Banned
Ext. Member
Joined
Sep 20, 2019
Messages
138
Reaction score
229
Points
54
Location
Mars
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

lenske

Extended Member
Ext. Member
Joined
Sep 25, 2019
Messages
100
Reaction score
205
Points
54
Location
albania
worked also for me thanks but some isp names are wrong in panel
 
C

cotos93

Guest
<?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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

abstract

Basic Member
Basic Member
Joined
Sep 27, 2021
Messages
7
Reaction score
2
Points
14
Location
italia
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

abstract

Basic Member
Basic Member
Joined
Sep 27, 2021
Messages
7
Reaction score
2
Points
14
Location
italia
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 ?
 

serdar7878

Basic Member
Basic Member
Joined
Feb 26, 2021
Messages
25
Reaction score
128
Points
39
Location
Bijeljina
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

NullZ

Extended Member
Ext. Member
Joined
Oct 1, 2019
Messages
85
Reaction score
78
Points
29
Location
Arizona
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
 

dtblocker

Banned
Banned
Ext. Member
Joined
Sep 20, 2019
Messages
138
Reaction score
229
Points
54
Location
Mars
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.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

NullZ

Extended Member
Ext. Member
Joined
Oct 1, 2019
Messages
85
Reaction score
78
Points
29
Location
Arizona
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
 

_-Horus-_

Banned
Banned
Ext. Member
Joined
Jul 26, 2020
Messages
34
Reaction score
46
Points
29
Location
Earth
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

NullZ

Extended Member
Ext. Member
Joined
Oct 1, 2019
Messages
85
Reaction score
78
Points
29
Location
Arizona
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
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock