1045Access denied for user 'petrol_petrolution'@'localhost' (using password: YES)
1045Access denied for user ''@'localhost' (using password: NO)
1045Access denied for user ''@'localhost' (using password: NO)
SELECT ID, Title, Summary FROM Items WHERE Type = 2 AND ID <> 0 AND ID <> 0 AND Trashed = FALSE AND Visible = TRUE ORDER BY RAND() LIMIT 0,1
1045Access denied for user ''@'localhost' (using password: NO)
SELECT ID, Title, Summary FROM Items WHERE Type = 2 AND Trashed = FALSE AND Visible = TRUE ORDER BY RAND() LIMIT 0,1
Petrolution, Modding Resource Hub
Green Rollover Red Rollover Arrow Rollover Focused Userbar Register Button Rollover Red Button Rollover
Remember Me?
1045Access denied for user ''@'localhost' (using password: NO)
SELECT COUNT(1) FROM Users

Users

There are members on this site. (Switch to list)

Sort by: Name, Position, Points, Last Active

1045Access denied for user ''@'localhost' (using password: NO)
SELECT
			Avatar, Name, Level, ID, Points,
			(LastActive > DATE_SUB(NOW(), INTERVAL 10 MINUTE)) AS Online,
			UNIX_TIMESTAMP(LastActive) AS LastActiveU, LastAction,
			StorageBonus, StorageUsed
		FROM Users ORDER BY Level DESC, Points DESC, Name ASC LIMIT 0, 24;