php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#44517 - 06/01/02 03:09 PM PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Hello peeps.

Since you're all bored in here I might as well throw in a bone to chew on. I have the final PM hack installed on 5.45c and it works fine - with one minor exception. Every time it hits the limit of 30 messages that I've set, the autodelete kicks in, but it stops with an Internal Server Error. (Which doesn't really provide much clues as to what's wrong.) And, of course, from then on every time you try to open the inbox it'll try to autodelete, and crap out. So you have to be really fast to catch it and stop loading before that kicks in, and manually delete messages.

Everything else, including normal deletion works without any problems. The only problem is autodelete. It's the only thing on my boards that does not function 100%, and while it's not really a major issue, it'd be even better if I could get this fixed so that everything would be working perfectly.

So, any ideas what I could do?

Top
#44518 - 06/01/02 08:25 PM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Auto-delete has been known not to work. Can you turn the feature off?

Top
#44519 - 06/02/02 02:28 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Nope, not that I know of... I suppose the only alternative would be to set the limit to 9999 messages or something...

Top
#44520 - 06/02/02 06:22 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
That has never worked, Ive had a look at it myself looking for a quick fix, but its not easy.
I gave up as I didnt have time to sit there and try and work out how the autodelete works. frown
_________________________
I can't afford a good signature editor frown

Top
#44521 - 06/02/02 08:13 PM Re: PM Hack Issue
joking-down Offline
deutscher moderator / v5 specialist

Registered: 12/24/00
Posts: 712
Loc: Germany
i think the problem is the runtime of the script...

can you send me the script via mail? then i can try out what is the matter...
_________________________
UBB-Admin ( kids-hotline.de )


join Team UBBDev

I have [img]http://www.ubbdev.com/ud/?s=1&u=joking-down[/img] Points.

Top
#44522 - 06/03/02 01:19 AM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by BassTeQ:
That has never worked, Ive had a look at it myself looking for a quick fix, but its not easy.
I gave up as I didnt have time to sit there and try and work out how the autodelete works. frown
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Damn un-finished hacks. Some still have those annoying bugs in em.

Top
#44523 - 06/03/02 05:45 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
joking-down, I'll send it to you ASAP. Do you only need privatedelete.cgi? (I think that's all there is of the delete script. There are many other files in the hack though, and some modification of core ubb files is necessary.)

Kinda weird that this never worked and no one even bothered to mention it in the docs. eek

Top
#44524 - 06/03/02 07:06 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Gladius, Id recommend sending all the files, this way it helps when you are trying to work out the flow of the scripts.

Cheers
_________________________
I can't afford a good signature editor frown

Top
#44525 - 06/03/02 07:06 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Gladius, Id recommend sending all the files, this way it helps when you are trying to work out the flow of the scripts.

Cheers
_________________________
I can't afford a good signature editor frown

Top
#44526 - 06/04/02 05:38 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
He already let me know which others he needs too... I suppose if nothing can be done to fix autodelete, it wouldn't be hard to implement a limit so that once you reach the set amount of messages you can't receive any more until you delete some?

Top
#44527 - 06/04/02 06:01 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Yeah I dont think that would be too hard, you would just need to check the username.count file, and dont let the user send a message if their count is higher then X.
Actually Ill have a look at that soon and let you know the results!
_________________________
I can't afford a good signature editor frown

Top
#44528 - 06/04/02 07:01 PM Re: PM Hack Issue
Onkel_Tom Offline
Member

Registered: 11/18/00
Posts: 51
Loc: Germany-BB
autodelete works !
the only Problem occurs on Unix machines while executing the autodelete part in privatedelete.cgi but the PM are deleted. On Windows NT all works fine wink

I also found a problem when configuring the settings to "no outbox". In this case the PM's which are sent should not be stored in the .db of the sender (I think so!?) but it's stored everytime and the autodelete will not work when "no outbox" is configured. I found this error on my board for some users who has configured "no outbox" with 4 PM in the inbox and 300kb big $username.db !

autodelete from PM 3.8 only works when configuring "single page". all other configuration will not be autodeleted !
I coded the last 8 hours on PM 3.8 to get rid of the problem.

