Previous Thread
Next Thread
Print Thread
Rate Thread
Page 7 of 12 1 2 5 6 7 8 9 11 12
#136395 07/23/2001 3:24 AM
Joined: Feb 2001
Posts: 251
Member
Member
Offline
Joined: Feb 2001
Posts: 251
LK, It's still a month ahead

Sponsored Links
#136396 07/23/2001 3:28 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
That's weird, works fine for me...

Maybe it's your browser/proxy's cache, try http://lkubb.dns2go.com/calendar2.zip . Upload ubb_lib_calendar.cgi to the cgi-bin directory

#136397 07/23/2001 3:35 AM
Joined: Feb 2001
Posts: 251
Member
Member
Offline
Joined: Feb 2001
Posts: 251
Works Fine now LK, I think it was the proxy indeed Thanks

#136398 07/23/2001 3:44 AM
Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
Quote
quote:
So to upgrade I just overwrite my 1.4 files right? I don't need to rehack the UBB files again or change anything??

#136399 07/23/2001 3:46 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
You have to rehack many files, but I can't remember which files..

I know public_register_page_kid.pl, and therefor also ubb_registration.cgi, also ubb_new_topic.cgi but I think some others aswell..

Just don't forget, backup first laugh

Sponsored Links
#136400 07/23/2001 8:48 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Found another bug, just in ubb_registration.cgi and ubb_profile.cgi change $monthindex = $i + 1; to $monthindex = $i;

#136401 07/23/2001 5:33 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Nice work LK, thanks for the bug-testin/fixin smile


- Allen wavey
- What Drives You?
#136402 07/23/2001 11:27 PM
Joined: May 2001
Posts: 56
RTM Offline
Member
Member
Offline
Joined: May 2001
Posts: 56
Quote
quote:
That was my understanding as well - this Calendar hack is very popular, I hope you plan on porting it to UBB 6.1?

Still not sure if I should install it now and then migrate to UBB 6.1 and rehack again..... hmmm
eek

#136403 07/24/2001 4:22 PM
Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
I have so many hacks now that here is NO WAY I'm touching 6.1 until all my favorite hacks have been ported over. I'm thinking this will take quite a while.

#136404 07/24/2001 4:24 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yeah, I agree most people shouldn't upgrade to 6.1 beta.

BTW, your 100th post laugh

[ July 24, 2001 04:25 PM: Message edited by: LK ]

Sponsored Links
#136405 07/27/2001 1:48 AM
Joined: Feb 2001
Posts: 497
Enthusiast
Enthusiast
Offline
Joined: Feb 2001
Posts: 497
we need the birthday in profil i think (in customfield4?) ...

plz in the next upate laugh

#136406 07/27/2001 1:51 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
The birthday is in the profile, but not as custom field 4.

It's $user_profile[55]

#136407 07/27/2001 12:12 PM
Joined: Feb 2001
Posts: 497
Enthusiast
Enthusiast
Offline
Joined: Feb 2001
Posts: 497
ok - but not in public_display_profil.pl - u know ?






THISFIELD

} # end field

#replace with:
################
if (($vars_registration{customfield4} ne '') && ($user_profile[55] ne '')) {

print <





THISFIELD

} # end field
#136408 07/27/2001 12:23 PM
Joined: Feb 2001
Posts: 497
Enthusiast
Enthusiast
Offline
Joined: Feb 2001
Posts: 497
little hack ...

in CP give the "registration fild - costumer 4" a name - birthday - and select "off".

#and edit public_display_profil.pl
### find:
#################

