UBB.Dev
Posted By: jordo [6.2x] PM Inbox System 1.1 - 01/26/2002 2:25 AM
http://www.jordodesigns.com/

textfile updated for 6.2.1 3-22-02

enjoy.
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 4:14 AM
anyone fancy putting this into multihack format for the masses???(and the lazy, ie me!)
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 4:17 AM
and I see in the text file it mentions who's online, well is anyone gonna bother with who's online now that recent visitors is included???
Posted By: rictor Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 4:18 AM
quote:
###if you have whos online installed, replace:

#print header(-cookie=>[$cookie]);
print header(
-cookie => [$cookie, $Ell_cookie],
-charset => "$masterCharset"
);

### with:

#print header(-cookie=>[$cookie]);
print header(
-cookie => [$cookie, $Ell_cookie, $pms_cookie],
-charset => "$masterCharset"
);


wink
Posted By: LK Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 8:32 AM
What's the differences?

[ 01-26-2002 12:33 AM: Message edited by: LK ]
Posted By: jordo Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 11:15 AM
quote:
Originally posted by LK:
What's the differences? tipsy
Posted By: AllenAyres Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 11:40 AM
if'n you don't mind, could you make the html xhtml-compliant? Would hate to ruin all that work
Posted By: Mystik Gotan Re: [6.2x] PM Inbox System 1.1 - 01/26/2002 11:48 AM
No, just a variable
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/27/2002 8:41 PM
just installed this onto 6.2.0 beta 1.2
you might want to start referring to pntf instead of who's online
Posted By: jordo Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 12:08 AM
quote:
Originally posted by AllenAyres:
if'n you don't mind, could you make the html xhtml-compliant? Would hate to ruin all that work smile
Posted By: AllenAyres Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 12:47 AM
muchas gracias smile
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 3:27 AM
can we have a release time(GMT) please
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 3:28 AM
on 6.2 that is!
Posted By: jordo Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 6:15 AM
quote:
Originally posted by AllenAyres:
muchas gracias smile


someone to do the PHP accel compatability, i dont have time yet.
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 1:57 PM
seems to be ok with mine, and I've got it turned on:)
Posted By: Neptin Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 7:43 PM
How would I put it under "Hello, *username* [logout]" ?
Posted By: Neptin Re: [6.2x] PM Inbox System 1.1 - 01/28/2002 7:47 PM
quote:
Originally posted by Neptin:
How would I put it under "Hello, *username* [logout]" ?

Nevermind. I figured it out.
Posted By: yors Re: [6.2x] PM Inbox System 1.1 - 01/31/2002 6:58 AM
lol Allen...

noticed your signature and visited that site. Shameless plagiarism!!
Posted By: Charles Re: [6.2x] PM Inbox System 1.1 - 01/31/2002 4:20 PM
quote:
Originally posted by yors:
lol Allen...

noticed your signature and visited that site. Shameless plagiarism!!

Yors, stand318 is ALSO one of Allen's website wink
Posted By: lauren Re: [6.2x] PM Inbox System 1.1 - 01/31/2002 5:53 PM
does this hack also excist for ubb 6.05?
Posted By: eXtremeTim Re: [6.2x] PM Inbox System 1.1 - 01/31/2002 11:20 PM
jordo its down. I want this hack!!!
Posted By: eXtremeTim Re: [6.2x] PM Inbox System 1.1 - 01/31/2002 11:31 PM
its back up now smile
Posted By: maurice Re: [6.2x] PM Inbox System 1.1 - 02/01/2002 5:12 PM
The notification works but to see if you have a PM you have to log out and than back in.

Is this a accel. problem?
Posted By: Ron M Re: [6.2x] PM Inbox System 1.1 - 02/01/2002 6:25 PM
quote:
Originally posted by maurice:
The notification works but to see if you have a PM you have to log out and than back in.

Is this a accel. problem?

More than likely, it's a problem with the cookie. Or the code that uses the cookie isn't there.
Posted By: U574 Re: [6.2x] PM Inbox System 1.1 - 02/02/2002 2:04 AM
i can't seem to find this one on 6.2

###if you have whos online installed, replace:

#print header(-cookie=>[$cookie]);
print header(
-cookie => [$cookie, $Ell_cookie],
-charset => "$masterCharset"
);


do you have any idea why?
Posted By: Wando™ Re: [6.2x] PM Inbox System 1.1 - 02/02/2002 2:32 AM
try looking for part of it?
do you have any other hacks installed? sometimes this can affect what your looking for, I expect there's a slight difference somewhere, just try looking for part of it first
Posted By: Syniles1 Re: [6.2x] PM Inbox System 1.1 - 02/02/2002 3:40 AM
quote:
Originally posted by U574:
i can't seem to find this one on 6.2

###if you have whos online installed, replace:

#print header(-cookie=>[$cookie]);
print header(
-cookie => [$cookie, $Ell_cookie],
-charset => "$masterCharset"
);


do you have any idea why?

Dude look for this.

#print header(-cookie=>[$cookie]);
print header(
-cookie => [$cookie,$pntf_cookie_data],
-charset => "$masterCharset"
);

