Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Time for the newest release of Memberlist: v2.3. [Linked Image] New in this version is:
  • Search by Location, Occupation, or Interests.
  • Ability to add or remove any column and organize them however you choose. [Linked Image]
  • Addition of Y!Mess hack (thanks AJ).
  • Smarter, cleaner, faster code. [Linked Image]
  • Cleaner HTML code.
  • COPPA compliant (won't list unconfirmed COPPA registrations).

You can find a demo of the script here:
http://www.magictraders.com/cgi-bin/ubb/memberlist.cgi

You can download the ZIP file here:
http://www.magictraders.com/ubb/memberlist.zip

Or, the TAR GZ file here:
http://www.magictraders.com/ubb/memberlist.tar.gz

Be sure to read the README.txt file before installing or upgrading, as there are new modifications you'll have to make to ubbmisc.cgi. Also, you'll have to run lettercreate.pl again.

Enjoy! [Linked Image]

------------------
Leshrac
leshrac@magictraders.com
Founder, Owner - Magic Online Trading League (MOTL)
http://www.magictraders.com
MOTL Bulletin Board

Sponsored Links
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
Arrrh - please add cellpadding=1. It doesn't fit with the rest of the UBB.

Just a thought [Linked Image]

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Good job!

Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
I've posted an ammend : http://ubbcodehacking.com/ubb/Forum7/HTML/000114.html

Just a thought [Linked Image]

Joined: Feb 2000
Posts: 116
Member
Member
Offline
Joined: Feb 2000
Posts: 116
Yo listen up

Leshrac, nice job as always [Linked Image]

------------------
"Yo listen up" is a trademark of Dr. D Corp. Whoever violates this law will be beaten with a large lead pipe.

Sponsored Links
Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
A small update: the bug where deleted members show up as blank lines has been fixed. This doesn't really warrant a version increase since it only affects one line of code. All you need to do is download the ZIP or GZ again and replace memberlist.cgi.

Oh, and cal, if there's bug you have a fix for or something you'd like to see with the script, I'd prefer if you'd e-mail me. I didn't say anything when you took credit for my New Member Data script, since it was pretty small, but I've spent a lot of time reworking nearly the entire code for this script and I'd like to keep my name attached to it.

Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Me2Be - The change is to line 207 of memberlist.cgi. The old line was:

if (($thisprofile[4] ne '&') && ($thisprofile[4] ne '&COPPA')) { #exclude banned members

The new line should be:

if (($thisprofile[0] ne '') && ($thisprofile[4] ne '&') && ($thisprofile[4] ne '&COPPA')) { #exclude banned members

It basically just checks to make sure an actual profine was retrieved.

Joined: Jun 2000
Posts: 263
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 263
Nice job! I like it!


Dr D:
Quote
quote:
LOL! Everyone is starting to copy cal now [Linked Image]

Joined: Jan 2000
Posts: 56
Member
Member
Offline
Joined: Jan 2000
Posts: 56
I would like to make this so only registered members of the board can read the results of this list.

How would I go about password protecting this page?

Thanks,
Parker

Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
Leshrac:

It was just a quick patch for the script for this board only. UBBMaster asked me to post it, so I did. You may also notice that I didn't, at any point, call it "my hack". Rather than waiting for confirmation from you (which would have been a day since we're in different time zones), I just relased some *small* bug fixes.

The next bit really annoyed me:
Quote
quote:
Could you be referring to the one which is down in the database as "hack by cal, based on Leshrac's reginfo hack". Maybe you were referring to the readme, but wait, that has you name and email in it. Or possibly the source itself. Nope - that has only your name in it. I didn't steal your code - I used it to make a useful hack and at the time you aknowleged that. Why are you getting so tetchy about me releasing fixes for your code - do you think that your code is perfect or something?

Lastly, I would never pass off someone elses code as my own. That's just not fair.

Just a thought [Linked Image]

------------------
"Just is a thought" is a regestered trademark of Cal Corporation. Any violation of this copyright is a crime, punishable by death, under UBB CHH Law.

Sponsored Links
Joined: Feb 2000
Posts: 116
Member
Member
Offline
Joined: Feb 2000
Posts: 116
Yo listen up

Quote
quote:
LOL! Everyone is starting to copy cal now [Linked Image][/b][/QUOTE]

he he he lol

i agree with leshrac, they put ]a lot of work into it, when i first logged into ubb hacks finished i saw your thread first, so I thought you made it.

------------------
"Yo listen up" is a trademark of Dr. D Corp. Whoever violates this law will be beaten with a large lead pipe.

Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
What, so if you logged onto a CYMPM thread you'd think Mutt had made it. Well he did, but he didn't invent it. His hack was based on other people's code. Exactly the same happened with the New Member Data hack (have you even seen the two version Dollarz?).

Is Leshrac saying that if he releases code, for public use, that someone can't modify it? The New Member Data hack is a stupid example for Leshrac to use. The original (by him) was 3338 bytes long, and outputted a raw text file. My version, in which i fully credited him was 14,030 bytes long and outputting a formatted HTML file - over 4 times longer. It's not as if I stole his code and called it my own. All I did was modify it, with his permission, into a script that people wanted to use.

If your attitude is that people can't modifiy your code, then don't release it.

Just a thought [Linked Image]

Joined: Feb 2000
Posts: 116
Member
Member
Offline
Joined: Feb 2000
Posts: 116
Yo listen up

oh, now i understand

sorry i doubted you cal

------------------
"Yo listen up" is a trademark of Dr. D Corp. Whoever violates this law will be beaten with a large lead pipe.

Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Like I said, I don't really care about the regdata script, I do care about diverting attention away from the main Memberlist script though. Updating a small bit of the code and then posting the entire script right after I just posted the update is in extremely bad form. Sorry if it's being selfish, but I do like getting some amount of credit for the coding I'm doing for free. I'm not saying "don't modify the code," what I am saying is that if it's just a small fix, post the fix so it can be added, if it's a major change, then post the whole script. I'd like to include an option to enable the modifications you've done, but I can't because you didn't post what they were.

Anyway, the real v2.3a is out now, and includes the fixes Me2Be suggested, and an option to have the list only viewable to registered users, per the request of Parker Clack. You can download the ZIP or GZ at the usual locations.

------------------
Leshrac
leshrac@magictraders.com
Founder, Owner - Magic Online Trading League (MOTL)
http://www.magictraders.com
MOTL Bulletin Board

Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Oops! Thanks for catching that, the files have been updated. [Linked Image]

Joined: Jan 2000
Posts: 56
Member
Member
Offline
Joined: Jan 2000
Posts: 56
Leshrac:

Thanks so much for the extra code to check for user membership. I just didn't want a bunch of surfers having this information on our members and really no way to track them.

Parker

Joined: Jan 2000
Posts: 56
Member
Member
Offline
Joined: Jan 2000
Posts: 56
I noticed that if I have new members sign up and I haven't rebuilt the page it shows up blank spaces across the page where the new members should be.

Parker

Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Did you remember to make the modifications to ubbmisc.cgi?

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
This is a great hack!!! Anybody figured out how to center the text under Date Reg., Posts, and ICQ columns? As it is now, the text is left justified.

Joined: Apr 2000
Posts: 4
Junior Member
Junior Member
Offline
Joined: Apr 2000
Posts: 4
How do I run the lettercreat.pl in telnet? I am trying but it is not working. I can run Memberlist.cgi and it shows no one. It says 4 members but does not shoe 4 members. Whats up? Version 5.45c of UBB!

God is Awesome

Thanks for any help

------------------
Brad Shifflett
www.bksconsulting.com

Joined: Jun 2000
Posts: 9
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 9
I don't know but maybe I'm stupid.....
I installed this hack on my board and when I run memberlist.cgi manually it works great, but should'nt it add a button or link on the main board that linking to that memberspage ?

I cannot find it anywhere on the ubb....
Please help me out.. tipsy

Joined: Mar 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Mar 2000
Posts: 3
Need some answers.. you see, I enjoy having the memberlist but it is a bit crowded and cannot seemt to look nice on my ubb. How can i change the size of the title font and what if i do not want to display the interest option? Help me please.. [Linked Image]

------------------
+ acidstars +

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Wow ! this is the 1rst Hack i installed without any trouble ... All is explain nice in the read me .. All strings or substrings whas found on the first try ...
Realy, an excellent hack ...

Joined: Jun 2000
Posts: 9
Junior Member
Junior Member
Offline
Joined: Jun 2000
Posts: 9
If anyone else have the same problem and want the memberlist link shown up on the UBB page, I think I solved the problem, here is what I did [Linked Image]

Open Ultimate.cgi

Search for string

TITLE="Click here to edit your profile.">profile | register |);
}

