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

Tutorial EXPLOIT FIX for XtreamUI

Professor

Basic Member
Basic Member
Seller
Joined
Oct 21, 2022
Messages
27
Reaction score
558
Points
59
Location
Spain
Open the functions.php file in the admin folder

search for:
function called: hasPermissions($rType, $rID)

in the end code find:
if ((count($rPermissions["advanced"]) > 0) && ($rUserInfo["member_group_id"] <> 1)) {

return in_array($rID, $rPermissions["advanced"]);

} else {

return true;

}

replace it with:
if ((count($rPermissions["advanced"]) > 0) && ($rUserInfo["member_group_id"] >= 1)) {

return in_array($rID, $rPermissions["advanced"]);

}

Do not forget set the correct permissions after editing the file !
 
Last edited by a moderator:

shitping

Extended Member
Ext. Member
Joined
Sep 24, 2019
Messages
120
Reaction score
188
Points
54
Location
home
Open the functions.php file in the admin folder

search for:


in the end code find:


replace it with:
And what do this fix do? Yes it locks you out of the admin panel?

And what do this fix do? Yes it locks you out of the admin panel?
Yes works if you have admin profile on ID 1 and correct permissions
 
Last edited:
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