When my "betatest" are finished I will post the modifications to get it run wink
_________________________
Best regards and happy coding ...
Tom
Webmaster of
German Hayabusa-Forum
German BMW M5-Forum
German ZX-12r-Forum

Top
#44529 - 06/05/02 06:29 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
That would be great, let us know how you go.
_________________________
I can't afford a good signature editor frown

Top
#44530 - 06/07/02 01:58 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Autodelete never worked for any setting, anywhere on my UNIX server.

Anyway, that guy that I mailed above never got back to me after I sent him the files so I'm supposing he's not working on it, so BassTeQ, I'd welcome your solution. (Or this new one, if it doesn't require a new install of the PM hack.)

Top
#44531 - 06/07/02 06:13 PM Re: PM Hack Issue
joking-down Offline
deutscher moderator / v5 specialist

Registered: 12/24/00
Posts: 712
Loc: Germany
[edit]
delete code because it dosen't work...
_________________________
UBB-Admin ( kids-hotline.de )


join Team UBBDev

I have [img]http://www.ubbdev.com/ud/?s=1&u=joking-down[/img] Points.

Top
#44532 - 06/07/02 06:28 PM Re: PM Hack Issue
joking-down Offline
deutscher moderator / v5 specialist

Registered: 12/24/00
Posts: 712
Loc: Germany
[edit]
tomorrow i check the code again....
_________________________
UBB-Admin ( kids-hotline.de )


join Team UBBDev

I have [img]http://www.ubbdev.com/ud/?s=1&u=joking-down[/img] Points.

Top
#44533 - 06/09/02 02:07 PM Re: PM Hack Issue
joking-down Offline
deutscher moderator / v5 specialist

Registered: 12/24/00
Posts: 712
Loc: Germany
i found no error in the code...
i think it's a timeproblem on a unix-server. try to limit the PMs a user can receive
_________________________
UBB-Admin ( kids-hotline.de )


join Team UBBDev

I have [img]http://www.ubbdev.com/ud/?s=1&u=joking-down[/img] Points.

Top
#44534 - 06/09/02 11:37 PM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Can't find the solution either. Is the author of it still around? He'd know his hack the best.

Top
#44535 - 06/10/02 01:21 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
I tried that, but he's not supporting it any more. So, BassTeQ, wanna give it a shot?

Top
#44536 - 06/10/02 10:04 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ok, Ive done some coding, and my solution was to not let the user send any messages if their message count exceeds the maximum. They must delete excess messages to be able to send a message. So it forces them to clean up their inbox smile

If you want the code let me know.
_________________________
I can't afford a good signature editor frown

Top
#44537 - 06/11/02 01:23 AM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Thats some clever thinking BassTeQ. smile wink

Top
#44538 - 06/12/02 01:23 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Of course I want the code. Glad to see my idea worked out!

I'll PM your my mail.

Top
#44539 - 06/12/02 05:52 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ok, in privateseng.cgi

Find:
Code:
[/code]Replace with:
[code]
Thats pretty much it!
See how that works for you
_________________________
I can't afford a good signature editor frown

Top
#44540 - 06/13/02 04:32 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Thanks, I'll try it out and let you know. Btw, where do you check your own PMs on this board? I've searched all around but couldn't find a PM strip even on the front page of the boards. tipsy

Hmm, wait. What message does someone who wants to send a PM to someone with a full inbox get?

Top
#44541 - 06/13/02 06:20 AM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
This will come up:

The allowed limit of messages you can store is (Number of PM allowed here) You cannot send any more Private Messages until you delete old ones from your Inbox/Outbox.

Top
#44542 - 06/13/02 12:56 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Um... I can see that being OK for the one who is trying to send more messages while already having his inbox/outbox full.

But what about when someone is trying to send someone with a full inbox a new PM? What notification does the sender get then? Because I see only one notice in the script there, where there should be two, one for someone trying to send OUT of a full inbox/outbox and one for someone trying to send TO a full inbox/outbox. Or did I get something wrong?

Top
#44543 - 06/13/02 05:35 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
The code only applies to privatesend.cgi.
So the person with a full inbox/outbox can still receive messages, he/she just cant SEND them!
_________________________
I can't afford a good signature editor frown

Top
#44544 - 06/13/02 07:21 PM Re: PM Hack Issue
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Sorry I got that mixed up Gladius. I thought you meant the sender not the reciever.