Replace it with

TITLE="Click here to edit your profile.">profile | register | memberlist |);
}

save and close Ultimate.cgi
open forumdisplay.cgi
and do the same thing in there

Hope this works [Linked Image]

Quote
quote:

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Quote
quote:
Hi, I tought i'd let you know I did this update to get the link the link shows up fine on front page and when you enter a threat but its not in topics.. You can take a look at my site www.dealking.net

Joined: Mar 2000
Posts: 445
Member
Member
Offline
Joined: Mar 2000
Posts: 445
Quote
quote:
Good Job, but if you want the MEMBERLIST to appear everywhere, you gotta do the same step under ubb_library too........
I dunno why, but just do it...

Joined: Dec 2000
Posts: 25
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 25
Quote
quote:
I don't find that in ubb_liberay ???

Joined: Jun 2000
Posts: 59
Member
Member
Offline
Joined: Jun 2000
Posts: 59
It's in ubb_library2.pl.

Leshrac, BTW you capitalized the "M" in memberlist.cgi as I recall at least in my ubb directory it's lower case. Just my 2 cents....


I do not offer support by EMail or ICQ, please post your question at UBBDev....
Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
You need to do it in Ultimate.cgi, ubb_library2.pl and forumdisplay.cgi

Just a thought [Linked Image]

