The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PM System went nuts
I think it was due to me trying to get AWS to work on the same site as Inferno's RPG... I altered some of the php files with the AWS, mainly the sendpm function...
Board members and myself have experienced problems replying to pms on occasion. It will either try to reply to the wrong id or it tries to create a new pm. Well.. With that in mind, I did notice while trying to get AWS working, pms were generating QUICKLY.. I didnt notice it till almost a day later after thinking I got things working.. Once I disabled the AWS hack, the pms stopped... It was looping somewhere apparently and in the process created massive amounts of pm and pmtext data Here is what i see A LOT of in a dump of the data from the pm table... Code:
INSERT INTO `pm` VALUES (34048, 31045, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34049, 31046, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34050, 31047, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34051, 31048, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34052, 31049, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34053, 31050, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34054, 31051, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34055, 31052, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34056, 31053, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34057, 31054, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34058, 31055, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34059, 31056, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34061, 31058, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34062, 31059, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34063, 31060, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34064, 31061, 0, 0, 0, 0); INSERT INTO `pm` VALUES (34065, 31062, 0, 0, 0, 0); Thanks in advance to any help |
#2
|
||||
|
||||
anyone?
|
#3
|
|||
|
|||
You could remove all these PM's with the following query (run on testboard first):
[sql]DELETE from PM WHERE userid = 0;[/sql] |
#4
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|