Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 5 1 2 3 4 5
#134191 05/07/2001 12:00 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
I have turned this hack over to DPK as I no longer have time to play with it. He has made some great changes that I think you will enjoy smile


Here is the link to the hack:

http://www.nfscheats.com/users/DPK/scripts/download/

I removed the screen shot because DPK has improved it tremendously since then.

Amy

[ May 12, 2001 11:53 AM: Message edited by: amykhar ]

Sponsored Links
#134192 05/07/2001 12:06 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Demo?

#134193 05/07/2001 12:19 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
Because the board is private, I am unable to link to a live demo. However, I am working on a static html capture of the script.

Amy

#134194 05/07/2001 12:20 PM
Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
does not work for me on 6.4c, i get 500 Internal Server Error with correct permissions.

Ps. looks great!!!

[ May 07, 2001 12:22 PM: Message edited by: wardx28 ]

#134195 05/07/2001 12:34 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
ward,

are you running

http://www.yourserver/cgi-bin/get_memberlist.cgi instead of

http://www.yourserver/cgi-bin/ultimatebb.cgi?ubb=get_memberlist

That seems to be the only way I can generate a 500 error.

Amy

Sponsored Links
#134196 05/07/2001 12:40 PM
Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
Yes I was, but now i get You are attempting to reach a page that does not exist.

[ May 07, 2001 12:40 PM: Message edited by: wardx28 ]

#134197 05/07/2001 12:41 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
ward,
Make sure you did the ultimatebb.cgi hack part. It's a simple cut and paste. smile

Amy

#134198 05/07/2001 12:52 PM
Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
You are the greatest.



[ May 07, 2001 01:48 PM: Message edited by: LK ]
#134199 05/07/2001 1:31 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
wow, looks great!!!!


Thanks a lot smile

Just the font color/name in the first row isn't the default one, and maybe you should change get_memberlist.cgi to ubb_memberlist.cgi, so it will sound more like other files.

Maybe the first row should be:
Login

Name
Number of

Posts
Date

Joined
#134200 05/07/2001 1:54 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
LK,
thanks. I'll fix it. I never really intended to release this and did some hard coding.

Amy

Sponsored Links
#134201 05/07/2001 2:01 PM
Joined: Apr 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 26
Is there a way to get the member's status to appear as one of the columns? I tried $user_profile[8] but that dosen't show the status's that are renamed in the CP (eg: Cadet instead of Junior Member)

#134202 05/07/2001 2:04 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
XuDuX, try &CustomTitle($user_profile[8])

#134203 05/07/2001 2:19 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
zip file updated.

Amy

";
print"";
$counter2 ++;
}


tipsy

LK.

[ May 07, 2001 02:29 PM: Message edited by: LK ]
#134204 05/07/2001 2:27 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Forgot to tell you to also do about the same thing in other TDs:


while ( $counter2 < $counter ) {
($user,$number) = split(///, @sort_array[$counter2]);
@user_profile = &OpenProfile($number);
print"
";
print "".$user. "
";
print"
$user_profile[7] posts$user_profile[10]
#134205 05/07/2001 2:43 PM
Joined: Apr 2001
Posts: 24
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 24
How can i break this lis to mutiple pages ?
My list is tooooo long frown

Thank you for this great hack , i've been waiting for it for a long time smile

#134206 05/07/2001 2:54 PM
Joined: Apr 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 26
Quote
quote:
Thanks, now where do I put that (Sorry, I'm not really good at changing much of this stuff on my own)




REPLACE WITH:
============




FIND:
====

print"";

REPLACE WITH:
============

print"";
print"";

[ May 07, 2001 03:08 PM: Message edited by: LK ]
#134207 05/07/2001 3:05 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
*******************
OPEN ubb_memberlist.cgi
*******************

Find:
====
Login NameNumber of PostsDate Joined
Login NameNumber of PostsDate JoinedStatus
$user_profile[7] posts$user_profile[10]
$user_profile[7] posts$user_profile[10]";
print"
&CustomTitle($user_profile[8])posts$user_profile[10]
#134208 05/07/2001 3:15 PM
Joined: Apr 2001
Posts: 240
Member
Member
Offline
Joined: Apr 2001
Posts: 240
Nooo! I tried to install this hack, but it could not find :

if ($ubb eq 'find_lost') {
require "$vars_config{CGIPath}/ubb_lib_misc.cgi";
&find_lost; exit;
} #end find_lost

in Ultimatebb.cgi.

I added the other bit in an appropriate place in the script though, but I still got error 500s!

I then tried to revert to my backup of ultimatebb.cgi and STILL got the Error 500. So, I decided to re-download it from Infopop.com and STILL got error 500s.

Please help, my board is now down!

If it helps, my address is http://cgi-bin.spaceports.com/~xrealms/cgi-bin/ultimatebb.cgi

#134209 05/07/2001 3:19 PM
Joined: Oct 2000
Posts: 109
Member
Member
Offline
Joined: Oct 2000
Posts: 109
@zone, it is dependent on the Ultimatebb.cgi code. Must apply.

#134210 05/07/2001 3:24 PM
Joined: Apr 2001
Posts: 240
Member
Member
Offline
Joined: Apr 2001
Posts: 240
Sorry Ward, your comments lost me slightly...sorry...

#134211 05/07/2001 3:27 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
zone,
There are no other bits to add to the script besides the ultimatebb.cgi part.

The part you are looking for is all the way down at the bottom.

Where did you add code besides the part that was meant to go in ultimatebb.cgi?

Amy

#134212 05/07/2001 3:29 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
Dreamweaver,
I just now got it broken into pages of 50, but I am not happy with it just yet. I am working on an alphabetical break down of the list.

Amy

#134213 05/07/2001 3:31 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
Zone, I don't appreciate what your link just did to me. I am at work and do not need popups of women everywhere.

Amy

#134214 05/07/2001 3:31 PM
Joined: Apr 2001
Posts: 240
Member
Member
Offline
Joined: Apr 2001
Posts: 240
I added it after :

if ($ubb eq 'register_page') {
require "$vars_config{CGIPath}/ubb_registration.cgi";
®ister_page; exit;
} #end register_page

Now I keep getting 500s.



#replace with:



#find:

print "".$user. "
";

#replace with:

print "".$user_profile[15]. "
";

[ May 07, 2001 03:35 PM: Message edited by: topiland ]
#134215 05/07/2001 3:33 PM
Joined: Apr 2001
Posts: 33
Member
Member
Offline
Joined: Apr 2001
Posts: 33
if you will see the memberlist with members public name do the following

#open ubb_getmemberlist.cgi#

#find :

Login NameNumber of PostsDate Joined
Public NameNumber of PostsDate Joined
#134216 05/07/2001 3:38 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
I can't verify that zone because when I go to the link you posted, I don't get a ubb. I get inudated by popups for exciting products like viagra.

Sorry, can't help.

Amy

#134217 05/07/2001 3:39 PM
Joined: Jan 2001
Posts: 76
Member
Member
Offline
Joined: Jan 2001
Posts: 76
I have just installed this wonderfull hack and it works!
Good work amykhar!
I would like to know if it easy to put in this hack some other fields such us e-mail, home page etc?
Also a good idea is that we can change wordlets, this might will be easy. :rolleyes:

Bye,
John

#134218 05/07/2001 3:40 PM
Joined: Apr 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 26
LK, I have already tried this, and all that it shows is "&CustomTitle(Junior Member)" etc where I want the $vars_misc{JrMemberTitle} etc. to be.

#134219 05/07/2001 3:44 PM
Joined: Apr 2001
Posts: 240
Member
Member
Offline
Joined: Apr 2001
Posts: 240
Yeah, the host give you those pathetic and annoying pop ups when you reach a page in either 500 or 404 errors.

Hmmm, I can reach the CP, but not ultimatebb.cgi

#134220 05/07/2001 4:58 PM
Joined: Dec 2000
Posts: 16
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 16
Anyone know if this works on NT? Cause mine is jacked up


I believe it was the famous killahbyte who once said all computers run at the same speed................................when they're off he he he = )
#134221 05/07/2001 5:20 PM
Joined: Apr 2001
Posts: 78
Member
Member
Offline
Joined: Apr 2001
Posts: 78
why do i get spaces in the memberlist it shows some members and the do space and continues
and also i wanted to ask how do i make a link from the ubb summery page to the memberlist?
i want that it will be on the menu at the top of the ubb
thanks

#134222 05/07/2001 5:44 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
Killabyte, it works on my Win200 pc that hosts my test board.

Amy

#134223 05/07/2001 5:47 PM
Joined: Aug 2000
Posts: 226
Member
Member
Offline
Joined: Aug 2000
Posts: 226
Sheffield,

What names should show between altran and Beowulf and between scooter and Mrs. BadGuy on your list?

Knowing that could help me find the problem. smile

Amy

#134224 05/07/2001 5:48 PM
Joined: Apr 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 26
Here's what I did for links (up on the top with my profile, etc) for my memberlist
####Open ubb_lib.cgi
###FIND
$MainButtons = qq!
$vars_wordlets{profile_link} $RegisterLink $SearchLink | $vars_wordlets{faq_link} | $vars_wordlets{forum_home_link}
!;

###REPLACE WITH
$MainButtons = qq!
$vars_wordlets{profile_link} $RegisterLink $SearchLink | $vars_wordlets{faq_link} | $vars_wordlets{member_list_link} | $vars_wordlets{forum_home_link}
!;

####Open vars_wordlets.cgi
###Find
);
1;

###Above it add
member_list_link => q~memberlist~,
member_list_acronym => q~List of Members~,

###Clear Cache, and the Link will be on every page with the main bar
I'm not sure if the member_list_acronym wordlet is needed, someone please tell me. Also if you have the My Profile, Register, Search, etc with capitals or different wording you can change the member_list_link in the CP main wordlets.

[ May 07, 2001 05:52 PM: Message edited by: XuDuX ]

#134225 05/07/2001 5:58 PM
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915

#134226 05/07/2001 6:22 PM
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
there is a problem with how this hack checks for members/numbers in the memberlist file; see my link above and scroll down.

the member causing that error:

JBNFSHS / Joshua|!!|00000062

its the '/' char causing the error.

[ May 07, 2001 06:40 PM: Message edited by: DPK ]

#134227 05/07/2001 8:02 PM
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
Joined: Nov 2000
Posts: 915
Well, i fixed that error by using a different seperator then the one u are using. But that one produced conflicts with others. Bah. Time to try something a little more intensive. smile

#134228 05/08/2001 2:46 AM
Joined: Sep 2000
Posts: 101
Member
Member
Offline
Joined: Sep 2000
Posts: 101
THANKS AMY!!! Great work! Just one question... is there any chance you could add a send pm column?


kaak
[email protected]
icq# 4032410
#134229 05/08/2001 4:07 AM
Joined: Apr 2001
Posts: 41
Member
Member
Offline
Joined: Apr 2001
Posts: 41
Great hack m8..:)
Thanx alot...Works fine in Ie,but not so good in netscape..:(:(

Still nice work,keep it up... laugh

#134230 05/08/2001 6:07 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
XuDuX, so make $user_customstatus = &CustomTitle($user_profile[8]);

then, instead of &CustomTitle($user_profile[8]), type $user_customstatus

kaak, just put

[ May 08, 2001 06:09 AM: Message edited by: LK ]

Page 1 of 5 1 2 3 4 5

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)