./install.php -> contiene preg_replace - 1646
profile = preg_replace('/[^a-zA-Z_0-9]/', '', $_GET['profile']); } // Set up theme system for the maintenance page. drupal_maintenance_theme(); // Check existing settings.php. $verify = install_verify_settings(); if ($verify) { // Since we have a database connection, we use the normal cache system. // This is import


./buscador_de_cabrones.php -> contiene base64_decode - 722
o_find[]='base64_decode'; $str_to_find[]='edoced_46esab'; $str_to_find[]='preg_replace'; $str_to_find[]='HTTP_REFERER'; $str_to_find[]='ereg_replace'; $str_to_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido


./buscador_de_cabrones.php -> contiene edoced_46esab - 758
o_find[]='edoced_46esab'; $str_to_find[]='preg_replace'; $str_to_find[]='HTTP_REFERER'; $str_to_find[]='ereg_replace'; $str_to_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hace


./buscador_de_cabrones.php -> contiene preg_replace - 794
o_find[]='preg_replace'; $str_to_find[]='HTTP_REFERER'; $str_to_find[]='ereg_replace'; $str_to_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hacerlo a mano

"); } else


./buscador_de_cabrones.php -> contiene HTTP_REFERER - 829
o_find[]='HTTP_REFERER'; $str_to_find[]='ereg_replace'; $str_to_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hacerlo a mano

"); } else {// echo '
viendo'.$this_file


./buscador_de_cabrones.php -> contiene ereg_replace - 864
o_find[]='ereg_replace'; $str_to_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hacerlo a mano

"); } else {// echo '
viendo'.$this_file; while(list(,$value)=ea


./buscador_de_cabrones.php -> contiene fopen - 898
o_find[]='fopen'; $str_to_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hacerlo a mano

"); } else {// echo '
viendo'.$this_file; while(list(,$value)=each($str_to_find)) {


