Quote:
Originally Posted by bitg
Ok, now that you have identified the problem, how do i fix it?
|
Hmm. The source code should be fine. I only could suggest that you try the following:
Replace:
SELECT * FROM arcadescores WHERE
userid=$user AND valid=1 ORDER BY endtime DESC
With:
SELECT * FROM arcadescores WHERE
userid=$userid AND valid=1 ORDER BY endtime DESC
in the proarcade.php file.
No guarantees. Give it a try.
And i would highly recommend that you check your vbulletin installation. It seems that you are running 2.2.8 and not 2.3.1 as you think. This could also cause many problems.
Cheers,
Pseudomizer