Top
#44545 - 06/14/02 05:57 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
No problem. Glad we got that cleared up. Very elegant solution, I think. smile

I'll install the hack later today.

Top
#44546 - 06/14/02 01:37 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Ok, implemented it. Seems to work like a charm. Thanks!

Top
#44547 - 06/14/02 11:26 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Glad to hear it, one small bug which I found in it, was having a problem when replying to messages.

Look in my code above, where it says

Code:
[/code]Change that to:

[code]
Enjoy!
_________________________
I can't afford a good signature editor frown

Top
#44548 - 06/15/02 05:08 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Heh, that's great. I just came here to report this same thing and you've already got it. smile
Thanks again.

Top
#44549 - 06/16/02 05:17 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Hmm, here's another more or less bug (or oversight), but I suppose this is from the original hack... When you're not logged in (i.e. unregistered or unrecognized), and try to send someone a PM from their profile or post via the http://etc.etc./privatesend.cgi?sendto=UserName , the server will return an internal server error.

Is there any way to turn this into a notice that you're not able to send PMs unless logged in or registered? So that it doesn't seem broken to unreg'd/unrecognized users. Just a task for the local code wizz's. wink

Top
#44550 - 06/16/02 05:34 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Do you mean a PM or IM, because they are two different hacks?
I think you mean PM, either way all you would have to do is check for a valid cookie on the users side, and if it exists show them the msg screen, otherwise show them an error message ?

Ill a play with my board and see what I can do.
_________________________
I can't afford a good signature editor frown

Top
#44551 - 06/17/02 04:26 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
PM only currently... but I do intend to install the IM hack on it too. (It requires PM first afaik.)

So if you come up for a solution for both (if the same thing happens with IM), it'd be cool.

Top
#44552 - 06/17/02 05:46 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ok, im a little busy at the moment buy when I get some spare time Ill look into it smile
_________________________
I can't afford a good signature editor frown

Top
#44553 - 06/17/02 07:35 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ok found a bit of spare time smile
Heres the fix

In privatesend.cgi find:
Code:
[/code]After that ADD:
[code]
Ive tested it and it works fine.
_________________________
I can't afford a good signature editor frown

Top
#44554 - 06/18/02 05:10 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Great stuff... I really appreciate your work. Thanks.

Here... Installed it and it works fine. wink

Top
#44555 - 06/22/02 07:03 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Oh btw... Could you do another small fix? The ' character like in "Topic's Title" is simply ignored by PM for some reason... It'll show in the subject line as "Topics Title". I got this when I try to PM someone from inside a topic that has such a subject.

Top
#44556 - 06/23/02 05:52 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Hrmm thats strange, I just sent a test PM on my board with ' in the subject like. ie
subject: this's a's test's

and it worked fine smile
_________________________
I can't afford a good signature editor frown

Top
#44557 - 06/24/02 06:30 AM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Nope, it works fine if YOU do it... Check this out:

1. find a thread which has an apostrophe in the subject like "I'm Hot"
2. send someone INSIDE it a PM with via the PM button in their post
3. check the Subject: field where it autoinserts the name of the topic, it'll be "Im Hot"

This is what I'm talking about.

Top
#44558 - 06/24/02 05:44 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ahh ok, I see, let me have a look at the code, ill get back to you.
_________________________
I can't afford a good signature editor frown

Top
#44559 - 06/24/02 05:48 PM Re: PM Hack Issue
BassTeQ Offline
Moderator / Code Fixer

Registered: 10/14/00
Posts: 891
Loc: Australia
Ok if you look in ubb_library2.pl for this section.

[code][/code]You'll see the 6'th line removes that symbol from the link. If you like I suppose you can comment it out then it will work as you want it to.

Let me know how you go.
_________________________
I can't afford a good signature editor frown

Top
#44560 - 06/25/02 03:13 PM Re: PM Hack Issue
Gladius Offline
Member

Registered: 03/29/01
Posts: 148
Thanks! But that's weird... Why did they remove all those chars at all in the first place? I'd remove everything but the ampersand, since that's the only one where it (sometimes) makes sense to ignore it... But usually not even that.

How would I remove the whole thing?

Top