Joined: May 2000
Posts: 19
Member
Member
Offline
Joined: May 2000
Posts: 19
Memberlist.cgi work well fine but no lettercreate.pl..

when lettercreate work than get i 0 user register.. hmmm i have 5 members..

how can solve?

Joined: Jan 2000
Posts: 114
Member
Member
Offline
Joined: Jan 2000
Posts: 114
Enable the "ALL" option if you haven't already.

Joined: Dec 2000
Posts: 25
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 25
Leshrac Nice Job!
Couple of questions.
How do I make it in a table, with lines in it, like the membership list on this board. Also I have added a new feild on my site "Equipment", can I add this to the membership ?
And I was at your website, who did you put that table on your webpage showing posts on your forum ?
Thanks
Snook

Joined: Feb 1999
Posts: 1,379
cal Offline
Programmer
Programmer
Offline
Joined: Feb 1999
Posts: 1,379
unnofficial update used on this site:http://www.one37.com/hacks

Just a thought [Linked Image]

Joined: Dec 2000
Posts: 25
Junior Member
Junior Member
Offline
Joined: Dec 2000
Posts: 25
Anyone know my question ?

Thanks Snook

Joined: May 2000
Posts: 19
Member
Member
Offline
Joined: May 2000
Posts: 19
Hi snook789
table lines:
Quote
quote:
but don't forget end of table "
" [Linked Image]

------------------
Moderator of UBB Freeware Hacks
Webmaster: UBB Code Hackers for Dutch version
Joined: May 2000
Posts: 19
Member
Member
Offline
Joined: May 2000
Posts: 19
Hi snook789

here complete table layout [Linked Image]

Memberlist v2.3a

rename of memberlist.txt to memberlist.cgi

Greetings

------------------
Moderator of UBB Freeware Hacks
Webmaster: UBB Code Hackers for Dutch version

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Here is an update for anyone who has used the hack for the cosmetic facelift, and used the images for Profile, Register, Preferences, FAQ, and Search.

In Ultimate.cgi find:

Code
code:

Replace it with:
Code
code:


Repeat this step in forumdisplay.cgi to have it there too!!

------------------
Theres a peace inside us all,
Let it be your friend,
It will help you carry on,
In the end

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
By the way you need to upload the image for the Memberlist in your non-cgi directory. The image you can find Here

Tell me what you think

------------------
Theres a peace inside us all,
Let it be your friend,
It will help you carry on,
In the end

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
I set up the script, but there are 2 problems with it:
1] A link to memberlist.cgi doesn't apear anywhere, do I have to insert it manually?
2] When I'm viewing my memberlist.cgi, it doesn't show anyone, I go to the page with the letter than their username begins with, but no one is there, but when I search for them they apear! Wuts wrong!?

------------------
-SSJ
[ http://ssj.dragonballvillage.com/cgi-bin/Ultimate.cgi ]

Joined: May 2000
Posts: 118
Member
Member
Offline
Joined: May 2000
Posts: 118
Quote
quote:

Did you run lettercreate.pl? To add a link find the word profile and add a link to the memberlist.

Page 1 of 2 1 2

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
hatter
hatter
USA
Posts: 69
Joined: January 2001
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
WebGuy 2
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)