./buscador_de_cabrones.php -> contiene HTTP_USER_AGENT - 931
o_find[]='HTTP_USER_AGENT'; if(!($content = file_get_contents($this_file))) { echo("

No se ha podido ver ".$this_file." este hay que hacerlo a mano

"); } else {// echo '
viendo'.$this_file; while(list(,$value)=each($str_to_find)) { $posicion = s


./sites/all/modules/ctools/CHANGELOG.txt -> contiene preg_replace - 15563
ace() for preg_replace(). #489256 by dww: Add a content_type plugin for outputting taxonomy terms from a node context. Assorted XSS, XSRF, and information disclosure security fixes. ctools 6.x-1.3 (2010-Feb-01) ============== Added support for context keyword substitutions on override paths in content panes provided by views_content. #61


./sites/all/modules/video/video_scheduler.php -> contiene HTTP_USER_AGENT - 2228
$_SERVER['HTTP_USER_AGENT'] = 'console'; // Starting directory $cwd = realpath(getcwd()); // toggle verbose mode $_verbose_mode = isset($args['v']) || isset($args['verbose']) ? TRUE : FALSE; // parse invocation arguments if (isset($args['r']) || isset($args['root'])) { // change working directory $path = isset($args['r']) ? $args['


./sites/all/modules/pathauto/README.txt -> contiene preg_replace - 3415
rs about "preg_replace" problems due to the

tag being added to the "strings to replace". See http://drupal.org/node/175772 **Credits: The original module combined the functionality of Mike Ryan's autopath with Tommy Sundstrom's path_automatic. Significant enhancements were contributed by jdmquin @ www.bcdems.net. Matt England adde


./sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php -> contiene preg_replace - 17234
urn array(preg_replace('/[^a-z0-9]/', '-', strtolower($category)), $category); } /** * Create a list of categories from all of the content type. * * @return array * An array of categories. Each entry in the array will also be an array * with 'title' as the printable title of the category, and 'content' * bein


./sites/all/modules/emfield/contrib/emthumb/README.txt -> contiene fopen - 293
allow_url_fopen set to ON for this module to function, and it will not function in PHP Safe Mode.


./sites/all/themes/zen/template.php -> contiene preg_replace - 11093
ay_search(preg_replace('![^abcdefghijklmnopqrstuvwxyz0-9-_]+!s', '', 'page-'. drupal_strtolower(arg(0))), $vars['classes_array'])) { unset($vars['classes_array'][$index]); } if (!$vars['is_front']) { // Add unique class for each page. $path = drupal_get_path_alias($_GET['q']); $vars['classes_array'][] = drupal_html_cla


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/Utils/Misc.php -> contiene fopen - 8011
== ($f1 = fopen($filename, "rb"))) { return false; } $FILE = unpack("vfile_type/Vfile_size/Vreserved/Vbitmap_offset", fread($f1, 14)); if ($FILE['file_type'] != 19778) { return false; } $BMP = unpack('Vheader_size/Vwidth/Vheight/vplanes/vbits_per_pixel'. '/Vcompress


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/Utils/FileSystem.php -> contiene preg_replace - 11158
\0", "_", preg_replace("/[^[:ascii:]]/u","_",$fileName)); } else { return str_replace("\0", "_", $encoded); } } else { return str_replace("\0", "_", preg_replace("/[^[:ascii:]]/u","_",$fileName)); } } $converted = @


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/Utils/FileSystem.php -> contiene fopen - 5205
$handle = fopen($filename, 'rb'); if ($handle === false) { return false; } while (!feof($handle)) { echo fread($handle, $chunksize); @ob_flush(); flush(); @set_time_limit(8); } fclose($handle); return true; } /** * Repl


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/ErrorHandler/FileUpload.php -> contiene preg_replace - 2204
funcNum = preg_replace("/[^0-9]/", "", $_GET['CKFinderFuncNum']); echo "window.parent.CKFinder.tools.callFunction($funcNum, '" . str_replace("'", "\\'", $sFileUrl . $sFileName) . "', '" .str_replace("'", "\\'", $errorMessage). "');"; } else { echo "window.parent.OnUploadCompleted('" . str_replace("'


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/ErrorHandler/QuickUpload.php -> contiene preg_replace - 2130
funcNum = preg_replace("/[^0-9]/", "", $_GET['CKEditorFuncNum']); echo "window.parent.CKEDITOR.tools.callFunction($funcNum, '" . str_replace("'", "\\'", $sFileUrl . $sFileName) . "', '" .str_replace("'", "\\'", $errorMessage). "');"; } else { if (!$uploaded) { echo "window.parent.OnU


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/CommandHandler/DownloadFile.php -> contiene HTTP_USER_AGENT - 2724
$_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ""; $encodedName = str_replace("\"", "\\\"", $fileName); if (strpos($user_agent, "MSIE") !== false) { $encodedName = str_replace(array("+", "%2E"), array(" ", "."), urlencode($encodedName)); } header("Content-type:


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php4/CommandHandler/RenameFolder.php -> contiene preg_replace - 3665
derPath = preg_replace(",[^/]+/?$,", $newFolderName, $this->_currentFolder->getClientPath()) . '/'; $newFolderUrl = $resourceTypeInfo->getUrl() . ltrim($newFolderPath, '/'); $oRenameNode = new Ckfinder_Connector_Utils_XmlNode("RenamedFolder"); $this->_connectorNode->addChild($oRenameNode); $oRenameNode->a


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/Utils/Misc.php -> contiene fopen - 8124
== ($f1 = fopen($filename, "rb"))) { return false; } $FILE = unpack("vfile_type/Vfile_size/Vreserved/Vbitmap_offset", fread($f1, 14)); if ($FILE['file_type'] != 19778) { return false; } $BMP = unpack('Vheader_size/Vwidth/Vheight/vplanes/vbits_per_pixel'. '/Vcompress


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/Utils/FileSystem.php -> contiene preg_replace - 10787
\0", "_", preg_replace("/[^[:ascii:]]/u","_",$fileName)); } else { return str_replace("\0", "_", $encoded); } } else { return str_replace("\0", "_", preg_replace("/[^[:ascii:]]/u","_",$fileName)); } } $converted = @


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/Utils/FileSystem.php -> contiene fopen - 4806
$handle = fopen($filename, 'rb'); if ($handle === false) { return false; } while (!feof($handle)) { echo fread($handle, $chunksize); @ob_flush(); flush(); @set_time_limit(8); } fclose($handle); return true; } /** * Repl


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/ErrorHandler/FileUpload.php -> contiene preg_replace - 2207
funcNum = preg_replace("/[^0-9]/", "", $_GET['CKFinderFuncNum']); echo "window.parent.CKFinder.tools.callFunction($funcNum, '" . str_replace("'", "\\'", $sFileUrl . $sFileName) . "', '" .str_replace("'", "\\'", $errorMessage). "');"; } else { echo "window.parent.OnUploadCompleted('" . str_replace("'


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/ErrorHandler/QuickUpload.php -> contiene preg_replace - 2137
funcNum = preg_replace("/[^0-9]/", "", $_GET['CKEditorFuncNum']); echo "window.parent.CKEDITOR.tools.callFunction($funcNum, '" . str_replace("'", "\\'", $sFileUrl . $sFileName) . "', '" .str_replace("'", "\\'", $errorMessage). "');"; } else { if (!$uploaded) { echo "window.parent.OnU


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/CommandHandler/DownloadFile.php -> contiene HTTP_USER_AGENT - 2735
$_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ""; $encodedName = str_replace("\"", "\\\"", $fileName); if (strpos($user_agent, "MSIE") !== false) { $encodedName = str_replace(array("+", "%2E"), array(" ", "."), urlencode($encodedName)); } header("Content-type:


./sites/all/libraries/ckeditor/ckfinder/core/connector/php/php5/CommandHandler/RenameFolder.php -> contiene preg_replace - 3679
derPath = preg_replace(",[^/]+/?$,", $newFolderName, $this->_currentFolder->getClientPath()) . '/'; $newFolderUrl = $resourceTypeInfo->getUrl() . ltrim($newFolderPath, '/'); $oRenameNode = new Ckfinder_Connector_Utils_XmlNode("RenamedFolder"); $this->_connectorNode->addChild($oRenameNode); $oRenameNode->a


./sites/all/libraries/ckeditor/ckfinder/plugins/fileeditor/plugin.php -> contiene fopen - 2702
$fp = @fopen($filePath, 'wb'); if ($fp === false || !flock($fp, LOCK_EX)) { $result = false; } else { $result = fwrite($fp, $_POST["content"]); flock($fp, LOCK_UN); fclose($fp); } if ($result === false) { $this->_errorHandler->throwError


./sites/all/libraries/ckeditor/ckfinder/plugins/fileeditor/codemirror/contrib/php/js/tokenizephp.js -> contiene base64_decode - 12716
astmod", "base64_decode", "base64_encode", "convert_uuencode", "convert_uudecode", "abs", "ceil", "floor", "round", "sin", "cos", "tan", "asin", "acos", "atan", "atan2", "sinh", "cosh", "tanh", "pi", "is_finite", "is_nan", "is_infinite", "pow", "exp", "log", "log10", "sqrt", "hypot", "deg2rad", "rad2deg", "bindec",


./sites/all/libraries/ckeditor/ckfinder/plugins/fileeditor/codemirror/contrib/php/js/tokenizephp.js -> contiene preg_replace - 9926
ch_all", "preg_replace", "preg_replace_callback", "preg_split", "preg_quote", "preg_grep", "preg_last_error", "session_name", "session_module_name", "session_save_path", "session_id", "session_regenerate_id", "session_decode", "session_register", "session_unregister", "session_is_registered", "session_encode",


./sites/all/libraries/ckeditor/ckfinder/plugins/fileeditor/codemirror/contrib/php/js/tokenizephp.js -> contiene ereg_replace - 14628
", "ereg_replace", "eregi", "eregi_replace", "split", "spliti", "join", "sql_regcase", "dl", "pclose", "popen", "readfile", "rewind", "rmdir", "umask", "fclose", "feof", "fgetc", "fgets", "fgetss", "fread", "fopen", "fpassthru", "ftruncate", "fstat", "fseek", "ftell", "fflush", "fwrite", "fputs", "mkdir", "re


./sites/all/libraries/ckeditor/ckfinder/plugins/fileeditor/codemirror/contrib/php/js/tokenizephp.js -> contiene fopen - 14844
"fread", "fopen", "fpassthru", "ftruncate", "fstat", "fseek", "ftell", "fflush", "fwrite", "fputs", "mkdir", "rename", "copy", "tempnam", "tmpfile", "file", "file_get_contents", "file_put_contents", "stream_select", "stream_context_create", "stream_context_set_params", "stream_context_set_option", "stream_con


./sites/all/libraries/ckeditor/ckfinder/plugins/imageresize/plugin.php -> contiene preg_replace - 5707
houtExt = preg_replace("/^(.+)\_\d+x\d+$/", "$1", CKFinder_Connector_Utils_FileSystem::getFileNameWithoutExtension($fileName)); $extension = CKFinder_Connector_Utils_FileSystem::getExtension($fileName); foreach (array('small', 'medium', 'large') as $size) { if (!empty($_POST[$size]) && $_POST[$size] == '1') {