#37201
04/18/2000 4:39 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
Arrrh - please add cellpadding=1. It doesn't fit with the rest of the UBB. Just a thought
|
|
|
#37202
04/18/2000 12:48 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
|
|
|
#37203
04/18/2000 12:51 PM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
|
|
|
#37204
04/18/2000 3:09 PM
|
Joined: Feb 2000
Posts: 116
Member
|
Member
Joined: Feb 2000
Posts: 116 |
Yo listen up Leshrac, nice job as always ------------------ "Yo listen up" is a trademark of Dr. D Corp. Whoever violates this law will be beaten with a large lead pipe.
|
|
|
#37205
04/18/2000 4:10 PM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
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.
|
|
|
#37206
04/18/2000 6:44 PM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
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.
|
|
|
#37207
04/18/2000 7:32 PM
|
Joined: Jun 2000
Posts: 263
Junior Member
|
Junior Member
Joined: Jun 2000
Posts: 263 |
Nice job! I like it! Dr D: LOL! Everyone is starting to copy cal now
|
|
|
#37208
04/18/2000 11:24 PM
|
Joined: Jan 2000
Posts: 56
Member
|
Member
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
|
|
|
#37209
04/19/2000 2:43 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
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: 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 ------------------ "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.
|
|
|
#37210
04/19/2000 7:43 AM
|
Joined: Feb 2000
Posts: 116
Member
|
Member
Joined: Feb 2000
Posts: 116 |
Yo listen up LOL! Everyone is starting to copy cal now [/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.
|
|
|
#37211
04/19/2000 8:18 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
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
|
|
|
#37212
04/19/2000 8:26 AM
|
Joined: Feb 2000
Posts: 116
Member
|
Member
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.
|
|
|
#37213
04/19/2000 2:23 PM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
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
|
|
|
#37214
04/19/2000 6:03 PM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
Joined: Jan 2000
Posts: 114 |
Oops! Thanks for catching that, the files have been updated.
|
|
|
#37215
04/19/2000 6:18 PM
|
Joined: Jan 2000
Posts: 56
Member
|
Member
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
|
|
|
#37216
04/21/2000 2:45 AM
|
Joined: Jan 2000
Posts: 56
Member
|
Member
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
|
|
|
#37217
04/21/2000 7:02 PM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
Joined: Jan 2000
Posts: 114 |
Did you remember to make the modifications to ubbmisc.cgi?
|
|
|
#37218
04/22/2000 3:00 PM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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.
|
|
|
#37219
04/22/2000 7:00 PM
|
Joined: Apr 2000
Posts: 4
Junior Member
|
Junior Member
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
|
|
|
#37220
04/22/2000 8:23 PM
|
Joined: Jun 2000
Posts: 9
Junior Member
|
Junior Member
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..
|
|
|
#37221
04/23/2000 8:15 AM
|
Joined: Mar 2000
Posts: 3
Junior Member
|
Junior Member
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.. ------------------ + acidstars +
|
|
|
#37222
04/23/2000 9:54 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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 ...
|
|
|
#37223
04/23/2000 11:22 PM
|
Joined: Jun 2000
Posts: 9
Junior Member
|
Junior Member
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 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
|
|
|
#37224
04/24/2000 10:54 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
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
|
|
|
#37225
04/24/2000 11:21 AM
|
Joined: Mar 2000
Posts: 445
Member
|
Member
Joined: Mar 2000
Posts: 445 |
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...
|
|
|
#37226
04/24/2000 6:55 PM
|
Joined: Dec 2000
Posts: 25
Junior Member
|
Junior Member
Joined: Dec 2000
Posts: 25 |
I don't find that in ubb_liberay ???
|
|
|
#37227
04/24/2000 7:48 PM
|
Joined: Jun 2000
Posts: 59
Member
|
Member
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....
|
|
|
#37228
04/25/2000 2:28 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
You need to do it in Ultimate.cgi, ubb_library2.pl and forumdisplay.cgi Just a thought
|
|
|
#37229
04/26/2000 7:41 PM
|
Joined: May 2000
Posts: 19
Member
|
Member
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?
|
|
|
#37230
04/27/2000 2:54 AM
|
Joined: Jan 2000
Posts: 114
Member
|
Member
Joined: Jan 2000
Posts: 114 |
Enable the "ALL" option if you haven't already.
|
|
|
#37231
04/29/2000 7:40 AM
|
Joined: Dec 2000
Posts: 25
Junior Member
|
Junior Member
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
|
|
|
#37232
04/29/2000 7:52 AM
|
Joined: Feb 1999
Posts: 1,379
Programmer
|
Programmer
Joined: Feb 1999
Posts: 1,379 |
unnofficial update used on this site:http://www.one37.com/hacksJust a thought
|
|
|
#37233
05/04/2000 11:10 AM
|
Joined: Dec 2000
Posts: 25
Junior Member
|
Junior Member
Joined: Dec 2000
Posts: 25 |
Anyone know my question ?
Thanks Snook
|
|
|
|
#37236
05/14/2000 4:58 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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: Replace it with: 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
|
|
|
#37237
05/14/2000 5:00 AM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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
|
|
|
#37238
05/14/2000 4:25 PM
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
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 ]
|
|
|
#37239
05/14/2000 4:44 PM
|
Joined: May 2000
Posts: 118
Member
|
Member
Joined: May 2000
Posts: 118 |
Did you run lettercreate.pl? To add a link find the word profile and add a link to the memberlist.
|
|
|
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: 21,079
Joined: March 2000
|
|
Forums63
Topics37,575
Posts293,927
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|