|
Joined: Sep 2001
Posts: 170
Member
|
Member
Joined: Sep 2001
Posts: 170 |
I can't find this?
###replace:
#print qq%Content-type: text/htmlnn%; print header( -charset => "$masterCharset", -type => "text/html", );
###with:
use vars qw($my_pms_cookie); $my_pms_cookie = cookie( -name => "pms$vars_config{Cookie_Number}", -value => "$new_pms", -path => '/', -expires => '+2y' );
print header( -cookie => "$my_pms_cookie", -charset => "$masterCharset" );
What I do find is: #print qq%Content-type: text/htmlnn%; print header( -cookie => [$pntf_cookie_data,], -charset => "$masterCharset", -type => "text/html", );
Is this the right code and what do I put in it's place, I would asume I still need the -cookie => [$pntf_cookie_data,], part????
Thanks Also Jordo, since there is no who's online for 6.2, you should update the instructions. This is very confusing.
|
|
|
|
Joined: Aug 2001
Posts: 25
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 25 |
Rabriar,
Thanks for the tip, I followed your instructions and....now it's working fine!
Appreciate it,
Panda
|
|
|
|
Joined: Oct 2001
Posts: 157
Member
|
Member
Joined: Oct 2001
Posts: 157 |
Any luck with the cache problem with 6.2+accelerator. The Inbox updates only after one logs out and logs back in 
Yors Truly
Who? Me? Worry?
|
|
|
|
Joined: Nov 2000
Posts: 166
Member
|
Member
Joined: Nov 2000
Posts: 166 |
quote: Originally posted by MrStormyNights: Is this the right code and what do I put in it's place, I would asume I still need the -cookie => [$pntf_cookie_data,], part????
Thanks Also Jordo, since there is no who's online for 6.2, you should update the instructions. This is very confusing.
i agree. im stuck at the SAME place right now. 
|
|
|
|
Joined: Jan 2002
Posts: 54
Member
|
Member
Joined: Jan 2002
Posts: 54 |
stuck in the same place as well.
Thought this was updated for 6.2 it seems that it's the same as it was for 6.1.x cept the code it different. Makes it very difficult for us rank amatures.
|
|
|
|
Joined: Jan 2002
Posts: 54
Member
|
Member
Joined: Jan 2002
Posts: 54 |
This is what I used, seems to be working but I am by no stretch of the imagination an expert. [code][/code]
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
jordo are you going to update this for 6.2.1 Beta Release 1.0? ther is alot of changes that needs to be made to this hack.
|
|
|
|
Joined: Jun 2001
Posts: 8
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 8 |
What Did You Do With This, For V. 6.2? [/code]This Is The Code For 6.2
[code]
|
|
|
|
Joined: Oct 2001
Posts: 157
Member
|
Member
Joined: Oct 2001
Posts: 157 |
Just include the "cookie" line in the hack, and it will work ok.
Copy it from the main file, place it in the hack text where it should be and then replace the full hack text to the main file.
Yors Truly
Who? Me? Worry?
|
|
|
|
Joined: Oct 2001
Posts: 157
Member
|
Member
Joined: Oct 2001
Posts: 157 |
Yors Truly
Who? Me? Worry?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
I may have a mhx file for you guys shortly, testing the results here - please tell me if you see bugs in either the "recent visitors" or this modification - thanks 
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
Hey AllenAyres do you have an mhk files or even a text file to install this? i tried useing the one posted but with no luck useing it on 6.2.1. thanks for any help with this.
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
(edit) i was asked to take this down so i did.
|
|
|
|
Joined: Feb 2002
Posts: 18
Junior Member
|
Junior Member
Joined: Feb 2002
Posts: 18 |
|
|
|
|
Joined: Jan 2002
Posts: 8
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 8 |
Ok, I'm almost done installing it, but this has me stuck.
[code][/code]I dont have a public_forum_summary.pl. So I opened ubb_forum_summary.cgi, and I couldn't find anything that looked like the "replace" code. Help?
| live a little |
|
|
|
|
Joined: Jan 2002
Posts: 65
Member
|
Member
Joined: Jan 2002
Posts: 65 |
yes you do have a public_forum_summary.pl If you didnt the board wouldnt be seen. What you do is go to your non-cgi directocry and go to Templates folder. the file you are looking for would be in there.
|
|
|
|
Joined: Jan 2002
Posts: 8
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 8 |
Wow, I'm totally new to UBB six, that helped a lot. THANKS! 
| live a little |
|
|
|
|
Joined: Oct 2001
Posts: 199
Member
|
Member
Joined: Oct 2001
Posts: 199 |
Hi all When I come to the first instruction: quote:
in ubb_lib.cgi ###====================
###after:
}; # end return } # end MakeCriticalWordlets
I can't find this anywhere in ubb_lib.cgi
I am running 6.2.1
Any help?
Thanks
Rainner
|
|
|
|
Joined: Mar 2001
Posts: 326
Member
|
Member
Joined: Mar 2001
Posts: 326 |
This is in v6.2.1 and you should have no problem finding by just looking for the first line of what you're supposed to search for.
However it's very new and isn't in earlier versions, sounds like you could be opening an older file or installed other hacks first that could have removed it?
Try just searching for 'end return'.
|
|
|
|
Joined: Apr 2001
Posts: 103
Member
|
Member
Joined: Apr 2001
Posts: 103 |
Installed the PM Inbox, I see it in the main page of the board, going to test it out now.
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.
|
|
|
|
Joined: Apr 2001
Posts: 103
Member
|
Member
Joined: Apr 2001
Posts: 103 |
The Refresh or Reload doesn't work for making the PM Inbox to appear the number of new messages the user has received. Everyone has to logoff and login to see if they have new message in their PM Inbox. Can this be fixed?
Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats.
|
|
|
|
Joined: Nov 2001
Posts: 745
Admin Emeritus
|
Admin Emeritus
Joined: Nov 2001
Posts: 745 |
Try deleting your cookie and doing it again. Otherwise, you might want to check ultimatebb.cgi to verify it is properly hacked.
|
|
|
|
Joined: Aug 2000
Posts: 874
Moderator / Developer
|
Moderator / Developer
Joined: Aug 2000
Posts: 874 |
quote: Originally posted by Saxeus: The Refresh or Reload doesn't work for making the PM Inbox to appear the number of new messages the user has received. Everyone has to logoff and login to see if they have new message in their PM Inbox. Can this be fixed?
it doesnt work with the php accelerator, as stated in the first post...
|
|
|
|
Joined: Oct 2001
Posts: 199
Member
|
Member
Joined: Oct 2001
Posts: 199 |
quote: Originally posted by Rainner: Hi all
When I come to the first instruction:
in ubb_lib.cgi
###after:
}; # end return } # end MakeCriticalWordlets
I can't find this anywhere in ubb_lib.cgi
I am running 6.2.1
I did find:
%vars_wordlets_criterr = %{&MakeCriticalWordlets}; } #endsub
This is the only instance of the word CriticalWordlets
Should I do my add after this?
Thanks
Rainner
|
|
|
|
Joined: Aug 2000
Posts: 874
Moderator / Developer
|
Moderator / Developer
Joined: Aug 2000
Posts: 874 |
you should have that in your ubb_lib. you can make the addition after this though, instead: [code][/code]
|
|
|
|
Joined: Oct 2001
Posts: 199
Member
|
Member
Joined: Oct 2001
Posts: 199 |
Thanks Jordo for the great hack!!!
Also a big thanks out there to ClanKiller for your text post. I was struggling quit a bit for a few days trying to get this working but I used your text file and worked just fine.
Rainner
|
|
|
|
Joined: Feb 2001
Posts: 125
Member
|
Member
Joined: Feb 2001
Posts: 125 |
can anyone fix it for working with ubb accelerator?
|
|
|
|
Joined: Mar 2002
Posts: 5
Junior Member
|
Junior Member
Joined: Mar 2002
Posts: 5 |
just implemented the hack and it works just fine!
|
|
|
|
Joined: Mar 2002
Posts: 2
Junior Member
|
Junior Member
Joined: Mar 2002
Posts: 2 |
hi can someone post this hack for the 6.2.1 version ???
thx
Borni2k
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
Borni2k if you look back a few post i posted a better txt file for this hack.
it is on page 4 it is for ubb 6.2.1
|
|
|
|
Joined: Oct 2001
Posts: 34
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 34 |
I was wondering if somebody could tell me how to get the PM Inbox to appear under the "» Hello, PublicName [Log Out]"
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
|
|
|
|
Joined: Oct 2001
Posts: 34
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 34 |
are you sure thats correct? I tried it, and I get >> showing up, and nothing else after that 
|
|
|
|
Joined: Jul 2000
Posts: 837
Member
|
Member
Joined: Jul 2000
Posts: 837 |
yeah it is right i just checked it. it is cuz you have to copy and past it off the bord so i posted a txt file for you it should work better. Download.txt
|
|
|
|
Joined: Oct 2001
Posts: 34
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 34 |
Thanks a lot ClanKiller, works well 
|
|
|
|
Joined: Apr 2001
Posts: 218
Member
|
Member
Joined: Apr 2001
Posts: 218 |
Not to be annoying, but is anyone going to make it PHP compatible? Is it being worked on? Or is this not going to be compatible for PHP?
Just asking because others have, and no one has actually responded to them.
Thankyou.
|
|
|
|
Joined: Jun 2001
Posts: 86
Member
|
Member
Joined: Jun 2001
Posts: 86 |
Can you please update instruction for 6.2.1?
|
|
|
|
Joined: Aug 2000
Posts: 874
Moderator / Developer
|
Moderator / Developer
Joined: Aug 2000
Posts: 874 |
quote: Originally posted by U574: Can you please update instruction for 6.2.1?
they work for 6.2.1
|
|
|
|
Joined: Feb 2002
Posts: 42
Member
|
Member
Joined: Feb 2002
Posts: 42 |
Can someone tell me how to use an ICON instead of the words PM Inbox...?? Thanx 
|
|
|
|
Joined: Apr 2001
Posts: 218
Member
|
Member
Joined: Apr 2001
Posts: 218 |
quote: Originally posted by Laura_ubb: Not to be annoying, but is anyone going to make it PHP compatible? Is it being worked on? Or is this not going to be compatible for PHP?
Just asking because others have, and no one has actually responded to them.
Thankyou.
^^^ oooohh people are ignoring me.
|
|
|
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: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|