php forum
php mysql forum
php mysql smarty
 
Topic Options
#38102 - 09/12/00 09:02 PM Password Via CP 5.46
EminemBoard Offline
Member

Registered: 07/21/00
Posts: 94
Loc: EminemBoard
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 - Evan@EminemBoard.com
ORINGAL HACK : Atom911 - Atom911@ubbhackers.com
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 Evan@EminemBoard.com


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

## OPEN cpanel4.cgi
## FIND:

<TR bgcolor="#FFFFFF">
<TD colspan=6><FONT FACE="Verdana, Arial" SIZE="1">Displaying Matches $StartPoint - $EndPoint ($TotalProfiles total) $NextWording</FONT>
</td>

## CHANGE:

6 to a 7 in <TD colspan=6> ex= <TD colspan=7>

## FIND:

<td valign=bottom width=140><FONT SIZE="1" FACE="Verdana, Arial"><B>User Name
Reg. Number
Date Registered</B></FONT></td>
<td valign=bottom ><FONT SIZE="1" FACE="Verdana, Arial"><B>Able to post notes?</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Authorized Administrator?</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Status</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Total Posts</B></FONT></td>

## REPLACE WITH:

<td valign=bottom width=140><FONT SIZE="1" FACE="Verdana, Arial"><B>User Name
Reg. Number
Date Registered</B></FONT></td>
<td valign=bottom ><FONT SIZE="1" FACE="Verdana, Arial"><B>Password</B></FONT></td>
<td valign=bottom ><FONT SIZE="1" FACE="Verdana, Arial"><B>Able to post notes?</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Authorized Administrator?</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Status</B></FONT></td>
<td valign=bottom><FONT SIZE="1" FACE="Verdana, Arial"><B>Total Posts</B></FONT></td>

## 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:

<td><FONT SIZE="1" FACE="Verdana, Arial"><A HREF="cpanel.cgi?action=getbio4admin&UserNumber=$ProfileNumber" target=_blank>$searchrow[0]</A>
$ProfileNumber
$DateReg</font></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNumber" VALUE="true" $WriteYes>Yes
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNumber" VALUE="false" $WriteNo>No
</FONT>

## REPLACE WITH:

<td><FONT SIZE="1" FACE="Verdana, Arial"><A HREF="cpanel.cgi?action=getbio4admin&UserNumber=$ProfileNumber" target=_blank>$searchrow[0]</A>
$ProfileNumber
$DateReg</font></td>
<td><font size="1" Face="Verdana, Arial">$SeePass</font></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNumber" VALUE="true" $WriteYes>Yes
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNumber" VALUE="false" $WriteNo>No
</FONT>

## 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 <<GUTS;
<tr bgcolor=$AltColor>
<td align=center>
<INPUT TYPE="CHECKBOX" NAME="Delete::$ProfileNum" VALUE="yes">
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial"><A HREF="cpanel.cgi?action=getbio4admin&UserNumber=$ProfileNum" target=_blank>$searchrow[0]</A>
$ProfileNum
$DateReg</font></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNum" VALUE="true" $WriteYes>Yes
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNum" VALUE="false" $WriteNo>No
</FONT>
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminPermission::$ProfileNum" VALUE="true" $AdminYes>Yes
<INPUT TYPE="RADIO" NAME="AdminPermission::$ProfileNum" VALUE="false" $AdminNo>No
</FONT>
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial">$ThisStatus</FONT></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">$searchrow[4]</FONT></td></tr>
GUTS

## REPLACE WITH:

print <<GUTS;
<tr bgcolor=$AltColor>
<td align=center>
<INPUT TYPE="CHECKBOX" NAME="Delete::$ProfileNum" VALUE="yes">
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial"><A HREF="cpanel.cgi?action=getbio4admin&UserNumber=$ProfileNum" target=_blank>$searchrow[0]</A>
$ProfileNum
$DateReg</font></td>
<td><Font size="1" Face="Verdana, Arial">$SeePass</font></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNum" VALUE="true" $WriteYes>Yes
<INPUT TYPE="RADIO" NAME="AdminWrite::$ProfileNum" VALUE="false" $WriteNo>No
</FONT>
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial">
<INPUT TYPE="RADIO" NAME="AdminPermission::$ProfileNum" VALUE="true" $AdminYes>Yes
<INPUT TYPE="RADIO" NAME="AdminPermission::$ProfileNum" VALUE="false" $AdminNo>No
</FONT>
</td>
<td><FONT SIZE="1" FACE="Verdana, Arial">$ThisStatus</FONT></td>
<td><FONT SIZE="1" FACE="Verdana, Arial">$searchrow[5]</FONT></td></tr>
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
_________________________
<FONT COLOR="red">(`* . </FONT c><FONT COLOR="black">(`* . </FONT c><FONT COLOR="red"> *</FONT c><FONT COLOR="black"> . * )</FONT c><FONT COLOR="red"> . * )</FONT c>
<FONT COLOR="black"> ` .</FONT c><FONT COLOR="red">E</FONT c>minem <FONT COLOR="red">B</FONT c>oard<FONT COLOR="black">. ` </FONT c>
<FONT COLOR="red">(. ' </FONT c><FONT COLOR="black">( . '</FONT c><FONT COLOR="red">*</FONT c><FONT COLOR="black">' . )</FONT c><FONT COLOR="red">`' .)</FONT c>
<FONT COLOR="red">_</FONT c>_<FONT COLOR="red">_</FONT c>_<FONT COLOR="red">_</FONT c>_<FONT COLOR="red">_</FONT c>_<FONT COLOR="red">_</FONT c>_

<FONT COLOR="black"><FONT size="7">(</FONT s><FONT size="6">(</FONT s><FONT size="5">(</FONT s><FONT size="4">(</FONT s><FONT size="3">(</FONT s></FONT c><FONT COLOR="red">EminemBoard</FONT c><FONT COLOR="black"><FONT size="3">)</FONT s><FONT size="4">)</FONT s><FONT size="5">)</FONT s><FONT size="6">)</FONT s><FONT size="7">)</FONT s></FONT c>

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks