php forum
php mysql forum
php mysql smarty
 
Topic Options
#140985 - 06/14/01 07:22 AM [6.0x] Public Name Hack v1.0 [ Finished ]
Zack Offline
Junior Member

Registered: 06/11/01
Posts: 8
Hack Name: Public Name Hack v. 1.0

UBB Version: 6.04c

Description:
This is a hack to change users' Public Names from the Control Panel.
With this hack Administrators can edit users' Public Names through the Control Panel.

Bonus:

- It's pretty usefull when you upgraded from UBB5 if you had the Avatar Hack installed.


########################################################################

Author: Zack
Co-author: Goku

########################################################################

Files Modified: cp_users.cgi, cp_edit_profile.pl

########################################################################

Installation:

#################
open cp_users.cgi
#################

# FIND

if ($vars_registration{location_field_use} eq 'REQ') { push(@VA, "location"); }

# ABOVE PUT

if ($vars_registration{publicly_displayed_name_field_use} eq 'REQ') { push(@VA, "publicly_displayed_name"); }


# FIND

print FILE ("$user_profile[15]n");

# REPLACE WITH

print FILE ("$in{publicly_displayed_name}n");


#######################
open cp_edit_profile.pl
#######################

# FIND

<tr bgcolor="#FFFFFF">
<td width="45%" valign="top">
<FONT size="2" FACE="Verdana, Arial">
<B>$vars_wordlets{public_name_field}:</B>
</font>
</td>
<td valign="top">
<FONT size="2" FACE="Verdana, Arial">
<B>$user_profile[15]</B>
</font>
</td>
</tr>


# REPLACE WITH

<tr bgcolor="#FFFFFF">
<td width="45%" valign="top">
<FONT size="2" FACE="Verdana, Arial">
<B>$vars_wordlets{public_name_field}:</B>
</font>
</td>
<td valign="top">
<INPUT TYPE="TEXT" NAME="publicly_displayed_name" value="$user_profile[15]" SIZE="35" MAXLENGTH="80"></td>
</tr>

Top
#140986 - 06/14/01 07:58 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
SK8285 Offline
Member

Registered: 05/19/01
Posts: 150
Loc: NYC
will this work on 6.04f cuz i really dont want to **** up my board anymore ( i messed it up about 4 times ) so can someone tell me

Top
#140987 - 06/14/01 09:38 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Zack Offline
Junior Member

Registered: 06/11/01
Posts: 8
maybe well. just cross fingers wink

Top
#140988 - 06/14/01 05:55 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Raichu Babai Offline
Member

Registered: 04/01/01
Posts: 206
Loc: Brooklyn NY
Heya Zack.. Thanks for this hack. Installed in a breeze and works perfectly..
_________________________
My lame BUTT only have <img src="http://www.ubbdev.com/ud/?u=Raichu Babai&s=1" alt=" - " /> points,
because my POS computer ONLY grinded out <img src="http://www.ubbdev.com/ud/?s=2&u=Raichu Babai" alt=" - " /> results

Top
#140989 - 06/15/01 08:22 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Zack Offline
Junior Member

Registered: 06/11/01
Posts: 8
Thank ya smile

Top
#140990 - 06/16/01 12:29 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Tech-Ni-Kal Offline
Member

Registered: 05/23/01
Posts: 2685
Loc: » Ü § Å «
diud anyone get this to work on ubb version 6.04c

Top
#140991 - 06/16/01 06:00 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
www.Goku.NL Offline
Member

Registered: 05/10/01
Posts: 32
Well yes. Zack and I did. The hack is made for that version. confused

Top
#140992 - 06/17/01 12:20 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Great Hack, Worked good on 6.04c smile

Top
#140993 - 06/20/01 05:27 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Hedwig09 Offline
Junior Member

Registered: 05/14/01
Posts: 15
I got this to work on my UBB, version 6.04f, so I think it works on all of the 6.xx so far. And nice hack!! I've been looking for something like this so I don't have to edit the Profile on ultimatebb.cgi, and this was easy!!

<FONT COLOR="#000000" SIZE="1">[ June 20, 2001 05:28 PM: Message edited by: Hedwig09 ]</font>
_________________________
Anime Gamerz UBB

Top
#140994 - 06/23/01 01:24 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Tech-Ni-Kal Offline
Member

Registered: 05/23/01
Posts: 2685
Loc: » Ü § Å «
Wow didnt even notice that well got it to work

Top
#140995 - 06/25/01 06:15 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Hedwig09 Offline
Junior Member

Registered: 05/14/01
Posts: 15
=| I'm using this on my board, whenever I change a Publicly Displayed Name in the CP it changes the Log-in name instead, this a bug?
_________________________
Anime Gamerz UBB

Top
#140996 - 07/05/01 10:19 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
261084 Offline
Junior Member

Registered: 05/11/01
Posts: 5
Nice, but why? don't think your members will be very happy when you change their name...

<FONT COLOR="#000000" SIZE="1">[ July 05, 2001 10:23 AM: Message edited by: 261084 ]</font>

Top
#140997 - 07/30/01 09:19 AM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Ta Lun 3 Offline
Junior Member

Registered: 07/17/01
Posts: 24
In My board User can´t change there puplic Names.
One User have on the registration use his Passwod like public name laugh
So i can change his name without great work for me.

Top
#140998 - 08/02/01 12:54 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Abz Offline
Junior Member

Registered: 06/14/01
Posts: 11
Loc: HK
Great Hack

Top
#140999 - 08/30/01 06:51 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Danimator Offline
Junior Member

Registered: 02/02/00
Posts: 8
I love this hack, anyone going to port this to UBB 6.1-PB1.4? laugh
_________________________
-Dan

Top
#141000 - 12/02/01 09:28 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Zack Offline
Junior Member

Registered: 06/11/01
Posts: 8
Quote:
quote:


i don't know sure.. i use not ubb anymore.. i use Ikonboard v3.0 rc2a.. i can't helped

just hope.. this old version will be work on new release version.. *cross fingers*

just sorry me..

Top
#141001 - 12/02/01 11:57 PM Re: [6.0x] Public Name Hack v1.0 [ Finished ]
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Would you like me to port it Zach? I was working on it before.

Top


Who's Online
0 registered (), 29 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by Ruben Rocha
Today at 02:58 PM
Spell Check [beta]
by Bill B
Yesterday at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Yesterday at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Yesterday at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Yesterday at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks