|
Joined: Aug 2000
Posts: 226
Member
|
Member
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  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 ]
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
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 ]
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
Joined: Aug 2000
Posts: 226 |
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
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 ]
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
Joined: Aug 2000
Posts: 226 |
ward, Make sure you did the ultimatebb.cgi hack part. It's a simple cut and paste.  Amy
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
Joined: Oct 2000
Posts: 109 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
wow, looks great!!!! Thanks a lot  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 | [ May 07, 2001 01:48 PM: Message edited by: LK ]
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
Joined: Aug 2000
Posts: 226 |
LK, thanks. I'll fix it. I never really intended to release this and did some hard coding.
Amy
|
|
|
|
Joined: Apr 2001
Posts: 26
Junior Member
|
Junior Member
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)
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
XuDuX, try &CustomTitle($user_profile[8])
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
Joined: Aug 2000
Posts: 226 |
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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" | "; print"$user_profile[7] posts | $user_profile[10] | "; $counter2 ++; }  LK. [ May 07, 2001 02:29 PM: Message edited by: LK ]
|
|
|
|
Joined: Apr 2001
Posts: 24
Junior Member
|
Junior Member
Joined: Apr 2001
Posts: 24 |
How can i break this lis to mutiple pages ? My list is tooooo long  Thank you for this great hack , i've been waiting for it for a long time 
|
|
|
|
Joined: Apr 2001
Posts: 26
Junior Member
|
Junior Member
Joined: Apr 2001
Posts: 26 |
Thanks, now where do I put that (Sorry, I'm not really good at changing much of this stuff on my own)
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
******************* OPEN ubb_memberlist.cgi *******************
Find: ====
Login Name | Number of Posts | Date Joined |
REPLACE WITH: ============
Login Name | Number of Posts | Date Joined | Status |
FIND: ====
print"$user_profile[7] posts | $user_profile[10] | | ";
REPLACE WITH: ============
print"$user_profile[7] posts | $user_profile[10]"; print" | "; print"&CustomTitle($user_profile[8])posts | $user_profile[10] | ";
[ May 07, 2001 03:08 PM: Message edited by: LK ]
|
|
|
Joined: Apr 2001
Posts: 240
Member
|
Member
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
|
|
|
|
Joined: Oct 2000
Posts: 109
Member
|
Member
Joined: Oct 2000
Posts: 109 |
@zone, it is dependent on the Ultimatebb.cgi code. Must apply.
|
|
|
|
Joined: Apr 2001
Posts: 240
Member
|
Member
Joined: Apr 2001
Posts: 240 |
Sorry Ward, your comments lost me slightly...sorry...
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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
|
|
|
|
Joined: Apr 2001
Posts: 240
Member
|
Member
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.
|
|
|
|
Joined: Apr 2001
Posts: 33
Member
|
Member
Joined: Apr 2001
Posts: 33 |
if you will see the memberlist with members public name do the following #open ubb_getmemberlist.cgi# #find : Login Name | Number of Posts | Date Joined | #replace with: Public Name | Number of Posts | Date Joined | #find: print " ".$user. ""; #replace with: print " ".$user_profile[15]. ""; [ May 07, 2001 03:35 PM: Message edited by: topiland ]
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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
|
|
|
|
Joined: Jan 2001
Posts: 76
Member
|
Member
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
|
|
|
|
Joined: Apr 2001
Posts: 26
Junior Member
|
Junior Member
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.
|
|
|
|
Joined: Apr 2001
Posts: 240
Member
|
Member
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
|
|
|
|
Joined: Dec 2000
Posts: 16
Junior Member
|
Junior Member
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 = )
|
|
|
|
Joined: Apr 2001
Posts: 78
Member
|
Member
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
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
Joined: Aug 2000
Posts: 226 |
Killabyte, it works on my Win200 pc that hosts my test board.
Amy
|
|
|
|
Joined: Aug 2000
Posts: 226
Member
|
Member
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.  Amy
|
|
|
|
Joined: Apr 2001
Posts: 26
Junior Member
|
Junior Member
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 ]
|
|
|
|
Joined: Nov 2000
Posts: 915
Developer
|
Developer
Joined: Nov 2000
Posts: 915 |
|
|
|
|
Joined: Nov 2000
Posts: 915
Developer
|
Developer
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 ]
|
|
|
|
Joined: Nov 2000
Posts: 915
Developer
|
Developer
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. 
|
|
|
|
Joined: Sep 2000
Posts: 101
Member
|
Member
Joined: Sep 2000
Posts: 101 |
THANKS AMY!!! Great work! Just one question... is there any chance you could add a send pm column?
|
|
|
|
Joined: Apr 2001
Posts: 41
Member
|
Member
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... 
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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 ]
|
|
|
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.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|