Im sure you will find it now wink
Posted By: jordo Re: [6.2x] PM Inbox System 1.1 - 02/02/2002 5:07 AM
maurice - if you are using the accelerator than yes it will only register the cookie when you log in, as that goes through ultimatebb.cgi

U574 - Syniles1 has it right. as you probably dont have whos online installed you should do the other search/replace. i guess i should take the whos online compatability out of there as it probably is confusing now that 6.2 is out.
Posted By: eXtremeTim Re: [6.2x] PM Inbox System 1.1 - 02/02/2002 1:05 PM
hey jordo when i log out and stuff. i get the debug code display stuff for charset at the top then there is also alot of pm cookie stuff printed out also. Like 3 rows of it. http://www.extremechatforums.com/ubbcgi/ultimatebb.cgi?ubb=logout
Posted By: U574 Re: [6.2x] PM Inbox System 1.1 - 02/04/2002 9:04 PM
ohhhhhh...since i use 6.2, they have WOL installed already. That mean i will have to follow as "WOL" not install. thanks guy. Let me give it a try again.

Have a nice day all.
Posted By: U574 Re: [6.2x] PM Inbox System 1.1 - 02/04/2002 9:19 PM
I am stuck at this part. Seem like i can't find it either way (with WOL install or not)

###replace (if you have whos online installed follow the step AFTER this and DONT do this step):

#print header(-cookie=>[$cookieA, $cookieB, $cookieC]);
print header(
-cookie => [$cookieA, $cookieB, $cookieC],
-charset => "$masterCharset",
);

###with:

#print header(-cookie=>[$cookieA, $cookieB, $cookieC, $cookie_pms]);
print header(
-cookie => [$cookieA, $cookieB, $cookieC, $cookie_pms],
-charset => "$masterCharset",
);

###if you have whos online installed, replace:

#print header(-cookie=>[$cookieA, $cookieB, $cookieC]);
print header(
-cookie=>[$cookieA, $cookieB, $cookieC, $cookieD],
-charset => "$masterCharset",
);

###with:

#print header(-cookie=>[$cookieA, $cookieB, $cookieC, $cookie_pms]);
print header(
-cookie => [$cookieA, $cookieB, $cookieC, $cookieD, $cookie_pms],
-charset => "$masterCharset",
);


The only thing i can find is this:
#print header(-cookie=>[$cookieA, $cookieB, $cookieC]);
print header(
-cookie => [$cookieA, $cookieB, $cookieC, $pntf_cookie_data],
-charset => "$masterCharset",
);

Please help.
Posted By: rabriar Re: [6.2x] PM Inbox System 1.1 - 02/04/2002 10:26 PM
Greetings.
I have 6.2 installed in my site.
What I did was treat the "$pntf_cookie_data" as the "$cookie_d", since I understand that $cookie_d was the equivalent to $pntf_cookie_data for who is online on previous UBB's.
Anyways it works great in my board after that.
So to summarize, if you see a $pntf_cookie_data in your script then just add the $cookie_pms after it, so you will end up with the following code:

#print header(-cookie=>[$cookieA, $cookieB, $cookieC]);
print header(
-cookie => [$cookieA, $cookieB, $cookieC, $pntf_cookie_data, $cookie_pms],
-charset => "$masterCharset",
);

that should do it.
I hope I was of some help.

Rabriar
Posted By: U574 Re: [6.2x] PM Inbox System 1.1 - 02/05/2002 12:22 AM
wow..it work. thanks.
Posted By: Galipabi Re: [6.2x] PM Inbox System 1.1 - 02/05/2002 4:41 PM
Thanx Rabriar

Now it started working for me. But is there a way to place the PM inbox on top of the board, below Recent Visitors Box ?
Posted By: yors Re: [6.2x] PM Inbox System 1.1 - 02/05/2002 4:48 PM
quote:
Originally posted by Galipabi:
Thanx Rabriar

Now it started working for me. But is there a way to place the PM inbox on top of the board, below Recent Visitors Box ?

Thats no. 1

No.2 is with the accelerator, is there anyway the box will show correctly, the no. of messages I have? It only works if I log out and login again frown

Otherwise, works perfectly.
Posted By: rabriar Re: [6.2x] PM Inbox System 1.1 - 02/06/2002 11:43 AM
I tried to answer but system won't let me post the code.
frown
Rabriar.
Posted By: Galipabi Re: [6.2x] PM Inbox System 1.1 - 02/06/2002 2:37 PM
quote:
Originally posted by Galipabi:
Thanx Rabriar

Now it started working for me. But is there a way to place the PM inbox on top of the board, below Recent Visitors Box ?

ok solved this problem
Posted By: yors Re: [6.2x] PM Inbox System 1.1 - 02/06/2002 8:56 PM
quote:
Originally posted by rabriar:
I tried to answer but system won't let me post the code.
frown
Rabriar.

I sstill havent been able to do it and need some desparatte help, thanks smile
Posted By: Galipabi Re: [6.2x] PM Inbox System 1.1 - 02/07/2002 4:30 AM
public_forum_summary.pl
code:
###find:


$standard_title_table








» $vars_wordlets{active_topics}
«





###below add:

$TBT




»