Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- "NenGame PHP 0-46" Video Archives Script by Nick of Neinstar Filmz @ url('http://neinstarfilmz.com/');
- */
- $archive=$_GET['archive'];
- $pattern='/(([0-9A-Z][-0-9A-Za-z\'] )*[0-9A-Z][-0-9A-Za-z\']{0,1}( ([\(]([0-9A-Z][-0-9A-Za-z\'] )*[0-9A-Z][-0-9A-Za-z\'][\)]){0,1}){0,1}){0,1}/';
- if(!preg_match($pattern,$archive,$matches))
- {
- $archive='';
- $path='/v'.((strlen($archive)>0)?'/'.archive:'');
- }
- if(!is_dir($path))
- {
- $archive='';
- $path='/v'.((strlen($archive)>0)?'/'.archive:'');
- }
- if(is_file($path.'/archive.php'))
- {
- $archive='';
- $path='/v'.((strlen($archive)>0)?'/'.archive:'');
- }
- include($path.'/archive.php');
- include('/nengame/NenGame PHP 0-46 Video Archives.php');
- ob_start();
- if(isset($nenini))
- unset($nenini);
- $nenini['about']=
- "NenGame PHP 0-46 by Nick of Neinstar Filmz @ url('http://neinstarfilmz.com/');";
- ob_flush();
- nengame_initialize();
- echo nengame_render();
- ob_flush();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement