MyBB Tutorials

Banned Page Log [Like Nulled] {NO HIDE}

Submitted by Harley, , Thread ID: 41869

Thread Closed
Harley
Hi Puddin! Miss me?
Level:
0
Reputation:
19
Posts:
146
Likes:
19
Credits:
868
26-07-2017, 06:28 PM
This post was last modified: 08-08-2017, 07:44 AM by Harley
#1
This requires the pages plugin here:https://community.mybb.com/mods.php?action=view&pid=936

PHP Code:
<?php
define
("IN_MYBB"1);
require_once 
"./global.php";
require_once 
MYBB_ROOT "inc/class_parser.php";

$query $db->query("SELECT * FROM mybb_banned");
while(
$users $db->fetch_array($query))
{
  
$bannedUsers[] = $users;



for( 
$i$i count($bannedUsers) ; $i++ )
{
 echo 
"UID: ",$bannedUsers[$i]['uid'];
 echo 
"<br/>";
 echo 
"gid: ",$bannedUsers[$i]['gid'];
 echo 
"<br/>";
 echo 
"oldgroup: ",$bannedUsers[$i]['oldgroup'];
 echo 
"<br/>";
 echo 
"dateline: ",$bannedUsers[$i]['dateline'];
 echo 
"<br/>";
 echo 
"bantime: ",$bannedUsers[$i]['bantime'];
 echo 
"<br/>";
 echo 
"reason: ",$bannedUsers[$i]['reason'];
 echo 
"<br/>";

}
?>
I didn't add the username queries if you need/want them let me know.

RE: Banned Page Log [Like Nulled] {NO HIDE}

CyberLeaks
contributor
Supreme
Level:
37
Reputation:
32
Posts:
1.5K
Likes:
394
Credits:
5.6K
26-07-2017, 06:29 PM
#2
Thanks for the leak Harley. : )
[Image: mAqDXwz.png]
1

RE: Banned Page Log [Like Nulled] {NO HIDE}

The Professor
Closed Account
Level:
0
Reputation:
32
Posts:
157
Likes:
34
Credits:
663
24-10-2017, 05:50 AM
This post was last modified: 24-10-2017, 05:57 AM by The Professor
#3
its throwing an error 500 ,-, any clue why "may be outdated?"

fixed it
https://mega.nz/#!Ing0UYrY!wRTdD25Ypgqjc...zJFi-KNNW8

dont enable mybb template Smile

you may need to tweak it a little bit.

example image.
[Image: iI1lpXTtRxq_wvdlEgE72Q.png]

RE: Banned Page Log [Like Nulled] {NO HIDE}

Th3
Newbie
Level:
1
Reputation:
0
Posts:
17
Likes:
0
Credits:
1
04-03-2021, 02:21 PM
#4
is it vulnerbil or works good??

Users browsing this thread: 1 Guest(s)