UBB.Dev
Posted By: EminemBoard Password Via CP 5.46 - 09/13/2000 4:02 AM
im too lazy but you can pust this in a txt and add the finished or somethin


HACK NAME : Password Viewable VIA the CP UPDATED for 5.46
DESCRIPTION : Its Atom911's hack updated for ubb 5.46
AUTHOR : Evan Walker - [email protected]
ORINGAL HACK : Atom911 - [email protected]
CREDITS : Atom911 for makin a great hack that just needed to be updated.
REQUIREMENTS : A full version of the UBB 5.46
FILES EDITED : cpanel4.cgi
NOTE : Like all the ubb hacks I dont guarantee that **** wont happen to your ubb
COMMENTS : If you have any coments pleas Email me at [email protected]


**MAKE BACKUPS CAUSE I DO NOT GUARANTEE **** **

## OPEN cpanel4.cgi
## FIND:


Displaying Matches $StartPoint - $EndPoint ($TotalProfiles total) $NextWording


## CHANGE:

6 to a 7 in ex=

## FIND:

User Name
Reg. Number
Date Registered

Able to post notes?
Authorized Administrator?
Status
Total Posts

## REPLACE WITH:

User Name
Reg. Number
Date Registered

Password
Able to post notes?
Authorized Administrator?
Status
Total Posts

## FIND:

$UNCoded = $searchrow[0];
$UNCoded =~ tr/ /+/;
$Posts = $searchrow[7];
$Permission = $searchrow[4];
&CheckPermissions;
$DateReg = $searchrow[10];
$WriteYes = "";
$WriteNo = "";
$AdminYes="";
$AdminNo="";

## REPLACE WITH:

$UNCoded = $searchrow[0];
$UNCoded =~ tr/ /+/;
$Posts = $searchrow[7];
$SeePass = $searchrow[1];
$Permission = $searchrow[4];
&CheckPermissions;
$DateReg = $searchrow[10];
$WriteYes = "";
$WriteNo = "";
$AdminYes="";
$AdminNo="";

## FIND:

$searchrow[0]
$ProfileNumber
$DateReg


Yes
No


## REPLACE WITH:

$searchrow[0]
$ProfileNumber
$DateReg

$SeePass

Yes
No


## FIND:

$UNCoded = $searchrow[0];
$UNCoded =~ tr/ /+/;
$Permission = $searchrow[2];
$DateReg = $searchrow[5];
$ProfileNum = $searchrow[6];
chomp($ProfileNum);

## REPLACE WITH:

$UNCoded = $searchrow[0];
$UNCoded =~ tr/ /+/;
$SeePass = $searchrow[7];
$Permission = $searchrow[2];
$DateReg = $searchrow[5];
$ProfileNum = $searchrow[6];
chomp($ProfileNum);

## FIND:

print <



$searchrow[0]
$ProfileNum
$DateReg


Yes
No



Yes
No


$ThisStatus
$searchrow[4]
GUTS

## REPLACE WITH:

print <



$searchrow[0]
$ProfileNum
$DateReg

$SeePass

Yes
No



Yes
No


$ThisStatus
$searchrow[5]
GUTS

ALL DONE SAVE AND UPLOAD IN ASCII

------------------
Webmaster @
EminemBoard.com
Marshall-Mathers.Net
Email= Evan@EminemBoard.com

Aim=EminemBoard
ICQ=71361151
"We don't do drivebys, we park in front of houses and shoot, and when the police come we fu*kin shoot it out with them too!"~Eminem
Free Voice Mail=1-877-541-6655 ext.278
© UBB.Developers