The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Safest thing is to compare the original unhacked index.php and the hacked one using Beyond Compare or Araxis Merge - one of the variables in those 3 lines of code you posted is not being used properly.
|
#12
|
||||
|
||||
![]()
uh....
index.php on old forum PHP Code:
PHP Code:
PHP Code:
|
#13
|
||||
|
||||
![]()
No, the problem is obviously not in the PM queries, but in another part of your index. I am saying to compare the WHOLE index.php because one of the user variables are not being checked properly.
|
#14
|
||||
|
||||
![]()
hmmm, is there a way i can contact u on some instant messenger? this is all confusing
|
#15
|
||||
|
||||
![]()
Try replacing what you have there with this:
PHP Code:
|
#16
|
||||
|
||||
![]()
I'm at work.
![]() |
#17
|
||||
|
||||
![]()
damn, i dont know where to start. index.php is a kinda big file to look word for word, plus with the hacksinstalled it will be harder
|
#18
|
||||
|
||||
![]()
DarkDraco07, replace the code I gave you and see if that does anything.
|
#19
|
||||
|
||||
![]()
1sec
|
#20
|
||||
|
||||
![]()
replace the
$allpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] $ignoreusers"); $newpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND dateline>$bbuserinfo[lastvisit] AND folderid=0 $ignoreusers"); $unreadpm=$DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] AND messageread=0 AND folderid=0 $ignoreusers"); right? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|