View Single Post
Old 10-29-2008, 05:31 PM  
farkedup
Confirmed User
 
Join Date: Nov 2007
Location: Kalamazoo, MI
Posts: 2,490
editing rating.php and using this:

Code:
$gameid				= (int)$_POST['gameid'];
$score 				= (int)$_POST['score'];
$gameid2			= (int)$_POST['gameid'];
instead of the other variables makes sure people don't exploit that rating.php problem.

search.php, category.php and play.php also have some GET vars vulnerable. updating the .zip packages in a few minutes
__________________
-- QUOTE ME IT MAKES ME FEEL SPECIAL --
farkedup is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote