Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 8 1 2 3 4 5 6 7 8
#149980 11/13/2001 3:52 PM
Joined: Mar 2001
Posts: 83
Member
Member
Offline
Joined: Mar 2001
Posts: 83
Code
quote:</font><hr>Originally posted by tomjinx1:

Where did you add this add?

<hr></blockquote>

<blockquote><font size="1" face="Verdana, Helvetica, Arial">code:

I think you have to add such a statement always if you output HTML from a CGI before you print anything else. Mainly on a *ix box.

Sponsored Links
#149981 11/13/2001 5:06 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
LK,

Is there a fix yet when members register that checks to make sure that they input the birthday correctly? some people are inputing example 197238|no instead of 19720308|no which ends up with garbled birthday

#149982 11/13/2001 6:11 PM
Joined: Mar 2001
Posts: 22
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 22
AHHHH!!! HELP! I re-hacked to upgrade from 1.7 and now I am getting these errors in my cp... I had to hack into my member file just to log in!:

"Hack attempt logged or corrupt/altered member file found with extra fields. ('00000002')"

Anyone know what's up?

[ 11-13-2001: Message edited by: Shamrock ]

#149983 11/13/2001 6:14 PM
Joined: Mar 2001
Posts: 22
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 22
also, when I ran upgrade19.cgi, i got this:

"Content-type: text/html"

#149984 11/13/2001 7:07 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Okay in ubb_lib_files.cgi find ( my $maxmemfields ) if it reads 32 and you are getting this number try entering 55 and see if this fixes it.

Sponsored Links
#149985 11/13/2001 7:59 PM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
LK,

Greets... I have one more question for you.

I have gotten the small calendar on my site now.. Thanks for that bit of info... But I do have a question about it...

On the webpage and if I go directly to it by ultimatebb.cgi?ubb=calendar_ssi it doesn't show my events on the small version... Is there something I need to do?

UBBDev does the same thing... you can see here https://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=calendar_ssi

This is what mine is also doing...

Thanks for all the help you have given me...

Tom

[ 11-13-2001: Message edited by: tomjinx1 ]

[ 11-13-2001: Message edited by: tomjinx1 ]

[ 11-13-2001: Message edited by: tomjinx1 ]

#149986 11/14/2001 6:37 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
XNet: That's what I was afraid of, that you have to choose between Windows and UNIX.. New method for UNIX users: ubb_calendar_ssi.cgi?unix=yeah.

Get the updated zip from http://www.lkubb.dns2go.com/calendar.zip since Netirms FTP doesn't work now frown

#149987 11/14/2001 7:30 AM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
I'm just going to re-edit this post so I don't take up alot of space.

LK - feel free to tell me to go screw myself if I get on your nerves. smile

I have one last question... with this new download that you just put up, it fixed the problem with my small calendar displaying events. However, it didn't seem to work with the ?unix=yeah statement so I fixed that by taking that new part off the content line. No big deal...

My question (like I said, you can tell me to go **** off if you want) is this. the small version of the calendar shows events but not birthday events. I noticed this on your board also. Is it hard to get it to display birthday event dates also. If so, then just ignore this.

Thanks so much for everything you have do LK. I appreciate all the help.

Tom

[ 11-14-2001: Message edited by: tomjinx1 ]

#149988 11/14/2001 8:14 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
omegatron: make sure you have:
$in{bdaymonth} = sprintf("%0.2d", $in{bdaymonth});
$in{bdayday} = sprintf("%0.2d", $in{bdayday});

in ubb_profile.cgi.

If you do, you're probably running a pretty old version. Try:
Code
code:

tomjinx: it's on purpose, but if you want to modify it, take out:
if ($desc[3] =~ /<--d+-->/) {
$desc[1] = "";
} from ubb_calendar_ssi.cgi

#149989 11/14/2001 8:38 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
I am running your latest calendar smile NOT AN OLD VERSION.

Sponsored Links
#149990 11/14/2001 8:46 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I mean an old Perl version.

#149991 11/14/2001 9:09 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Well my Perl version is 5.006

Not that old really I tried your little fix we will see if in a couple registrations we have the same problem. I will keep you posted.

#149992 11/14/2001 9:55 AM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
LK,

Thank you for everything.

Tom

#149993 11/14/2001 10:46 PM
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
*/ tries and tries to connect to server /*

LK HELP!!! wink


jeremiah
#149994 11/15/2001 12:23 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Try again wink

#149995 11/15/2001 11:57 AM
Joined: Mar 2001
Posts: 75
Member
Member
Offline
Joined: Mar 2001
Posts: 75
I got it installed, and it seems to work great and bugfree so far for me.

Only 1 little thing:
There seems to be a problem in the wordlets. I have it installed on a german Board, and the line where it says "xx was born on this day xx years ago" I translated it to "xx wurde an diesem tag vor xx geboren", but it just doesnt let me change that "years ago" in the Wordlets or I rather should say it doens't show then, and of course I cleared cache and so on.

Any Suggestions?


In God we trust, all others pay Cash!
#149996 11/15/2001 12:49 PM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
In the wordlets file at the bottom is where years is at. The last two lines I think is years and years ago. Did you change those two lines?

Tom

#149997 11/15/2001 2:28 PM
Joined: Jun 2001
Posts: 36
Member
Member
Offline
Joined: Jun 2001
Posts: 36
Okay, solved my own problem that I originally came here with, but I'm having another.

Everything looks fine, except two things:


1) There's no line for the events of the day showing on forum pages, even though I have that option enabled.

2) Birthdays aren't showing up on the calendar.


Any ideas for where I went wrong?

Also a totally unrelated question-- when it has the option "Only Administrators and selected Members may post new events," where is it that one would select the "selected members" to give them the ability to add events?

Thanks!

[ 11-15-2001: Message edited by: redhotkitchen ]

#149998 11/15/2001 7:58 PM
Joined: Mar 2001
Posts: 75
Member
Member
Offline
Joined: Mar 2001
Posts: 75
Quote
quote:
Of course I did! At first I double and triple checked everything, but I just can't get it to change into german.


In God we trust, all others pay Cash!
#149999 11/15/2001 8:04 PM
Joined: Mar 2001
Posts: 75
Member
Member
Offline
Joined: Mar 2001
Posts: 75
I got another problem now!

I just installed the "Stats Hack" and now all my links to the calendar are gone, I still can reach the calendar with the /ultimatebb.cgi?ubb=calendar URL but the Link at the top in the forum home and the calendar summary at the bottom in the forum home "disappeared" after I had the Stats Hack installed. As well the whole calendar Hack now is screwed up, doesn't work at all anymore!

Strange, does anybody know why, and know a fix to that?

[ 11-15-2001: Message edited by: Domain ]


In God we trust, all others pay Cash!
#150000 11/16/2001 10:11 AM
Joined: Jun 2001
Posts: 36
Member
Member
Offline
Joined: Jun 2001
Posts: 36
In addition to the problem I stated above, I've also discovered that a newly registered user since I installed the calendar hack has her birthday showing up on the calendar, but no one else. However, her birthday in her profile is listed as 51-21-198. When you click on it, it goes to the calendar date March 20, 2005. But her birthday is listed as an event on December 1st on the calendar, and doesn't list a name of a person who added it, which leads me to believe it was automatically generated from the info in her profile.

This is getting more and more confusing. confused

link to the main boards page

link to the page that show\'s the girl\'s birthday on December 1 (though her profile doesn't say that)

#150001 11/17/2001 7:25 AM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
Redhot - I just went to your board and registered. My date of birth is Nov 30 1972 and it showed up on the calendar fine...

Hummmm Did you get your problem fixed?

Tom

#150002 11/17/2001 7:30 AM
Joined: Jun 2001
Posts: 43
Member
Member
Offline
Joined: Jun 2001
Posts: 43
Quote
quote:
Alot of hacks will say find this: and then replace with: What you have to realize is that sometimes, your other hacks modifications could be within the coding that is to be erased. For example in the stats hack which I'm going to be adding this weekend, it might have your replace a section of coding that contains the $calendar and have your replace the whole string that contains coding for your links at the top of the forum. And if you have other hacks in the string of code and just replace it like the file says, then your link is gone.

The best thing I can do is tell you to zip up all the files that the calendar hack modifies and send them to me at [email protected] and I will try to find and fix your problemed areas. How's that sound...

Cool?

Tom

#150003 11/17/2001 7:35 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
kitchen: 1) Rehack ubb_forum_summary.cgi

2) Rehack ubb_profile.cgi

3) CP - View/Edit Member Records smile

#150004 11/17/2001 8:09 AM
Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
Installed without problems. Great hack !!
Two minor questions:

I just wanted to know when the "has just turned" will be used, cause I am translating into spanish
and I can´t imagine what´s the use of it.


What has to be changed in order to have the "add_birthday" wordlet before the name of the user)? I will explain: In spanish I can´t say "manuelbp´s birthday", it has to be something like "birthday of manuelbp", where "add_birthday" is before my name.

#150005 11/17/2001 8:26 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
'has just turned' is like 'was born', number and 'years ago', but in Topic Page.

It's like "LK has just turned 18".

About the ''s birthday' wordlet, change ubb_profile and ubb_registration.cgi:

Instead of:
$pubname$vars_wordlets_calendar{add_birthday}

or:

$poster_name$vars_wordlets_calendar{add_birthday}, make it:

$vars_wordlets_calendar{add_birthday} $pubname

or:

$vars_wordlets_calendar{add_birthday} $poster_name

#150006 11/17/2001 9:02 AM
Joined: May 2001
Posts: 229
Member
Member
Offline
Joined: May 2001
Posts: 229
[Linked Image] Thanks LK !!

Keeping the mentioned modifications in mind, these are the translations into spanish for whoever wants them:


Code
code:

[ 11-17-2001: Message edited by: manuelbp ]

#150007 11/17/2001 3:39 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
LK,

I figured I would let you know this again. I tried your fix's but I have watched another ten members register and same error as before. I tried your fix as well as upload all new files and recheck all hacking. Still when some people register and do not input the month or day as 1 instead of 01 you end up with garbled birthday data. Example 197238|no instead of 19720308|no This was taken directly from member cgi file.

#150008 11/18/2001 1:26 PM
Joined: Jul 2001
Posts: 122
Member
Member
Offline
Joined: Jul 2001
Posts: 122
Problem with the hack on my board.

Everytime I go to the CP to set the settings, it gives me this error message.

You did not complete all required fields.
You did not complete: show_summary

I looked up and down and all fields are filled. I even checked all files that where hacked and everything is ok as the installing text guide said.

Does anyone know what is causing this?

#150009 11/18/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
Terminator, you forgot to upload the new cp_vars_calendar.pl tipsy

#150010 11/19/2001 10:55 AM
Joined: Jun 2001
Posts: 36
Member
Member
Offline
Joined: Jun 2001
Posts: 36
Quote
quote:
Well, I did and still no go, and I checked my work twice. Still only new users who've registered since I installed the calendar have their birthday showing up on the calendar (tom-- I think that's why yours shows up but old users b-days don't), and no notice of events is displaying on forum summary pages at all.

confused

#150011 11/19/2001 3:03 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I've just registered 'LK' nick, and it looks like both problems have been solved! cool

[ 11-19-2001: Message edited by: LK ]

#150012 11/19/2001 3:27 PM
Joined: Jun 2001
Posts: 36
Member
Member
Offline
Joined: Jun 2001
Posts: 36
I think I'm going crazy! lol

I just saw your post and responded, but to save you going back over there... I do have the cake enabled, so I don't know why it's not showing by your name. And I've got one user who mysteriously now has her birthday showing up correctly, but no one else (including me), has theirs showing up except those few new members since I installed.

Oh yes, of course as I'm typing this, my birthday now is showing up. But it didn't before. And it didn't later. But now that you visited, and after I posted that it didn't, it does. Gah! :rolleyes: But I'm still not seeing all birthdays when I know some users have set them up (I've checked in their profiles). Still no cake either.

[ 11-19-2001: Message edited by: redhotkitchen ]

#150013 11/20/2001 2:50 PM
Joined: Nov 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: Nov 2001
Posts: 1
I added this hack today and followed all the instructions. I went through again and can't find anything wrong, but the Month fields aren't showing up in the calendar. My URL is:
http://www.fencing.net/cgi-bin/forum/ultimatebb.cgi?ubb=calendar

Can anyone suggest why this is happening? I've gone through all the modified files and can't figure this out.

Thanks,
Craig

#150014 11/21/2001 12:28 AM
Joined: Oct 2001
Posts: 34
Member
Member
Offline
Joined: Oct 2001
Posts: 34
I dunno if this was ever posted before but I don't wanna read 10 pages.
You can change the name displayed on the calender for birthdays from the user's login name to the user's publicly displayed name like this (this is assuming u have installed the hack already): *Please backup files before modifying*

Code
code:

After doing this, go to your cgi-bin directory and find a file called vars_calendar_events.cgi.
Inside, for every event that is a birthday, you will see something like this:
Code
code:
where loginname = user's login name
change this to
Code
code:
where publicname = corresponding user's publicly displayed name. CAUTION: the publicly displayed name MUST BE EXACTLY AS IT APPEARS IN THEIR PROFILE!!!

Reupload all the files.

Done. Based on the code, I believe the script was suppose to put the user's publicly displayed name on the birthdays. But it doesn't seem to work. So, I had to do this. I haven't found any errors yet. But if you do find errors, please go ahead and change it back.

I hope LK or jordo doesn't mind me providing this information. If you do mind, I'll be glad to remove this pronto. Also, I guess this is just to let you know that there is something wrong with the birthday name thing.

In the mean while, everyone else, enjoy.

#150015 11/21/2001 7:23 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
X: Thanks, but it already is in the hack wink Enter the CP and change 'use login names' to 'use public names' tipsy

C: Rehack ultimatebb.cgi, the wordlets_calendar part, and make sure you uploaded vars_wordlets_calendar.cgi to the variables directory.

[ 11-21-2001: Message edited by: LK ]

#150016 11/21/2001 8:27 PM
Joined: Oct 2001
Posts: 34
Member
Member
Offline
Joined: Oct 2001
Posts: 34
LK: yes i know it is an actual built in feature already but I tried turning that thing on. It didn't work.

For non-bday event, they DID show the publicly displayed name. However, the bday events still showed their login names. *shrug*
so my "hack" just forces it to use the publicly displayed name.

#150017 11/22/2001 6:54 AM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
X: Not in my board... confused

Allen: btw, it appears like you're running an old version of calendar hack in 1 part but a new version in the other parts, there is 'add' instead of 'yes' in ubb_profile.cgi part #1. Rehack it please.

[ 11-22-2001: Message edited by: LK ]

#150018 11/22/2001 11:51 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Yes sir... smile We'll be moving to the xhtml files this weekend, I'll re-add everything then.


- Allen wavey
- What Drives You?
#150019 11/23/2001 2:34 AM
Joined: Jul 2001
Posts: 122
Member
Member
Offline
Joined: Jul 2001
Posts: 122
Quote
quote:
New? Damn I need to check up on news posts on here more often. eek

Thanks LK. wink

Page 4 of 8 1 2 3 4 5 6 7 8

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
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
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)