if (($vars_registration{custom4_field_use} ne 'DEL') && ($vars_registration{customfield4} ne '') && ($user_profile[19] ne '')) {

print <


$vars_registration{customfield4}:



$user_profile[19]



$vars_registration{customfield4}:



$user_profile[55]

#136409 07/27/2001 12:33 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Try
Code
code:

[ July 27, 2001 12:34 PM: Message edited by: LK ]

#136410 07/30/2001 1:46 AM
Joined: Feb 2001
Posts: 497
Enthusiast
Enthusiast
Offline
Joined: Feb 2001
Posts: 497
laugh ... yes

bug: if u edit your profil - birthday is not saved. check this.

.................

and we need in public_calendar the box 4 years after the box 4 month.

happy hacking
wink

#136411 07/30/2001 2:11 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. In Calendar 1.5, which is exactly like this one but for 6.1, it's fine.

2. In public_edit_profile.pl/public_register_page.pl/public_register_page_kid.pl, change "$monthselectbox / $dayselectbox / $yearselectbox" to "$dayselectbox / $monthselectbox / $yearselectbox"

#136412 08/03/2001 5:09 AM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
I searched and read through the thread and forums but I haven't found anything specific for the problem I'm having.

I installed using MultiHack and everything looks great. The problem is when I tie the calendar to a post in a specific forum, the date set for the calendar item to be added is off. If I specify Aug 7th for example, it always posts somewhere else, usually in the previous month, but never on the same numbered day in the previous month.

Any ideas?

#136413 08/03/2001 5:24 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yeah, this bug was fixed in the V6.1 version but I forgot to fix this one wink

I don't have access to the /mhk directory, so download the ZIP file and rehack ubb_new_topic.cgi. I can't be sure if it's fixed, because I don't have a V6.0 board anymore, but it should.

#136414 08/03/2001 1:47 PM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
looking for better instructions. I'd like to add this hack in but the instructions need to be very clear and concise. just my two bits..good job on the hack tho.

-=Splitfyre=-

#136415 08/03/2001 11:07 PM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
Quote
quote:
I just looked at the zip file I was able to download off of page 17 of this thread. It is the same as the mhk file. Where can I get the zip file (what version is it too) that you are referring to?

Thanks.

#136416 08/03/2001 11:57 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
From the first page/page 16. Clear your/your proxy's Temporary Internet Files

#136417 08/04/2001 2:38 PM
Joined: Aug 2000
Posts: 14
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 14
Okay, I am losing my mind here. I went step by step on the hacks. Where the heck to do you see the calendar? Where is the link to it once everything is uploaded? I went into the control panel & put placed the forum name where I want people to put in dates. Is it that I have a black background? I know I am missing something elementary here. thanks for any help

I feel like a pre-schooler here. Sorry for ranting.
frown frown

#136418 08/04/2001 2:44 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Hmm... Your UBB needs a password.

BTW, I don't wanna be picky, but if you want more users to register, I suggest you to renew your VeriSign license

#136419 08/04/2001 4:36 PM
Joined: Aug 2000
Posts: 14
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 14
hmm, I renewed 2 months ago -- The appropriate person has been told about this.

Do you have any idea why this would be going on? LK - if you don't mind helping me--I will pm you username/password please let me know. thanks

#136420 08/05/2001 12:59 AM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
LK your the man. Thanks for your help.

Just 1 more question:

If I delete a post in the forum that updates the calendar, shouldn't it delete it in the calendar as well?

Thanks again!

#136421 08/05/2001 1:34 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
tazzie, it's supposed to be shown near my profile | register | search | faq | forum home, but I don't think you did the ultimatebb.cgi part that makes the worldets recognized.

Even if I type ?ubb=calendar I can't see it, so I think the problem is that you didn't hack/upload ultimatebb.cgi

#136422 08/05/2001 11:41 AM
Joined: Aug 2000
Posts: 14
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 14
thanks LK
I'm getting this as a message now when I click on calendar.

You are attempting to reach a page that does not exist.

I searched but couldn't find this message in this topic. thanks for any help.

tazzie

#136423 08/05/2001 10:32 PM
Joined: Nov 2000
Posts: 15
Member
Member
Offline
Joined: Nov 2000
Posts: 15
Im not exactly sure what this hack is havign trouble with. Maybee you guys have seen this error?

Can't locate /home/biolord/public_html/forums/cgi-bin/calendar/public_calendar_event.cgi in @INC (@INC contains: /home/biolord/public_html/forums/cgi-bin /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /home/biolord/public_html/forums/cgi-bin/ubb_lib_calendar.cgi line 305.

Thanks in advance for any help.

#136424 08/06/2001 9:09 PM
Joined: Nov 2000
Posts: 15
Member
Member
Offline
Joined: Nov 2000
Posts: 15
Any Thoughts?

#136425 08/07/2001 12:36 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
tazzie, rehack ultimatebb.cgi

Hellbent, Did you upload the 3 public*.cgi files to the /cgi-bin/calendar directory?

#136426 08/07/2001 1:50 AM
Joined: Aug 2001
Posts: 9
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 9
Quote
quote:

LK I see that you are a busy man, so I thought I would repost this question.

Thanks

#136427 08/07/2001 1:54 AM
Joined: Feb 2001
Posts: 497
Enthusiast
Enthusiast
Offline
Joined: Feb 2001
Posts: 497
wy ?

SSI dont show me the birthdays 4 today ?!?

and at this point we can make a second SSI.cgi to show birthdays ?

#136428 08/07/2001 7:11 PM
Joined: Nov 2000
Posts: 15
Member
Member
Offline
Joined: Nov 2000
Posts: 15
Quote
quote:
Sure did. Even Chmodded them properly.

#136429 08/07/2001 8:53 PM
Joined: Aug 2000
Posts: 14
Junior Member
Junior Member
Offline
Joined: Aug 2000
Posts: 14
thanks LK--- I rechecked I put one of the lines of code in the wrong place. I appreciate all your help!!!

[ August 07, 2001: Message edited by: tazzie ]

#136430 08/09/2001 3:59 PM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
Hey guys, implemented the hack.. have a problem though when clicking on Calender:

Can't locate E:/futurelooks/web/cgi-bin/calendar/public_calendar_events.cgi at E:/futurelooks/web/cgi-bin/ubb_lib_calendar.cgi line 22.

I've uploaded the files as per the readme and had permissions set on it. My server is NT so I can't CHMOD the files. My ISP however has said that the folder has been set with the appropriate permissions.

When I go through my PFE and look at Line 22 this is what it shows:

require "$vars_config{CGIPath}/calendar/public_event_desc.cgi";

#136431 08/09/2001 4:07 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
You should put public_event_*.cgi in /cgi-bin/calendar directory

#136432 08/09/2001 5:14 PM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
That's what its at right now.. and I still get that error...help LK! smile

#136433 08/09/2001 5:33 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
"http://www.futurelooks.com/cgi-bin/calendar" doesn't exist

#136434 08/09/2001 5:37 PM
Joined: Jul 2001
Posts: 272
Member
Member
Offline
Joined: Jul 2001
Posts: 272
Can't seem to get anything to come up under Primary - Calender Settings. What file should I rehack. Sorry I am still an intermediate on PERL here. Thanks!

Page 7 of 12 1 2 5 6 7 8 9 11 12

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
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 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)