php forum
php mysql forum
php mysql smarty
 
Topic Options
#174105 - 03/11/02 05:40 AM Members List
*Speedy* Offline
Member

Registered: 01/28/02
Posts: 141
Loc: Speedy's World
I read somewhere UBB's 61 members list works on 621 so I started hacking and get to this point . . .

# Open ubb_lib.cgi (In Cgi-Bin)
#############################################

# Find This
#############################################

$MainButtons = qq!
$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest <a href="$ULTIMATEBB?ubb=faq"><acronym title="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</acronym></a> | <a href="$ULTIMATEBB"><acronym title="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</acronym></a>
!;

# Replace It With This
#############################################

$MainButtons = qq!
$MyProfileLink $ifmyreg $RegisterLink $ifregsearch $SearchLink $ifsearchrest <a href="$ULTIMATEBB?ubb=faq"><acronym title="$vars_wordlets{faq_acronym}">$vars_wordlets{faq_link}</acronym></a> | <a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=memberlist"><acronym title="$vars_wordlets_mods{ML_memberlist}">$vars_wordlets_mods{ML_memberlist_link}</acronym></a> | <a href="$ULTIMATEBB"><acronym title="$vars_wordlets{forum_acronym}">$vars_wordlets{forum_home_link}</acronym></a>
!;

and that is no where to be found someone please help!

~Speedy~
_________________________
~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: zXzXMikeXzXz@hotmail.com
Email: zXzXMikeXzXz@hotmail.com

Top
Monetize Your Site
#174106 - 03/11/02 05:56 AM Re: Members List
Yamaha Raptor Offline
Member

Registered: 07/24/00
Posts: 891
Loc: medway me
yeah that part of the code is not the same anymore just look for this.

find**

Code:
[/code]Add below**

[code]

Top
#174107 - 03/11/02 11:33 AM Re: Members List
Demolition Offline
Member

Registered: 01/02/02
Posts: 157
Yeah thats all i done and it works fine smile

Top
#174108 - 03/11/02 02:37 PM Re: Members List
*Speedy* Offline
Member

Registered: 01/28/02
Posts: 141
Loc: Speedy's World
I found what u were talking about, but the problem is when I go to click on the link there is no link its just FAQ &#0124;&#0124; Home Page

So how would I fix that?
_________________________
~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: zXzXMikeXzXz@hotmail.com
Email: zXzXMikeXzXz@hotmail.com

Top
#174109 - 03/11/02 03:19 PM Re: Members List
Yamaha Raptor Offline
Member

Registered: 07/24/00
Posts: 891
Loc: medway me
did you put in Modification Wordlets befor you did this hack?
this is all the wordlets for memberlist.

ML_category => q~Category:~,
ML_category_all => q~Display All~,
ML_sort => q~Sort:~,
ML_sort_birthday => q~Birthday~,
ML_sort_joindate => q~Join Date~,
ML_sort_online => q~Online~,
ML_sort_pubname => q~Public Name~,
ML_sort_top => q~Top~,
ML_sort_posters => q~Posters~,
ML_sort_postnum => q~Post #~,
ML_sort_usrnum => q~Member #~,
ML_searchby => q~Search By:~,
ML_searchby_aim => q~AIM~,
ML_searchby_birthday => q~Birthday~,
ML_searchby_joindate => q~Join Date~,
ML_searchby_icq => q~ICQ~,
ML_searchby_interests => q~Interests~,
ML_searchby_location => q~Location~,
ML_searchby_usrnum => q~Member #~,
ML_searchby_postnum => q~Post #~,
ML_searchby_pubname => q~Public Name~,
ML_search => q~search:~,
ML_col_aim => q~AIM~,
ML_col_birthday => q~Birthday~,
ML_col_email => q~Email~,
ML_col_homepage => q~Homepage~,
ML_col_icq => q~ICQ~,
ML_col_interests => q~Interests~,
ML_col_joindate => q~Join Date~,
ML_col_location => q~Location~,
ML_col_memnum => q~Member #~,
ML_col_online => q~Online~,
ML_col_pm => q~PM~,
ML_col_postnum => q~Post #~,
ML_col_postnum_posts => q~posts~,
ML_col_pubname => q~Public Name~,
ML_image_next => q~Next~,
ML_image_previous => q~Previous~,
ML_text_pages => q~Pages:~,
ML_text_search_returned => q~Search returned~,
ML_text_results_out_of_a_possible => q~results out of a possible~,
ML_memberlist => q~Memberlist~,
ML_memberlist_link => q~memberlist~,
ML_memberlist_settings => q~Memberlist Settings~,
ML_error_no_results => q~No results were found for what you requested, please try another query.~,
ML_error_sort_incorrect => q~Incorrect sort type selected, please try again.~,
ML_error_search_invalid => q~Invalid searchkeys.~,

Top
#174110 - 03/11/02 03:26 PM Re: Members List
*Speedy* Offline
Member

Registered: 01/28/02
Posts: 141
Loc: Speedy's World
nope and that did the trick thank you very much! tipsy

~Speedy~
_________________________
~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: zXzXMikeXzXz@hotmail.com
Email: zXzXMikeXzXz@hotmail.com

Top
#174111 - 03/11/02 04:12 PM Re: Members List
Demolition Offline
Member

Registered: 01/02/02
Posts: 157
I helped him over msn with it smile

Top
#174112 - 03/11/02 04:17 PM Re: Members List
Yamaha Raptor Offline
Member

Registered: 07/24/00
Posts: 891
Loc: medway me
like i know that tipsy

Top
#174113 - 03/11/02 07:13 PM Re: Members List
U574 Offline
Member

Registered: 06/08/01
Posts: 83
can you document it and release in beta area?

Top
#174114 - 03/12/02 09:56 AM Re: Members List
Demolition Offline
Member

Registered: 01/02/02
Posts: 157
I think the author will do this soon tipsy

Top



Moderator:  Gizmo 
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