"text/html", ); ###with: use..."> "text/html", ); ###with: use...">
 
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 5 1 2 3 4 5
Joined: Sep 2001
Posts: 170
Member
Member
Offline
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.

Sponsored Links
Joined: Aug 2001
Posts: 25
Junior Member
Junior Member
Offline
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
Offline
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 frown


Yors Truly

Who? Me? Worry?
Joined: Nov 2000
Posts: 166
Member
Member
Offline
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. frown

Joined: Jan 2002
Posts: 54
Member
Member
Offline
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.

Sponsored Links
Joined: Jan 2002
Posts: 54
Member
Member
Offline
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. wink

[code][/code]

Joined: Jul 2000
Posts: 837
Member
Member
Offline
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
Offline
Joined: Jun 2001
Posts: 8
What Did You Do With This, For V. 6.2?

Code
[/code]This Is The Code For 6.2


[code]

Joined: Oct 2001
Posts: 157
Member
Member
Offline
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
Offline
Joined: Oct 2001
Posts: 157
...[edited]


Yors Truly

Who? Me? Worry?
Sponsored Links
#130156 02/20/2002 10:35 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
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 smile


- Allen wavey
- What Drives You?
Joined: Jul 2000
Posts: 837
Member
Member
Offline
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
Offline
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
Offline
Joined: Feb 2002
Posts: 18
what this hack does?

Joined: Jan 2002
Posts: 8
Junior Member
Junior Member
Offline
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
Offline
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
Offline
Joined: Jan 2002
Posts: 8
Wow, I'm totally new to UBB six, that helped a lot.

THANKS! smile


| live a little |
Joined: Oct 2001
Posts: 199
Member
Member
Offline
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
Offline
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
Offline
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.
#130166 02/28/2002 10:13 AM
Joined: Apr 2001
Posts: 103
Member
Member
Offline
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
Offline
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
Offline
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...

#130169 02/28/2002 10:50 PM
Joined: Oct 2001
Posts: 199
Member
Member
Offline
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

#130170 03/01/2002 12:12 AM
Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
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
Offline
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

#130172 03/02/2002 12:59 PM
Joined: Feb 2001
Posts: 125
Member
Member
Offline
Joined: Feb 2001
Posts: 125
can anyone fix it for working with ubb accelerator?

Joined: Mar 2002
Posts: 5
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 5
just implemented the hack and it works just fine!

#130174 03/08/2002 11:09 AM
Joined: Mar 2002
Posts: 2
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 2
hi can someone post this hack for the 6.2.1 version ???

thx

Borni2k

#130175 03/08/2002 11:37 AM
Joined: Jul 2000
Posts: 837
Member
Member
Offline
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

#130176 03/08/2002 12:40 PM
Joined: Oct 2001
Posts: 34
RC Offline
Junior Member
Junior Member
Offline
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]"

#130177 03/08/2002 12:54 PM
Joined: Jul 2000
Posts: 837
Member
Member
Offline
Joined: Jul 2000
Posts: 837
see post below

Joined: Oct 2001
Posts: 34
RC Offline
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 34
are you sure thats correct? I tried it, and I get >> showing up, and nothing else after that confused

Joined: Jul 2000
Posts: 837
Member
Member
Offline
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
RC Offline
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 34
Thanks a lot ClanKiller, works well smile

#130181 03/09/2002 12:26 PM
Joined: Apr 2001
Posts: 218
Member
Member
Offline
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
Offline
Joined: Jun 2001
Posts: 86
Can you please update instruction for 6.2.1?

Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
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
Offline
Joined: Feb 2002
Posts: 42
Can someone tell me how to use an ICON instead of the words PM Inbox...??

Thanx smile

Joined: Apr 2001
Posts: 218
Member
Member
Offline
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.

Page 2 of 5 1 2 3 4 5

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
isaac
isaac
California
Posts: 1,157
Joined: July 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
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)