02-28-2006, 06:49 PM
|
|
|
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
|
Originally Posted by Brujah
I'm not sure offhand, if there's anything they could really do with this specific use. If you wanted tho, you could ...
REPLACE THIS:
Code:
$mov = $_GET['x'];
$mov = strip_tags($mov);
WITH THIS:
Code:
if( preg_match('/^([a-z0-9\ \-]+)\.mpg$/i',$_GET['x'],$m) ) {
$mov = $m[0];
}
|
thanx a bunch 
__________________
hatisblack at yahoo.com
|
|
|