3403  restart_syscall(<... resuming interrupted call ...>) = 0
3403  access("./config.php", F_OK)      = 0
3403  getcwd("/home/michelep/public_html/des-k/moodle", 4096) = 40
3403  lstat("/home/michelep/public_html/des-k/moodle/./config.php", {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/config.php", {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c584000
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c583000
3403  munmap(0x7fc00c583000, 800)       = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c583000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php  /// Moodle Configuration File \n\nunset($CFG);\n\n$CFG = new stdClass();\n$CFG->dbtype    = 'mysql';\n$CFG->dbhost    = 'localhost';\n$CFG->dbname    = 'michelep_moodle';\n$CFG->dbuser    = 'michelep_root';\n$CFG->dbpass    = 'cole150c';\n$CFG->dbpersist =  false;\n$CFG->prefix    = 'mdl_';\n\n$CFG->wwwroot   = 'http://www.des-k.it/moodle';\n$CFG->dirroot   = '/home/michelep/public_html/des-k/moodle';\n$CFG->dataroot  = '/home/michelep/moodledata';\n$CFG->admin     = 'admin';\n\n$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode\n\n$CFG->passwordsaltmain = '<g7<X]e89E`.D}.3#<}SF+W0wH';\n\nrequire_once(\"$CFG->dirroot/lib/setup.php\");\n// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,\n// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.\n?>", 4096) = 800
3403  lseek(6, 800, SEEK_SET)           = 800
3403  munmap(0x7fc00c584000, 800)       = 0
3403  lseek(6, -800, SEEK_CUR)          = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c583000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/setup.php", {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c57d000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c575000
3403  munmap(0x7fc00c575000, 30777)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c57c000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\n * setup.php - Sets up sessions, connects to databases and so on\n *\n * Normally this is only called by the main config.php file\n * Normally this file does not need to be edited.\n * @author Martin Dougiamas\n * @version $Id: setup.php,v 1.212.2.30 2010/05/21 11:39:44 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n////// DOCUMENTATION IN PHPDOC FORMAT FOR MOODLE GLOBALS AND COMMON OBJECT TYPES /////////////\n/**\n * $USER is a global instance of a typical $user record.\n *\n * Items found in the user record:\n *  - $USER->emailstop - Does the user want email sent to them?\n *  - $USER->email - The user's email address.\n *  - $USER->id - The unique integer identified of this user in the 'user' table.\n *  - $USER->email - The use"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  brk(0x16db000)                    = 0x16db000
3403  mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc002f79000
3403  munmap(0x7fc00c57d000, 30777)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c57c000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 11129)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php // $Id: setuplib.php,v 1.22.2.6 2009/05/08 21:30:31 skodak Exp $ \n      // These functions are required very early in the Moodle \n      // setup process, before any of the main libraries are \n      // loaded.\n\n\n/**\n * Simple class\n */\nclass object {};\n\n\n/**\n * Initializes our performance info early.\n *\n * Pairs up with get_performance_info() which is actually\n * in moodlelib.php. This function is here so that we can \n * call it before all the libs are pulled in. \n *\n * @uses $PERF\n */\nfunction init_performance_info() {\n\n    global $PERF, $CFG, $USER;\n  \n    $PERF = new Object;\n    $PERF->dbqueries = 0;   \n    $PERF->logwrites = 0;\n    if (function_exists('microtime')) {\n        $PERF->starttime = microtime();\n        }\n    if (function_exists('memory_get_usage')) {\n        $PERF->sta"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 11129)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  times({tms_utime=1, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 664361940
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c6f9000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6db000
3403  munmap(0x7fc00c6db000, 121799)    = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c6f8000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\n * Set tabs to 4 for best viewing.\n * \n * Latest version is available at http://adodb.sourceforge.net/\n * \n * This is the main include file for ADOdb.\n * Database specific drivers are stored in the adodb/drivers/adodb-*.inc.php\n *\n * The ADOdb files are formatted so that doxygen can be used to generate documentation.\n * Doxygen is a documentation generation tool and can be downloaded from http://doxygen.org/\n */\n\n/**\n\t\\mainpage \t\n\t\n\t @version V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n\n\tReleased under both BSD license and Lesser GPL library license. You can choose which license\n\tyou prefer.\n\t\n\tPHP's database access functions are not standardised. This creates a need for a database \n\tclass library to hide the differences between the differ"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  brk(0x171b000)                    = 0x171b000
3403  brk(0x175b000)                    = 0x175b000
3403  brk(0x179b000)                    = 0x179b000
3403  brk(0x17db000)                    = 0x17db000
3403  brk(0x181b000)                    = 0x181b000
3403  munmap(0x7fc00c6f9000, 121799)    = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c6f8000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 42266)     = 0
3403  close(6)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c70c000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70b000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\nADOdb Date Library, part of the ADOdb abstraction library\nDownload: http://phplens.com/phpeverywhere/\n\nPHP native date functions use integer timestamps for computations.\nBecause of this, dates are restricted to the years 1901-2038 on Unix \nand 1970-2038 on Windows due to integer overflow for dates beyond \nthose years. This library overcomes these limitations by replacing the \nnative function's signed integers (normally 32-bits) with PHP floating \npoint numbers (normally 64-bits).\n\nDates from 100 A.D. to 3000 A.D. and later\nhave been tested. The minimum is 100 A.D. as <100 will invoke the\n2 => 4 digit year conversion. The maximum is billions of years in the \nfuture, but this is a theoretical limit as the computation of that year \nwould take too long with the current implementation"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  brk(0x185b000)                    = 0x185b000
3403  munmap(0x7fc00c70c000, 42266)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c70b000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 1597)      = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n\n/*\n  V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  \n  Set tabs to 4.\n  \n  Declares the ADODB Base Class for PHP5 \"ADODB_BASE_RS\", and supports iteration with \n  the ADODB_Iterator class.\n  \n  \t\t$rs = $db->Execute(\"select * from adoxyz\");\n\t\tforeach($rs as $k => $v) {\n\t\t\techo $k; print_r($v); echo \"<br>\";\n\t\t}\n\t\t\n\t\t\n\tIterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2\n */\n \n\n class ADODB_Iterator implements Iterator {\n\n    private $rs;\n\n    function __construct($rs) \n\t{\n        $this->rs = $rs;\n    }\n    function rewind() \n\t{\n "..., 4096) = 1597
3403  lseek(6, 1597, SEEK_SET)          = 1597
3403  munmap(0x7fc00c716000, 1597)      = 0
3403  lseek(6, -1597, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c711000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c70b000
3403  munmap(0x7fc00c70b000, 20943)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c710000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\nV4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  Set tabs to 8.\n  \n  MySQL code that does not support transactions. Use mysqlt if you need transactions.\n  Requires mysql client. Works on Windows and Unix.\n  \n 28 Feb 2001: MetaColumns bug fix - suggested by  Freek Dijkstra (phpeverywhere@macfreek.com)\n*/ \n\n// security - hide paths\nif (!defined('ADODB_DIR')) die();\n\nif (! defined(\"_ADODB_MYSQL_LAYER\")) {\n define(\"_ADODB_MYSQL_LAYER\", 1 );\n\nclass ADODB_mysql extends ADOConnection {\n\tvar $databaseType = 'mysql';\n\tvar $dataProvider = 'mysql';\n\tvar $hasInsertID = true;\n\tvar $hasAff"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  brk(0x189b000)                    = 0x189b000
3403  munmap(0x7fc00c711000, 20943)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c710000, 4096)      = 0
3403  socket(PF_FILE, SOCK_STREAM, 0)   = 6
3403  fcntl(6, F_SETFL, O_RDONLY)       = 0
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3403  connect(6, {sa_family=AF_FILE, path="/var/lib/mysql/mysql.sock"}, 110) = 0
3403  fcntl(6, F_SETFL, O_RDWR)         = 0
3403  setsockopt(6, SOL_SOCKET, SO_RCVTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_SOCKET, SO_SNDTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
3403  setsockopt(6, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
3403  poll([{fd=6, events=POLLIN}], 1, 60000) = 1 ([{fd=6, revents=POLLIN}])
3403  read(6, "<\0\0\0\n5.1.63-rel13.4\0\217\22Q\1a6)iY^OO\0\377\367\10\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"Vl<&Fp\"Tajr\0", 16384) = 64
3403  stat("/usr/share/mysql/charsets/Index.xml", {st_mode=S_IFREG|0755, st_size=18261, ...}) = 0
3403  open("/usr/share/mysql/charsets/Index.xml", O_RDONLY) = 7
3403  read(7, "<?xml version='1.0' encoding=\"utf-8\"?>\n\n<charsets max-id=\"99\">\n\n<copyright>\n Copyright (C) 2003 MySQL AB\n\n  This program is free software; you can redistribute it and/or modify\n  it under the terms of the GNU General Public License as published by\n  the Free Software Foundation; version 2 of the License.\n\n  This program is distributed in the hope that it will be useful,\n  but WITHOUT ANY WARRANTY; without even the implied warranty of\n  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n  GNU General Public License for more details.\n\n  You should have received a copy of the GNU General Public License\n  along with this program; if not, write to the Free Software\n  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n</copyright>\n\n<description>\nThis file lists "..., 18261) = 18261
3403  close(7)                          = 0
3403  write(6, "C\0\0\1\205\242\2\0\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0michelep_root\0\24\262gYP\1iV\21Qct*\333 \243K\v\243\267\213", 71) = 71
3403  read(6, "\7\0\0\2\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\20\0\0\0\2michelep_moodle", 20) = 20
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c712000
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 18030)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c711000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: textlib.class.php,v 1.25 2007/10/10 05:25:15 nicolasconnault Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //\n//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //\n//                            "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x18dc000)                    = 0x18dc000
3403  munmap(0x7fc00c712000, 18030)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c711000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/typo3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c706000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f5000
3403  munmap(0x7fc00c6f5000, 67389)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c705000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 2003-2006 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the Typo3 project. The Typo3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*\n*  This script is distributed in the hope that it will be useful,\n*  but WITHOUT ANY WARRANTY; without even the implied warranty of\n*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n*  GNU General Public License fo"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x191c000)                    = 0x191c000
3403  brk(0x195c000)                    = 0x195c000
3403  munmap(0x7fc00c706000, 67389)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c705000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6f4000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c562000
3403  munmap(0x7fc00c562000, 143188)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c584000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the TYPO3 project. The TYPO3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*  A copy is found in the textfile GPL.txt and important notices to the license\n*  from the author is found in LICENSE.txt distributed with these scripts.\n*\n*\n*  This script is distributed in the hope that it will be useful,\n*  but"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x199c000)                    = 0x199c000
3403  brk(0x19dc000)                    = 0x19dc000
3403  brk(0x1a1c000)                    = 0x1a1c000
3403  brk(0x1a5c000)                    = 0x1a5c000
3403  brk(0x1a9c000)                    = 0x1a9c000
3403  munmap(0x7fc00c6f4000, 143188)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c584000, 4096)      = 0
3403  umask(077)                        = 022
3403  umask(0)                          = 077
3403  access("/home/michelep/moodledata", F_OK) = 0
3403  access("/home/michelep/moodledata/.htaccess", F_OK) = 0
3403  access("/home/michelep/moodledata/temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp/cs", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/weblib.php", {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6d8000
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c546000
3403  munmap(0x7fc00c546000, 255130)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c584000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x1adc000)                    = 0x1adc000
3403  brk(0x1b1c000)                    = 0x1b1c000
3403  brk(0x1b5c000)                    = 0x1b5c000
3403  brk(0x1b9c000)                    = 0x1b9c000
3403  brk(0x1bdc000)                    = 0x1bdc000
3403  brk(0x1c1c000)                    = 0x1c1c000
3403  brk(0x1c5c000)                    = 0x1c5c000
3403  brk(0x1c9c000)                    = 0x1c9c000
3403  munmap(0x7fc00c6d8000, 255130)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c584000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c713000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 14385)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c712000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: filterlib.php,v 1.24.10.4 2009/02/18 11:02:11 stronk7 Exp $\n      // Contains special functions that are particularly useful to filters\n\n\n/// Define one exclusive separator that we'll use in the temp saved tags\n/// keys. It must be something rare enough to avoid having matches with\n/// filterobjects. MDL-18165\ndefine ('EXCL_SEPARATOR', '-%-');\n\n/**\n * This is just a little object to define a phrase and some instructions \n * for how to process it.  Filters can create an array of these to pass \n * to the filter_phrases function below.\n **/\nclass filterobject {\n    var $phrase;\n    var $hreftagbegin;\n    var $hreftagend;\n    var $casesensitive;\n    var $fullmatch;\n    var $replacementphrase;\n    var $work_phrase;\n    var $work_hreftagbegin;\n    var $work_hreftagend;\n    var $wor"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c713000, 14385)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c712000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/ajax", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c714000
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c711000
3403  munmap(0x7fc00c711000, 8244)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c713000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library functions for using AJAX with Moodle.\n */\n\n/**\n * Get the path to a JavaScript library.\n * @param $libname - the name of the library whose path we need.\n * @return string\n */\nfunction ajax_get_lib($libname) {\n\n    global $CFG, $HTTPSPAGEREQUIRED;\n    $libpath = '';\n\n    $translatelist = array(\n            'yui_yahoo' => '/lib/yui/yahoo/yahoo-min.js',\n            'yui_animation' => '/lib/yui/animation/animation-min.js',\n            'yui_autocomplete' => '/lib/yui/autocomplete/autocomplete-min.js',\n            'yui_button' => '/lib/yui/button/button-min.js',\n            'yui_calendar' => '/lib/yui/calendar/calendar-min.js',\n            'yui_charts' => '/lib/yui/charts/charts-experimental-min.js',\n            'yui_colorpicker' => '/lib/yui/colorpicker/colorpicker-min.js',"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c714000, 8244)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c713000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 106491, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6fd000
3403  munmap(0x7fc00c6fd000, 106491)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c716000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: dmllib.php,v 1.116.2.35 2010/09/15 20:08:58 stronk7 Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas     http://dougiamas.com  //\n//                                                                       //\n// This program is free software; you can r"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  read(7, "    $empty_rs_cache = array();  // Clear out the cache, just in case changes were made to table structures\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    $rs = $db->Execute($command);\n\n    $db->debug = $olddebug;\n\n    if ($rs) {\n        if ($feedback) {\n            notify(get_string('success'), 'notifysuccess');\n        }\n        return true;\n    } else {\n        if ($feedback) {\n            notify('<strong>' . get_string('error') . '</strong>');\n        }\n        // these two may go to difference places\n        debugging($db->ErrorMsg() .'<br /><br />'. s($command));\n        if (!empty($CFG->dblogerror)) {\n            $debug=array_shift(debug_backtrace());\n            error_log(\"SQL \".$db->ErrorMsg().\" in {$debug['file']} on line {$debug['line']}. STATEMENT: "..., 4096) = 4096
3403  read(7, "   if ($length and $line[0] <> '#' and $line[0].$line[1] <> '--') {\n            if (substr($line, $length-1, 1) == ';') {\n                $line = substr($line, 0, $length-1);   // strip ;\n                $command .= $line;\n                $command = str_replace('prefix_', $CFG->prefix, $command); // Table prefixes\n                if (! execute_sql($command)) {\n                    $success = false;\n                }\n                $command = '';\n            } else {\n                $command .= $line;\n            }\n        }\n    }\n\n    return $success;\n\n}\n\n/// GENERIC FUNCTIONS TO CHECK AND COUNT RECORDS ////////////////////////////////////////\n\n/**\n * Test whether a record exists in a table where all the given fields match the given values.\n *\n * The record to test is specified by giving u"..., 8192) = 8192
3403  read(7, " $limitnum  = 1; /// Number of records to retrieve\n\n/// Only a few uses of the 2nd and 3rd parameter have been found\n/// I think that we should avoid to use them completely, one\n/// record is one record, and everything else should return error.\n/// So the proposal is to change all the uses, (4-5 inside Moodle\n/// Core), drop them from the definition and delete the next two\n/// \"if\" sentences. (eloy, 2006-08-19)\n\n    if ($nolimit) {\n        $limitfrom = 0;\n        $limitnum  = 0;\n    } else if ($expectmultiple) {\n        $limitfrom = 0;\n        $limitnum  = 1;\n    } else if (debugging('', DEBUG_DEVELOPER)) {\n        // Debugging mode - don't use a limit of 1, but do change the SQL, because sometimes that\n        // causes errors, and in non-debug mode you don't see the error message and it "..., 8192) = 8192
3403  read(7, "ptional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an ADODB RecordSet object, or false if an error occured.\n */\nfunction get_recordset_sql($sql, $limitfrom=null, $limitnum=null) {\n    global $CFG, $db;\n\n    if (empty($db)) {\n        return false;\n    }\n\n/// Temporary hack as part of phasing out all access to obsolete user tables  XXX\n    if (!empty($CFG->rolesactive)) {\n        if (strpos($sql, ' '.$CFG->prefix.'user_students ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_teachers ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_coursecreators ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_admins ')) {\n            if (debugging()) { var_dump(debug_backtra"..., 8192) = 8192
3403  read(7, "   debugging('Incorrect $rs used!', DEBUG_DEVELOPER);\n        return;\n    }\n\n    $rs->Close();\n}\n\n/**\n * This function is used to convert all the Oracle 1-space defaults to the empty string\n * like a really DIRTY HACK to allow it to work better until all those NOT NULL DEFAULT ''\n * fields will be out from Moodle.\n * @param string the string to be converted to '' (empty string) if it's ' ' (one space)\n * @param mixed the key of the array in case we are using this function from array_walk,\n *              defaults to null for other (direct) uses\n * @return boolean always true (the converted variable is returned by reference)\n */\nfunction onespace2empty(&$item, $key=null) {\n    $item = $item == ' ' ? '' : $item;\n    return true;\n}\n///End DIRTY HACK\n\n\n/**\n * Get a number of records as an arra"..., 8192) = 8192
3403  read(7, "nu.\n *\n * @param string $table The database table to be checked against.\n * @param string $select A fragment of SQL to be used in a where clause in the SQL call.\n * @param string $sort Sort order (optional) - a valid SQL order parameter\n * @param string $fields A comma separated list of fields to be returned from the chosen table.\n * @param int $limitfrom return a subset of records, starting at this point (optional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an associative array, or false if no records were found or an error occured.\n */\nfunction get_records_select_menu($table, $select='', $sort='', $fields='*', $limitfrom='', $limitnum='') {\n    $rs = get_recordset_select($"..., 8192) = 8192
3403  read(7, "ct($table, $newfield, $newvalue, $select, true);\n}\n\n/**\n * Set a single field in every table row where the select statement evaluates to true.\n *\n * @uses $CFG\n * @uses $db\n * @param string $table The database table to be checked against.\n * @param string $newfield the field to set.\n * @param string $newvalue the value to set the field to.\n * @param string $select a fragment of SQL to be used in a where clause in the SQL call.\n * @param boolean $localcall Leave this set to false. (Should only be set to true by set_field.)\n * @return mixed An ADODB RecordSet object with the results from the SQL call or false.\n */\nfunction set_field_select($table, $newfield, $newvalue, $select, $localcall = false) {\n\n    global $db, $CFG;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }"..., 8192) = 8192
3403  read(7, "s_cache[$table];\n\n/// Postgres doesn't have the concept of primary key built in\n/// and will return the OID which isn't what we want.\n/// The efficient and transaction-safe strategy is to\n/// move the sequence forward first, and make the insert\n/// with an explicit id.\n    if ( $CFG->dbfamily === 'postgres' && $returnid == true ) {\n        if ($nextval = (int)get_field_sql(\"SELECT NEXTVAL('{$CFG->prefix}{$table}_{$primarykey}_seq')\")) {\n            $dataobject->{$primarykey} = $nextval;\n        }\n    }\n\n/// Begin DIRTY HACK\n    if ($CFG->dbfamily == 'oracle') {\n        oracle_dirty_hack($table, $dataobject); // Convert object to the correct \"empty\" values for Oracle DB\n    }\n/// End DIRTY HACK\n\n/// Under Oracle, MSSQL and PostgreSQL we have our own insert record process\n/// detect all the "..., 8192) = 8192
3403  read(7, "l be updated later\n    if (($CFG->dbfamily == 'oracle' || $CFG->dbfamily == 'mssql' || $CFG->dbfamily == 'postgres')\n      && !empty($dataobject->id)) {\n    /// Detect lobs\n        $foundclobs = array();\n        $foundblobs = array();\n        db_detect_lobs($table, $dataobject, $foundclobs, $foundblobs, true);\n    }\n\n    // Determine all the fields in the table\n    if (!$columns = $db->MetaColumns($CFG->prefix . $table)) {\n        return false;\n    }\n    $data = (array)$dataobject;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    // Pull out data matching these fields\n    $update = array();\n    foreach ($columns as $column) {\n        if ($column->name == 'id') {\n            continue;\n        }\n        if (array_key_exists($column->name, $data)) {\n            $ke"..., 8192) = 8192
3403  read(7, "s function should be applied in all the places where conditions of\n * the type:\n *\n *     ... AND fieldname != '';\n *\n * are being used. Final result should be:\n *\n *     ... AND ' . sql_isnotempty('tablename', 'fieldname', true/false, true/false);\n *\n * (see parameters description below)\n *\n * @param string $tablename name of the table (without prefix). Not used for now but can be\n *                          necessary in the future if we want to use some introspection using\n *                          meta information against the DB. /// TODO ///\n * @param string $fieldname name of the field we are going to check\n * @param boolean $nullablefield to specify if the field us nullable (true) or no (false) in the DB\n * @param boolean $textfield to specify if it is a text (also called clob) fie"..., 8192) = 8192
3403  read(7, " be used in order to perform one bitwise NOT operation\n * with 1 integer.\n * @param integer int1 integer in the operation\n * @return string the piece of SQL code to be used in your statement.\n */\nfunction sql_bitnot($int1) {\n\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return '((0 - (' . $int1 . ')) - 1)';\n            break;\n        default:\n            return '(~(' . $int1 . '))';\n    }\n}\n\n/**\n * Returns the FROM clause required by some DBs in all SELECT statements\n * To be used in queries not having FROM clause to provide cross_db\n */\nfunction sql_null_from_clause() {\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return ' FROM dual';\n            break;\n        default:\n            return '';\n    }\n}\n\n/**\n * Retur"..., 8192) = 8192
3403  read(7, "is defined as NOT NULL, we'll modify\n/// such data in the best form possible (\"0\" for booleans and numbers and \" \" for the\n/// rest of strings. It isn't optimal, but the only way to do so.\n/// In the oppsite, when retrieving records from Oracle, we'll decode \" \" back to\n/// empty strings to allow everything to work properly. DIRTY HACK.\n\n/// If the db isn't Oracle, return without modif\n    if ( $CFG->dbfamily != 'oracle') {\n        return;\n    }\n\n/// Get Meta info to know what to change, using the cached meta if exists\n    if (!isset($metadata_cache[$table])) {\n        $metadata_cache[$table] = array_change_key_case($db->MetaColumns($CFG->prefix . $table), CASE_LOWER);\n    }\n    $columns = $metadata_cache[$table];\n/// Iterate over all the fields in the insert, transforming values\n/// in th"..., 8192) = 8192
3403  read(7, "e (id)\n        $sqlcondition = 'id=' . $sqlcondition;\n    } else { /// Else, it's a formal standard SQL condition, we try to delete the WHERE in case it exists\n        $sqlcondition = trim(preg_replace('/^WHERE/is', '', trim($sqlcondition)));\n    }\n\n/// Update all the clobs\n    if ($clobs) {\n        foreach ($clobs as $key => $value) {\n\n            if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }; /// Count the extra updates in PERF\n\n        /// Oracle CLOBs doesn't like quoted strings (are inserted via prepared statemets)\n            if ($CFG->dbfamily == 'oracle') {\n                $value = stripslashes_safe($value);\n            }\n\n            if (!$db->UpdateClob($CFG->prefix.$table, $key, $value, $sqlcondition)) {\n                $status = false;\n                $state"..., 8192) = 8187
3403  read(7, "", 4096)                 = 0
3403  read(7, "", 8192)                 = 0
3403  read(7, "", 8192)                 = 0
3403  brk(0x1cdc000)                    = 0x1cdc000
3403  brk(0x1d1c000)                    = 0x1d1c000
3403  close(7)                          = 0
3403  munmap(0x7fc00c716000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/datalib.php", {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c702000
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6ed000
3403  munmap(0x7fc00c6ed000, 81956)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c701000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n/**\n * Library of functions for database manipulation.\n *\n * Other main libraries:\n * - weblib.php - functions that produce web output\n * - moodlelib.php - general-purpose Moodle functions\n * @author Martin Dougiamas and many others\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n /// Some constants\n define('LASTACCESS_UPDATE_SECS', 60); /// Number of seconds to wait before\n                                       /// updating lastaccess information in DB.\n\n/**\n * Escape all dangerous characters in a data record\n *\n * $dataobject is an object containing needed data\n * Run over each field exectuting addslashes() function\n * to escape SQL unfriendly characters (e.g. quotes)\n * Handy when writing back data read from the database\n *\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x1d5c000)                    = 0x1d5c000
3403  munmap(0x7fc00c702000, 81956)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c701000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6e3000
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c551000
3403  munmap(0x7fc00c551000, 209796)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c584000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: accesslib.php,v 1.421.2.109 2010/05/20 18:35:05 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you ca"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x1d9c000)                    = 0x1d9c000
3403  brk(0x1ddc000)                    = 0x1ddc000
3403  brk(0x1e1c000)                    = 0x1e1c000
3403  brk(0x1e5c000)                    = 0x1e5c000
3403  brk(0x1e9c000)                    = 0x1e9c000
3403  brk(0x1edc000)                    = 0x1edc000
3403  brk(0x1f1c000)                    = 0x1f1c000
3403  munmap(0x7fc00c6e3000, 209796)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c584000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c709000
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6fb000
3403  munmap(0x7fc00c6fb000, 57169)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c708000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: blocklib.php,v 1.129.2.12 2010/08/19 14:06:03 sam_marshall Exp $\n\n//This library includes all the necessary stuff to use blocks in course pages\n\ndefine('BLOCK_MOVE_LEFT',   0x01);\ndefine('BLOCK_MOVE_RIGHT',  0x02);\ndefine('BLOCK_MOVE_UP',     0x04);\ndefine('BLOCK_MOVE_DOWN',   0x08);\ndefine('BLOCK_CONFIGURE',   0x10);\n\ndefine('BLOCK_POS_LEFT',  'l');\ndefine('BLOCK_POS_RIGHT', 'r');\n\ndefine('BLOCKS_PINNED_TRUE',0);\ndefine('BLOCKS_PINNED_FALSE',1);\ndefine('BLOCKS_PINNED_BOTH',2);\n\nrequire_once($CFG->libdir.'/pagelib.php');\nrequire_once($CFG->dirroot.'/course/lib.php'); // needed to solve all those: Call to undefined function: print_recent_activity() when adding Recent Activity\n\n// Returns false if this block is incompatible with the current version of Moodle.\nfunction block_is_c"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x1f5c000)                    = 0x1f5c000
3403  munmap(0x7fc00c709000, 57169)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c708000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c711000
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70b000
3403  munmap(0x7fc00c70b000, 23923)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c710000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n\n/**\n * This file contains the parent class for moodle pages, page_base, \n * as well as the page_course subclass.\n * A page is defined by its page type (ie. course, blog, activity) and its page id\n * (courseid, blogid, activity id, etc).\n *\n * @author Jon Papaioannou\n * @version  $Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package pages\n */\n\nfunction page_import_types($path) {\n    global $CFG;\n\n    static $types = array();\n\n    if(substr($path, -1) != '/') {\n        $path .= '/';\n    }\n\n    $path = clean_param($path, PARAM_PATH);\n\n    if(isset($types[$path])) {\n        return $types[$path];\n    }\n\n    $file = $CFG->dirroot.'/'.$path.'"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c711000, 23923)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c710000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/lib.php", {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6f8000
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6d9000
3403  munmap(0x7fc00c6d9000, 123781)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c6f7000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: lib.php,v 1.538.2.82 2010/10/13 20:30:23 skodak Exp $\n   // Library of useful functions\n\n\ndefine('COURSE_MAX_LOG_DISPLAY', 150);          // days\ndefine('COURSE_MAX_LOGS_PER_PAGE', 1000);       // records\ndefine('COURSE_LIVELOG_REFRESH', 60);           // Seconds\ndefine('COURSE_MAX_RECENT_PERIOD', 172800);     // Two days, in seconds\ndefine('COURSE_MAX_SUMMARIES_PER_PAGE', 20);    // courses\ndefine('COURSE_MAX_COURSES_PER_DROPDOWN',1000); //  max courses in log dropdown before switching to optional\ndefine('COURSE_MAX_USERS_PER_DROPDOWN',1000);   //  max users in log dropdown before switching to optional\ndefine('FRONTPAGENEWS',           '0');\ndefine('FRONTPAGECOURSELIST',     '1');\ndefine('FRONTPAGECATEGORYNAMES',  '2');\ndefine('FRONTPAGETOPICONLY',      '3');\ndefine('FRONTP"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x1f9c000)                    = 0x1f9c000
3403  brk(0x1fdc000)                    = 0x1fdc000
3403  brk(0x201c000)                    = 0x201c000
3403  brk(0x205d000)                    = 0x205d000
3403  brk(0x209e000)                    = 0x209e000
3403  munmap(0x7fc00c6f8000, 123781)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c6f7000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/group/lib.php", {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/group", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c711000
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70b000
3403  munmap(0x7fc00c70b000, 23400)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c710000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Extra library for groups and groupings.\n *\n * @copyright &copy; 2006 The Open University\n * @author J.White AT open.ac.uk, Petr Skoda (skodak)\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package groups\n */\n\n/*\n * INTERNAL FUNCTIONS - to be used by moodle core only\n * require_once $CFG->dirroot.'/group/lib.php' must be used\n */\n\n/**\n * Adds a specified user to a group\n * @param int $userid   The user id\n * @param int $groupid  The group id\n * @return boolean True if user added successfully or the user is already a\n * member of the group, false otherwise.\n */\nfunction groups_add_member($groupid, $userid) {\n    if (!groups_group_exists($groupid)) {\n        return false;\n    }\n\n    if (groups_is_member($groupid, $userid)) {\n        return true;\n    }\n\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c711000, 23400)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c710000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c708000
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f9000
3403  munmap(0x7fc00c6f9000, 58741)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c707000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: deprecatedlib.php,v 1.41.2.14 2009/11/19 10:18:01 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas, Moodle  http://moodle.com//\n//                                                                       //\n// This program is free software; you "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x20e4000)                    = 0x20e4000
3403  munmap(0x7fc00c708000, 58741)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c707000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc002f32000
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc002eeb000
3403  munmap(0x7fc002eeb000, 286912)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc002eb1000
3403  mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc002e30000
3403  brk(0x2128000)                    = 0x2128000
3403  brk(0x216b000)                    = 0x216b000
3403  brk(0x21bd000)                    = 0x21bd000
3403  brk(0x21fd000)                    = 0x21fd000
3403  brk(0x223d000)                    = 0x223d000
3403  brk(0x227d000)                    = 0x227d000
3403  brk(0x22bd000)                    = 0x22bd000
3403  brk(0x22fe000)                    = 0x22fe000
3403  brk(0x233f000)                    = 0x233f000
3403  munmap(0x7fc002eb1000, 528384)    = 0
3403  munmap(0x7fc002e30000, 528384)    = 0
3403  munmap(0x7fc002f32000, 286912)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18413)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library of functions for events manipulation.\n * \n * The public API is all at the end of this file.\n *\n * @author Martin Dougiamas and many others\n * @version $Id: eventslib.php,v 1.16.2.3 2008/10/06 22:07:10 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n\n/**\n * Loads the events definitions for the component (from file). If no\n * events are defined for the component, we simply return an empty array.\n * @param $component - examples: 'moodle', 'mod/forum', 'block/quiz_results'\n * @return array of capabilities or empty array if not exists\n *\n * INTERNAL - to be used from eventslib only\n */\nfunction events_load_def($component) {\n    global $CFG;\n\n    if ($component == 'moodle') {\n        $defpath = $CFG->libdir.'/db/ev"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18413)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c738000
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c710000
3403  munmap(0x7fc00c710000, 26745)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c716000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  //$Id: grouplib.php,v 1.22.2.12 2010/11/12 10:03:10 skodak Exp $\n\n/**\n * Groups not used in course or activity\n */\ndefine('NOGROUPS', 0);\n\n/**\n * Groups used, users do not see other groups\n */\ndefine('SEPARATEGROUPS', 1);\n\n/**\n * Groups used, students see other groups\n */\ndefine('VISIBLEGROUPS', 2);\n\n\n/**\n * Determines if a group with a given groupid exists.\n * @param int $groupid The groupid to check for\n * @return boolean True if the group exists, false otherwise or if an error\n * occurred.\n */\nfunction groups_group_exists($groupid) {\n    return record_exists('groups', 'id', $groupid);\n}\n\n/**\n * Gets the name of a group with a specified id\n * @param int $groupid The id of the group\n * @return string The name of the group\n */\nfunction groups_get_group_name($groupid) {\n    return ge"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  brk(0x2386000)                    = 0x2386000
3403  munmap(0x7fc00c738000, 26745)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c716000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\3\0\0\0\33\1\0", 7)    = 7
3403  read(6, "\5\0\0\1\376\0\0\2\0", 16384) = 9
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\21\0\0\0\3SET NAMES 'utf8'", 21) = 21
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\31\0\0\0\3SELECT * FROM mdl_config", 29) = 29
3403  read(6, "\1\0\0\1\3=\0\0\2\3def\17michelep_moodle\nmdl_config\nmdl_config\2id\2id\f?\0\n\0\0\0\10#B\0\0\0A\0\0\3\3def\17michelep_moodle\nmdl_config\nmdl_config\4name\4name\f!\0\375\2\0\0\375\5@\0\0\0C\0\0\4\3def\17michelep_moodle\nmdl_config\nmdl_config\5value\5value\f!\0\375\377\2\0\374\21\20\0\0\0\5\0\0\5\376\0\0\"\0\16\0\0\6\0011\tunicodedb\0011 \0\0\7\0012\22statsrolesupgraded\n1305897129\r\0\0\10\0013\4auth\5email\31\0\0\t\0014\20auth_pop3mailbox\5INBOX\17\0\0\n\0015\5enrol\6manual\37\0\0\v\0016\25enrol_plugins_enabled\6manual\20\0\0\f\0017\5style\7default\23\0\0\r\0018\10template\7default\r\0\0\16\0019\5theme\4DesK \0\0\17\00210\32filter_multilang_converted\0011\27\0\0\20\003428\fregisterauth\5email\26\0\0\21\00212\20guestloginbutton\0011\26\0\0\22\00213\21alternateloginurl\0\31\0\0\23\00214\24forgottenpasswordurl\0\250\10\0\24\00215\21auth_instructions\374\220\10<div style=\"background-color: transparent; \"><div style=\"background-color: transparent; \"><span id=\"internal-source-marker_0.799507872434333\" style=\"font-size: 10pt; font-family: arial; color: rg"..., 16384) = 16384
3403  read(6, "iew\3all+\0\0\245\003416$block_course_list_hideallcourseslink\0011#\0\0\246\003417\34block_online_users_timetosee\0015\33\0\0\247\003418\25defaultallowedmodules\0\23\0\0\250\003419\rcoursemanager\0\17\0\0\251\003420\tfrontpage\0\30\0\0\252\003421\21frontpageloggedin\0010\27\0\0\253\003422\20maxcategorydepth\0010\26\0\0\254\003423\16coursesperpage\00220,\0\0\255\003424%allowvisiblecoursesinhiddencategories\0010\35\0\0\256\003425\26defaultfrontpageroleid\0015!\0\0\257\003426\vsupportname\20Assistenza Des-K%\0\0\260\003427\fsupportemail\23assistenza@des-k.it\"\0\0\261\003429\22digestmailtimelast\n1342278002#\0\0\262\003430\23forum_lastreadclean\n1342313401$\0\0\263\003431\24scorm_updatetimelast\n1342303202\36\0\0\264\003432\20lastexpirynotify\01020120715\37\0\0\265\003433\30sendcoursewelcomemessage\0011\36\0\0\266\003434\16statslastdaily\n1342303200=\0\0\267\003435\vtextfilters,filter/hiddentext,mod/glossary,filter/jsmath\"\0\0\270\003436\22statslastexecution\n1342310402\37\0\0\271\003438\17statslastweekly\n1341784800 \0\0\272\003440\20statslastmonthly\n1341100800"..., 16384) = 957
3403  brk(0x23d4000)                    = 0x23d4000
3403  brk(0x2414000)                    = 0x2414000
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "6\0\0\0\3SELECT * FROM mdl_course WHERE category = '0' LIMIT 1", 58) = 58
3403  read(6, "\1\0\0\1-=\0\0\2\3def\17michelep_moodle\nmdl_course\nmdl_course\2id\2id\f?\0\n\0\0\0\10#B\0\0\0I\0\0\3\3def\17michelep_moodle\nmdl_course\nmdl_course\10category\10category\f?\0\n\0\0\0\10)@\0\0\0K\0\0\4\3def\17michelep_moodle\nmdl_course\nmdl_course\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\5\3def\17michelep_moodle\nmdl_course\nmdl_course\10password\10password\f!\0\226\0\0\0\375\1\0\0\0\0I\0\0\6\3def\17michelep_moodle\nmdl_course\nmdl_course\10fullname\10fullname\f!\0\372\2\0\0\375\1\0\0\0\0K\0\0\7\3def\17michelep_moodle\nmdl_course\nmdl_course\tshortname\tshortname\f!\0,\1\0\0\375\t@\0\0\0I\0\0\10\3def\17michelep_moodle\nmdl_course\nmdl_course\10idnumber\10idnumber\f!\0,\1\0\0\375\t@\0\0\0G\0\0\t\3def\17michelep_moodle\nmdl_course\nmdl_course\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0E\0\0\n\3def\17michelep_moodle\nmdl_course\nmdl_course\6format\6format\f!\0\36\0\0\0\375\1\0\0\0\0M\0\0\v\3def\17michelep_moodle\nmdl_course\nmdl_course\nshowgrades\nshowgrades\f?\0\2\0\0\0\1!\0\0\0\0G\0\0\f\3def\17michelep_moodle\nmdl_course"..., 16384) = 4534
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "<\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '10' LIMIT 1", 64) = 64
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\f\0\0\10\0011\00210\0010\2/1\0011\5\0\0\t\376\0\0\2\0", 16384) = 420
3403  access("/home/michelep/moodledata/cache", F_OK) = 0
3403  access("/home/michelep/moodledata/sessions", F_OK) = 0
3403  open("/home/michelep/moodledata/sessions/sess_46g24tdvpg8vctk5hac81i9802", O_RDWR|O_CREAT, 0600) = 7
3403  flock(7, LOCK_EX)                 = 0
3403  fcntl(7, F_SETFD, FD_CLOEXEC)     = 0
3403  fstat(7, {st_mode=S_IFREG|0600, st_size=4671, ...}) = 0
3403  pread(7, "SESSION|O:6:\"object\":15:{s:12:\"session_test\";s:10:\"vbNssFd8J9\";s:10:\"logincount\";i:0;s:14:\"fromdiscussion\";s:26:\"http://www.des-k.it/moodle\";s:12:\"dst_offsettz\";s:11:\"Europe/Rome\";s:11:\"dst_offsets\";a:16:{i:1445817600;N;i:1445731200;i:0;i:1427587200;i:3600;i:1414281600;i:0;i:1396137600;i:3600;i:1382832000;i:0;i:1364688000;i:3600;i:1351382400;i:0;i:1332633600;i:3600;i:1319932800;i:0;i:1301184000;i:3600;i:1288483200;i:0;i:1269734400;i:3600;i:1256428800;i:0;i:1238284800;i:3600;i:0;N;}s:9:\"dst_range\";a:2:{i:0;i:2009;i:1;i:2015;}s:18:\"cal_course_referer\";i:1;s:15:\"cal_show_global\";b:1;s:15:\"cal_show_groups\";b:1;s:15:\"cal_show_course\";b:1;s:13:\"cal_show_user\";b:1;s:17:\"cal_courses_shown\";a:0:{}s:15:\"cal_users_shown\";s:3:\"982\";s:12:\"flashversion\";s:8:\"10.1.102\";s:4:\"lang\";s:7:\"it_utf8\";}USER|O:8:"..., 4671, 0) = 4671
3403  access("/home/michelep/moodledata/lang/it_utf8", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/langconfig.php", {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/moodledata", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = ',';\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ';';\n$string['locale'] = 'it_IT.UTF-8';\n$string['localewin'] = 'Italian_Italy.1252';\n$string['localewincharset'] = 'WINDOWS-1252';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';\n$string['strftimedaydate'] = '%%A, %%d %%B %%Y';\n$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';\n$string['strftimedayshort'] = '%%A %%d %%B';\n$string['strftimedaytime'] = '%%a, %%H:%%M';\n$string['strftimemonthyear'] = '%%B %%Y';\n$string['strftimerecent'] = '%%d %%b, %"..., 4096) = 1087
3403  lseek(8, 1087, SEEK_SET)          = 1087
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  lseek(8, -1087, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/usr/lib/locale/locale-archive", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=99154480, ...}) = 0
3403  mmap(NULL, 99154480, PROT_READ, MAP_PRIVATE, 8, 0) = 0x7fbffd0e9000
3403  close(8)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/DesK", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php   // $Id: config.php,v 1.7.2.3 2008/02/27 12:06:49 urs_hunkler Exp $\n////////////////////////////////////////////////////////////////////////////////\n/// This file contains a few configuration variables that control \n/// how Moodle uses this theme.\n////////////////////////////////////////////////////////////////////////////////\n\n$THEME->sheets = array('user_styles');\n\n/// This variable is an array containing the names of all the \n/// stylesheet files you want included in this theme, and in what order\n////////////////////////////////////////////////////////////////////////////////\n\n\n$THEME->standardsheets = array('styles_layout', 'styles_color');\n\n/// This variable can be set to an array containing\n/// filenames from the *STANDARD* theme.  If the \n/// array exists, it will be used to "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\216\0\0\0\3UPDATE mdl_user\n                             SET lastip = '87.118.135.131', lastaccess = 1342341119\n                           WHERE id = 982", 146) = 146
3403  read(6, "0\0\0\1\0\1\0\2\0\0\0(Rows matched: 1  Changed: 1  Warnings: 0", 16384) = 52
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\207\0\0\0\3SELECT name,value FROM mdl_cache_flags WHERE flagtype='accesslib/dirtycontexts' AND expiry >= 1342341119 AND timemodified > 1342340439", 139) = 139
3403  read(6, "\1\0\0\1\2K\0\0\2\3def\17michelep_moodle\17mdl_cache_flags\17mdl_cache_flags\4name\4name\f!\0\375\2\0\0\375\t@\0\0\0M\0\0\3\3def\17michelep_moodle\17mdl_cache_flags\17mdl_cache_flags\5value\5value\f!\0\375\377\377\2\374\21\20\0\0\0\5\0\0\4\376\0\0\2\0\5\0\0\5\376\0\0\2\0", 16384) = 183
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\271\0\0\0\3INSERT INTO mdl_log (time, userid, course, ip, module, cmid, action, url, info)\n        VALUES ('1342341119', '982', '1', '87.118.135.131', 'course', '0', 'view', 'view.php?id=1', '1')", 189) = 189
3403  read(6, "\n\0\0\1\0\1\375I\334\3\2\0\0\0", 16384) = 14
3403  access("/home/michelep/public_html/des-k/moodle/lang", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
3403  getdents(8, /* 5 entries */, 32768) = 136
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/README.txt", {st_mode=S_IFREG|0644, st_size=620, ...}) = 0
3403  getdents(8, /* 0 entries */, 32768) = 0
3403  close(8)                          = 0
3403  access("/home/michelep/moodledata/lang", F_OK) = 0
3403  lstat("/home/michelep/moodledata/lang", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
3403  getdents(8, /* 4 entries */, 32768) = 120
3403  lstat("/home/michelep/moodledata/lang/it_utf8", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  getdents(8, /* 0 entries */, 32768) = 0
3403  close(8)                          = 0
3403  access("/home/michelep/moodledata/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: langconfig.php,v 1.7.2.3 2010/05/25 08:43:36 mudrd8mz Exp $ \n      // langconfig.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = '.'; // decimal point separator, for some languages it is ','\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ','; // if decsep is ',', then usually ';' is used instead here; these two can not be the same\n$string['locale'] = 'en_AU.utf8';\n$string['localewin'] = 'English_Australia.1252';\n$string['localewincharset'] = '';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['parentlanguage'] = '';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime"..., 4096) = 1534
3403  lseek(8, 1534, SEEK_SET)          = 1534
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  lseek(8, -1534, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = ',';\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ';';\n$string['locale'] = 'it_IT.UTF-8';\n$string['localewin'] = 'Italian_Italy.1252';\n$string['localewincharset'] = 'WINDOWS-1252';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';\n$string['strftimedaydate'] = '%%A, %%d %%B %%Y';\n$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';\n$string['strftimedayshort'] = '%%A %%d %%B';\n$string['strftimedaytime'] = '%%a, %%H:%%M';\n$string['strftimemonthyear'] = '%%B %%Y';\n$string['strftimerecent'] = '%%d %%b, %"..., 4096) = 1087
3403  lseek(8, 1087, SEEK_SET)          = 1087
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  lseek(8, -1087, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  mmap(NULL, 650, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 650)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  mmap(NULL, 650, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=650, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // moodle.php - created with Moodle 1.9.10+ (Build: 20101229) (2007101591)\n      // local modifications from http://www.des-k.it/moodle\n\n\n$string['emailconfirmsent'] = '<p>Una email \303\250 stata inviata al tuo indirizzo <b>$a</b></p>\n<p>Contiene semplici istruzioni per completare la tua registrazione.</p>\n<p>Se hai qualche difficolt\303\240 contatta l\\'assistenza del sito.</p>';\n$string['enrolmentkeyfrom'] = 'Questo corso richiede una \\'chiave di iscrizione\\' - una sola volta';\n$string['enrolmentkeyfromguest'] = 'Questo corso richiede una \\'chiave di iscrizione\\' - come ospite';\n$string['weeklyoutline'] = 'Benvenuto al corso';\n\n?>\n", 4096) = 650
3403  lseek(8, 650, SEEK_SET)           = 650
3403  munmap(0x7fc00c73e000, 650)       = 0
3403  lseek(8, -650, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/moodle.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  mmap(NULL, 117770, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6fa000
3403  munmap(0x7fc00c6fa000, 117770)    = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/moodle.php", {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/moodle.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  mmap(NULL, 117770, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6fa000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=117770, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c6f9000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // moodle.php - created with Moodle 1.9.8 (Build: 20100325) (2007101580)\n\n\n$string['abouttobeinstalled'] = 'in procinto di essere installati';\n$string['action'] = 'Azione';\n$string['actions'] = 'Azioni';\n$string['active'] = 'Attivo';\n$string['activeusers'] = 'Utenti attivi';\n$string['activities'] = 'Attivit\303\240';\n$string['activity'] = 'Attivit\303\240';\n$string['activityclipboard'] = 'Stai spostando questa attivit\303\240 :<b>$a</b>';\n$string['activityiscurrentlyhidden'] = 'Spiacente, al momento questa attivit\303\240 \303\250 disattivata';\n$string['activitymodule'] = 'Modulo attivit\303\240';\n$string['activityreport'] = 'Report delle attivit\303\240';\n$string['activityreports'] = 'Report delle attivit\303\240';\n$string['activityselect'] = 'Seleziona questa attivit\303\240 per spostarla';\n$string['activitysince'] = 'A"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x2494000)                    = 0x2494000
3403  munmap(0x7fc00c6fa000, 117770)    = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c6f9000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "k\0\0\0\3SELECT * FROM mdl_block_instance WHERE pageid = '1' AND pagetype = 'course-view' ORDER BY position, weight", 111) = 111
3403  read(6, "\1\0\0\1\10M\0\0\2\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\2id\2id\f?\0\n\0\0\0\10#B\0\0\0W\0\0\3\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\7blockid\7blockid\f?\0\n\0\0\0\10)@\0\0\0U\0\0\4\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\6pageid\6pageid\f?\0\n\0\0\0\10)@\0\0\0Y\0\0\5\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\10pagetype\10pagetype\f!\0<\0\0\0\375\t@\0\0\0Y\0\0\6\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\10position\10position\f!\0\36\0\0\0\375\1\0\0\0\0U\0\0\7\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\6weight\6weight\f?\0\3\0\0\0\2\1\0\0\0\0W\0\0\10\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\7visible\7visible\f?\0\1\0\0\0\1\1\0\0\0\0]\0\0\t\3def\17michelep_moodle\22mdl_block_instance\22mdl_block_instance\nconfigdata\nconfigdata\f!\0\375\377\2\0\374\20\0\0\0\0\5\0\0\n\376\0\0\2\0\35\0\0\v\0019\0014\0011\vcourse-view\1l\0010\0011\4Tjs=\33\0\0\f\00234\00227\0011\vcourse-view\1l\0011\1"..., 16384) = 2032
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\30\0\0\0\3SELECT * FROM mdl_block", 28) = 28
3403  read(6, "\1\0\0\1\7;\0\0\2\3def\17michelep_moodle\tmdl_block\tmdl_block\2id\2id\f?\0\n\0\0\0\10#B\0\0\0?\0\0\3\3def\17michelep_moodle\tmdl_block\tmdl_block\4name\4name\f!\0x\0\0\0\375\1\0\0\0\0E\0\0\4\3def\17michelep_moodle\tmdl_block\tmdl_block\7version\7version\f?\0\n\0\0\0\10!\0\0\0\0?\0\0\5\3def\17michelep_moodle\tmdl_block\tmdl_block\4cron\4cron\f?\0\n\0\0\0\10!\0\0\0\0G\0\0\6\3def\17michelep_moodle\tmdl_block\tmdl_block\10lastcron\10lastcron\f?\0\n\0\0\0\10!\0\0\0\0E\0\0\7\3def\17michelep_moodle\tmdl_block\tmdl_block\7visible\7visible\f?\0\1\0\0\0\1\1\0\0\0\0G\0\0\10\3def\17michelep_moodle\tmdl_block\tmdl_block\10multiple\10multiple\f?\0\1\0\0\0\1\1\0\0\0\0\5\0\0\t\376\0\0\"\0&\0\0\n\0011\20activity_modules\n2007101509\0010\0010\0011\0010\33\0\0\v\0012\5admin\n2007101509\0010\0010\0011\0010%\0\0\f\0013\17admin_bookmarks\n2007101509\0010\0010\0011\0010 \0\0\r\0014\nadmin_tree\n2007101509\0010\0010\0011\0010\37\0\0\16\0015\tblog_menu\n2007101509\0010\0010\0010\0010\37\0\0\17\0016\tblog_tags\n2007101509\0010\0010\0010\0011$\0\0\20\0017\16calendar_month\n2007101509\0010\0010\0011\0010'\0\0\21\0018\21calendar_upcoming\n20071015"..., 16384) = 1691
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/moodleblock.class.php", {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/moodleblock.class.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  mmap(NULL, 29569, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/moodleblock.class.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  mmap(NULL, 29569, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c707000
3403  munmap(0x7fc00c707000, 29569)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: moodleblock.class.php,v 1.92.2.12 2009/08/13 08:14:31 skodak Exp $\n\n/**\n * This file contains the parent class for moodle blocks, block_base.\n *\n * @author Jon Papaioannou\n * @version  $Id: moodleblock.class.php,v 1.92.2.12 2009/08/13 08:14:31 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package blocks\n */\n\n/// Constants\n\n/**\n * Block type of list. Contents of block should be set as an associative array in the content object as items ($this->content->items). Optionally include footer text in $this->content->footer.\n */\ndefine('BLOCK_TYPE_LIST',    1);\n\n/**\n * Block type of text. Contents of block should be set to standard html text in the content object as items ($this->content->text). Optionally include footer text in $this->content->"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70f000, 29569)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_tree/block_admin_tree.php", {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_tree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/admin_tree/block_admin_tree.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  mmap(NULL, 8288, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c714000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/admin_tree/block_admin_tree.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  mmap(NULL, 8288, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c711000
3403  munmap(0x7fc00c711000, 8288)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c713000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: block_admin_tree.php,v 1.28.2.9 2008/08/21 15:31:10 skodak Exp $\n\nclass block_admin_tree extends block_base {\n\n    var $currentdepth;\n    var $divcounter;\n    var $tempcontent;\n    var $pathtosection;\n    var $expandjavascript;\n    var $destination;\n\n    function init() {\n        global $PAGE;\n        $this->title = get_string('administrationsite');\n        $this->version = 2007101509;\n        $this->currentdepth = 0;\n        $this->divcounter = 1;\n        $this->tempcontent = '';\n        $this->section = (isset($PAGE->section) ? $PAGE->section : '');\n        $this->pathtosection = array();\n        $this->expandjavascript = '';\n    }\n\n    function applicable_formats() {\n        if (has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM))) {\n            retu"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c714000, 8288)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c713000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu/block_site_main_menu.php", {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu/block_site_main_menu.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  mmap(NULL, 7351, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c715000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu/block_site_main_menu.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  mmap(NULL, 7351, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c713000
3403  munmap(0x7fc00c713000, 7351)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7351, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c714000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php   //$Id: block_site_main_menu.php,v 1.26.2.4 2008/03/03 11:41:04 moodler Exp $\n\nclass block_site_main_menu extends block_list {\n    function init() {\n        $this->title = get_string('mainmenu');\n        $this->version = 2007101509;\n    }\n\n    function applicable_formats() {\n        return array('site' => true);\n    }\n\n    function get_content() {\n        global $USER, $CFG, $COURSE;\n\n        if ($this->content !== NULL) {\n            return $this->content;\n        }\n\n        $this->content = new object();\n        $this->content->items = array();\n        $this->content->icons = array();\n        $this->content->footer = '';\n\n        if (empty($this->instance)) {\n            return $this->content;\n        }\n\n        if ($COURSE->id == $this->instance->pageid) {\n            $course = $"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c715000, 7351)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c714000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_list/block_course_list.php", {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/course_list/block_course_list.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  mmap(NULL, 7275, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c715000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/course_list/block_course_list.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  mmap(NULL, 7275, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c713000
3403  munmap(0x7fc00c713000, 7275)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7275, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c714000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP //$Id: block_course_list.php,v 1.46.2.6 2008/08/29 04:23:38 peterbulmer Exp $\n\ninclude_once($CFG->dirroot . '/course/lib.php');\n\nclass block_course_list extends block_list {\n    function init() {\n        $this->title = get_string('courses');\n        $this->version = 2007101509;\n    }\n    \n    function has_config() {\n        return true;\n    }\n\n    function get_content() {\n        global $THEME, $CFG, $USER;\n\n        if($this->content !== NULL) {\n            return $this->content;\n        }\n\n        $this->content = new stdClass;\n        $this->content->items = array();\n        $this->content->icons = array();\n        $this->content->footer = '';\n\n        $icon  = \"<img src=\\\"$CFG->pixpath/i/course.gif\\\"\".\n                 \" class=\\\"icon\\\" alt=\\\"\".get_string(\"coursecategory\").\"\\\" />\";"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c715000, 7275)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c714000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/block_calendar_month.php", {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_month", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/block_calendar_month.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  mmap(NULL, 3842, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/block_calendar_month.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  mmap(NULL, 3842, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 3842)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3842, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP //$Id: block_calendar_month.php,v 1.30.2.6 2009/01/30 06:22:16 jerome Exp $\n\nclass block_calendar_month extends block_base {\n    function init() {\n        $this->title = get_string('calendar', 'calendar');\n        $this->version = 2007101509;\n    }\n\n    function preferred_width() {\n        return 210;\n    }\n\n    function get_content() {\n        global $USER, $CFG, $SESSION, $COURSE;\n        $cal_m = optional_param( 'cal_m', 0, PARAM_INT );\n        $cal_y = optional_param( 'cal_y', 0, PARAM_INT );\n\n        require_once($CFG->dirroot.'/calendar/lib.php');\n        \n        if ($this->content !== NULL) {\n            return $this->content;\n        }\n        // Reset the session variables\n        calendar_session_vars($COURSE);\n        \n        $this->content = new stdClass;\n        $this-"..., 4096) = 3842
3403  lseek(8, 3842, SEEK_SET)          = 3842
3403  munmap(0x7fc00c716000, 3842)      = 0
3403  lseek(8, -3842, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/login/block_login.php", {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/login", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/login/block_login.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  mmap(NULL, 2599, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/login/block_login.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  mmap(NULL, 2599, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 2599)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2599, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP //$Id: block_login.php,v 1.22.2.4 2008/03/03 11:41:03 moodler Exp $\n\nclass block_login extends block_base {\n    function init() {\n        $this->title = get_string('login');\n        $this->version = 2007101509; \n    }\n\n    function applicable_formats() {\n        return array('site' => true);\n    }\n\n    function get_content () {\n        global $USER, $CFG;\n        $wwwroot = '';\n        $signup = '';\n\n        if ($this->content !== NULL) {\n            return $this->content;\n        }\n\n        if (empty($CFG->loginhttps)) {\n            $wwwroot = $CFG->wwwroot;\n        } else {\n            // This actually is not so secure ;-), 'cause we're\n            // in unencrypted connection...\n            $wwwroot = str_replace(\"http://\", \"https://\", $CFG->wwwroot);\n        }\n        \n        if"..., 4096) = 2599
3403  lseek(8, 2599, SEEK_SET)          = 2599
3403  munmap(0x7fc00c716000, 2599)      = 0
3403  lseek(8, -2599, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/html/block_html.php", {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/html", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/html/block_html.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  mmap(NULL, 3742, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/html/block_html.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  mmap(NULL, 3742, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 3742)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php //$Id: block_html.php,v 1.8.22.8 2009/10/30 23:36:26 poltawski Exp $\n\nclass block_html extends block_base {\n\n    function init() {\n        $this->title = get_string('html', 'block_html');\n        $this->version = 2007101509;\n    }\n\n    function applicable_formats() {\n        return array('all' => true);\n    }\n\n    function specialization() {\n        $this->title = isset($this->config->title) ? format_string($this->config->title) : format_string(get_string('newhtmlblock', 'block_html'));\n    }\n\n    function instance_allow_multiple() {\n        return true;\n    }\n\n    function get_content() {\n        if ($this->content !== NULL) {\n            return $this->content;\n        }\n\n        if (!empty($this->instance->pinned) or $this->instance->pagetype === 'course-view') {\n            // fan"..., 4096) = 3742
3403  lseek(8, 3742, SEEK_SET)          = 3742
3403  munmap(0x7fc00c716000, 3742)      = 0
3403  lseek(8, -3742, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php", {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  mmap(NULL, 3309, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks/block_admin_bookmarks.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  mmap(NULL, 3309, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 3309)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3309, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: block_admin_bookmarks.php,v 1.20.2.3 2008/03/03 11:41:01 moodler Exp $\n\n// seems to work...\n// maybe I should add some pretty icons?\n// or possibly add the ability to custom-name things?\n\nclass block_admin_bookmarks extends block_base {\n\n    function init() {\n        $this->title = get_string('adminbookmarks');\n        $this->version = 2007101509;\n    }\n\n    function applicable_formats() {\n        if (has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM))) {\n            return array('all' => true);\n        } else {\n            return array('site' => true);\n        }\n    }\n\n    function preferred_width() {\n        return 210;\n    }\n\n    function create_item($visiblename,$link,$icon) {\n        $this->tempcontent .= '<a href=\"' . $link . '\"><img src=\"' . $ic"..., 4096) = 3309
3403  lseek(8, 3309, SEEK_SET)          = 3309
3403  munmap(0x7fc00c716000, 3309)      = 0
3403  lseek(8, -3309, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "Q\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '50' AND instanceid = '1' LIMIT 1", 85) = 85
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\16\0\0\10\0012\00250\0011\4/1/2\0012\5\0\0\t\376\0\0\2\0", 16384) = 422
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/meta.php", {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/meta.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  mmap(NULL, 278, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/meta.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  mmap(NULL, 278, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 278)       = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<!--[if IE 7]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo $CFG->httpsthemewww ?>/standard/styles_ie7.css\" />\n<![endif]-->\n<!--[if IE 6]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo $CFG->httpsthemewww ?>/standard/styles_ie6.css\" />\n<![endif]-->\n", 4096) = 278
3403  lseek(8, 278, SEEK_SET)           = 278
3403  munmap(0x7fc00c716000, 278)       = 0
3403  lseek(8, -278, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/DesK/meta.php", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/DesK/meta.php", {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/meta.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  mmap(NULL, 290, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/meta.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  mmap(NULL, 290, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 290)       = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<!--[if IE 7]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo $CFG->httpsthemewww ?>/custom_corners/styles_ie7.css\" />\n<![endif]-->\n<!--[if IE 6]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo $CFG->httpsthemewww ?>/custom_corners/styles_ie6.css\" />\n<![endif]-->\n", 4096) = 290
3403  lseek(8, 290, SEEK_SET)           = 290
3403  munmap(0x7fc00c716000, 290)       = 0
3403  lseek(8, -290, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  access("/home/michelep/moodledata/1/maintenance.html", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/header.html", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  mmap(NULL, 3312, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  munmap(0x7fc00c716000, 3312)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/DesK/header.html", {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/header.html", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  mmap(NULL, 3312, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3312, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html<?php echo $direction ?>>\n<head>\n    <?php echo $meta ?>\n    <meta name=\"keywords\" content=\"moodle, <?php echo $title ?> \" />\n    <title><?php echo $title ?></title>\n    <link rel=\"shortcut icon\" href=\"<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/sfavicon.ico\" />\n\n    <?php \n        include(\"$CFG->javascript\");\n        include($CFG->themedir.'/custom_corners/js/js.php');\n        \n        // check if page is opened within a popup window\n        if (function_exists('is_in_popup')) {\n            $inpopup = is_in_popup();\n        } else {\n            $inpopup = false;\n        }\n        \n        // get class list\n        preg_match('/class=\"([^\"]*)\"/i', $bodytags, $class"..., 4096) = 3312
3403  lseek(8, 3312, SEEK_SET)          = 3312
3403  munmap(0x7fc00c716000, 3312)      = 0
3403  lseek(8, -3312, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/javascript.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  mmap(NULL, 4962, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c715000
3403  munmap(0x7fc00c715000, 4962)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/javascript.php", {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/javascript.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  mmap(NULL, 4962, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c715000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4962, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c714000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  /// $Id: javascript.php,v 1.36.2.3 2008/07/18 07:14:12 scyrma Exp $\n       /// Load up any required Javascript libraries\n\n    if (!defined('MOODLE_INTERNAL')) {\n        die('Direct access to this script is forbidden.');    ///  It must be included from a Moodle page\n    }\n\n    if (!empty($CFG->aspellpath)) {      // Enable global access to spelling feature.\n        echo '<script type=\"text/javascript\" src=\"'.$CFG->httpswwwroot.'/lib/speller/spellChecker.js\"></script>'.\"\\n\";\n    }\n\n    if (!empty($CFG->editorsrc) ) {\n        foreach ( $CFG->editorsrc as $scriptsource ) {\n            echo '<script type=\"text/javascript\" src=\"'. $scriptsource .'\"></script>'.\"\\n\";\n        }\n    }\n\n?>\n<!--<style type=\"text/css\">/*<![CDATA[*/ body{behavior:url(<?php echo $CFG->httpswwwroot ?>/lib/csshover"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c715000, 4962)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c714000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/custom_corners/js/js.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  mmap(NULL, 2028, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  munmap(0x7fc00c716000, 2028)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/custom_corners/js/js.php", {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/custom_corners/js", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/custom_corners", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/custom_corners/js/js.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  mmap(NULL, 2028, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2028, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<script type=\"text/javascript\" charset=\"utf-8\">\n/* <![CDATA[ */\n    var CSSClass={};CSSClass.is=function(e,c){if(typeof e==\"string\")e=document.getElementById(e);var classes=e.className;if(!classes)return false;if(classes==c)return true;return e.className.search(\"\\\\b\"+c+\"\\\\b\")!=-1;};CSSClass.add=function(e,c){if(typeof e==\"string\")e=document.getElementById(e);if(CSSClass.is(e,c))return;if(e.className)c=\" \"+c;e.className+=c;};CSSClass.remove=function(e,c){if(typeof e==\"string\")e=document.getElementById(e);e.className=e.className.replace(new RegExp(\"\\\\b\"+c+\"\\\\b\\\\s*\",\"g\"),\"\");};\n    \n    var script = {\n        corrections: function () {\n            if (top.user) {\n                top.document.getElementsByTagName('frameset')[0].rows = \"117,30%,0,200\";\n            }\n            \n            // "..., 4096) = 2028
3403  lseek(8, 2028, SEEK_SET)          = 2028
3403  munmap(0x7fc00c716000, 2028)      = 0
3403  lseek(8, -2028, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local/access.php", {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c716000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c716000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  mmap(NULL, 1301, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  munmap(0x7fc00c716000, 1301)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/access.php", {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  mmap(NULL, 1301, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1301, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: access.php,v 1.9 2009/06/24 08:00:20 andreabix Exp $ \n      // access.php - created with Moodle 2.0 dev (Build: 20090624) (2009061706)\n\n\n$string['access'] = 'Accessibilit\303\240';\n$string['accesshelp'] = 'Aiuto accessibilit\303\240';\n$string['accesskey'] = 'Tasto, $a';\n$string['accessstatement'] = 'Definizione di accessibilit\303\240';\n$string['activitynext'] = 'Attivit\303\240 successiva';\n$string['activityprev'] = 'Attivit\303\240 precedente';\n$string['breadcrumb'] = 'Briciole';\n$string['cannotdeleterolenoadmin'] = 'Non potete eliminare questo ruolo poich\303\251 non ci sono altri utenti con il ruolo di amministratore';\n$string['currenttopic'] = 'Questo argomento';\n$string['currentweek'] = 'Questa settimana';\n$string['hideblocka'] = 'Nascondi blocco $a';\n$string['monthnext'] = 'Mese successivo';\n$string['mon"..., 4096) = 1301
3403  lseek(8, 1301, SEEK_SET)          = 1301
3403  munmap(0x7fc00c716000, 1301)      = 0
3403  lseek(8, -1301, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "N\0\0\0\3SELECT COUNT(*) FROM mdl_message WHERE useridto = '982' AND timecreated > '0'", 82) = 82
3403  read(6, "\1\0\0\1\1\36\0\0\2\3def\0\0\0\10COUNT(*)\0\f?\0\25\0\0\0\10\201\0\0\0\0\5\0\0\3\376\0\0\2\0\2\0\0\4\0010\5\0\0\5\376\0\0\2\0", 16384) = 63
3403  writev(5, [{"LS\3\0#\1\0\0\t\0\0\0\0\0\0\0\30\0'\0%\0\35\0\25\0=\0\21\0\t\0\24\0", 34}, {"X-Powered-By: PHP/5.3.8\0Content-Type: text/html; charset=utf-8\0Content-Script-Type: text/javascript\0Content-Style-Type: text/css\0Content-Language: it\0Cache-Control: private, pre-check=0, post-check=0, max-age=0\0Pragma: no-cache\0Expires:\0Accept-Ranges: none\0", 257}, {"LS\4\0g!\0\0", 8}, {"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"it\" xml:lang=\"it\">\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.des-k.it/moodle/theme/standard/styles.php\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.des-k.it/moodle/theme/DesK/styles.php\" />\n<meta name=\"description\" content=\"\" />\n<!--[if IE 7]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.des-k.it/moodle/theme/standard/styles_ie7.css\" />\n<![endif]-->\n<!--[if IE 6]>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.des-k.it/moodle/theme/standard/styles_ie6.css\" />\n<![endif]-->\n<!--[if IE 7]>\n "..., 8543}], 4) = 8842
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "Q\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '80' AND instanceid = '9' LIMIT 1", 85) = 85
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\22\0\0\10\00213\00280\0019\7/1/2/13\0013\5\0\0\t\376\0\0\2\0", 16384) = 426
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/adminlib.php", {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adminlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  mmap(NULL, 181396, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6ea000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adminlib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  mmap(NULL, 181396, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c558000
3403  munmap(0x7fc00c558000, 181396)    = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=181396, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c584000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n\n/**\n * adminlib.php - Contains functions that only administrators will ever need to use\n *\n * @author Martin Dougiamas and many others\n * @version  $Id: adminlib.php,v 1.153.2.76 2010/10/06 08:50:31 mudrd8mz Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\ndefine('INSECURE_DATAROOT_WARNING', 1);\ndefine('INSECURE_DATAROOT_ERROR', 2);\n\nfunction upgrade_main_savepoint($result, $version) {\n    global $CFG;\n\n    if ($result) {\n        if ($CFG->version >= $version) {\n            // something really wrong is going on in main upgrade script\n            error(\"Upgrade savepoint: Can not upgrade main version from $CFG->version to $version.\");\n        }\n        set_config('version', $version);\n    } else {\n        notify (\"Upgrade savepoint"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x24d6000)                    = 0x24d6000
3403  brk(0x2516000)                    = 0x2516000
3403  brk(0x2556000)                    = 0x2556000
3403  brk(0x2596000)                    = 0x2596000
3403  brk(0x25d6000)                    = 0x25d6000
3403  brk(0x2616000)                    = 0x2616000
3403  brk(0x2656000)                    = 0x2656000
3403  brk(0x2696000)                    = 0x2696000
3403  munmap(0x7fc00c6ea000, 181396)    = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c584000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/top.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  mmap(NULL, 2219, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  munmap(0x7fc00c716000, 2219)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/top.php", {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/top.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  mmap(NULL, 2219, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c716000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2219, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c715000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: top.php,v 1.15.2.8 2008/11/28 08:12:52 skodak Exp $\n\n// This is the first file read by the lib/adminlib.php script\n// We use it to create the categories in correct order,\n// since they need to exist *before* settingpages and externalpages\n// are added to them.\n\n$systemcontext = get_context_instance(CONTEXT_SYSTEM);\nif (get_site()) {\n    $hassiteconfig = has_capability('moodle/site:config', $systemcontext);\n} else {\n    // installation starts - no permission checks\n    $hassiteconfig = true;\n}\n\n$ADMIN->add('root', new admin_externalpage('adminnotifications', get_string('notifications'), \"$CFG->wwwroot/$CFG->admin/index.php\"));\n\n // hidden upgrade script\n$ADMIN->add('root', new admin_externalpage('upgradesettings', get_string('upgradesettings', 'admin'), \"$CFG->wwwroot/$CFG->ad"..., 4096) = 2219
3403  lseek(8, 2219, SEEK_SET)          = 2219
3403  munmap(0x7fc00c716000, 2219)      = 0
3403  lseek(8, -2219, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c715000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/admin.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  mmap(NULL, 127534, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f7000
3403  munmap(0x7fc00c6f7000, 127534)    = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/admin.php", {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/admin.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  mmap(NULL, 127534, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f7000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=127534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c6f6000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // admin.php - created with Moodle 1.9.11 (Build: 20110221) (2007101591.02)\n\n\n$string['accessdenied'] = 'Accesso negato';\n$string['accounts'] = 'Profili';\n$string['adminseesall'] = 'Eventi degli amministratori';\n$string['adminseesallevents'] = 'Gli amministratori visualizzano tutti gli eventi';\n$string['adminseesownevents'] = 'Gli amministratori visualizzano solo i propri eventi';\n$string['allowcategorythemes'] = 'Consenti la scelta dei temi per le categorie';\n$string['allowcoursethemes'] = 'Consenti la scelta dei temi per i corsi';\n$string['allowdeletes'] = 'Eliminazione utenti';\n$string['allowemailaddresses'] = 'Domini di posta autorizzati';\n$string['allowobjectembed'] = 'Consenti i tag EMBED e OBJECT';\n$string['allowrenames'] = 'Modifica degli username';\n$string['al"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x26d6000)                    = 0x26d6000
3403  brk(0x2756000)                    = 0x2756000
3403  munmap(0x7fc00c6f7000, 127534)    = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c6f6000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/mnet.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/mnet.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/mnet.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  mmap(NULL, 23402, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c711000
3403  munmap(0x7fc00c711000, 23402)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/mnet.php", {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/mnet.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  mmap(NULL, 23402, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c711000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=23402, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c710000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: mnet.php,v 1.10 2010/04/06 12:45:37 andreabix Exp $ \n      // mnet.php - created with Moodle 1.9.8 (Build: 20100325) (2007101580)\n\n\n$string['RPC_HTTPS_SELF_SIGNED'] = 'HTTPS (self-signed)';\n$string['RPC_HTTPS_VERIFIED'] = 'HTTPS (signed)';\n$string['RPC_HTTP_PLAINTEXT'] = 'HTTP non crittato';\n$string['RPC_HTTP_SELF_SIGNED'] = 'HTTP (self-signed)';\n$string['RPC_HTTP_VERIFIED'] = 'HTTP (signed)';\n$string['aboutyourhost'] = 'Informazioni sul tuo server';\n$string['accesslevel'] = 'Livello di accesso';\n$string['addhost'] = 'Aggiungi host';\n$string['addnewhost'] = 'Aggiungi un nuovo host';\n$string['addtoacl'] = 'Aggiungi al Controllo Accessi';\n$string['allhosts_no_options'] = 'Non ci sono opzioni disponibili quando si visualizzano host multipli';\n$string['allow'] = 'Consenti';\n$stri"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c711000, 23402)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c710000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
3403  getdents(8, /* 16 entries */, 32768) = 520
3403  open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=26060, ...}) = 0
3403  mmap(NULL, 26060, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c710000
3403  close(9)                          = 0
3403  futex(0x7fc0088e5f60, FUTEX_WAKE_PRIVATE, 2147483647) = 0
3403  getdents(8, /* 0 entries */, 32768) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/appearance.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  mmap(NULL, 7756, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  munmap(0x7fc00c70e000, 7756)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/appearance.php", {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/appearance.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  mmap(NULL, 7756, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7756, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: appearance.php,v 1.25.2.11 2009/04/01 07:39:43 dongsheng Exp $\n\n// This file defines settingpages and externalpages under the \"appearance\" category\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n    $ADMIN->add('appearance', new admin_category('themes', get_string('themes')));\n    // \"themesettings\" settingpage\n    $temp = new admin_settingpage('themesettings', get_string('themesettings', 'admin'));\n    $temp->add(new admin_setting_configtext('themelist', get_string('themelist', 'admin'), get_string('configthemelist','admin'), '', PARAM_NOTAGS));\n    $temp->add(new admin_setting_configcheckbox('allowuserthemes', get_string('allowuserthemes', 'admin'), get_string('configallowuserthemes', 'admin'), 0));\n    $temp->add(new admin_setting_configc"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70e000, 7756)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/courses.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  mmap(NULL, 8580, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 8580)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/courses.php", {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/courses.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  mmap(NULL, 8580, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8580, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: courses.php,v 1.14.2.11 2009/02/13 09:58:21 stronk7 Exp $\n\n// This file defines settingpages and externalpages under the \"courses\" category\n\nif ($hassiteconfig\n or has_capability('moodle/site:backup', $systemcontext)\n or has_capability('moodle/category:manage', $systemcontext)\n or has_capability('moodle/course:create', $systemcontext)\n or has_capability('moodle/site:approvecourse', $systemcontext)) { // speedup for non-admins, add all caps used on this page\n\n    $ADMIN->add('courses', new admin_externalpage('coursemgmt', get_string('coursemgmt', 'admin'), $CFG->wwwroot . '/course/index.php?categoryedit=on',\n            array('moodle/category:manage', 'moodle/course:create')));\n\n    $ADMIN->add('courses', new admin_enrolment_page());\n\n/// Course Default Settings Page\n/// NOTE:"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70d000, 8580)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70c000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/frontpage.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  mmap(NULL, 4785, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  munmap(0x7fc00c70e000, 4785)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/frontpage.php", {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/frontpage.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  mmap(NULL, 4785, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4785, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: frontpage.php,v 1.8.2.5 2009/01/14 04:47:22 dongsheng Exp $\n\n// This file defines everything related to frontpage\n\nif (get_site()) { //do not use during installation\n    $frontpagecontext = get_context_instance(CONTEXT_COURSE, SITEID);\n\n    if ($hassiteconfig or has_any_capability(array(\n            'moodle/course:update',\n            'moodle/role:assign',\n            'moodle/site:restore',\n            'moodle/site:backup',\n            'moodle/course:managefiles',\n            'moodle/question:add',\n            'moodle/question:editmine',\n            'moodle/question:editall',\n            'moodle/question:viewmine',\n            'moodle/question:viewall',\n            'moodle/question:movemine',\n            'moodle/question:moveall'), $frontpagecontext)) {\n\n        // \"frontpage"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70e000, 4785)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/grades.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  mmap(NULL, 14470, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 14470)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/grades.php", {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/grades.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  mmap(NULL, 14470, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14470, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70b000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: grades.php,v 1.14.2.22 2009/04/24 17:58:58 skodak Exp $\n\n// This file defines settingpages and externalpages under the \"grades\" section\n\nif (has_capability('moodle/grade:manage', $systemcontext)\n or has_capability('moodle/grade:manageletters', $systemcontext)) { // speedup for non-admins, add all caps used on this page\n\n    require_once $CFG->libdir.'/grade/constants.php';\n    $display_types = array(GRADE_DISPLAY_TYPE_REAL => get_string('real', 'grades'),\n                           GRADE_DISPLAY_TYPE_PERCENTAGE => get_string('percentage', 'grades'),\n                           GRADE_DISPLAY_TYPE_LETTER => get_string('letter', 'grades'),\n                           GRADE_DISPLAY_TYPE_REAL_PERCENTAGE => get_string('realpercentage', 'grades'),\n                           GRADE_DISP"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70c000, 14470)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70b000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/language.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  mmap(NULL, 2015, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 2015)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/language.php", {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/language.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  mmap(NULL, 2015, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2015, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: language.php,v 1.7.4.5 2008/01/11 17:20:31 stronk7 Exp $\n\n// This file defines settingpages and externalpages under the \"appearance\" category\n\nif ($hassiteconfig\n    or has_capability('moodle/site:langeditmaster', $systemcontext)\n    or has_capability('moodle/site:langeditlocal', $systemcontext)) { // speedup for non-admins, add all caps used on this page\n\n    // \"languageandlocation\" settingpage\n    $temp = new admin_settingpage('langsettings', get_string('languagesettings', 'admin'));\n    $temp->add(new admin_setting_configcheckbox('autolang', get_string('autolang', 'admin'), get_string('configautolang', 'admin'), 1));\n    $temp->add(new admin_setting_configselect('lang', get_string('lang', 'admin'), get_string('configlang', 'admin'), current_language(), get_list_of_languag"..., 4096) = 2015
3403  lseek(8, 2015, SEEK_SET)          = 2015
3403  munmap(0x7fc00c70f000, 2015)      = 0
3403  lseek(8, -2015, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/location.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  mmap(NULL, 1617, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 1617)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/location.php", {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/location.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  mmap(NULL, 1617, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id$\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n    // \"locations\" settingpage\n    $temp = new admin_settingpage('locationsettings', get_string('locationsettings', 'admin'));\n    $options = get_list_of_timezones();\n    $options[99] = get_string('serverlocaltime');\n    $temp->add(new admin_setting_configselect('timezone', get_string('timezone','admin'), get_string('configtimezone', 'admin'), 99, $options));\n    $options[99] = get_string('timezonenotforced', 'admin');\n    $temp->add(new admin_setting_configselect('forcetimezone', get_string('forcetimezone', 'admin'), get_string('helpforcetimezone', 'admin'), 99, $options));\n    $options = get_list_of_countries();\n    $options[0] = get_string('choose') .'...';\n    $temp->add(new admin_setting_co"..., 4096) = 1617
3403  lseek(8, 1617, SEEK_SET)          = 1617
3403  munmap(0x7fc00c70f000, 1617)      = 0
3403  lseek(8, -1617, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/misc.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  mmap(NULL, 2786, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 2786)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/misc.php", {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/misc.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  mmap(NULL, 2786, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2786, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: misc.php,v 1.14.2.7 2009/10/26 08:56:22 stronk7 Exp $\n\n// * Miscellaneous settings\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n    // Experimental settings page\n    $temp = new admin_settingpage('experimental', get_string('experimental', 'admin'));\n    $temp->add(new admin_setting_configcheckbox('enableglobalsearch', get_string('enableglobalsearch', 'admin'), get_string('configenableglobalsearch', 'admin'), 0));\n    $temp->add(new admin_setting_configcheckbox('smartpix', get_string('smartpix', 'admin'), get_string('configsmartpix', 'admin'), 0));\n    $item = new admin_setting_configcheckbox('enablehtmlpurifier', get_string('enablehtmlpurifier', 'admin'), get_string('configenablehtmlpurifier', 'admin'), 0); \n    $item->set_updatedcallback("..., 4096) = 2786
3403  lseek(8, 2786, SEEK_SET)          = 2786
3403  munmap(0x7fc00c70f000, 2786)      = 0
3403  lseek(8, -2786, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/mnet.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  mmap(NULL, 1502, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 1502)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/mnet.php", {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/mnet.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  mmap(NULL, 1502, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=1502, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: mnet.php,v 1.3.6.2 2007/12/19 17:38:37 skodak Exp $\n\n// This file defines settingpages and externalpages under the \"mnet\" category\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n\n$ADMIN->add('mnet', new admin_externalpage('net', get_string('settings', 'mnet'),\n                                           \"$CFG->wwwroot/$CFG->admin/mnet/index.php\",\n                                           'moodle/site:config'));\n\n$ADMIN->add('mnet', new admin_externalpage('mnetpeers', get_string('mnetpeers', 'mnet'),\n                                           \"$CFG->wwwroot/$CFG->admin/mnet/peers.php\",\n                                           'moodle/site:config'));\n$ADMIN->add('mnet', new admin_externalpage('ssoaccesscontrol', get_string('ssoaccesscontrol'"..., 4096) = 1502
3403  lseek(8, 1502, SEEK_SET)          = 1502
3403  munmap(0x7fc00c70f000, 1502)      = 0
3403  lseek(8, -1502, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/security.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  mmap(NULL, 12004, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 12004)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/security.php", {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/security.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  mmap(NULL, 12004, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=12004, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: security.php,v 1.21.2.15 2010/03/19 07:58:52 skodak Exp $\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n\n    // \"sitepolicies\" settingpage\n    $temp = new admin_settingpage('sitepolicies', get_string('sitepolicies', 'admin'));\n    $temp->add(new admin_setting_configcheckbox('protectusernames', get_string('protectusernames', 'admin'), get_string('configprotectusernames', 'admin'), 1));\n    $temp->add(new admin_setting_configcheckbox('forcelogin', get_string('forcelogin', 'admin'), get_string('configforcelogin', 'admin'), 0));\n    $temp->add(new admin_setting_configcheckbox('forceloginforprofiles', get_string('forceloginforprofiles', 'admin'), get_string('configforceloginforprofiles', 'admin'), 1));\n    $temp->add(new admin_setting_configchec"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70d000, 12004)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70c000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/server.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  mmap(NULL, 32313, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c708000
3403  munmap(0x7fc00c708000, 32313)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/server.php", {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/server.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  mmap(NULL, 32313, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c708000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=32313, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c707000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: server.php,v 1.26.2.29 2009/04/15 03:52:18 dongsheng Exp $\n\n// This file defines settingpages and externalpages under the \"server\" category\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n\n// \"systempaths\" settingpage\n$temp = new admin_settingpage('systempaths', get_string('systempaths','admin'));\n$temp->add(new admin_setting_configselect('gdversion', get_string('gdversion','admin'), get_string('configgdversion', 'admin'), check_gd_version(), array('0' => get_string('gdnot'),\n                                                                                                                                                          '1' => get_string('gd1'),\n                                                                                           "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c708000, 32313)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c707000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/unsupported.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  mmap(NULL, 949, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 949)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/unsupported.php", {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/unsupported.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  mmap(NULL, 949, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=949, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: unsupported.php,v 1.1.10.3 2007/12/29 16:35:59 skodak Exp $\n\n// This file defines settingpages and externalpages in the \"unsupported\" hidden category, use wisely!\n\nif ($hassiteconfig) { // speedup for non-admins, add all caps used on this page\n\n    $ADMIN->add('unsupported', new admin_externalpage('purgemoodledata', 'Purge moodledata', $CFG->wwwroot.'/'.$CFG->admin.'/delete.php', 'moodle/site:config', true));\n    $ADMIN->add('unsupported', new admin_externalpage('healthcenter', get_string('healthcenter'), $CFG->wwwroot.'/'.$CFG->admin.'/health.php', 'moodle/site:config', true));\n    $ADMIN->add('unsupported', new admin_externalpage('toinodb', 'Convert to InnoDB', $CFG->wwwroot.'/'.$CFG->admin.'/innodb.php', 'moodle/site:config', true));\n    $ADMIN->add('unsupported', new admi"..., 4096) = 949
3403  lseek(8, 949, SEEK_SET)           = 949
3403  munmap(0x7fc00c70f000, 949)       = 0
3403  lseek(8, -949, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/users.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  mmap(NULL, 11382, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 11382)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/users.php", {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/users.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  mmap(NULL, 11382, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11382, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: users.php,v 1.26.2.18 2010/04/10 15:11:49 iarenaza Exp $\n\n// This file defines settingpages and externalpages under the \"users\" category\n\n$ADMIN->add('users', new admin_category('authsettings', get_string('authentication','admin')));\n$ADMIN->add('users', new admin_category('accounts', get_string('accounts', 'admin')));\n$ADMIN->add('users', new admin_category('roles', get_string('permissions', 'role')));\n\nif ($hassiteconfig\n or has_capability('moodle/site:uploadusers', $systemcontext)\n or has_capability('moodle/user:create', $systemcontext)\n or has_capability('moodle/user:update', $systemcontext)\n or has_capability('moodle/user:delete', $systemcontext)\n or has_capability('moodle/role:manage', $systemcontext)\n or has_capability('moodle/role:assign', $systemcontext)) { // speedu"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70d000, 11382)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/role.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/role.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/role.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  mmap(NULL, 21236, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70a000
3403  munmap(0x7fc00c70a000, 21236)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/role.php", {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/role.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  mmap(NULL, 21236, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70a000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=21236, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c709000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: role.php,v 1.34 2010/03/29 18:59:44 andreabix Exp $ \n      // role.php - created with Moodle 2.0 dev (Build: 20100329) (2010032405)\n\n\n$string['addinganewrole'] = 'Aggiungi un nuovo ruolo';\n$string['addingrolebycopying'] = 'Aggiungi un nuovo ruolo basato su $a';\n$string['addrole'] = 'Aggiungi un nuovo ruolo';\n$string['advancedoverride'] = 'Modifica avanzata ruolo';\n$string['allow'] = 'Consenti';\n$string['allowassign'] = 'Autorizzati ad assegnare ruoli';\n$string['allowed'] = 'Consentito';\n$string['allowoverride'] = 'Autorizzati a modificare ruoli';\n$string['allowroletoassign'] = 'Consenti agli utenti con il ruolo $a->fromrole di assegnare il ruolo $a->targetrole';\n$string['allowroletooverride'] = 'Consenti agli utenti con il ruolo $a->fromrole di modificare il ruolo $a->targetr"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70a000, 21236)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c709000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/plugins.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  mmap(NULL, 11419, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 11419)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/settings/plugins.php", {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/settings/plugins.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  mmap(NULL, 11419, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11419, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  //$Id: plugins.php,v 1.1.2.10 2009/02/07 22:24:26 skodak Exp $\n\nif ($hassiteconfig) {\n\n    $ADMIN->add('modules', new admin_category('modsettings', get_string('activities')));\n    $ADMIN->add('modsettings', new admin_page_managemods());\n    if ($modules = get_records('modules')) {\n        $modulebyname = array();\n\n        foreach ($modules as $module) {\n            $strmodulename = get_string('modulename', $module->name);\n            // Deal with modules which are lacking the language string\n            if ($strmodulename == '[[modulename]]') {\n                $textlib = textlib_get_instance();\n                $strmodulename = $textlib->strtotitle($module->name);\n            }\n            $modulebyname[$strmodulename] = $module;\n        }\n        ksort($modulebyname);\n\n        forea"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70d000, 11419)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70c000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
3403  getdents(8, /* 10 entries */, 32768) = 304
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/log", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/question", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/security", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/unittest", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/backups", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/stats", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(8, /* 0 entries */, 32768) = 0
3403  close(8)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/backups/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/backups/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  mmap(NULL, 245, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 245)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/backups/settings.php", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/backups", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/backups/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  mmap(NULL, 245, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: settings.php,v 1.1.2.2 2008/11/26 20:58:04 skodak Exp $\n$ADMIN->add('reports', new admin_externalpage('reportbackups', get_string('backups', 'admin'), \"$CFG->wwwroot/$CFG->admin/report/backups/index.php\",'moodle/site:backup'));\n?>", 4096) = 245
3403  lseek(8, 245, SEEK_SET)           = 245
3403  munmap(0x7fc00c70f000, 245)       = 0
3403  lseek(8, -245, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  mmap(NULL, 274, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 274)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview/settings.php", {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/courseoverview/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  mmap(NULL, 274, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=274, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: settings.php,v 1.1.2.3 2008/11/29 14:30:58 skodak Exp $\n$ADMIN->add('reports', new admin_externalpage('reportcourseoverview', get_string('courseoverview', 'admin'), \"$CFG->wwwroot/$CFG->admin/report/courseoverview/index.php\",'report/courseoverview:view'));\n?>", 4096) = 274
3403  lseek(8, 274, SEEK_SET)           = 274
3403  munmap(0x7fc00c70f000, 274)       = 0
3403  lseek(8, -274, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/log/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/log/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  mmap(NULL, 472, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 472)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/log/settings.php", {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/log", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/log/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  mmap(NULL, 472, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: settings.php,v 1.1.2.4 2008/11/29 16:23:45 skodak Exp $\n// just a link to course report\n$ADMIN->add('reports', new admin_externalpage('reportlog', get_string('log', 'admin'), \"$CFG->wwwroot/course/report/log/index.php?id=\".SITEID, 'coursereport/log:view'));\n$ADMIN->add('reports', new admin_externalpage('reportloglive', get_string('loglive', 'coursereport_log'), \"$CFG->wwwroot/course/report/log/indexlive.php?id=\".SITEID, 'coursereport/log:viewlive'));\n?>", 4096) = 472
3403  lseek(8, 472, SEEK_SET)           = 472
3403  munmap(0x7fc00c70f000, 472)       = 0
3403  lseek(8, -472, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/coursereport_log.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/coursereport_log.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/coursereport_log.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  mmap(NULL, 382, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 382)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/coursereport_log.php", {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/coursereport_log.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  mmap(NULL, 382, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=382, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: coursereport_log.php,v 1.3 2010/03/29 18:59:44 andreabix Exp $ \n      // coursereport_log.php - created with Moodle 2.0 dev (Build: 20100329) (2010032405)\n\n\n$string['log:view'] = 'Visualizzare i log del corso';\n$string['log:viewlive'] = 'Visualizzare i Live log del corso';\n$string['log:viewtoday'] = 'Visualizzare i log di oggi';\n$string['loglive'] = 'Live log';\n\n?>\n", 4096) = 382
3403  lseek(8, 382, SEEK_SET)           = 382
3403  munmap(0x7fc00c70f000, 382)       = 0
3403  lseek(8, -382, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/question/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/question/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  mmap(NULL, 249, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 249)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/question/settings.php", {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/question", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/question/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  mmap(NULL, 249, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: settings.php,v 1.1.2.1 2008/11/26 20:58:07 skodak Exp $\n$ADMIN->add('reports', new admin_externalpage('reportquestion', get_string('question', 'admin'), \"$CFG->wwwroot/$CFG->admin/report/question/index.php\", 'moodle/site:config'));\n?>", 4096) = 249
3403  lseek(8, 249, SEEK_SET)           = 249
3403  munmap(0x7fc00c70f000, 249)       = 0
3403  lseek(8, -249, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/security/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/security/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  mmap(NULL, 264, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 264)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/security/settings.php", {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/security", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/security/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  mmap(NULL, 264, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=264, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  //$Id: settings.php,v 1.1.2.2 2009/01/15 20:16:13 skodak Exp $\n\n$ADMIN->add('reports', new admin_externalpage('reportsecurity', get_string('reportsecurity', 'report_security'), \"$CFG->wwwroot/$CFG->admin/report/security/index.php\",'report/security:view'));\n", 4096) = 264
3403  lseek(8, 264, SEEK_SET)           = 264
3403  munmap(0x7fc00c70f000, 264)       = 0
3403  lseek(8, -264, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/report_security.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/report_security.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/report_security.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  mmap(NULL, 16576, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70b000
3403  munmap(0x7fc00c70b000, 16576)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/report_security.php", {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/report_security.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  mmap(NULL, 16576, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70b000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=16576, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70a000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: report_security.php,v 1.12 2010/02/19 18:42:17 andreabix Exp $ \n      // report_security.php - created with Moodle 2.0 dev (Build: 20100212) (2010020701)\n\n\n$string['check_configrw_details'] = '<p>Si raccomanda di modificare i permessi del file config.php subito dopo l\\'installazione per evitare che il file possa essere modificato da processi del web server.\nQuesta impostazione non innalza significativamente la sicurezza del vostro sito, tuttavia riduce e limita i pericoli provenienti dai pi\303\271 comuni exploit.</p>';\n$string['check_configrw_name'] = 'File config.php modificabile';\n$string['check_configrw_ok'] = 'Il file config.php non \303\250 modificabile da script PHP.';\n$string['check_configrw_warning'] = 'Il file config.php pu\303\262 essere modificato da script PHP.';\n$string['check_co"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70b000, 16576)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70a000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  mmap(NULL, 221, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 221)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner/settings.php", {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/spamcleaner/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  mmap(NULL, 221, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n\n// spam cleaner\n$ADMIN->add('reports', new admin_externalpage('reportspamcleaner', get_string('spamcleaner','report_spamcleaner'), \"$CFG->wwwroot/$CFG->admin/report/spamcleaner/index.php\", 'moodle/site:config'));\n\n", 4096) = 221
3403  lseek(8, 221, SEEK_SET)           = 221
3403  munmap(0x7fc00c70f000, 221)       = 0
3403  lseek(8, -221, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/report_spamcleaner.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/report_spamcleaner.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/report_spamcleaner.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  mmap(NULL, 1571, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 1571)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/report_spamcleaner.php", {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/report_spamcleaner.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  mmap(NULL, 1571, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1571, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: report_spamcleaner.php,v 1.3 2009/02/18 09:28:06 andreabix Exp $ \n      // report_spamcleaner.php - created with Moodle 1.9.4+ (Build: 20090215) (2007101541)\n\n\n$string['spamauto'] = 'Cerca automaticamente parole tipiche da spammer';\n$string['spamcannotdelete'] = 'Non \303\250 possibile eliminare questo utente';\n$string['spamcannotfinduser'] = 'Non \303\250 stato trovato nessun utente che corrisponda ai criteri di ricerca';\n$string['spamcleaner'] = 'Profile inspector';\n$string['spamcleanerintro'] = 'Questo script esegue ricerche nei profili utente per trovare ed eventualmente eliminare profili inappropriati o palesemente creati da spammer. Potete usare parole chiave multiple separandole da virgole (ad esempio: casino, porn)<br /><br />Moodle Docs fornisce maggiori informazioni sul tema: <"..., 4096) = 1571
3403  lseek(8, 1571, SEEK_SET)          = 1571
3403  munmap(0x7fc00c70f000, 1571)      = 0
3403  lseek(8, -1571, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/stats/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/stats/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  mmap(NULL, 272, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 272)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/stats/settings.php", {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/stats", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/stats/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  mmap(NULL, 272, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=272, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: settings.php,v 1.2.2.3 2008/11/29 14:30:55 skodak Exp $\n// just a link to course report\n$ADMIN->add('reports', new admin_externalpage('reportstats', get_string('stats', 'admin'), \"$CFG->wwwroot/course/report/stats/index.php\", 'coursereport/stats:view'));\n?>", 4096) = 272
3403  lseek(8, 272, SEEK_SET)           = 272
3403  munmap(0x7fc00c70f000, 272)       = 0
3403  lseek(8, -272, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/admin/report/unittest/settings.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/unittest/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  mmap(NULL, 252, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 252)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/unittest/settings.php", {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/admin/report/unittest", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/admin/report/unittest/settings.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  mmap(NULL, 252, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  //$Id: settings.php,v 1.3.2.2 2008/11/26 20:58:03 skodak Exp $\n$ADMIN->add('reports', new admin_externalpage('reportunittest', get_string('simpletest', 'admin'), \"$CFG->wwwroot/$CFG->admin/report/unittest/index.php\", 'report/unittest:view'));\n?>", 4096) = 252
3403  lseek(8, 252, SEEK_SET)           = 252
3403  munmap(0x7fc00c70f000, 252)       = 0
3403  lseek(8, -252, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/admin.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/admin.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/local/settings.php", F_OK) = -1 ENOENT (No such file or directory)
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "%\0\0\0\3SELECT name, 1 FROM mdl_capabilities", 41) = 41
3403  read(6, "\1\0\0\1\2M\0\0\2\3def\17michelep_moodle\20mdl_capabilities\20mdl_capabilities\4name\4name\f!\0\375\2\0\0\375\5@\0\0\0\27\0\0\3\3def\0\0\0\0011\0\f?\0\1\0\0\0\10\201\0\0\0\0\5\0\0\4\376\0\0\"\0\36\0\0\5\33block/online_users:viewlist\0011&\0\0\6#block/rss_client:createprivatefeeds\0011%\0\0\7\"block/rss_client:createsharedfeeds\0011\"\0\0\10\37block/rss_client:manageanyfeeds\0011\"\0\0\t\37block/rss_client:manageownfeeds\0011\30\0\0\n\25coursereport/log:view\0011\34\0\0\v\31coursereport/log:viewlive\0011\35\0\0\f\32coursereport/log:viewtoday\0011\34\0\0\r\31coursereport/outline:view\0011\"\0\0\16\37coursereport/participation:view\0011\32\0\0\17\27coursereport/stats:view\0011!\0\0\20\36enrol/authorize:managepayments\0011\34\0\0\21\31enrol/authorize:uploadcsv\0011\32\0\0\22\27gradeexport/ods:publish\0011\27\0\0\23\24gradeexport/ods:view\0011\32\0\0\24\27gradeexport/txt:publish\0011\27\0\0\25\24gradeexport/txt:view\0011\32\0\0\26\27gradeexport/xls:publish\0011\27\0\0\27\24gradeexport/xls:view\0011\32\0\0\30\27gradeexport/xml:publish\0011\27\0\0\31\24gradeexport/xml:v"..., 16384) = 7000
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "R\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '80' AND instanceid = '34' LIMIT 1", 86) = 86
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\23\0\0\10\00285\00280\00234\7/1/2/85\0013\5\0\0\t\376\0\0\2\0", 16384) = 427
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\333\2\0\0\3SELECT x.instanceid, x.id, x.contextlevel, x.path, x.depth\n              FROM mdl_course_modules cm\n              JOIN mdl_context x ON x.instanceid=cm.id\n             WHERE cm.course=1\n                   AND x.contextlevel=70\n\n         UNION ALL\n\n            SELECT x.instanceid, x.id, x.contextlevel, x.path, x.depth\n              FROM mdl_block_instance bi\n              JOIN mdl_context x ON x.instanceid=bi.id\n             WHERE bi.pageid=1\n                   AND bi.pagetype='course-view'\n                   AND x.contextlevel=80\n\n        UNION ALL\n\n           SELECT x.instanceid, x.id, x.contextlevel, x.path, x.depth\n             FROM mdl_context x\n            WHERE x.instanceid=1\n                  AND x.contextlevel=50", 735) = 735
3403  read(6, "\1\0\0\1\5*\0\0\2\3def\0\0\0\ninstanceid\ninstanceid\f?\0\24\0\0\0\10!\0\0\0\0\32\0\0\3\3def\0\0\0\2id\2id\f?\0\24\0\0\0\10!\0\0\0\0.\0\0\4\3def\0\0\0\fcontextlevel\fcontextlevel\f?\0\24\0\0\0\10!\0\0\0\0\36\0\0\5\3def\0\0\0\4path\4path\f!\0\375\2\0\0\375\0\0\0\0\0 \0\0\6\3def\0\0\0\5depth\5depth\f?\0\4\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\"\0\23\0\0\10\00241\00286\00270\7/1/2/86\0013\26\0\0\t\003138\003292\00270\10/1/2/292\0013\25\0\0\n\00266\003148\00270\10/1/2/148\0013\22\0\0\v\0019\00213\00280\7/1/2/13\0013\23\0\0\f\00210\00211\00280\7/1/2/11\0013\23\0\0\r\00211\00214\00280\7/1/2/14\0013\23\0\0\16\00234\00285\00280\7/1/2/85\0013\23\0\0\17\00235\00287\00280\7/1/2/87\0013\25\0\0\20\00277\003197\00280\10/1/2/197\0013\30\0\0\21\003221\0041267\00280\t/1/2/1267\0013\30\0\0\22\003222\0041339\00280\t/1/2/1339\0013\16\0\0\23\0011\0012\00250\4/1/2\0012\5\0\0\24\376\0\0\"\0", 16384) = 506
3403  access("/home/michelep/public_html/des-k/moodle/mod/resource/lib.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/resource.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/resource.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/resource.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  mmap(NULL, 15949, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 15949)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/resource.php", {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/resource.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  mmap(NULL, 15949, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=15949, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70b000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // resource.php - created with Moodle 1.9.8 (Build: 20100325) (2007101580)\n\n\n$string['addresource'] = 'Aggiungi una risorsa';\n$string['affectedresources'] = 'Risorse coinvolte';\n$string['allowlocalfiles'] = 'Consenti file locali';\n$string['autofilerename'] = 'Aggiorna link se il file viene rinominato';\n$string['back'] = 'Indietro';\n$string['blockdeletingfile'] = 'Blocca l\\'eliminazione di file in uso';\n$string['browserepository'] = 'Cerca nel repository';\n$string['choose'] = 'Scegli';\n$string['chooseafile'] = 'Scegli un file oppure caricane uno dal tuo computer';\n$string['chooseparameter'] = 'Scegli un parametro';\n$string['clicktoopen'] = 'Per aprire il documento, fai click su questo link:';\n$string['configallowlocalfiles'] = 'Quando si crea una risorsa di tipo \\\"Link "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70c000, 15949)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70b000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/forum/lib.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/forum.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  mmap(NULL, 28652, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c709000
3403  munmap(0x7fc00c709000, 28652)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/forum.php", {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/forum.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // forum.php - created with Moodle 2.0 dev (Build: 20100212) (2010020701)\n\n\n$string['addanewdiscussion'] = 'Aggiungi un nuovo argomento di discussione';\n$string['addanewquestion'] = 'Aggiungi nuova domanda';\n$string['addanewtopic'] = 'Aggiungi nuovo argomento';\n$string['advancedsearch'] = 'Ricerca avanzata';\n$string['aggregateavg'] = 'Media dei voti';\n$string['aggregatecount'] = 'Numero di voti';\n$string['aggregatecountformat'] = '$a->count (voto: $a->grade)';\n$string['aggregatemax'] = 'Voto massimo';\n$string['aggregatemin'] = 'Voto minimo';\n$string['aggregatenone'] = 'Non aggregare i voti';\n$string['aggregatesum'] = 'Somma dei voti';\n$string['aggregatetype'] = 'Aggregazione dei voti';\n$string['ajaxrating'] = 'Abilita valutazioni AJAX';\n$string['allforums'] = 'Tutti i "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=28652, ...}) = 0
3403  read(8, "ring['cannotreply'] = 'Non puoi rispondere a questo intervento';\n$string['cannotsplit'] = 'Le discussioni non possono essere spostate da questo forum';\n$string['cannotsubscribe'] = 'Spiacente, devi appartenere ad un gruppo per poterti sottoscrivere.';\n$string['cannottrack'] = 'Non \303\250 stato possibile interrompere la visualizzazione dei messaggi non letti';\n$string['cannotunsubscribe'] = 'Non \303\250 stato possibile rimuoverti dal  forum';\n$string['cannotupdatepost'] = 'Non puoi modificare questo intervento';\n$string['cannotviewpostyet'] = 'Non puoi leggere le domande degli altri studenti in questa discussione perch\303\251 non hai ancora effettuato interventi';\n$string['cleanreadtime'] = 'Marca vecchi interventi come ora lettura';\n$string['completiondiscussions'] = 'L\\'utente deve iniziare il seguente"..., 4096) = 4096
3403  read(8, "isto viene automaticamente considerato \\\"letto\\\"';\n$string['couldnotadd'] = 'Non \303\250 possibile aggiungere l\\'intervento a causa di un errore sconosciuto.';\n$string['couldnotdeleteratings'] = 'Spiacenti, l\\'intervento non pu\303\262 essere cancellato in quanto altri utenti lo hanno gi\303\240  valutato.';\n$string['couldnotdeletereplies'] = 'Spiacenti, l\\'intervento non pu\303\262 essere cancellato in quanto altri utenti hanno gi\303\240 risposto ad esso.';\n$string['couldnotupdate'] = 'Non \303\250 possibile aggiornare l\\'intervento a causa di un errore sconosciuto.';\n$string['delete'] = 'Cancella';\n$string['deleteddiscussion'] = 'L\\'argomento di discussione \303\250 stato cancellato.';\n$string['deletedpost'] = 'L\\'intervento \303\250 stato cancellato.';\n$string['deletedposts'] = 'Quegli interventi sono stati cancellati';\n$string['de"..., 8192) = 8192
3403  read(8, "i\303\271 recenti all\\'inizio';\n$string['modeflatoldestfirst'] = 'Mostra le repliche in formato lineare, con le pi\303\271 vecchie all\\'inizio';\n$string['modenested'] = 'Mostra le repliche in formato nidificato';\n$string['modethreaded'] = 'Mostra le repliche in formato per oggetto';\n$string['modulename'] = 'Forum';\n$string['modulenameplural'] = 'Forum';\n$string['more'] = 'leggi';\n$string['movedmarker'] = 'Spostato';\n$string['movethisdiscussionto'] = 'Sposta la discussione in...';\n$string['mustprovidediscussionorpost'] = 'Per esportare un argomento di discussione devi indicare l\\'id della discussione o dell\\'intervento.';\n$string['namenews'] = 'Forum News';\n$string['namesocial'] = 'Forum Relazionale';\n$string['nameteacher'] = 'Forum Insegnanti';\n$string['newforumposts'] = 'Nuovi interventi nel forum';\n"..., 8192) = 8192
3403  read(8, "deve corrispondere all\\'autore';\n$string['searchuserid'] = 'Il Moodle ID dell\\'autore';\n$string['searchwhichforums'] = 'Scegliere in quali forum cercare';\n$string['searchwords'] = 'Queste parole possono apparire in qualunque punto dell\\'intervento';\n$string['seeallposts'] = 'Visualizzare tutti gli interventi di questo utente';\n$string['sendinratings'] = 'Aggiungere alle mie ultime valutazioni';\n$string['shortpost'] = 'Intervento breve';\n$string['showsubscribers'] = 'Visualizza e modifica le sottoscrizioni al forum';\n$string['singleforum'] = 'Forum monotematico';\n$string['startedby'] = 'Iniziato da';\n$string['subject'] = 'Soggetto';\n$string['subscribe'] = 'Sottoscrivi questo forum';\n$string['subscribeall'] = 'Sottoscrivi tutti a questo forum';\n$string['subscribed'] = 'Sottoscritto';\n$string"..., 8192) = 4076
3403  read(8, "", 4096)                 = 0
3403  read(8, "", 8192)                 = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "v\1\0\0\3SELECT cc.*,\n                       ctx.id AS ctxid, ctx.path AS ctxpath,\n                       ctx.depth AS ctxdepth, ctx.contextlevel AS ctxlevel\n                FROM mdl_course_categories cc\n                JOIN mdl_context ctx\n                  ON cc.id=ctx.instanceid AND ctx.contextlevel=40\n                WHERE cc.parent=0\n                ORDER BY cc.sortorder ASC", 378) = 378
3403  read(6, "\1\0\0\1\17@\0\0\2\3def\17michelep_moodle\2cc\25mdl_course_categories\2id\2id\f?\0\n\0\0\0\10#B\0\0\0D\0\0\3\3def\17michelep_moodle\2cc\25mdl_course_categories\4name\4name\f!\0\375\2\0\0\375\1\0\0\0\0R\0\0\4\3def\17michelep_moodle\2cc\25mdl_course_categories\vdescription\vdescription\f!\0\375\377\2\0\374\20\0\0\0\0H\0\0\5\3def\17michelep_moodle\2cc\25mdl_course_categories\6parent\6parent\f?\0\n\0\0\0\10)@\0\0\0N\0\0\6\3def\17michelep_moodle\2cc\25mdl_course_categories\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0R\0\0\7\3def\17michelep_moodle\2cc\25mdl_course_categories\vcoursecount\vcoursecount\f?\0\n\0\0\0\10!\0\0\0\0J\0\0\10\3def\17michelep_moodle\2cc\25mdl_course_categories\7visible\7visible\f?\0\1\0\0\0\1\1\0\0\0\0T\0\0\t\3def\17michelep_moodle\2cc\25mdl_course_categories\ftimemodified\ftimemodified\f?\0\n\0\0\0\10!\0\0\0\0F\0\0\n\3def\17michelep_moodle\2cc\25mdl_course_categories\5depth\5depth\f?\0\n\0\0\0\10!\0\0\0\0D\0\0\v\3def\17michelep_moodle\2cc\25mdl_course_categories\4path\4path\f!\0\375\2\0\0\375\1\0\0\0\0F\0\0\f\3def\17mich"..., 16384) = 7487
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/my/pagelib.php", {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/my", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/my/pagelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  mmap(NULL, 3314, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  open("/home/michelep/public_html/des-k/moodle/my/pagelib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  mmap(NULL, 3314, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c70e000
3403  munmap(0x7fc00c70e000, 3314)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3314, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  //$Id: pagelib.php,v 1.11.2.3 2008/09/15 11:29:24 mudrd8mz Exp $\n\nrequire_once($CFG->libdir.'/pagelib.php');\n\nclass page_my_moodle extends page_base {\n\n    function get_type() {\n        return PAGE_MY_MOODLE;\n    }\n\n    function user_allowed_editing() {\n        page_id_and_class($id,$class);\n        if ($id == PAGE_MY_MOODLE) {\n            return true;\n        } else if (has_capability('moodle/my:manageblocks', get_context_instance(CONTEXT_SYSTEM)) && defined('ADMIN_STICKYBLOCKS')) {\n            return true;\n        }\n        return false;\n    }\n\n    function user_is_editing() {\n        global $USER;\n        if (has_capability('moodle/my:manageblocks', get_context_instance(CONTEXT_SYSTEM)) && defined('ADMIN_STICKYBLOCKS')) {\n            return true;\n        }\n        return (!empty("..., 4096) = 3314
3403  lseek(8, 3314, SEEK_SET)          = 3314
3403  munmap(0x7fc00c70f000, 3314)      = 0
3403  lseek(8, -3314, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "O\0\0\0\3SELECT * FROM mdl_course_sections WHERE course = '1' AND section = '1' LIMIT 1", 83) = 83
3403  read(6, "\1\0\0\1\6O\0\0\2\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\2id\2id\f?\0\n\0\0\0\10#B\0\0\0W\0\0\3\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\6course\6course\f?\0\n\0\0\0\10)@\0\0\0Y\0\0\4\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\7section\7section\f?\0\n\0\0\0\10!@\0\0\0Y\0\0\5\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0[\0\0\6\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\10sequence\10sequence\f!\0\375\377\2\0\374\20\0\0\0\0Y\0\0\7\3def\17michelep_moodle\23mdl_course_sections\23mdl_course_sections\7visible\7visible\f?\0\1\0\0\0\1\1\0\0\0\0\5\0\0\10\376\0\0\2\0g\2\0\t\0012\0011\0011\374[\2<div style=\"text-align: center; \"><img src=\"http://www.michelepacelli.x10.mx/des-k/moodle/file.php/1/DesK.png\" alt=\"Logo DesK\" title=\"Logo DesK\" border=\"0\" hspace=\"0\" vspace=\"0\" width=\"398\" height=\"288\" /></div><div style=\"te"..., 16384) = 1190
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "W\0\0\0\3SELECT * FROM mdl_cache_text WHERE md5key = '9e1090e90accde44f19624b59310beb8' LIMIT 1", 91) = 91
3403  read(6, "\1\0\0\1\4E\0\0\2\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\2id\2id\f?\0\n\0\0\0\10#B\0\0\0M\0\0\3\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\6md5key\6md5key\f!\0`\0\0\0\375\t@\0\0\0[\0\0\4\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\rformattedtext\rformattedtext\f!\0\377\377\377\377\374\21\20\0\0\0Y\0\0\5\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\ftimemodified\ftimemodified\f?\0\n\0\0\0\10)@\0\0\0\5\0\0\6\376\0\0\2\0\262\2\0\7\006432115 9e1090e90accde44f19624b59310beb8\374|\2<span id=\"Process_jsMath\"></span><div style=\"text-align: center; \"><img src=\"http://www.michelepacelli.x10.mx/des-k/moodle/file.php/1/DesK.png\" alt=\"Logo DesK\" title=\"Logo DesK\" border=\"0\" hspace=\"0\" vspace=\"0\" width=\"398\" height=\"288\" /></div><div style=\"text-align: justify; \"><span class=\"Apple-style-span\" style=\"font-family: verdana, arial, helvetica, sans-serif; color: rgb(102, 102, 102); \""..., 16384) = 1059
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/pix.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  mmap(NULL, 731, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 731)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/pix.php", {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/pix.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  mmap(NULL, 731, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=731, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // pix.php - created with Moodle 1.2 development (2003111400)\n\n\n$string['angry'] = 'arrabbiato';\n$string['approve'] = 'approvo';\n$string['biggrin'] = 'grande sorriso';\n$string['blackeye'] = 'occhio nero';\n$string['blush'] = 'arrossito';\n$string['clown'] = 'pagliaccio';\n$string['cool'] = 'cool';\n$string['dead'] = 'morto';\n$string['evil'] = 'malvagio';\n$string['kiss'] = 'bacio';\n$string['mixed'] = 'Eh?!';\n$string['sad'] = 'triste';\n$string['shy'] = 'timido';\n$string['sleepy'] = 'assonnato';\n$string['smiley'] = 'sorridente';\n$string['surprise'] = 'sorpreso';\n$string['thoughtful'] = 'pensieroso';\n$string['tongueout'] = 'linguetta';\n$string['wideeyes'] = 'strabuzzante';\n$string['wink'] = 'ammiccante';\n\n?>\n", 4096) = 731
3403  lseek(8, 731, SEEK_SET)           = 731
3403  munmap(0x7fc00c70f000, 731)       = 0
3403  lseek(8, -731, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  mmap(NULL, 724, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 724)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  mmap(NULL, 724, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id: pix.php,v 1.2 2006/11/01 09:44:07 moodler Exp $ \n      // pix.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['angry'] = 'angry';\n$string['approve'] = 'approve';\n$string['biggrin'] = 'big grin';\n$string['blackeye'] = 'black eye';\n$string['blush'] = 'blush';\n$string['clown'] = 'clown';\n$string['cool'] = 'cool';\n$string['dead'] = 'dead';\n$string['evil'] = 'evil';\n$string['kiss'] = 'kiss';\n$string['mixed'] = 'mixed';\n$string['sad'] = 'sad';\n$string['shy'] = 'shy';\n$string['sleepy'] = 'sleepy';\n$string['smiley'] = 'smile';\n$string['surprise'] = 'surprise';\n$string['thoughtful'] = 'thoughtful';\n$string['tongueout'] = 'tongueout';\n$string['wideeyes'] = 'wide eyes';\n$string['wink'] = 'wink';\n\n?>\n", 4096) = 724
3403  lseek(8, 724, SEEK_SET)           = 724
3403  munmap(0x7fc00c70f000, 724)       = 0
3403  lseek(8, -724, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/pix.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8_local/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/pix/lang/en_utf8/pix.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", R_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/hiddentext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  mmap(NULL, 5126, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  open("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  mmap(NULL, 5126, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 5126)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=5126, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php //$Id: filter.php,v 1.8 2010/01/16 19:56:49 dlnsk Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// This program is part of Moodle - Modular Object-Oriented Dynamic      //\n// Learning Environment - http://moodle.org                              //\n//                                                                       //\n// Copyright (C) 2008  Dmitry Pupinin <dlnsk@ngs.ru>                     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of the GNU General Public License as published by  //\n// the Free Software Foundation; either version 2 of "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70e000, 5126)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", R_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/glossary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  mmap(NULL, 7636, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  mmap(NULL, 7636, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 7636)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=7636, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: filter.php,v 1.33.2.2 2008/11/12 17:02:23 sam_marshall Exp $\n\nfunction glossary_filter($courseid, $text) {\n    global $CFG;\n\n    // Trivial-cache - keyed on $cachedcourseid\n    static $nothingtodo;\n    static $conceptlist;\n    static $cachedcourseid;\n\n    if (empty($courseid)) {\n        $courseid = SITEID;\n    }\n\n    // Initialise/invalidate our trivial cache if dealing with a different course\n    if (!isset($cachedcourseid) || $cachedcourseid !== (int)$courseid) {\n        $conceptlist = array();\n        $nothingtodo = false;\n    } \n    $cachedcourseid = (int)$courseid;\n\n    if ($nothingtodo === true) {\n        return $text;\n    }\n\n/// Create a list of all the concepts to search for.  It may be cached already.\n\n    if (empty($conceptlist)) {\n\n    /// Find all the glossaries w"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70e000, 7636)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70d000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, ";\3\0\0\3SELECT g.id, g.name\n                                                    FROM mdl_glossary g,\n                                                         mdl_course_modules cm,\n                                                         mdl_modules m\n                                                    WHERE m.name = 'glossary' AND\n                                                          cm.module = m.id AND\n                                                          cm.visible = 1 AND\n                                                          g.id = cm.instance AND\n                                                          g.usedynalink != 0 AND\n                                                          (g.course = '1' OR g.globalglossary = 1)\n                                                    "..., 831) = 831
3403  read(6, "\1\0\0\1\0026\0\0\2\3def\17michelep_moodle\1g\fmdl_glossary\2id\2id\f?\0\n\0\0\0\10!\0\0\0\0:\0\0\3\3def\17michelep_moodle\1g\fmdl_glossary\4name\4name\f!\0\375\2\0\0\375\1\0\0\0\0\5\0\0\4\376\0\0\"\0\5\0\0\5\376\0\0\"\0", 16384) = 143
3403  access("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", R_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/jsmath", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  mmap(NULL, 4154, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70e000
3403  open("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  mmap(NULL, 4154, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 4154)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0755, st_size=4154, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP\n/////////////////////////////////////////////////////////////////////////////\n//                                                                         //\n// NOTICE OF COPYRIGHT                                                     //\n//                                                                         //\n// Moodle - Filter for converting TeX notation to typeset mathematics      //\n// using jsMath                                                            //\n//                                                                         //\n// Copyright (C) 2005 by Davide P. Cervone                                 //\n// This program is free software; you can redistribute it and/or modify    //\n// it under the terms of the GNU General Public License as published by    //\n// the Free So"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70e000, 4154)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70d000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "#\0\0\0\3SHOW COLUMNS FROM `mdl_cache_text`", 39) = 39
3403  read(6, "\1\0\0\1\6-\0\0\2\3def\0\7COLUMNS\0\5Field\vCOLUMN_NAME\f!\0\300\0\0\0\375\1\0\0\0\0,\0\0\3\3def\0\7COLUMNS\0\4Type\vCOLUMN_TYPE\f!\0\367\377\10\0\374\21\0\0\0\0,\0\0\4\3def\0\7COLUMNS\0\4Null\vIS_NULLABLE\f!\0\t\0\0\0\375\1\0\0\0\0*\0\0\5\3def\0\7COLUMNS\0\3Key\nCOLUMN_KEY\f!\0\t\0\0\0\375\1\0\0\0\0002\0\0\6\3def\0\7COLUMNS\0\7Default\16COLUMN_DEFAULT\f!\0\367\377\10\0\374\20\0\0\0\0'\0\0\7\3def\0\7COLUMNS\0\5Extra\5EXTRA\f!\0Q\0\0\0\375\1\0\0\0\0\5\0\0\10\376\0\0\"\0.\0\0\t\2id\23bigint(10) unsigned\2NO\3PRI\373\16auto_increment\34\0\0\n\6md5key\vvarchar(32)\2NO\3MUL\0\0\35\0\0\v\rformattedtext\10longtext\2NO\0\373\0+\0\0\f\ftimemodified\23bigint(10) unsigned\2NO\3MUL\0010\0\5\0\0\r\376\0\0\"\0", 16384) = 473
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "&\3\0\0\3UPDATE mdl_cache_text SET md5key = '9e1090e90accde44f19624b59310beb8',formattedtext = '<span id=\\\"Process_jsMath\\\"></span><div style=\\\"text-align: center; \\\"><img src=\\\"http://www.michelepacelli.x10.mx/des-k/moodle/file.php/1/DesK.png\\\" alt=\\\"Logo DesK\\\" title=\\\"Logo DesK\\\" border=\\\"0\\\" hspace=\\\"0\\\" vspace=\\\"0\\\" width=\\\"398\\\" height=\\\"288\\\" /></div><div style=\\\"text-align: justify; \\\"><span class=\\\"Apple-style-span\\\" style=\\\"font-family: verdana, arial, helvetica, sans-serif; color: rgb(102, 102, 102); \\\"><br /></span></div><div style=\\\"text-align: justify; \\\"><font class=\\\"Apple-style-span\\\" color=\\\"#666666\\\" face=\\\"verdana, arial, helvetica, sans-serif\\\">Benvenuto su DesK, la piattaforma per l\\'apprendimento on line basata su moodle.</font></div>',timemodified = '1342341119' WHERE i"..., 810) = 810
3403  read(6, "0\0\0\1\0\1\0\2\0\0\0(Rows matched: 1  Changed: 1  Warnings: 0", 16384) = 52
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\32\0\0\0\3SELECT * FROM mdl_modules", 30) = 30
3403  read(6, "\1\0\0\1\7?\0\0\2\3def\17michelep_moodle\vmdl_modules\vmdl_modules\2id\2id\f?\0\n\0\0\0\10#B\0\0\0C\0\0\3\3def\17michelep_moodle\vmdl_modules\vmdl_modules\4name\4name\f!\0<\0\0\0\375\t@\0\0\0I\0\0\4\3def\17michelep_moodle\vmdl_modules\vmdl_modules\7version\7version\f?\0\n\0\0\0\10\1\0\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_modules\vmdl_modules\4cron\4cron\f?\0\n\0\0\0\10!\0\0\0\0K\0\0\6\3def\17michelep_moodle\vmdl_modules\vmdl_modules\10lastcron\10lastcron\f?\0\n\0\0\0\10!\0\0\0\0G\0\0\7\3def\17michelep_moodle\vmdl_modules\vmdl_modules\6search\6search\f!\0\375\2\0\0\375\1\0\0\0\0I\0\0\10\3def\17michelep_moodle\vmdl_modules\vmdl_modules\7visible\7visible\f?\0\1\0\0\0\1\1\0\0\0\0\5\0\0\t\376\0\0\"\0)\0\0\n\0011\nassignment\n2007101511\00260\n1342341002\0\0011$\0\0\v\0012\4chat\n2009031100\003300\n1318415401\0\0010\33\0\0\f\0013\6choice\n2007101509\0010\0010\0\0010\32\0\0\r\0014\4data\n2007101515\00260\0010\0\0010$\0\0\16\0015\5forum\n2007101513\00260\n1342341002\0\0011\35\0\0\17\0016\10glossary\n2007101509\0010\0010\0\0011\33\0\0\20\0017\6hotpot\n2007101513\0010\0010\0\0010\35\0\0\21\0018\7journal\n2007"..., 16384) = 1130
3403  access("/home/michelep/moodledata/lang/it_utf8_local/assignment.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/assignment.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/assignment.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  mmap(NULL, 10791, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  munmap(0x7fc00c70d000, 10791)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/assignment.php", {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/assignment.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  mmap(NULL, 10791, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=10791, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // assignment.php - created with Moodle 1.9.11 (Build: 20110221) (2007101591.02)\n\n\n$string['allowdeleting'] = 'Consenti ripensamenti';\n$string['allowmaxfiles'] = 'Numero massimo di file da inviare';\n$string['allownotes'] = 'Consenti annotazioni';\n$string['allowresubmit'] = 'Consenti consegne ripetute';\n$string['alreadygraded'] = 'Il tuo compito \303\250 gi\303\240 stato valutato e non \303\250 prevista la riconsegna.';\n$string['assignment:grade'] = 'Valutare compito';\n$string['assignment:submit'] = 'Consegnare compito';\n$string['assignment:view'] = 'Visualizzare compito';\n$string['assignmentdetails'] = 'Dettagli compito';\n$string['assignmentmail'] = '$a->teacher ha commentato/valutato il tuo compito \\'<i>$a->assignment</i>\\'.\n\nPer visualizzare il commento/voto al tuo compito:\n\n$a->url';"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70d000, 10791)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/assignment.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/assignment.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/glossary.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/glossary.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/glossary.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  mmap(NULL, 13804, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 13804)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/glossary.php", {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/glossary.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  mmap(NULL, 13804, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13804, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70b000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // glossary.php - created with Moodle 1.9.11 (Build: 20110221) (2007101591.02)\n\n\n$string['addcomment'] = 'Aggiungi commento';\n$string['addentry'] = 'Aggiungi termine';\n$string['addingcomment'] = 'Aggiungi un commento';\n$string['aliases'] = 'Alias (parole alternative)';\n$string['allcategories'] = 'Tutte le categorie';\n$string['allentries'] = 'TUTTI';\n$string['allowcomments'] = 'Commenti ai termini';\n$string['allowduplicatedentries'] = 'Termini duplicati';\n$string['allowprintview'] = 'Visualizzazione per stampa';\n$string['allowratings'] = 'Valutazione delle definizioni';\n$string['andmorenewentries'] = 'e {$a} nuovi termini.';\n$string['answer'] = 'Risposta';\n$string['approve'] = 'Approva';\n$string['areyousuredelete'] = 'Sei sicuro di voler rimuovere questo termine?';\n$str"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70c000, 13804)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70b000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/glossary.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/glossary.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/label.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/label.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/label.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  mmap(NULL, 227, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  munmap(0x7fc00c70f000, 227)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/label.php", {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/label.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  mmap(NULL, 227, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70f000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=227, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // label.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['labeltext'] = 'Testo visualizzato dall\\'etichetta';\n$string['modulename'] = 'Etichetta';\n$string['modulenameplural'] = 'Etichette';\n\n?>\n", 4096) = 227
3403  lseek(8, 227, SEEK_SET)           = 227
3403  munmap(0x7fc00c70f000, 227)       = 0
3403  lseek(8, -227, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/label.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/label.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/quiz.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/quiz.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/quiz.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  mmap(NULL, 57832, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c701000
3403  munmap(0x7fc00c701000, 57832)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/quiz.php", {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/quiz.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  mmap(NULL, 57832, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c701000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=57832, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c700000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // quiz.php - created with Moodle 1.9.8 (Build: 20100325) (2007101580)\n\n\n$string['1day'] = '1 giorno';\n$string['1hour'] = '1 ora';\n$string['2hours'] = '2 ore';\n$string['30minutes'] = '30 minuti';\n$string['6hours'] = '6 ore';\n$string['acceptederror'] = 'Errore accettato';\n$string['action'] = 'Azione';\n$string['adaptive'] = 'Modo adattativo';\n$string['addcategory'] = 'Aggiungi una categoria';\n$string['addingcalculated'] = 'Creazione domanda con Calcolo';\n$string['addingdescription'] = 'Creazione domanda Commento';\n$string['addingessay'] = 'Creazione domanda con Risposta a Testo libero';\n$string['addingmatch'] = 'Creazione domanda a Corrispondenza';\n$string['addingmultianswer'] = 'Creazione domanda a Risposte inglobate (Cloze)';\n$string['addingmultichoice'] = 'Creazione d"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x279c000)                    = 0x279c000
3403  brk(0x281c000)                    = 0x281c000
3403  munmap(0x7fc00c701000, 57832)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c700000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/quiz.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/quiz.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/resource.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/resource.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/resource.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/resource.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/scorm.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/scorm.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/scorm.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  mmap(NULL, 13955, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  munmap(0x7fc00c70c000, 13955)     = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/scorm.php", {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/scorm.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  mmap(NULL, 13955, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c70c000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=13955, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70b000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // scorm.php - created with Moodle 1.9.11+ (Build: 20110309) (2007101591.02)\n\n\n$string['activation'] = 'Attivazione';\n$string['activityloading'] = 'L\\'attivit\303\240 partir\303\240 in';\n$string['activitypleasewait'] = 'Caricamento in corso...';\n$string['advanced'] = 'Parametri';\n$string['asset'] = 'Asset';\n$string['assetlaunched'] = 'Asset - Visualizzato';\n$string['attempt'] = 'Tentativo';\n$string['attempt1'] = '1 tentativo';\n$string['attempts'] = 'Tentativi';\n$string['attemptsx'] = '$a tentativi';\n$string['attr_error'] = 'Valore non valido per l\\'attributo ($a->attr) nel tag $a->tag.';\n$string['autocontinue'] = 'Continuazione automatica';\n$string['autocontinuedesc'] = 'Questa preferenza imposta come default la continuazione automatica';\n$string['averageattempt'] = 'Media tentati"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c70c000, 13955)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70b000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/scorm.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/scorm.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\371\0\0\0\3SELECT cm.*, m.name as modname\n                            FROM mdl_modules m,\n                                 mdl_course_modules cm\n                            WHERE cm.course = 1\n                            AND cm.module = m.id AND m.visible = 1", 253) = 253
3403  read(6, "\1\0\0\1\17=\0\0\2\3def\17michelep_moodle\2cm\22mdl_course_modules\2id\2id\f?\0\n\0\0\0\10#B\0\0\0E\0\0\3\3def\17michelep_moodle\2cm\22mdl_course_modules\6course\6course\f?\0\n\0\0\0\10)@\0\0\0E\0\0\4\3def\17michelep_moodle\2cm\22mdl_course_modules\6module\6module\f?\0\n\0\0\0\10)@\0\0\0I\0\0\5\3def\17michelep_moodle\2cm\22mdl_course_modules\10instance\10instance\f?\0\n\0\0\0\10)@\0\0\0G\0\0\6\3def\17michelep_moodle\2cm\22mdl_course_modules\7section\7section\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\7\3def\17michelep_moodle\2cm\22mdl_course_modules\10idnumber\10idnumber\f!\0,\1\0\0\375\10@\0\0\0C\0\0\10\3def\17michelep_moodle\2cm\22mdl_course_modules\5added\5added\f?\0\n\0\0\0\10!\0\0\0\0C\0\0\t\3def\17michelep_moodle\2cm\22mdl_course_modules\5score\5score\f?\0\4\0\0\0\2\1\0\0\0\0E\0\0\n\3def\17michelep_moodle\2cm\22mdl_course_modules\6indent\6indent\f?\0\5\0\0\0\t!\0\0\0\0G\0\0\v\3def\17michelep_moodle\2cm\22mdl_course_modules\7visible\7visible\f?\0\1\0\0\0\1\t@\0\0\0M\0\0\f\3def\17michelep_moodle\2cm\22mdl_course_modules\nvisibleold\nvisible"..., 16384) = 1304
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/forum/lib.php", {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/forum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/forum/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  mmap(NULL, 252838, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c547000
3403  open("/home/michelep/public_html/des-k/moodle/mod/forum/lib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  mmap(NULL, 252838, PROT_READ, MAP_SHARED, 9, 0) = 0x7fbffd0ab000
3403  munmap(0x7fbffd0ab000, 252838)    = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=252838, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id$\n\nrequire_once($CFG->libdir.'/filelib.php');\n\n/// CONSTANTS ///////////////////////////////////////////////////////////\n\ndefine('FORUM_MODE_FLATOLDEST', 1);\ndefine('FORUM_MODE_FLATNEWEST', -1);\ndefine('FORUM_MODE_THREADED', 2);\ndefine('FORUM_MODE_NESTED', 3);\n\ndefine('FORUM_FORCESUBSCRIBE', 1);\ndefine('FORUM_INITIALSUBSCRIBE', 2);\ndefine('FORUM_DISALLOWSUBSCRIBE',3);\n\ndefine('FORUM_TRACKING_OFF', 0);\ndefine('FORUM_TRACKING_OPTIONAL', 1);\ndefine('FORUM_TRACKING_ON', 2);\n\ndefine('FORUM_UNSET_POST_RATING', -999);\n\ndefine ('FORUM_AGGREGATE_NONE', 0); //no ratings\ndefine ('FORUM_AGGREGATE_AVG', 1);\ndefine ('FORUM_AGGREGATE_COUNT', 2);\ndefine ('FORUM_AGGREGATE_MAX', 3);\ndefine ('FORUM_AGGREGATE_MIN', 4);\ndefine ('FORUM_AGGREGATE_SUM', 5);\n\n/// STANDARD FUNCTIONS ///////////////////"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x28a0000)                    = 0x28a0000
3403  brk(0x28e0000)                    = 0x28e0000
3403  brk(0x2920000)                    = 0x2920000
3403  brk(0x2963000)                    = 0x2963000
3403  brk(0x29a4000)                    = 0x29a4000
3403  brk(0x29e6000)                    = 0x29e6000
3403  munmap(0x7fc00c547000, 252838)    = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/filelib.php", {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 49286, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c732000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filelib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 49286, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c703000
3403  munmap(0x7fc00c703000, 49286)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php //$Id: filelib.php,v 1.50.2.34 2010/10/07 08:42:47 rwijaya Exp $\n\ndefine('BYTESERVING_BOUNDARY', 's1k2o3d4a5k6s7'); //unique string constant\n\nfunction get_file_url($path, $options=null, $type='coursefile') {\n    global $CFG, $HTTPSPAGEREQUIRED;\n\n    $path = str_replace('//', '/', $path);\n    $path = trim($path, '/'); // no leading and trailing slashes\n\n    // type of file\n    switch ($type) {\n       case 'questionfile':\n            $url = $CFG->wwwroot.\"/question/exportfile.php\";\n            break;\n       case 'rssfile':\n            $url = $CFG->wwwroot.\"/rss/file.php\";\n            break;\n        case 'user':\n            if (!empty($HTTPSPAGEREQUIRED)) {\n                $wwwroot = $CFG->httpswwwroot;\n            }\n            else {\n                $wwwroot = $CFG->wwwroot;\n         "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c732000, 49286)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "M\0\0\0\3SELECT * FROM mdl_forum WHERE course = '1' AND type = 'news' ORDER BY id ASC", 81) = 81
3403  read(6, "\1\0\0\1\22;\0\0\2\3def\17michelep_moodle\tmdl_forum\tmdl_forum\2id\2id\f?\0\n\0\0\0\10#B\0\0\0C\0\0\3\3def\17michelep_moodle\tmdl_forum\tmdl_forum\6course\6course\f?\0\n\0\0\0\10)@\0\0\0?\0\0\4\3def\17michelep_moodle\tmdl_forum\tmdl_forum\4type\4type\f!\0\30\0\0\0\376\1\1\0\0\0?\0\0\5\3def\17michelep_moodle\tmdl_forum\tmdl_forum\4name\4name\f!\0\375\2\0\0\375\1\0\0\0\0A\0\0\6\3def\17michelep_moodle\tmdl_forum\tmdl_forum\5intro\5intro\f!\0\375\377\2\0\374\21\20\0\0\0G\0\0\7\3def\17michelep_moodle\tmdl_forum\tmdl_forum\10assessed\10assessed\f?\0\n\0\0\0\10!\0\0\0\0U\0\0\10\3def\17michelep_moodle\tmdl_forum\tmdl_forum\17assesstimestart\17assesstimestart\f?\0\n\0\0\0\10!\0\0\0\0W\0\0\t\3def\17michelep_moodle\tmdl_forum\tmdl_forum\20assesstimefinish\20assesstimefinish\f?\0\n\0\0\0\10!\0\0\0\0A\0\0\n\3def\17michelep_moodle\tmdl_forum\tmdl_forum\5scale\5scale\f?\0\n\0\0\0\10\1\0\0\0\0G\0\0\v\3def\17michelep_moodle\tmdl_forum\tmdl_forum\10maxbytes\10maxbytes\f?\0\n\0\0\0\10!\0\0\0\0S\0\0\f\3def\17michelep_moodle\tmdl_forum\tmdl_forum\16forcesubscribe"..., 16384) = 1506
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "T\0\0\0\3SELECT * FROM mdl_forum_subscriptions WHERE userid = '982' AND forum = '22' LIMIT 1", 88) = 88
3403  read(6, "\1\0\0\1\3W\0\0\2\3def\17michelep_moodle\27mdl_forum_subscriptions\27mdl_forum_subscriptions\2id\2id\f?\0\n\0\0\0\10#B\0\0\0_\0\0\3\3def\17michelep_moodle\27mdl_forum_subscriptions\27mdl_forum_subscriptions\6userid\6userid\f?\0\n\0\0\0\10)@\0\0\0]\0\0\4\3def\17michelep_moodle\27mdl_forum_subscriptions\27mdl_forum_subscriptions\5forum\5forum\f?\0\n\0\0\0\10)@\0\0\0\5\0\0\5\376\0\0\2\0\5\0\0\6\376\0\0\2\0", 16384) = 310
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\310\1\0\0\3SELECT cm.*, m.name, md.name as modname\n                           FROM mdl_course_modules cm,\n                                mdl_modules md,\n                                mdl_forum m\n                           WHERE cm.course = 1 AND \n                                 cm.instance = m.id AND\n                                 md.name = 'forum' AND\n                                 md.id = cm.module AND\n                                 m.id = 22 LIMIT 1", 460) = 460
3403  read(6, "\1\0\0\1\20=\0\0\2\3def\17michelep_moodle\2cm\22mdl_course_modules\2id\2id\f?\0\n\0\0\0\10#B\0\0\0E\0\0\3\3def\17michelep_moodle\2cm\22mdl_course_modules\6course\6course\f?\0\n\0\0\0\10)@\0\0\0E\0\0\4\3def\17michelep_moodle\2cm\22mdl_course_modules\6module\6module\f?\0\n\0\0\0\10)@\0\0\0I\0\0\5\3def\17michelep_moodle\2cm\22mdl_course_modules\10instance\10instance\f?\0\n\0\0\0\10)@\0\0\0G\0\0\6\3def\17michelep_moodle\2cm\22mdl_course_modules\7section\7section\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\7\3def\17michelep_moodle\2cm\22mdl_course_modules\10idnumber\10idnumber\f!\0,\1\0\0\375\10@\0\0\0C\0\0\10\3def\17michelep_moodle\2cm\22mdl_course_modules\5added\5added\f?\0\n\0\0\0\10!\0\0\0\0C\0\0\t\3def\17michelep_moodle\2cm\22mdl_course_modules\5score\5score\f?\0\4\0\0\0\2\1\0\0\0\0E\0\0\n\3def\17michelep_moodle\2cm\22mdl_course_modules\6indent\6indent\f?\0\5\0\0\0\t!\0\0\0\0G\0\0\v\3def\17michelep_moodle\2cm\22mdl_course_modules\7visible\7visible\f?\0\1\0\0\0\1\t@\0\0\0M\0\0\f\3def\17michelep_moodle\2cm\22mdl_course_modules\nvisibleold\nvisible"..., 16384) = 1265
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\312\1\0\0\3SELECT p.*, d.name, d.timemodified, d.usermodified, d.groupid, d.timestart, d.timeend,\n                   u.firstname, u.lastname, u.email, u.picture, u.imagealt \n              FROM mdl_forum_discussions d\n                   JOIN mdl_forum_posts p ON p.discussion = d.id\n                   JOIN mdl_user u ON p.userid = u.id\n                   \n             WHERE d.forum = 22 AND p.parent = 0\n                    \n          ORDER BY p.modified DESC LIMIT 2", 462) = 462
3403  read(6, "\1\0\0\1\0309\0\0\2\3def\17michelep_moodle\1p\17mdl_forum_posts\2id\2id\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\3\3def\17michelep_moodle\1p\17mdl_forum_posts\ndiscussion\ndiscussion\f?\0\n\0\0\0\10!\0\0\0\0A\0\0\4\3def\17michelep_moodle\1p\17mdl_forum_posts\6parent\6parent\f?\0\n\0\0\0\10!\0\0\0\0A\0\0\5\3def\17michelep_moodle\1p\17mdl_forum_posts\6userid\6userid\f?\0\n\0\0\0\10!\0\0\0\0C\0\0\6\3def\17michelep_moodle\1p\17mdl_forum_posts\7created\7created\f?\0\n\0\0\0\10!\0\0\0\0E\0\0\7\3def\17michelep_moodle\1p\17mdl_forum_posts\10modified\10modified\f?\0\n\0\0\0\10!\0\0\0\0A\0\0\10\3def\17michelep_moodle\1p\17mdl_forum_posts\6mailed\6mailed\f?\0\2\0\0\0\1!\0\0\0\0C\0\0\t\3def\17michelep_moodle\1p\17mdl_forum_posts\7subject\7subject\f!\0\375\2\0\0\375\1\0\0\0\0C\0\0\n\3def\17michelep_moodle\1p\17mdl_forum_posts\7message\7message\f!\0\375\377\2\0\374\21\20\0\0\0A\0\0\v\3def\17michelep_moodle\1p\17mdl_forum_posts\6format\6format\f?\0\2\0\0\0\1\1\0\0\0\0I\0\0\f\3def\17michelep_moodle\1p\17mdl_forum_posts\nattachment\nattachment\f!\0,\1\0\0\375\1\0\0\0\0I\0\0\r\3def\17michelep_"..., 16384) = 3683
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\22\1\0\0\3SELECT p.discussion, COUNT(p.id) AS replies, MAX(p.id) AS lastpostid\n                  FROM mdl_forum_posts p\n                       JOIN mdl_forum_discussions d ON p.discussion = d.id\n                 WHERE p.parent > 0 AND d.forum = 22\n              GROUP BY p.discussion", 278) = 278
3403  read(6, "\1\0\0\1\3I\0\0\2\3def\17michelep_moodle\1p\17mdl_forum_posts\ndiscussion\ndiscussion\f?\0\n\0\0\0\10!\0\0\0\0\35\0\0\3\3def\0\0\0\7replies\0\f?\0\25\0\0\0\10\1\0\0\0\0 \0\0\4\3def\0\0\0\nlastpostid\0\f?\0\n\0\0\0\10 \0\0\0\0\5\0\0\5\376\0\0\2\0\5\0\0\6\376\0\0\2\0", 16384) = 169
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\335\0\0\0\3SELECT g.*\n                              FROM mdl_groups g , mdl_groups_members gm \n                             WHERE g.courseid = 1 AND g.id = gm.groupid AND gm.userid = '2' \n                          ORDER BY name ASC", 225) = 225
3403  read(6, "\1\0\0\1\t4\0\0\2\3def\17michelep_moodle\1g\nmdl_groups\2id\2id\f?\0\n\0\0\0\10#B\0\0\0@\0\0\3\3def\17michelep_moodle\1g\nmdl_groups\10courseid\10courseid\f?\0\n\0\0\0\10)P\0\0\0008\0\0\4\3def\17michelep_moodle\1g\nmdl_groups\4name\4name\f!\0\372\2\0\0\375\1\0\0\0\0F\0\0\5\3def\17michelep_moodle\1g\nmdl_groups\vdescription\vdescription\f!\0\375\377\2\0\374\20\0\0\0\0H\0\0\6\3def\17michelep_moodle\1g\nmdl_groups\fenrolmentkey\fenrolmentkey\f!\0\226\0\0\0\375\0\0\0\0\0>\0\0\7\3def\17michelep_moodle\1g\nmdl_groups\7picture\7picture\f?\0\n\0\0\0\10!\0\0\0\0F\0\0\10\3def\17michelep_moodle\1g\nmdl_groups\vhidepicture\vhidepicture\f?\0\1\0\0\0\1!\0\0\0\0F\0\0\t\3def\17michelep_moodle\1g\nmdl_groups\vtimecreated\vtimecreated\f?\0\n\0\0\0\10!\0\0\0\0H\0\0\n\3def\17michelep_moodle\1g\nmdl_groups\ftimemodified\ftimemodified\f?\0\n\0\0\0\10!\0\0\0\0\5\0\0\v\376\0\0\2\0\5\0\0\f\376\0\0\2\0", 16384) = 647
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "W\0\0\0\3SELECT * FROM mdl_cache_text WHERE md5key = '33305555e5f85e7be30e60ee14e7f6e8' LIMIT 1", 91) = 91
3403  read(6, "\1\0\0\1\4E\0\0\2\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\2id\2id\f?\0\n\0\0\0\10#B\0\0\0M\0\0\3\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\6md5key\6md5key\f!\0`\0\0\0\375\t@\0\0\0[\0\0\4\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\rformattedtext\rformattedtext\f!\0\377\377\377\377\374\21\20\0\0\0Y\0\0\5\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\ftimemodified\ftimemodified\f?\0\n\0\0\0\10)@\0\0\0\5\0\0\6\376\0\0\2\0\227\2\0\7\006432116 33305555e5f85e7be30e60ee14e7f6e8\374a\2<span id=\"Process_jsMath\"></span><span class=\"Apple-style-span\" style=\"font-family: helvetica; \">\303\210 disponibile una versione aggiornata della guida alla piattaforma per gli studenti, comprendente la descrizione dello strumento compito. \303\210 possibile visualizzarla dalla pagina principale di Lettere On Line o direttamente da questo link:</span><div><font class=\"Apple-style-span\" face=\"Helvetica\"><"..., 16384) = 1032
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/kses.php", {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/kses.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  mmap(NULL, 19586, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/kses.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  mmap(NULL, 19586, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 19586)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=19586, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n\n# kses 0.2.2 - HTML/XHTML filter that only allows some elements and attributes\n# Copyright (C) 2002, 2003, 2005  Ulf Harnhammar\n#\n# This program is free software and open source software; you can redistribute\n# it and/or modify it under the terms of the GNU General Public License as\n# published by the Free Software Foundation; either version 2 of the License,\n# or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful, but WITHOUT\n# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n# more details.\n#\n# You should have received a copy of the GNU General Public License along\n# with this program; if not, write to the Free Software Foundation, In"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 19586)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", R_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "#\0\0\0\3SHOW COLUMNS FROM `mdl_cache_text`", 39) = 39
3403  read(6, "\1\0\0\1\6-\0\0\2\3def\0\7COLUMNS\0\5Field\vCOLUMN_NAME\f!\0\300\0\0\0\375\1\0\0\0\0,\0\0\3\3def\0\7COLUMNS\0\4Type\vCOLUMN_TYPE\f!\0\367\377\10\0\374\21\0\0\0\0,\0\0\4\3def\0\7COLUMNS\0\4Null\vIS_NULLABLE\f!\0\t\0\0\0\375\1\0\0\0\0*\0\0\5\3def\0\7COLUMNS\0\3Key\nCOLUMN_KEY\f!\0\t\0\0\0\375\1\0\0\0\0002\0\0\6\3def\0\7COLUMNS\0\7Default\16COLUMN_DEFAULT\f!\0\367\377\10\0\374\20\0\0\0\0'\0\0\7\3def\0\7COLUMNS\0\5Extra\5EXTRA\f!\0Q\0\0\0\375\1\0\0\0\0\5\0\0\10\376\0\0\"\0.\0\0\t\2id\23bigint(10) unsigned\2NO\3PRI\373\16auto_increment\34\0\0\n\6md5key\vvarchar(32)\2NO\3MUL\0\0\35\0\0\v\rformattedtext\10longtext\2NO\0\373\0+\0\0\f\ftimemodified\23bigint(10) unsigned\2NO\3MUL\0010\0\5\0\0\r\376\0\0\"\0", 16384) = 473
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\372\2\0\0\3UPDATE mdl_cache_text SET md5key = '33305555e5f85e7be30e60ee14e7f6e8',formattedtext = '<span id=\\\"Process_jsMath\\\"></span><span class=\\\"Apple-style-span\\\" style=\\\"font-family: helvetica; \\\">\303\210 disponibile una versione aggiornata della guida alla piattaforma per gli studenti, comprendente la descrizione dello strumento compito. \303\210 possibile visualizzarla dalla pagina principale di Lettere On Line o direttamente da questo link:</span><div><font class=\\\"Apple-style-span\\\" face=\\\"Helvetica\\\"><br /></font></div><div><font class=\\\"Apple-style-span\\\" face=\\\"Helvetica\\\"><a href=\\\"http://www.des-k.it/moodle/file.php/1/Guida_studentiV2.pdf\\\" target=\\\"_blank\\\">Guida alla piattaforma per gli studenti</a></font></div>',timemodified = '1342341119' WHERE id = 432116", 766) = 766
3403  read(6, "0\0\0\1\0\1\0\2\0\0\0(Rows matched: 1  Changed: 1  Warnings: 0", 16384) = 52
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\335\0\0\0\3SELECT g.*\n                              FROM mdl_groups g , mdl_groups_members gm \n                             WHERE g.courseid = 1 AND g.id = gm.groupid AND gm.userid = '2' \n                          ORDER BY name ASC", 225) = 225
3403  read(6, "\1\0\0\1\t4\0\0\2\3def\17michelep_moodle\1g\nmdl_groups\2id\2id\f?\0\n\0\0\0\10#B\0\0\0@\0\0\3\3def\17michelep_moodle\1g\nmdl_groups\10courseid\10courseid\f?\0\n\0\0\0\10)P\0\0\0008\0\0\4\3def\17michelep_moodle\1g\nmdl_groups\4name\4name\f!\0\372\2\0\0\375\1\0\0\0\0F\0\0\5\3def\17michelep_moodle\1g\nmdl_groups\vdescription\vdescription\f!\0\375\377\2\0\374\20\0\0\0\0H\0\0\6\3def\17michelep_moodle\1g\nmdl_groups\fenrolmentkey\fenrolmentkey\f!\0\226\0\0\0\375\0\0\0\0\0>\0\0\7\3def\17michelep_moodle\1g\nmdl_groups\7picture\7picture\f?\0\n\0\0\0\10!\0\0\0\0F\0\0\10\3def\17michelep_moodle\1g\nmdl_groups\vhidepicture\vhidepicture\f?\0\1\0\0\0\1!\0\0\0\0F\0\0\t\3def\17michelep_moodle\1g\nmdl_groups\vtimecreated\vtimecreated\f?\0\n\0\0\0\10!\0\0\0\0H\0\0\n\3def\17michelep_moodle\1g\nmdl_groups\ftimemodified\ftimemodified\f?\0\n\0\0\0\10!\0\0\0\0\5\0\0\v\376\0\0\2\0\5\0\0\f\376\0\0\2\0", 16384) = 647
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "W\0\0\0\3SELECT * FROM mdl_cache_text WHERE md5key = '1ba4f3fefdc380296e467dda01afe731' LIMIT 1", 91) = 91
3403  read(6, "\1\0\0\1\4E\0\0\2\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\2id\2id\f?\0\n\0\0\0\10#B\0\0\0M\0\0\3\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\6md5key\6md5key\f!\0`\0\0\0\375\t@\0\0\0[\0\0\4\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\rformattedtext\rformattedtext\f!\0\377\377\377\377\374\21\20\0\0\0Y\0\0\5\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\ftimemodified\ftimemodified\f?\0\n\0\0\0\10)@\0\0\0\5\0\0\6\376\0\0\2\0j\4\0\7\006432117 1ba4f3fefdc380296e467dda01afe731\3744\4<span id=\"Process_jsMath\"></span>Sono concluse le iscrizioni per i corsi di Economia Politica, Istituzioni di Sociologia, Storia Contemporanea.<div><br /></div><div><div style=\"background-color: rgb(255, 255, 255); font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif; direction: ltr; \"><div>Per gli iscritti ai corsi on-line \303\250 previsto un incontro di orientamento che si terr\303\240 il "..., 16384) = 1499
3403  access("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", R_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "#\0\0\0\3SHOW COLUMNS FROM `mdl_cache_text`", 39) = 39
3403  read(6, "\1\0\0\1\6-\0\0\2\3def\0\7COLUMNS\0\5Field\vCOLUMN_NAME\f!\0\300\0\0\0\375\1\0\0\0\0,\0\0\3\3def\0\7COLUMNS\0\4Type\vCOLUMN_TYPE\f!\0\367\377\10\0\374\21\0\0\0\0,\0\0\4\3def\0\7COLUMNS\0\4Null\vIS_NULLABLE\f!\0\t\0\0\0\375\1\0\0\0\0*\0\0\5\3def\0\7COLUMNS\0\3Key\nCOLUMN_KEY\f!\0\t\0\0\0\375\1\0\0\0\0002\0\0\6\3def\0\7COLUMNS\0\7Default\16COLUMN_DEFAULT\f!\0\367\377\10\0\374\20\0\0\0\0'\0\0\7\3def\0\7COLUMNS\0\5Extra\5EXTRA\f!\0Q\0\0\0\375\1\0\0\0\0\5\0\0\10\376\0\0\"\0.\0\0\t\2id\23bigint(10) unsigned\2NO\3PRI\373\16auto_increment\34\0\0\n\6md5key\vvarchar(32)\2NO\3MUL\0\0\35\0\0\v\rformattedtext\10longtext\2NO\0\373\0+\0\0\f\ftimemodified\23bigint(10) unsigned\2NO\3MUL\0010\0\5\0\0\r\376\0\0\"\0", 16384) = 473
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\301\4\0\0\3UPDATE mdl_cache_text SET md5key = '1ba4f3fefdc380296e467dda01afe731',formattedtext = '<span id=\\\"Process_jsMath\\\"></span>Sono concluse le iscrizioni per i corsi di Economia Politica, Istituzioni di Sociologia, Storia Contemporanea.<div><br /></div><div><div style=\\\"background-color: rgb(255, 255, 255); font-family: \\'trebuchet ms\\', verdana, arial, helvetica, sans-serif; direction: ltr; \\\"><div>Per gli iscritti ai corsi on-line \303\250 previsto un incontro di orientamento che si terr\303\240 il giorno 8 novembre presso il Dipartimento di scienze politiche, sociali e della comunicazione, nel laboratorio audiovisuale della sezione scienze sociali (ex Dipartimento di Sociologia e scienza della politica) nei seguenti orari:</div><div>10,00: Presentazione del corso di Economia politica (Prof. Robert"..., 1221) = 1221
3403  read(6, "0\0\0\1\0\1\0\2\0\0\0(Rows matched: 1  Changed: 1  Warnings: 0", 16384) = 52
3403  writev(5, [{"LS\4\0\305 \0\0", 8}, {"\n\n<table id=\"layout-table\" summary=\"layout\">\n  <tr>\n  <td style=\"width: 210px;\" id=\"left-column\"><div class=\"wrap wraplevel2 \">\n<div class=\"bt\"><div>&nbsp;</div></div>\n<div class=\"i1\"><div class=\"i2\"><div class=\"i3\"><a href=\"#sb-1\" class=\"skip-block\">Salta Menu Principale</a><div  id=\"inst34\" class=\"block_site_main_menu sideblock\"><div class=\"wrap\">\n<div class=\"header\"><div class=\"bt\"><div>&nbsp;</div></div><div class=\"i1\"><div class=\"i2\"><div class=\"i3\"><div class=\"title\"><input type=\"image\" src=\"http://www.des-k.it/moodle/theme/DesK/pix/t/switch_minus.gif\" id=\"togglehide_inst34\" onclick=\"elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostra blocco Menu Principale', 'Nascondi blocco Menu Principale'); return false;\" alt=\"Nascondi blocco Menu"..., 7305}, {"<span id=\"Process_jsMath\"></span>Sono concluse le iscrizioni per i corsi di Economia Politica, Istituzioni di Sociologia, Storia Contemporanea.<div><br /></div><div><div style=\"background-color: rgb(255, 255, 255); font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif; direction: ltr; \"><div>Per gli iscritti ai corsi on-line \303\250 previsto un incontro di orientamento che si terr\303\240 il giorno 8 novembre presso il Dipartimento di scienze politiche, sociali e della comunicazione, nel laboratorio audiovisuale della sezione scienze sociali (ex Dipartimento di Sociologia e scienza della politica) nei seguenti orari:</div><div>10,00: Presentazione del corso di Economia politica (Prof. Roberto Iorio)</div><div>10,30: Presentazione del corso Istituzioni di Sociologia (Prof. Gennaro Iorio)<"..., 1076}], 3) = 8389
3403  access("/home/michelep/moodledata/lang/it_utf8_local/forum.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/forum.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/calendar.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  mmap(NULL, 7996, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 7996)      = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/calendar.php", {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/calendar.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  mmap(NULL, 7996, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=7996, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // calendar.php - created with Moodle 2.0 dev (Build: 20091110) (2009110605)\n\n\n$string['advancedoptions'] = 'Opzioni avanzate';\n$string['allday'] = 'Tutto il giorno';\n$string['calendar'] = 'Calendario';\n$string['calendarheading'] = '$a Calendario';\n$string['clickhide'] = 'clicca per nascondere';\n$string['clickshow'] = 'clicca per mostrare';\n$string['commontasks'] = 'Opzioni';\n$string['confirmeventdelete'] = 'Sei sicuro di voler eliminare questo evento?';\n$string['course'] = 'Corso';\n$string['courseevent'] = 'Evento di corso';\n$string['courseevents'] = 'Eventi di corso';\n$string['courses'] = 'Corsi';\n$string['dayview'] = 'Vista gionaliera';\n$string['daywithnoevents'] = 'Non ci sono eventi questo giorno';\n$string['default'] = 'Default';\n$string['deleteevent'] = 'Elimina "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x2a37000)                    = 0x2a37000
3403  munmap(0x7fc00c73d000, 7996)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/calendar/lib.php", {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/calendar", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/calendar/lib.php", {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/calendar/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  mmap(NULL, 71321, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6fe000
3403  open("/home/michelep/public_html/des-k/moodle/calendar/lib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  mmap(NULL, 71321, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c6ec000
3403  munmap(0x7fc00c6ec000, 71321)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php // $Id: lib.php,v 1.206.2.15 2009/11/19 10:05:14 skodak Exp $\n\n/////////////////////////////////////////////////////////////////////////////\n//                                                                         //\n// NOTICE OF COPYRIGHT                                                     //\n//                                                                         //\n// Moodle - Calendar extension                                             //\n//                                                                         //\n// Copyright (C) 2003-2004  Greek School Network            www.sch.gr     //\n//                                                                         //\n// Designed by:                                                            //\n//     Avgoustos Tsinakos (ts"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  brk(0x2a77000)                    = 0x2a77000
3403  brk(0x2ab7000)                    = 0x2ab7000
3403  munmap(0x7fc00c6fe000, 71321)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\374\0\0\0\3SELECT * FROM mdl_event WHERE (timestart >= 1341093600 OR timestart + timeduration > 1341093600) AND timestart <= 1343771999 AND ( (userid = 982 AND courseid = 0 AND groupid = 0) OR (groupid = 0 AND courseid IN (1))) AND visible = 1 ORDER BY timestart", 256) = 256
3403  read(6, "\1\0\0\1\21;\0\0\2\3def\17michelep_moodle\tmdl_event\tmdl_event\2id\2id\f?\0\n\0\0\0\10#B\0\0\0?\0\0\3\3def\17michelep_moodle\tmdl_event\tmdl_event\4name\4name\f!\0\375\2\0\0\375\1\0\0\0\0M\0\0\4\3def\17michelep_moodle\tmdl_event\tmdl_event\vdescription\vdescription\f!\0\375\377\2\0\374\21\20\0\0\0C\0\0\5\3def\17michelep_moodle\tmdl_event\tmdl_event\6format\6format\f?\0\4\0\0\0\2!\0\0\0\0G\0\0\6\3def\17michelep_moodle\tmdl_event\tmdl_event\10courseid\10courseid\f?\0\n\0\0\0\10)@\0\0\0E\0\0\7\3def\17michelep_moodle\tmdl_event\tmdl_event\7groupid\7groupid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\10\3def\17michelep_moodle\tmdl_event\tmdl_event\6userid\6userid\f?\0\n\0\0\0\10)@\0\0\0G\0\0\t\3def\17michelep_moodle\tmdl_event\tmdl_event\10repeatid\10repeatid\f?\0\n\0\0\0\10!\0\0\0\0K\0\0\n\3def\17michelep_moodle\tmdl_event\tmdl_event\nmodulename\nmodulename\f!\0<\0\0\0\375\1\0\0\0\0G\0\0\v\3def\17michelep_moodle\tmdl_event\tmdl_event\10instance\10instance\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\f\3def\17michelep_moodle\tmdl_event\tmdl_event\teventtype\teventtype\f"..., 16384) = 1288
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/calendar.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/calendar.php", F_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\262\0\0\0\3 SELECT ctx.*\n                     FROM mdl_context ctx\n                     WHERE ctx.path LIKE '/1/2/%'\n                           AND ctx.contextlevel IN (70,80)\n            ", 182) = 182
3403  read(6, "\1\0\0\1\0057\0\0\2\3def\17michelep_moodle\3ctx\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0K\0\0\3\3def\17michelep_moodle\3ctx\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0G\0\0\4\3def\17michelep_moodle\3ctx\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0;\0\0\5\3def\17michelep_moodle\3ctx\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0=\0\0\6\3def\17michelep_moodle\3ctx\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\23\0\0\10\00211\00280\00210\7/1/2/11\0013\30\0\0\t\0041267\00280\003221\t/1/2/1267\0013\22\0\0\n\00213\00280\0019\7/1/2/13\0013\30\0\0\v\0041339\00280\003222\t/1/2/1339\0013\23\0\0\f\00214\00280\00211\7/1/2/14\0013\25\0\0\r\003148\00270\00266\10/1/2/148\0013\25\0\0\16\003197\00280\00277\10/1/2/197\0013\26\0\0\17\003292\00270\003138\10/1/2/292\0013\23\0\0\20\00285\00280\00234\7/1/2/85\0013\23\0\0\21\00286\00270\00241\7/1/2/86\0013\23\0\0\22\00287\00280\00235\7/1/2/87\0013\5\0\0\23\376\0\0\2\0", 16384) = 633
3403  lstat("/home/michelep/public_html/des-k/moodle/calendar/lib.php", {st_mode=S_IFREG|0644, st_size=71321, ...}) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", R_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth/email", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth/email", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/auth", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  mmap(NULL, 6319, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  open("/home/michelep/public_html/des-k/moodle/auth/email/auth.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  mmap(NULL, 6319, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c73b000
3403  munmap(0x7fc00c73b000, 6319)      = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6319, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n\n/**\n * @author Martin Dougiamas\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodle multiauth\n *\n * Authentication Plugin: Email Authentication\n *\n * Standard authentication function.\n *\n * 2006-08-28  File created.\n */\n\nif (!defined('MOODLE_INTERNAL')) {\n    die('Direct access to this script is forbidden.');    ///  It must be included from a Moodle page\n}\n\nrequire_once($CFG->libdir.'/authlib.php');\n\n/**\n * Email authentication plugin.\n */\nclass auth_plugin_email extends auth_plugin_base {\n\n    /**\n     * Constructor.\n     */\n    function auth_plugin_email() {\n        $this->authtype = 'email';\n        $this->config = get_config('auth/email');\n    }\n\n    /**\n     * Returns true if the username and password work and false if they are\n     * wrong o"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 6319)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/authlib.php", {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/authlib.php", {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/authlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  mmap(NULL, 11110, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/authlib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  mmap(NULL, 11110, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 11110)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=11110, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php  // $Id: authlib.php,v 1.8.2.8 2009/11/23 21:53:48 skodak Exp $\n/**\n * @author Martin Dougiamas\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodle multiauth\n *\n * Multiple plugin authentication\n * Support library\n *\n * 2006-08-28  File created, AUTH return values defined.\n */\n\n/**\n * Returned when the login was successful.\n */\ndefine('AUTH_OK',     0);\n\n/**\n * Returned when the login was unsuccessful.\n */\ndefine('AUTH_FAIL',   1);\n\n/**\n * Returned when the login was denied (a reason for AUTH_FAIL).\n */\ndefine('AUTH_DENIED', 2);\n\n/**\n * Returned when some error occurred (a reason for AUTH_FAIL).\n */\ndefine('AUTH_ERROR',  4);\n\n/**\n * Authentication - error codes for user confirm\n */\ndefine('AUTH_CONFIRM_FAIL', 0);\ndefine('AUTH_CONFIRM_OK', 1);\ndefine"..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 11110)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "F\0\0\0\3SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/email'", 74) = 74
3403  read(6, "\1\0\0\1\2Q\0\0\2\3def\17michelep_moodle\22mdl_config_plugins\22mdl_config_plugins\4name\4name\f!\0,\1\0\0\375\1@\0\0\0S\0\0\3\3def\17michelep_moodle\22mdl_config_plugins\22mdl_config_plugins\5value\5value\f!\0\375\377\2\0\374\21\20\0\0\0\5\0\0\4\376\0\0\2\0\34\0\0\5\22field_lock_address\10unlocked\31\0\0\6\17field_lock_city\10unlocked\34\0\0\7\22field_lock_country\10unlocked\37\0\0\10\25field_lock_department\10unlocked \0\0\t\26field_lock_description\10unlocked\32\0\0\n\20field_lock_email\10unlocked\36\0\0\v\24field_lock_firstname\10unlocked\35\0\0\f\23field_lock_idnumber\10unlocked \0\0\r\26field_lock_institution\10unlocked\31\0\0\16\17field_lock_lang\10unlocked\35\0\0\17\23field_lock_lastname\10unlocked\33\0\0\20\21field_lock_phone1\10unlocked\33\0\0\21\21field_lock_phone2\10unlocked\30\0\0\22\16field_lock_url\10unlocked\f\0\0\23\trecaptcha\0010\5\0\0\24\376\0\0\2\0", 16384) = 660
3403  access("/home/michelep/moodledata/lang/it_utf8_local/block_html.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/block_html.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/block_html.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  mmap(NULL, 394, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 394)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8/block_html.php", {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/block_html.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  mmap(NULL, 394, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=394, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?PHP // $Id$ \n      // block_html.php - created with Moodle 1.5 ALPHA (2005043000)\n\t  // traduzione a cura di Luca Arese - Universit&agrave;\302\240 di Torino\n\n\n$string['configcontent'] = 'Contenuto';\n$string['configtitle'] = 'Titolo blocco';\n$string['html'] = 'HTML';\n$string['leaveblanktohide'] = 'lasciare in bianco per nascondere il titolo';\n$string['newhtmlblock'] = '(nuovo blocco HTML)';\n\n?>\n", 4096) = 394
3403  lseek(8, 394, SEEK_SET)           = 394
3403  munmap(0x7fc00c73e000, 394)       = 0
3403  lseek(8, -394, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "W\0\0\0\3SELECT * FROM mdl_cache_text WHERE md5key = 'c46a875aea60d84c4f04161d83a1f832' LIMIT 1", 91) = 91
3403  read(6, "\1\0\0\1\4E\0\0\2\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\2id\2id\f?\0\n\0\0\0\10#B\0\0\0M\0\0\3\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\6md5key\6md5key\f!\0`\0\0\0\375\t@\0\0\0[\0\0\4\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\rformattedtext\rformattedtext\f!\0\377\377\377\377\374\21\20\0\0\0Y\0\0\5\3def\17michelep_moodle\16mdl_cache_text\16mdl_cache_text\ftimemodified\ftimemodified\f?\0\n\0\0\0\10)@\0\0\0\5\0\0\6\376\0\0\2\0\312\1\0\7\006432118 c46a875aea60d84c4f04161d83a1f832\374\224\1<span id=\"Process_jsMath\"></span><div style=\"text-align: center; \"><img src=\"http://www.des-k.it/moodle/file.php/1/logoFacolta.jpg\" alt=\"Lettere e Filosofia\" title=\"Lettere e Filosofia\" border=\"0\" hspace=\"0\" vspace=\"0\" width=\"200\" /><br /></div><br /><div style=\"text-align: center; \"><a href=\"http://www.des-k.it/moodle/course/category.php?id=2\" target=\"_top\">Vai ai corsi di Lettere on line\302\240</a"..., 16384) = 827
3403  access("/home/michelep/public_html/des-k/moodle/filter/hiddentext/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/filter.php", R_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/jsmath/filter.php", R_OK) = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "#\0\0\0\3SHOW COLUMNS FROM `mdl_cache_text`", 39) = 39
3403  read(6, "\1\0\0\1\6-\0\0\2\3def\0\7COLUMNS\0\5Field\vCOLUMN_NAME\f!\0\300\0\0\0\375\1\0\0\0\0,\0\0\3\3def\0\7COLUMNS\0\4Type\vCOLUMN_TYPE\f!\0\367\377\10\0\374\21\0\0\0\0,\0\0\4\3def\0\7COLUMNS\0\4Null\vIS_NULLABLE\f!\0\t\0\0\0\375\1\0\0\0\0*\0\0\5\3def\0\7COLUMNS\0\3Key\nCOLUMN_KEY\f!\0\t\0\0\0\375\1\0\0\0\0002\0\0\6\3def\0\7COLUMNS\0\7Default\16COLUMN_DEFAULT\f!\0\367\377\10\0\374\20\0\0\0\0'\0\0\7\3def\0\7COLUMNS\0\5Extra\5EXTRA\f!\0Q\0\0\0\375\1\0\0\0\0\5\0\0\10\376\0\0\"\0.\0\0\t\2id\23bigint(10) unsigned\2NO\3PRI\373\16auto_increment\34\0\0\n\6md5key\vvarchar(32)\2NO\3MUL\0\0\35\0\0\v\rformattedtext\10longtext\2NO\0\373\0+\0\0\f\ftimemodified\23bigint(10) unsigned\2NO\3MUL\0010\0\5\0\0\r\376\0\0\"\0", 16384) = 473
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "3\2\0\0\3UPDATE mdl_cache_text SET md5key = 'c46a875aea60d84c4f04161d83a1f832',formattedtext = '<span id=\\\"Process_jsMath\\\"></span><div style=\\\"text-align: center; \\\"><img src=\\\"http://www.des-k.it/moodle/file.php/1/logoFacolta.jpg\\\" alt=\\\"Lettere e Filosofia\\\" title=\\\"Lettere e Filosofia\\\" border=\\\"0\\\" hspace=\\\"0\\\" vspace=\\\"0\\\" width=\\\"200\\\" /><br /></div><br /><div style=\\\"text-align: center; \\\"><a href=\\\"http://www.des-k.it/moodle/course/category.php?id=2\\\" target=\\\"_top\\\">Vai ai corsi di Lettere on line\302\240</a></div>',timemodified = '1342341120' WHERE id = 432118", 567) = 567
3403  read(6, "0\0\0\1\0\1\0\2\0\0\0(Rows matched: 1  Changed: 1  Warnings: 0", 16384) = 52
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/access.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8_local/access.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "", 4096)                 = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
3403  read(8, "", 8192)                 = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/access.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/block_html.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/block_html.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/footer.html", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  mmap(NULL, 821, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 821)       = 0
3403  close(8)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/DesK/footer.html", {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/footer.html", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  mmap(NULL, 821, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=821, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php print_container_end(); ?><!-- end container Content -->\n<!-- START OF FOOTER -->\n<?php \n\nglobal $CFG, $COURSE; \nif (function_exists('is_in_popup')) {\n    $inpopup = is_in_popup();\n} else {\n    $inpopup = false;\n}\n\nif (!$inpopup) { \n    print_container_start(false, '', 'footer');\n    \n    echo '<p class=\"helplink\">';\n    echo page_doc_link(get_string('moodledocslink'));\n    echo '</p>';\n    \n    echo $loggedinas;\n    echo $homelink;\n\n    $useridarray = array(2 // MD\n                          );\n    \n    if (!empty($performanceinfo) && isloggedin() && in_array($USER->id, $useridarray)) {\n        echo $performanceinfo;\n    }\n\n    print_container_end();\n\n} // end if inpopup\n\n?>\n</div> <!-- end page div -->\n<script type=\"text/javascript\">\n/* <![CDATA[ */\n    script.init();\n/* ]]> */\n</scr"..., 4096) = 821
3403  lseek(8, 821, SEEK_SET)           = 821
3403  munmap(0x7fc00c73e000, 821)       = 0
3403  lseek(8, -821, SEEK_CUR)          = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/moodle.php", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/moodle.php", F_OK) = 0
3403  chdir("/usr/local/lsws/fcgi-bin") = 0
3403  umask(022)                        = 0
3403  pwrite(7, "SESSION|O:6:\"object\":15:{s:12:\"session_test\";s:10:\"vbNssFd8J9\";s:10:\"logincount\";i:0;s:14:\"fromdiscussion\";s:26:\"http://www.des-k.it/moodle\";s:12:\"dst_offsettz\";s:11:\"Europe/Rome\";s:11:\"dst_offsets\";a:16:{i:1445817600;N;i:1445731200;i:0;i:1427587200;i:3600;i:1414281600;i:0;i:1396137600;i:3600;i:1382832000;i:0;i:1364688000;i:3600;i:1351382400;i:0;i:1332633600;i:3600;i:1319932800;i:0;i:1301184000;i:3600;i:1288483200;i:0;i:1269734400;i:3600;i:1256428800;i:0;i:1238284800;i:3600;i:0;N;}s:9:\"dst_range\";a:2:{i:0;i:2009;i:1;i:2015;}s:18:\"cal_course_referer\";i:1;s:15:\"cal_show_global\";b:1;s:15:\"cal_show_groups\";b:1;s:15:\"cal_show_course\";b:1;s:13:\"cal_show_user\";b:1;s:17:\"cal_courses_shown\";a:0:{}s:15:\"cal_users_shown\";s:3:\"982\";s:12:\"flashversion\";s:8:\"10.1.102\";s:4:\"lang\";s:7:\"it_utf8\";}USER|O:8:"..., 4671, 0) = 4671
3403  close(7)                          = 0
3403  munmap(0x7fc00c585000, 528384)    = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  write(6, "\1\0\0\0\1", 5)         = 5
3403  shutdown(6, 2 /* send and receive */) = 0
3403  close(6)                          = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  munmap(0x7fc002f79000, 528384)    = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  writev(5, [{"LS\4\0+\32\0\0", 8}, {"</div><div class=\"commands\"></div></td></tr></table>\n\n<div class=\"forumolddiscuss\"><a href=\"http://www.des-k.it/moodle/mod/forum/view.php?f=22&amp;showall=1\">Argomenti precedenti</a> ...</div><br /></div></div></div>\n<div class=\"bb\"><div>&nbsp;</div></div>\n</div></td><td style=\"width: 210px;\" id=\"right-column\"><div class=\"wrap wraplevel2 \">\n<div class=\"bt\"><div>&nbsp;</div></div>\n<div class=\"i1\"><div class=\"i2\"><div class=\"i3\"><a href=\"#sb-3\" class=\"skip-block\">Salta Calendario</a><div  id=\"inst10\" class=\"block_calendar_month sideblock\"><div class=\"wrap\">\n<div class=\"header\"><div class=\"bt\"><div>&nbsp;</div></div><div class=\"i1\"><div class=\"i2\"><div class=\"i3\"><div class=\"title\"><input type=\"image\" src=\"http://www.des-k.it/moodle/theme/DesK/pix/t/switch_minus.gif\" id=\"togglehide_inst10\" on"..., 6691}, {"LS\5\0\10\0\0\0", 8}], 3) = 6707
3403  select(6, [5], NULL, NULL, {1, 0}) = 1 (in [5], left {0, 949939})
3403  read(5, "LS\1\0\240\5\0\0p\2\0\0\0\0\0\0F\1\0\0\355\1\0\0\231\1\0\0\217\2\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\16\0!DOCUMENT_ROOT\0/home/michelep/public_html/des-k\0\0\f\0\17REMOTE_ADDR\00087.118.135.131\0\0\f\0\6REMOTE_PORT\00044081\0\0\f\0\20SERVER_ADDR\000184.154.167.242\0\0\f\0\rSERVER_NAME\0www.des-k.it\0\0\f\0\3SERVER_PORT\00080\0\0\f\0\"REQUEST_URI\0/moodle/theme/standard/styles.php\0\0\20\0\4REDIRECT_STATUS\000200\0\0\20\0BSCRIPT_FILENAME\0/home/michelep/public_html/des-k/moodle/theme/standard/styles.php\0\0\r\0\1QUERY_STRING\0\0\0\v\0005SCRIPT_URI\0http://www.des-k.it/moodle/theme/standard/styles.php\0\0\v\0\"SCRIPT_URL\0/moodle/theme/standard/styles.php\0\0\f\0\"SCRIPT_NAME\0/moodle/theme/standard/styles.php\0\0\20\0\tSERVER_PROTOCOL\0HTTP/1.1\0\0\20\0\nSERVER_SOFTWARE\0LiteSpeed\0\0\17\0\4REQUEST_METHOD\0GET\0\0\0\0\0\0\22\0\36\0\f\0\16\0\0\0\n\0!\0\2\0g\0\f\0\f\0\10\0001\0j\0\t\0\35\0\0\0\17\0\0\0\0\0\3\0\25\0\16\0\35\0\0\0\0\0\310\0\0\0,\1\0\0\16\1\0\0\355\0\0\0\0\0\0\0i\1\0\0\0\0\0\0\0\0\0\0\271\1\0\0\0\0\0\0:\0\0\0\0\0\0\0~\1\0\0T\0\0\0c\2\0\0005\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0X\1\0\0"..., 8192) = 1440
3403  write(5, "LS\7\0\10\0\0\0", 8)    = 8
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
3403  rt_sigaction(SIGPROF, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
3403  getcwd("/usr/local/lsws/fcgi-bin", 4095) = 25
3403  chdir("/home/michelep/public_html/des-k/moodle/theme/standard") = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  mmap(NULL, 1038, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1038)      = 0
3403  close(6)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/styles.php", {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  mmap(NULL, 1038, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1038, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?PHP /*  $Id: styles.php,v 1.65.14.1 2009/07/29 07:42:36 moodler Exp $ */\n\n/// Every theme should contain a copy of this script.  It lets us \n/// set up variables and so on before we include the raw CSS files.\n/// The output of this script should be a completely standard CSS file.\n\n/// THERE SHOULD BE NO NEED TO MODIFY THIS FILE!!  USE CONFIG.PHP INSTEAD.\n\n\n    $lifetime  = (48 * 3600) + 1;                       // Seconds to cache this stylesheet (2 days for standard)\n    $nomoodlecookie = true;                             // Cookies prevent caching, so don't use them\n    require_once(\"../../config.php\");                   // Load up the Moodle libraries\n    $themename = basename(dirname(__FILE__));           // Name of the folder we are in\n    $forceconfig = optional_param('forceconfig'"..., 4096) = 1038
3403  lseek(6, 1038, SEEK_SET)          = 1038
3403  munmap(0x7fc00c73e000, 1038)      = 0
3403  lseek(6, -1038, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  getcwd("/home/michelep/public_html/des-k/moodle/theme/standard", 4096) = 55
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/../../config.php", {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 800)       = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php  /// Moodle Configuration File \n\nunset($CFG);\n\n$CFG = new stdClass();\n$CFG->dbtype    = 'mysql';\n$CFG->dbhost    = 'localhost';\n$CFG->dbname    = 'michelep_moodle';\n$CFG->dbuser    = 'michelep_root';\n$CFG->dbpass    = 'cole150c';\n$CFG->dbpersist =  false;\n$CFG->prefix    = 'mdl_';\n\n$CFG->wwwroot   = 'http://www.des-k.it/moodle';\n$CFG->dirroot   = '/home/michelep/public_html/des-k/moodle';\n$CFG->dataroot  = '/home/michelep/moodledata';\n$CFG->admin     = 'admin';\n\n$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode\n\n$CFG->passwordsaltmain = '<g7<X]e89E`.D}.3#<}SF+W0wH';\n\nrequire_once(\"$CFG->dirroot/lib/setup.php\");\n// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,\n// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.\n?>", 4096) = 800
3403  lseek(6, 800, SEEK_SET)           = 800
3403  munmap(0x7fc00c73e000, 800)       = 0
3403  lseek(6, -800, SEEK_CUR)          = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c737000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c708000
3403  munmap(0x7fc00c708000, 30777)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c736000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\n * setup.php - Sets up sessions, connects to databases and so on\n *\n * Normally this is only called by the main config.php file\n * Normally this file does not need to be edited.\n * @author Martin Dougiamas\n * @version $Id: setup.php,v 1.212.2.30 2010/05/21 11:39:44 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n////// DOCUMENTATION IN PHPDOC FORMAT FOR MOODLE GLOBALS AND COMMON OBJECT TYPES /////////////\n/**\n * $USER is a global instance of a typical $user record.\n *\n * Items found in the user record:\n *  - $USER->emailstop - Does the user want email sent to them?\n *  - $USER->email - The user's email address.\n *  - $USER->id - The unique integer identified of this user in the 'user' table.\n *  - $USER->email - The use"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c737000, 30777)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c736000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 11129)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php // $Id: setuplib.php,v 1.22.2.6 2009/05/08 21:30:31 skodak Exp $ \n      // These functions are required very early in the Moodle \n      // setup process, before any of the main libraries are \n      // loaded.\n\n\n/**\n * Simple class\n */\nclass object {};\n\n\n/**\n * Initializes our performance info early.\n *\n * Pairs up with get_performance_info() which is actually\n * in moodlelib.php. This function is here so that we can \n * call it before all the libs are pulled in. \n *\n * @uses $PERF\n */\nfunction init_performance_info() {\n\n    global $PERF, $CFG, $USER;\n  \n    $PERF = new Object;\n    $PERF->dbqueries = 0;   \n    $PERF->logwrites = 0;\n    if (function_exists('microtime')) {\n        $PERF->starttime = microtime();\n        }\n    if (function_exists('memory_get_usage')) {\n        $PERF->sta"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 11129)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  times({tms_utime=18, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 664361991
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c6f2000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5e8000
3403  munmap(0x7fc00c5e8000, 121799)    = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\n * Set tabs to 4 for best viewing.\n * \n * Latest version is available at http://adodb.sourceforge.net/\n * \n * This is the main include file for ADOdb.\n * Database specific drivers are stored in the adodb/drivers/adodb-*.inc.php\n *\n * The ADOdb files are formatted so that doxygen can be used to generate documentation.\n * Doxygen is a documentation generation tool and can be downloaded from http://doxygen.org/\n */\n\n/**\n\t\\mainpage \t\n\t\n\t @version V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n\n\tReleased under both BSD license and Lesser GPL library license. You can choose which license\n\tyou prefer.\n\t\n\tPHP's database access functions are not standardised. This creates a need for a database \n\tclass library to hide the differences between the differ"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f2000, 121799)    = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  close(6)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c733000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\nADOdb Date Library, part of the ADOdb abstraction library\nDownload: http://phplens.com/phpeverywhere/\n\nPHP native date functions use integer timestamps for computations.\nBecause of this, dates are restricted to the years 1901-2038 on Unix \nand 1970-2038 on Windows due to integer overflow for dates beyond \nthose years. This library overcomes these limitations by replacing the \nnative function's signed integers (normally 32-bits) with PHP floating \npoint numbers (normally 64-bits).\n\nDates from 100 A.D. to 3000 A.D. and later\nhave been tested. The minimum is 100 A.D. as <100 will invoke the\n2 => 4 digit year conversion. The maximum is billions of years in the \nfuture, but this is a theoretical limit as the computation of that year \nwould take too long with the current implementation"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c733000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 1597)      = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n\n/*\n  V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  \n  Set tabs to 4.\n  \n  Declares the ADODB Base Class for PHP5 \"ADODB_BASE_RS\", and supports iteration with \n  the ADODB_Iterator class.\n  \n  \t\t$rs = $db->Execute(\"select * from adoxyz\");\n\t\tforeach($rs as $k => $v) {\n\t\t\techo $k; print_r($v); echo \"<br>\";\n\t\t}\n\t\t\n\t\t\n\tIterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2\n */\n \n\n class ADODB_Iterator implements Iterator {\n\n    private $rs;\n\n    function __construct($rs) \n\t{\n        $this->rs = $rs;\n    }\n    function rewind() \n\t{\n "..., 4096) = 1597
3403  lseek(6, 1597, SEEK_SET)          = 1597
3403  munmap(0x7fc00c73e000, 1597)      = 0
3403  lseek(6, -1597, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 20943)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\nV4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  Set tabs to 8.\n  \n  MySQL code that does not support transactions. Use mysqlt if you need transactions.\n  Requires mysql client. Works on Windows and Unix.\n  \n 28 Feb 2001: MetaColumns bug fix - suggested by  Freek Dijkstra (phpeverywhere@macfreek.com)\n*/ \n\n// security - hide paths\nif (!defined('ADODB_DIR')) die();\n\nif (! defined(\"_ADODB_MYSQL_LAYER\")) {\n define(\"_ADODB_MYSQL_LAYER\", 1 );\n\nclass ADODB_mysql extends ADOConnection {\n\tvar $databaseType = 'mysql';\n\tvar $dataProvider = 'mysql';\n\tvar $hasInsertID = true;\n\tvar $hasAff"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 20943)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  socket(PF_FILE, SOCK_STREAM, 0)   = 6
3403  fcntl(6, F_SETFL, O_RDONLY)       = 0
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3403  connect(6, {sa_family=AF_FILE, path="/var/lib/mysql/mysql.sock"}, 110) = 0
3403  fcntl(6, F_SETFL, O_RDWR)         = 0
3403  setsockopt(6, SOL_SOCKET, SO_RCVTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_SOCKET, SO_SNDTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
3403  setsockopt(6, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
3403  poll([{fd=6, events=POLLIN}], 1, 60000) = 1 ([{fd=6, revents=POLLIN}])
3403  read(6, "<\0\0\0\n5.1.63-rel13.4\0\221\22Q\1IGfK'{Z1\0\377\367\10\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0%b@Wvm?1ty$D\0", 16384) = 64
3403  write(6, "C\0\0\1\205\242\2\0\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0michelep_root\0\24#\370I\33\20\263\252\353\5\366%I\37\307\247\0x\235\f\265", 71) = 71
3403  read(6, "\7\0\0\2\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\20\0\0\0\2michelep_moodle", 20) = 20
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18030)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: textlib.class.php,v 1.25 2007/10/10 05:25:15 nicolasconnault Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //\n//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //\n//                            "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18030)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ff000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6ee000
3403  munmap(0x7fc00c6ee000, 67389)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 2003-2006 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the Typo3 project. The Typo3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*\n*  This script is distributed in the hope that it will be useful,\n*  but WITHOUT ANY WARRANTY; without even the implied warranty of\n*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n*  GNU General Public License fo"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ff000, 67389)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ed000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e3000
3403  munmap(0x7fc00c5e3000, 143188)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the TYPO3 project. The TYPO3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*  A copy is found in the textfile GPL.txt and important notices to the license\n*  from the author is found in LICENSE.txt distributed with these scripts.\n*\n*\n*  This script is distributed in the hope that it will be useful,\n*  but"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ed000, 143188)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  umask(077)                        = 022
3403  umask(0)                          = 077
3403  access("/home/michelep/moodledata", F_OK) = 0
3403  access("/home/michelep/moodledata/.htaccess", F_OK) = 0
3403  access("/home/michelep/moodledata/temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp/cs", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5c7000
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c588000
3403  munmap(0x7fc00c588000, 255130)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5c7000, 255130)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73b000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c737000
3403  munmap(0x7fc00c737000, 14385)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73a000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: filterlib.php,v 1.24.10.4 2009/02/18 11:02:11 stronk7 Exp $\n      // Contains special functions that are particularly useful to filters\n\n\n/// Define one exclusive separator that we'll use in the temp saved tags\n/// keys. It must be something rare enough to avoid having matches with\n/// filterobjects. MDL-18165\ndefine ('EXCL_SEPARATOR', '-%-');\n\n/**\n * This is just a little object to define a phrase and some instructions \n * for how to process it.  Filters can create an array of these to pass \n * to the filter_phrases function below.\n **/\nclass filterobject {\n    var $phrase;\n    var $hreftagbegin;\n    var $hreftagend;\n    var $casesensitive;\n    var $fullmatch;\n    var $replacementphrase;\n    var $work_phrase;\n    var $work_hreftagbegin;\n    var $work_hreftagend;\n    var $wor"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73b000, 14385)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73a000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 8244)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library functions for using AJAX with Moodle.\n */\n\n/**\n * Get the path to a JavaScript library.\n * @param $libname - the name of the library whose path we need.\n * @return string\n */\nfunction ajax_get_lib($libname) {\n\n    global $CFG, $HTTPSPAGEREQUIRED;\n    $libpath = '';\n\n    $translatelist = array(\n            'yui_yahoo' => '/lib/yui/yahoo/yahoo-min.js',\n            'yui_animation' => '/lib/yui/animation/animation-min.js',\n            'yui_autocomplete' => '/lib/yui/autocomplete/autocomplete-min.js',\n            'yui_button' => '/lib/yui/button/button-min.js',\n            'yui_calendar' => '/lib/yui/calendar/calendar-min.js',\n            'yui_charts' => '/lib/yui/charts/charts-experimental-min.js',\n            'yui_colorpicker' => '/lib/yui/colorpicker/colorpicker-min.js',"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 8244)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 106491, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f6000
3403  munmap(0x7fc00c6f6000, 106491)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: dmllib.php,v 1.116.2.35 2010/09/15 20:08:58 stronk7 Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas     http://dougiamas.com  //\n//                                                                       //\n// This program is free software; you can r"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  read(7, "    $empty_rs_cache = array();  // Clear out the cache, just in case changes were made to table structures\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    $rs = $db->Execute($command);\n\n    $db->debug = $olddebug;\n\n    if ($rs) {\n        if ($feedback) {\n            notify(get_string('success'), 'notifysuccess');\n        }\n        return true;\n    } else {\n        if ($feedback) {\n            notify('<strong>' . get_string('error') . '</strong>');\n        }\n        // these two may go to difference places\n        debugging($db->ErrorMsg() .'<br /><br />'. s($command));\n        if (!empty($CFG->dblogerror)) {\n            $debug=array_shift(debug_backtrace());\n            error_log(\"SQL \".$db->ErrorMsg().\" in {$debug['file']} on line {$debug['line']}. STATEMENT: "..., 4096) = 4096
3403  read(7, "   if ($length and $line[0] <> '#' and $line[0].$line[1] <> '--') {\n            if (substr($line, $length-1, 1) == ';') {\n                $line = substr($line, 0, $length-1);   // strip ;\n                $command .= $line;\n                $command = str_replace('prefix_', $CFG->prefix, $command); // Table prefixes\n                if (! execute_sql($command)) {\n                    $success = false;\n                }\n                $command = '';\n            } else {\n                $command .= $line;\n            }\n        }\n    }\n\n    return $success;\n\n}\n\n/// GENERIC FUNCTIONS TO CHECK AND COUNT RECORDS ////////////////////////////////////////\n\n/**\n * Test whether a record exists in a table where all the given fields match the given values.\n *\n * The record to test is specified by giving u"..., 8192) = 8192
3403  read(7, " $limitnum  = 1; /// Number of records to retrieve\n\n/// Only a few uses of the 2nd and 3rd parameter have been found\n/// I think that we should avoid to use them completely, one\n/// record is one record, and everything else should return error.\n/// So the proposal is to change all the uses, (4-5 inside Moodle\n/// Core), drop them from the definition and delete the next two\n/// \"if\" sentences. (eloy, 2006-08-19)\n\n    if ($nolimit) {\n        $limitfrom = 0;\n        $limitnum  = 0;\n    } else if ($expectmultiple) {\n        $limitfrom = 0;\n        $limitnum  = 1;\n    } else if (debugging('', DEBUG_DEVELOPER)) {\n        // Debugging mode - don't use a limit of 1, but do change the SQL, because sometimes that\n        // causes errors, and in non-debug mode you don't see the error message and it "..., 8192) = 8192
3403  read(7, "ptional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an ADODB RecordSet object, or false if an error occured.\n */\nfunction get_recordset_sql($sql, $limitfrom=null, $limitnum=null) {\n    global $CFG, $db;\n\n    if (empty($db)) {\n        return false;\n    }\n\n/// Temporary hack as part of phasing out all access to obsolete user tables  XXX\n    if (!empty($CFG->rolesactive)) {\n        if (strpos($sql, ' '.$CFG->prefix.'user_students ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_teachers ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_coursecreators ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_admins ')) {\n            if (debugging()) { var_dump(debug_backtra"..., 8192) = 8192
3403  read(7, "   debugging('Incorrect $rs used!', DEBUG_DEVELOPER);\n        return;\n    }\n\n    $rs->Close();\n}\n\n/**\n * This function is used to convert all the Oracle 1-space defaults to the empty string\n * like a really DIRTY HACK to allow it to work better until all those NOT NULL DEFAULT ''\n * fields will be out from Moodle.\n * @param string the string to be converted to '' (empty string) if it's ' ' (one space)\n * @param mixed the key of the array in case we are using this function from array_walk,\n *              defaults to null for other (direct) uses\n * @return boolean always true (the converted variable is returned by reference)\n */\nfunction onespace2empty(&$item, $key=null) {\n    $item = $item == ' ' ? '' : $item;\n    return true;\n}\n///End DIRTY HACK\n\n\n/**\n * Get a number of records as an arra"..., 8192) = 8192
3403  read(7, "nu.\n *\n * @param string $table The database table to be checked against.\n * @param string $select A fragment of SQL to be used in a where clause in the SQL call.\n * @param string $sort Sort order (optional) - a valid SQL order parameter\n * @param string $fields A comma separated list of fields to be returned from the chosen table.\n * @param int $limitfrom return a subset of records, starting at this point (optional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an associative array, or false if no records were found or an error occured.\n */\nfunction get_records_select_menu($table, $select='', $sort='', $fields='*', $limitfrom='', $limitnum='') {\n    $rs = get_recordset_select($"..., 8192) = 8192
3403  read(7, "ct($table, $newfield, $newvalue, $select, true);\n}\n\n/**\n * Set a single field in every table row where the select statement evaluates to true.\n *\n * @uses $CFG\n * @uses $db\n * @param string $table The database table to be checked against.\n * @param string $newfield the field to set.\n * @param string $newvalue the value to set the field to.\n * @param string $select a fragment of SQL to be used in a where clause in the SQL call.\n * @param boolean $localcall Leave this set to false. (Should only be set to true by set_field.)\n * @return mixed An ADODB RecordSet object with the results from the SQL call or false.\n */\nfunction set_field_select($table, $newfield, $newvalue, $select, $localcall = false) {\n\n    global $db, $CFG;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }"..., 8192) = 8192
3403  read(7, "s_cache[$table];\n\n/// Postgres doesn't have the concept of primary key built in\n/// and will return the OID which isn't what we want.\n/// The efficient and transaction-safe strategy is to\n/// move the sequence forward first, and make the insert\n/// with an explicit id.\n    if ( $CFG->dbfamily === 'postgres' && $returnid == true ) {\n        if ($nextval = (int)get_field_sql(\"SELECT NEXTVAL('{$CFG->prefix}{$table}_{$primarykey}_seq')\")) {\n            $dataobject->{$primarykey} = $nextval;\n        }\n    }\n\n/// Begin DIRTY HACK\n    if ($CFG->dbfamily == 'oracle') {\n        oracle_dirty_hack($table, $dataobject); // Convert object to the correct \"empty\" values for Oracle DB\n    }\n/// End DIRTY HACK\n\n/// Under Oracle, MSSQL and PostgreSQL we have our own insert record process\n/// detect all the "..., 8192) = 8192
3403  read(7, "l be updated later\n    if (($CFG->dbfamily == 'oracle' || $CFG->dbfamily == 'mssql' || $CFG->dbfamily == 'postgres')\n      && !empty($dataobject->id)) {\n    /// Detect lobs\n        $foundclobs = array();\n        $foundblobs = array();\n        db_detect_lobs($table, $dataobject, $foundclobs, $foundblobs, true);\n    }\n\n    // Determine all the fields in the table\n    if (!$columns = $db->MetaColumns($CFG->prefix . $table)) {\n        return false;\n    }\n    $data = (array)$dataobject;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    // Pull out data matching these fields\n    $update = array();\n    foreach ($columns as $column) {\n        if ($column->name == 'id') {\n            continue;\n        }\n        if (array_key_exists($column->name, $data)) {\n            $ke"..., 8192) = 8192
3403  read(7, "s function should be applied in all the places where conditions of\n * the type:\n *\n *     ... AND fieldname != '';\n *\n * are being used. Final result should be:\n *\n *     ... AND ' . sql_isnotempty('tablename', 'fieldname', true/false, true/false);\n *\n * (see parameters description below)\n *\n * @param string $tablename name of the table (without prefix). Not used for now but can be\n *                          necessary in the future if we want to use some introspection using\n *                          meta information against the DB. /// TODO ///\n * @param string $fieldname name of the field we are going to check\n * @param boolean $nullablefield to specify if the field us nullable (true) or no (false) in the DB\n * @param boolean $textfield to specify if it is a text (also called clob) fie"..., 8192) = 8192
3403  read(7, " be used in order to perform one bitwise NOT operation\n * with 1 integer.\n * @param integer int1 integer in the operation\n * @return string the piece of SQL code to be used in your statement.\n */\nfunction sql_bitnot($int1) {\n\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return '((0 - (' . $int1 . ')) - 1)';\n            break;\n        default:\n            return '(~(' . $int1 . '))';\n    }\n}\n\n/**\n * Returns the FROM clause required by some DBs in all SELECT statements\n * To be used in queries not having FROM clause to provide cross_db\n */\nfunction sql_null_from_clause() {\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return ' FROM dual';\n            break;\n        default:\n            return '';\n    }\n}\n\n/**\n * Retur"..., 8192) = 8192
3403  read(7, "is defined as NOT NULL, we'll modify\n/// such data in the best form possible (\"0\" for booleans and numbers and \" \" for the\n/// rest of strings. It isn't optimal, but the only way to do so.\n/// In the oppsite, when retrieving records from Oracle, we'll decode \" \" back to\n/// empty strings to allow everything to work properly. DIRTY HACK.\n\n/// If the db isn't Oracle, return without modif\n    if ( $CFG->dbfamily != 'oracle') {\n        return;\n    }\n\n/// Get Meta info to know what to change, using the cached meta if exists\n    if (!isset($metadata_cache[$table])) {\n        $metadata_cache[$table] = array_change_key_case($db->MetaColumns($CFG->prefix . $table), CASE_LOWER);\n    }\n    $columns = $metadata_cache[$table];\n/// Iterate over all the fields in the insert, transforming values\n/// in th"..., 8192) = 8192
3403  read(7, "e (id)\n        $sqlcondition = 'id=' . $sqlcondition;\n    } else { /// Else, it's a formal standard SQL condition, we try to delete the WHERE in case it exists\n        $sqlcondition = trim(preg_replace('/^WHERE/is', '', trim($sqlcondition)));\n    }\n\n/// Update all the clobs\n    if ($clobs) {\n        foreach ($clobs as $key => $value) {\n\n            if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }; /// Count the extra updates in PERF\n\n        /// Oracle CLOBs doesn't like quoted strings (are inserted via prepared statemets)\n            if ($CFG->dbfamily == 'oracle') {\n                $value = stripslashes_safe($value);\n            }\n\n            if (!$db->UpdateClob($CFG->prefix.$table, $key, $value, $sqlcondition)) {\n                $status = false;\n                $state"..., 8192) = 8187
3403  read(7, "", 4096)                 = 0
3403  read(7, "", 8192)                 = 0
3403  read(7, "", 8192)                 = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6fb000
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6e6000
3403  munmap(0x7fc00c6e6000, 81956)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n/**\n * Library of functions for database manipulation.\n *\n * Other main libraries:\n * - weblib.php - functions that produce web output\n * - moodlelib.php - general-purpose Moodle functions\n * @author Martin Dougiamas and many others\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n /// Some constants\n define('LASTACCESS_UPDATE_SECS', 60); /// Number of seconds to wait before\n                                       /// updating lastaccess information in DB.\n\n/**\n * Escape all dangerous characters in a data record\n *\n * $dataobject is an object containing needed data\n * Run over each field exectuting addslashes() function\n * to escape SQL unfriendly characters (e.g. quotes)\n * Handy when writing back data read from the database\n *\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6fb000, 81956)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6dc000
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5d2000
3403  munmap(0x7fc00c5d2000, 209796)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: accesslib.php,v 1.421.2.109 2010/05/20 18:35:05 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you ca"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6dc000, 209796)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c702000
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f4000
3403  munmap(0x7fc00c6f4000, 57169)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: blocklib.php,v 1.129.2.12 2010/08/19 14:06:03 sam_marshall Exp $\n\n//This library includes all the necessary stuff to use blocks in course pages\n\ndefine('BLOCK_MOVE_LEFT',   0x01);\ndefine('BLOCK_MOVE_RIGHT',  0x02);\ndefine('BLOCK_MOVE_UP',     0x04);\ndefine('BLOCK_MOVE_DOWN',   0x08);\ndefine('BLOCK_CONFIGURE',   0x10);\n\ndefine('BLOCK_POS_LEFT',  'l');\ndefine('BLOCK_POS_RIGHT', 'r');\n\ndefine('BLOCKS_PINNED_TRUE',0);\ndefine('BLOCKS_PINNED_FALSE',1);\ndefine('BLOCKS_PINNED_BOTH',2);\n\nrequire_once($CFG->libdir.'/pagelib.php');\nrequire_once($CFG->dirroot.'/course/lib.php'); // needed to solve all those: Call to undefined function: print_recent_activity() when adding Recent Activity\n\n// Returns false if this block is incompatible with the current version of Moodle.\nfunction block_is_c"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c702000, 57169)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23923)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n\n/**\n * This file contains the parent class for moodle pages, page_base, \n * as well as the page_course subclass.\n * A page is defined by its page type (ie. course, blog, activity) and its page id\n * (courseid, blogid, activity id, etc).\n *\n * @author Jon Papaioannou\n * @version  $Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package pages\n */\n\nfunction page_import_types($path) {\n    global $CFG;\n\n    static $types = array();\n\n    if(substr($path, -1) != '/') {\n        $path .= '/';\n    }\n\n    $path = clean_param($path, PARAM_PATH);\n\n    if(isset($types[$path])) {\n        return $types[$path];\n    }\n\n    $file = $CFG->dirroot.'/'.$path.'"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23923)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6f1000
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e7000
3403  munmap(0x7fc00c5e7000, 123781)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: lib.php,v 1.538.2.82 2010/10/13 20:30:23 skodak Exp $\n   // Library of useful functions\n\n\ndefine('COURSE_MAX_LOG_DISPLAY', 150);          // days\ndefine('COURSE_MAX_LOGS_PER_PAGE', 1000);       // records\ndefine('COURSE_LIVELOG_REFRESH', 60);           // Seconds\ndefine('COURSE_MAX_RECENT_PERIOD', 172800);     // Two days, in seconds\ndefine('COURSE_MAX_SUMMARIES_PER_PAGE', 20);    // courses\ndefine('COURSE_MAX_COURSES_PER_DROPDOWN',1000); //  max courses in log dropdown before switching to optional\ndefine('COURSE_MAX_USERS_PER_DROPDOWN',1000);   //  max users in log dropdown before switching to optional\ndefine('FRONTPAGENEWS',           '0');\ndefine('FRONTPAGECOURSELIST',     '1');\ndefine('FRONTPAGECATEGORYNAMES',  '2');\ndefine('FRONTPAGETOPICONLY',      '3');\ndefine('FRONTP"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f1000, 123781)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23400)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Extra library for groups and groupings.\n *\n * @copyright &copy; 2006 The Open University\n * @author J.White AT open.ac.uk, Petr Skoda (skodak)\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package groups\n */\n\n/*\n * INTERNAL FUNCTIONS - to be used by moodle core only\n * require_once $CFG->dirroot.'/group/lib.php' must be used\n */\n\n/**\n * Adds a specified user to a group\n * @param int $userid   The user id\n * @param int $groupid  The group id\n * @return boolean True if user added successfully or the user is already a\n * member of the group, false otherwise.\n */\nfunction groups_add_member($groupid, $userid) {\n    if (!groups_group_exists($groupid)) {\n        return false;\n    }\n\n    if (groups_is_member($groupid, $userid)) {\n        return true;\n    }\n\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23400)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c701000
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f2000
3403  munmap(0x7fc00c6f2000, 58741)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: deprecatedlib.php,v 1.41.2.14 2009/11/19 10:18:01 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas, Moodle  http://moodle.com//\n//                                                                       //\n// This program is free software; you "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c701000, 58741)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5bf000
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c578000
3403  munmap(0x7fc00c578000, 286912)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5bf000, 286912)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18413)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library of functions for events manipulation.\n * \n * The public API is all at the end of this file.\n *\n * @author Martin Dougiamas and many others\n * @version $Id: eventslib.php,v 1.16.2.3 2008/10/06 22:07:10 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n\n/**\n * Loads the events definitions for the component (from file). If no\n * events are defined for the component, we simply return an empty array.\n * @param $component - examples: 'moodle', 'mod/forum', 'block/quiz_results'\n * @return array of capabilities or empty array if not exists\n *\n * INTERNAL - to be used from eventslib only\n */\nfunction events_load_def($component) {\n    global $CFG;\n\n    if ($component == 'moodle') {\n        $defpath = $CFG->libdir.'/db/ev"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18413)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c738000
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c709000
3403  munmap(0x7fc00c709000, 26745)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  //$Id: grouplib.php,v 1.22.2.12 2010/11/12 10:03:10 skodak Exp $\n\n/**\n * Groups not used in course or activity\n */\ndefine('NOGROUPS', 0);\n\n/**\n * Groups used, users do not see other groups\n */\ndefine('SEPARATEGROUPS', 1);\n\n/**\n * Groups used, students see other groups\n */\ndefine('VISIBLEGROUPS', 2);\n\n\n/**\n * Determines if a group with a given groupid exists.\n * @param int $groupid The groupid to check for\n * @return boolean True if the group exists, false otherwise or if an error\n * occurred.\n */\nfunction groups_group_exists($groupid) {\n    return record_exists('groups', 'id', $groupid);\n}\n\n/**\n * Gets the name of a group with a specified id\n * @param int $groupid The id of the group\n * @return string The name of the group\n */\nfunction groups_get_group_name($groupid) {\n    return ge"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c738000, 26745)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\3\0\0\0\33\1\0", 7)    = 7
3403  read(6, "\5\0\0\1\376\0\0\2\0", 16384) = 9
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\21\0\0\0\3SET NAMES 'utf8'", 21) = 21
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\31\0\0\0\3SELECT * FROM mdl_config", 29) = 29
3403  read(6, "\1\0\0\1\3=\0\0\2\3def\17michelep_moodle\nmdl_config\nmdl_config\2id\2id\f?\0\n\0\0\0\10#B\0\0\0A\0\0\3\3def\17michelep_moodle\nmdl_config\nmdl_config\4name\4name\f!\0\375\2\0\0\375\5@\0\0\0C\0\0\4\3def\17michelep_moodle\nmdl_config\nmdl_config\5value\5value\f!\0\375\377\2\0\374\21\20\0\0\0\5\0\0\5\376\0\0\"\0\16\0\0\6\0011\tunicodedb\0011 \0\0\7\0012\22statsrolesupgraded\n1305897129\r\0\0\10\0013\4auth\5email\31\0\0\t\0014\20auth_pop3mailbox\5INBOX\17\0\0\n\0015\5enrol\6manual\37\0\0\v\0016\25enrol_plugins_enabled\6manual\20\0\0\f\0017\5style\7default\23\0\0\r\0018\10template\7default\r\0\0\16\0019\5theme\4DesK \0\0\17\00210\32filter_multilang_converted\0011\27\0\0\20\003428\fregisterauth\5email\26\0\0\21\00212\20guestloginbutton\0011\26\0\0\22\00213\21alternateloginurl\0\31\0\0\23\00214\24forgottenpasswordurl\0\250\10\0\24\00215\21auth_instructions\374\220\10<div style=\"background-color: transparent; \"><div style=\"background-color: transparent; \"><span id=\"internal-source-marker_0.799507872434333\" style=\"font-size: 10pt; font-family: arial; color: rg"..., 16384) = 16384
3403  read(6, "iew\3all+\0\0\245\003416$block_course_list_hideallcourseslink\0011#\0\0\246\003417\34block_online_users_timetosee\0015\33\0\0\247\003418\25defaultallowedmodules\0\23\0\0\250\003419\rcoursemanager\0\17\0\0\251\003420\tfrontpage\0\30\0\0\252\003421\21frontpageloggedin\0010\27\0\0\253\003422\20maxcategorydepth\0010\26\0\0\254\003423\16coursesperpage\00220,\0\0\255\003424%allowvisiblecoursesinhiddencategories\0010\35\0\0\256\003425\26defaultfrontpageroleid\0015!\0\0\257\003426\vsupportname\20Assistenza Des-K%\0\0\260\003427\fsupportemail\23assistenza@des-k.it\"\0\0\261\003429\22digestmailtimelast\n1342278002#\0\0\262\003430\23forum_lastreadclean\n1342313401$\0\0\263\003431\24scorm_updatetimelast\n1342303202\36\0\0\264\003432\20lastexpirynotify\01020120715\37\0\0\265\003433\30sendcoursewelcomemessage\0011\36\0\0\266\003434\16statslastdaily\n1342303200=\0\0\267\003435\vtextfilters,filter/hiddentext,mod/glossary,filter/jsmath\"\0\0\270\003436\22statslastexecution\n1342310402\37\0\0\271\003438\17statslastweekly\n1341784800 \0\0\272\003440\20statslastmonthly\n1341100800"..., 16384) = 957
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "6\0\0\0\3SELECT * FROM mdl_course WHERE category = '0' LIMIT 1", 58) = 58
3403  read(6, "\1\0\0\1-=\0\0\2\3def\17michelep_moodle\nmdl_course\nmdl_course\2id\2id\f?\0\n\0\0\0\10#B\0\0\0I\0\0\3\3def\17michelep_moodle\nmdl_course\nmdl_course\10category\10category\f?\0\n\0\0\0\10)@\0\0\0K\0\0\4\3def\17michelep_moodle\nmdl_course\nmdl_course\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\5\3def\17michelep_moodle\nmdl_course\nmdl_course\10password\10password\f!\0\226\0\0\0\375\1\0\0\0\0I\0\0\6\3def\17michelep_moodle\nmdl_course\nmdl_course\10fullname\10fullname\f!\0\372\2\0\0\375\1\0\0\0\0K\0\0\7\3def\17michelep_moodle\nmdl_course\nmdl_course\tshortname\tshortname\f!\0,\1\0\0\375\t@\0\0\0I\0\0\10\3def\17michelep_moodle\nmdl_course\nmdl_course\10idnumber\10idnumber\f!\0,\1\0\0\375\t@\0\0\0G\0\0\t\3def\17michelep_moodle\nmdl_course\nmdl_course\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0E\0\0\n\3def\17michelep_moodle\nmdl_course\nmdl_course\6format\6format\f!\0\36\0\0\0\375\1\0\0\0\0M\0\0\v\3def\17michelep_moodle\nmdl_course\nmdl_course\nshowgrades\nshowgrades\f?\0\2\0\0\0\1!\0\0\0\0G\0\0\f\3def\17michelep_moodle\nmdl_course"..., 16384) = 4534
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "<\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '10' LIMIT 1", 64) = 64
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\f\0\0\10\0011\00210\0010\2/1\0011\5\0\0\t\376\0\0\2\0", 16384) = 420
3403  access("/home/michelep/moodledata/cache", F_OK) = 0
3403  access("/home/michelep/moodledata/sessions", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 5 entries */, 32768) = 136
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/README.txt", {st_mode=S_IFREG|0644, st_size=620, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/moodledata/lang", F_OK) = 0
3403  lstat("/home/michelep/moodledata/lang", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 4 entries */, 32768) = 120
3403  lstat("/home/michelep/moodledata/lang/it_utf8", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/moodledata/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?PHP // $Id: langconfig.php,v 1.7.2.3 2010/05/25 08:43:36 mudrd8mz Exp $ \n      // langconfig.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = '.'; // decimal point separator, for some languages it is ','\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ','; // if decsep is ',', then usually ';' is used instead here; these two can not be the same\n$string['locale'] = 'en_AU.utf8';\n$string['localewin'] = 'English_Australia.1252';\n$string['localewincharset'] = '';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['parentlanguage'] = '';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime"..., 4096) = 1534
3403  lseek(7, 1534, SEEK_SET)          = 1534
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  lseek(7, -1534, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = ',';\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ';';\n$string['locale'] = 'it_IT.UTF-8';\n$string['localewin'] = 'Italian_Italy.1252';\n$string['localewincharset'] = 'WINDOWS-1252';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';\n$string['strftimedaydate'] = '%%A, %%d %%B %%Y';\n$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';\n$string['strftimedayshort'] = '%%A %%d %%B';\n$string['strftimedaytime'] = '%%a, %%H:%%M';\n$string['strftimemonthyear'] = '%%B %%Y';\n$string['strftimerecent'] = '%%d %%b, %"..., 4096) = 1087
3403  lseek(7, 1087, SEEK_SET)          = 1087
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  lseek(7, -1087, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?PHP // $Id: langconfig.php,v 1.7.2.3 2010/05/25 08:43:36 mudrd8mz Exp $ \n      // langconfig.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = '.'; // decimal point separator, for some languages it is ','\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ','; // if decsep is ',', then usually ';' is used instead here; these two can not be the same\n$string['locale'] = 'en_AU.utf8';\n$string['localewin'] = 'English_Australia.1252';\n$string['localewincharset'] = '';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['parentlanguage'] = '';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime"..., 4096) = 1534
3403  lseek(7, 1534, SEEK_SET)          = 1534
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  lseek(7, -1534, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php   // $Id: config.php,v 1.7.2.3 2008/02/27 12:06:49 urs_hunkler Exp $\n////////////////////////////////////////////////////////////////////////////////\n/// This file contains a few configuration variables that control \n/// how Moodle uses this theme.\n////////////////////////////////////////////////////////////////////////////////\n\n$THEME->sheets = array('user_styles');\n\n/// This variable is an array containing the names of all the \n/// stylesheet files you want included in this theme, and in what order\n////////////////////////////////////////////////////////////////////////////////\n\n\n$THEME->standardsheets = array('styles_layout', 'styles_color');\n\n/// This variable can be set to an array containing\n/// filenames from the *STANDARD* theme.  If the \n/// array exists, it will be used to "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", F_OK) = 0
3403  stat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", F_OK) = 0
3403  stat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 21 entries */, 32768) = 616
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/choice", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/hotpot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/scorm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/label", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lams", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/glossary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/index.html", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/journal", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/resource", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/chat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/wiki", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/forum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lesson", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/README.txt", {st_mode=S_IFREG|0644, st_size=1178, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/assignment", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/workshop", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/quiz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/survey", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/assignment/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/chat/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/choice/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/data/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/forum/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/hotpot/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/journal/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/label/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/lams/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/lesson/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/quiz/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/resource/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/scorm/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/survey/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/wiki/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/workshop/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 37 entries */, 32768) = 1248
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_summary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/loancalc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/activity_modules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tag_flickr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/online_users", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/index.html", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/db", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/mentees", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/html", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_tree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/participants", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/moodleblock.class.php", {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/messages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/login", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/rss_client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/mnet_hosts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/version.php", {st_mode=S_IFREG|0644, st_size=394, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_month", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tag_youtube", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/social_activities", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/recent_activity", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/section_links", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/news_items", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search_forums", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/glossary_random", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/quiz_results", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_menu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/activity_modules/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin_tree/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/blog_menu/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/blog_tags/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/course_list/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/course_summary/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/db/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/glossary_random/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/html/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/loancalc/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/login/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/mentees/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/messages/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/mnet_hosts/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/news_items/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/online_users/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/participants/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/quiz_results/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/recent_activity/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/rss_client/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/search/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/search_forums/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/section_links/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/social_activities/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tag_flickr/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tag_youtube/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tags/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/course/format", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 9 entries */, 32768) = 264
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/weekscss", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/scorm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/lams", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/social", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/weeks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/topics", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/course/format/README.txt", {st_mode=S_IFREG|0644, st_size=3906, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/course/format/lams/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format/scorm/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format/social/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format/topics/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format/weeks/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/course/format/weekscss/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/grade/report", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/grade/report", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 10 entries */, 32768) = 296
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/user", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/index.php", {st_mode=S_IFREG|0644, st_size=2050, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/grader", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/styles.css", {st_mode=S_IFREG|0644, st_size=50, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/outcomes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/overview", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/lib.php", {st_mode=S_IFREG|0644, st_size=13723, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/error_log", {st_mode=S_IFREG|0644, st_size=5943, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/grade/report/grader/styles.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/grade/report/outcomes/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/grade/report/overview/styles.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/grade/report/user/styles.php", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  mmap(NULL, 63933, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c700000
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles_layout.css", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  mmap(NULL, 63933, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f0000
3403  munmap(0x7fc00c6f0000, 63933)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=63933, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "/*******************************************************************\n styles_layout.css\n\n This CSS file contains all layout definitions like positioning,\n floats, margins, padding, borders etc.\n\n Styles are organised into the following sections:\n  core\n  forms\n  header\n  footer\n\n  admin\n  blocks\n  blog\n  calendar\n  course\n  doc\n  grades\n  login\n  message\n  notes\n  mymoodle\n  question\n  tabs\n  tags\n  user\n\n  various modules\n\n*******************************************************************/\n\n\n/***\n *** Core\n ***/\n\nh1.main,\nh2.main,\nh3.main,\nh4.main,\nh5.main,\nh6.main {\n  text-align: center;\n}\n\n#layout-table {\n  width:100%;\n  border-collapse:separate;\n  margin-top: 8px;\n}\n\n#layout-table #left-column,\n#layout-table #middle-column,\n#layout-table #right-column\n{\n  vertical-align:top;\n}\n\n#layou"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c700000, 63933)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  writev(5, [{"LS\3\0\305\0\0\0\6\0\0\0\0\0\0\0\30\0-\0'\0\36\0\10\0\27\0", 28}, {"X-Powered-By: PHP/5.3.8\0Last-Modified: Sun, 15 Jul 2012 08:32:00 GMT\0Expires: Tue, 17 Jul 2012 08:32:01 GMT\0Cache-Control: max-age=172801\0Pragma:\0Content-type: text/css\0", 169}, {"LS\4\0\10@\0\0", 8}, {"/**************************************\n * THEME NAME: standard\n *\n * Files included in this sheet:\n *\n *   standard/styles_layout.css\n *   standard/styles_color.css\n *   /mod/assignment/styles.php\n *   /mod/choice/styles.php\n *   /mod/data/styles.php\n *   /mod/lesson/styles.php\n *   /mod/scorm/styles.php\n *   /mod/workshop/styles.php\n *   /blocks/blog_tags/styles.php\n *   /blocks/calendar_month/styles.php\n *   /blocks/calendar_upcoming/styles.php\n *   /blocks/course_summary/styles.php\n *   /blocks/login/styles.php\n *   /blocks/news_items/styles.php\n *   /blocks/quiz_results/styles.php\n *   /blocks/rss_client/styles.php\n *   /blocks/search_forums/styles.php\n *   /grade/report/grader/styles.php\n *   /grade/report/user/styles.php\n **************************************/\n\n/***** standard/styl"..., 828}, {"/*******************************************************************\n styles_layout.css\n\n This CSS file contains all layout definitions like positioning,\n floats, margins, padding, borders etc.\n\n Styles are organised into the following sections:\n  core\n  forms\n  header\n  footer\n\n  admin\n  blocks\n  blog\n  calendar\n  course\n  doc\n  grades\n  login\n  message\n  notes\n  mymoodle\n  question\n  tabs\n  tags\n  user\n\n  various modules\n\n*******************************************************************/\n\n\n/***\n *** Core\n ***/\n\nh1.main,\nh2.main,\nh3.main,\nh4.main,\nh5.main,\nh6.main {\n  text-align: center;\n}\n\n#layout-table {\n  width:100%;\n  border-collapse:separate;\n  margin-top: 8px;\n}\n\n#layout-table #left-column,\n#layout-table #middle-column,\n#layout-table #right-column\n{\n  vertical-align:top;\n}\n\n#layou"..., 15556}, {"LS\4\0\10@\0\0", 8}, {"\n}\n\n#adminsettings fieldset.error legend {\n  display: block;\n}\n\n#adminsettings .form-multicheckbox li {\n  list-style: none;\n}\n\n#adminsettings .form-multicheckbox ul {\n  padding:0;\n  margin:0;\n}\n\n#adminsettings .form-item .pathok,\n#adminsettings .form-item .patherror {\n  margin-left: 0.5em;\n}\n\n#adminsettings .form-htmlarea {\n  width:  640px;\n  display:inline;\n}\n\n#adminsettings .form-htmlarea .htmlarea {\n  width:  640px;\n  display:block;\n}\n\n.environmentbox {\n  margin-top: 1em;\n}\n\n.form-buttons {\n  margin: 10px 0 0 13em;\n}\n\n.adminsearchform {\n  padding-top:10px;\n}\n\n.block_admin_tree .admintree {\n  text-align:left;\n}\n\n.block_admin_tree .admintree .depth1 {\n  padding-left: 16px;\n}\n\n.block_admin_tree .admintree .depth2 {\n  padding-left: 32px;\n}\n\n.block_admin_tree .admintree .depth3 {\n  padding-l"..., 16384}, {"LS\4\0\10@\0\0", 8}, {"t-participation-index .participationselectform {\n  margin-left:auto;\n  margin-right:auto;\n  text-align:center;\n  margin-top:10px;\n  margin-bottom:10px;\n}\n\n#course-report .participationselectform label,\n#course-report-participation-index .participationselectform label {\n  margin-left:15px;\n  margin-right:5px;\n}\n\n#course-report-log-index .info,\n#course-report-log-indexlive .info {\n  margin-left:auto;\n  margin-right:auto;\n  text-align:center;\n  margin:10px;\n}\n\n.course-report-outline td.numviews {\n  text-align:right;\n}\n\n.course-report-outline div.loginfo {\n  text-align:center;\n  margin: 1em;\n}\n\n#content .coursebox .summary .category {\n  text-align:right;\n}\n\n#course-editsection .singlebutton {\n  text-align:center;\n}\n\n.jumpmenu {text-align:center}\n\n/***\n *** Group\n ***/\nbody#group-index #grouped"..., 16384}, {"LS\4\0\1=\0\0", 8}, {"rm {\n  text-align:center;\n}\n#wordcount {\n  text-align: right;\n}\n\n/***\n *** Modules: Chat\n ***/\n\n.nextchatsession {\n  text-align:center;\n}\n\n#mod-chat-gui_header_js-jsupdate {\n  margin:10px\n}\n#mod-chat-gui_header_js-jsupdate .chat-event,\n#mod-chat-gui_header_js-jsupdate .chat-message {\n  width:100%;\n  padding:0;\n  margin-top:7px\n}\n\n#mod-chat-view #chatcurrentusers .chatuserdetails {\n  vertical-align: middle;\n}\n\n#mod-chat-view #enterlink {\n  text-align: center;\n  margin-left: auto;\n  margin-right: auto;\n  width: 50%;\n}\n\n.chat-event .picture,\n.chat-message .picture {\n  width:40px;\n  vertical-align:top;\n}\n.chat-event .text,\n.chat-message .text {\n  text-align: left;\n}\n\n#mod-chat-gui_basic #participants ul {\n  margin:0px;\n  padding:0px;\n  list-style-type:none;\n}\n\n#mod-chat-gui_basic #participants"..., 15609}], 11) = 64990
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  mmap(NULL, 18534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/theme/standard/styles_color.css", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  mmap(NULL, 18534, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18534)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "/*******************************************************************\n styles_color.css\n\n This CSS file contains all color definitions like\n background-color, font-color, border-color etc.\n\n Styles are organised into the following sections:\n\n  core\n  header\n  footer\n\n  admin\n  blocks\n  calendar\n  course\n  doc\n  login\n  message\n  question\n  tabs\n  user\n\n  various modules\n\n*******************************************************************/\n\n/***\n ***  Core\n ***/\n\na:link,\na:visited {\n  color:#0000FF;\n}\n\na.dimmed:link,\na.dimmed:visited {\n  color:#AAAAAA;\n}\n\na:hover {\n  color:#FF0000;\n}\n\na.autolink:link,\na.autolink:visited {\n  color:#000000;\n  background: #DDDDDD;\n}\n\na.autolink.glossary:hover {\n  cursor: help;\n}\n\nimg.userpicture,\nimg.grouppicture {\n  border-color:#000\n}\n\n.block_online_users .li"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18534)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  writev(5, [{"LS\4\0\10@\0\0", 8}, {"/***** standard/styles_layout.css end *****/\n\n/***** standard/styles_color.css start *****/\n\n", 93}, {"/*******************************************************************\n styles_color.css\n\n This CSS file contains all color definitions like\n background-color, font-color, border-color etc.\n\n Styles are organised into the following sections:\n\n  core\n  header\n  footer\n\n  admin\n  blocks\n  calendar\n  course\n  doc\n  login\n  message\n  question\n  tabs\n  user\n\n  various modules\n\n*******************************************************************/\n\n/***\n ***  Core\n ***/\n\na:link,\na:visited {\n  color:#0000FF;\n}\n\na.dimmed:link,\na.dimmed:visited {\n  color:#AAAAAA;\n}\n\na:hover {\n  color:#FF0000;\n}\n\na.autolink:link,\na.autolink:visited {\n  color:#000000;\n  background: #DDDDDD;\n}\n\na.autolink.glossary:hover {\n  cursor: help;\n}\n\nimg.userpicture,\nimg.grouppicture {\n  border-color:#000\n}\n\n.block_online_users .li"..., 16291}, {"LS\4\0\313\10\0\0", 8}, {"r {\n  background-color: #dddddd;\n}\n\n.glossaryformatheader {\n  background-color: #dddddd;\n}\n\n\n/***\n *** Modules: Journal\n ***/\n\n#mod-journal-view .feedbackbox .left,\n#mod-journal-view .feedbackbox .entryheader {\n  background-color: #dddddd;\n}\n\n/***\n *** Modules: Label\n ***/\n\n/***\n *** Modules: Lesson\n ***/\n\n/***\n *** Modules: Quiz\n ***/\n\ntable.quizattemptsummary .bestrow td {\n  background-color: #e8e8e8;\n}\n\ntable.quizreviewsummary th.cell {\n  background: #f0f0f0;\n}\ntable.quizreviewsummary td.cell {\n  background: #fafafa;\n}\n.mod-quiz .highlightgraded {\n    background:yellow;\n}\n/***\n *** Modules: Resource\n ***/\n\n.ims-nav-dimmed {\n  color: #AAAAAA;\n  text-decoration: none;\n}\n\n.ims-nav-button a:link,\n.ims-nav-button a:visited,\n.ims-nav-button a:hover {\n  color: #000;\n  text-decoration: none;\n}\n"..., 2243}], 5) = 18643
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/assignment/styles.php", {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/assignment", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/assignment/styles.php", {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/assignment", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/assignment/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  mmap(NULL, 3114, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/assignment/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  mmap(NULL, 3114, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 3114)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=3114, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "#mod-assignment-submissions .feedback .content,\n#mod-assignment-submissions .feedback .topic,\n#mod-assignment-submissions .feedback .picture\n{\n  padding: 10px;\n  border-width:1px;\n  border-style:solid;\n  border-color:#DDDDDD;\n}\n\n#mod-assignment-submissions form#options div {\n  text-align:right;\n  margin-left:auto;\n  margin-right:20px;\n}\n\n.mod-assignment .feedback .files {\n  float: right;\n  background-color: #EFEFEF;\n  padding:5px;\n}\n\n.mod-assignment .feedback .grade,\n.mod-assignment .feedback .outcome,\n.mod-assignment .feedback .finalgrade {\n  float: right;\n}\n\n.mod-assignment .feedback .disabledfeedback {\n  width: 500px;\n  height: 250px;\n}\n\n.mod-assignment .feedback .from {\n  float: left;\n}\n\n.mod-assignment .feedback .time {\n  font-size: 0.8em;\n}\n\n.mod-assignment .late {\n  color: red;\n}\n\n."..., 4096) = 3114
3403  lseek(7, 3114, SEEK_SET)          = 3114
3403  munmap(0x7fc00c73e000, 3114)      = 0
3403  lseek(7, -3114, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/choice/styles.php", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/choice", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/choice/styles.php", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/choice", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/choice/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  mmap(NULL, 149, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/choice/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  mmap(NULL, 149, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 149)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".mod-choice .results {\n  border-collapse: separate;\n}\n\n.mod-choice .results .data {\n  border-width:1px;\n  border-style:solid;\n  border-color:#999;\n}\n", 4096) = 149
3403  lseek(7, 149, SEEK_SET)           = 149
3403  munmap(0x7fc00c73e000, 149)       = 0
3403  lseek(7, -149, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/data/styles.php", {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/data/styles.php", {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/data/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  mmap(NULL, 740, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/data/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  mmap(NULL, 740, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 740)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=740, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "#mod-data-view #sortsearch .c0 {\n  text-align: right;\n}\n\n#mod-data-view .approve img.icon {\n  width:34px;\n  height:34px;\n}\n\n#mod-data-preset .presetmapping {\n  text-align: center;\n}\n\n#mod-data-preset .presetmapping table {\n  text-align: left;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n#mod-data-preset .overwritesettings {\n  margin-bottom: 1em;\n}\n\n.mod-data-field .c0 {\n  text-align: right;\n}\n\n.mod-data-field .fieldadd,\n.mod-data-field .sortdefault {\n  margin-bottom: 1em;\n  margin-top: 1em;\n}\n\n.mod-data-field .fieldadd select,\n.mod-data-field .sortdefault select {\n  margin-left: 1em;\n}\n\n.mod-data-field .fieldname {\n  width:300px;\n}\n\n.mod-data-field .fielddescription {\n  width:300px;\n}\n\n.presetcontrols form {\n  display: inline;\n}\n", 4096) = 740
3403  lseek(7, 740, SEEK_SET)           = 740
3403  munmap(0x7fc00c73e000, 740)       = 0
3403  lseek(7, -740, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/lesson/styles.php", {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/lesson", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lesson/styles.php", {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lesson", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/lesson/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  mmap(NULL, 4656, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  open("/home/michelep/public_html/des-k/moodle/mod/lesson/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  mmap(NULL, 4656, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73b000
3403  munmap(0x7fc00c73b000, 4656)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "/***\n *** General styles (scope: all of lesson)\n ***/\n \n.mod-lesson .contents {\n    text-align: left;\n}\n\n.mod-lesson #layout-table {\n    width: 100%;\n}\n\n.mod-lesson .edit_buttons form,\n.mod-lesson .edit_buttons input {\n    display: inline;\n}\n\n.mod-lesson .clock .content {\n    text-align: center;\n}\n\n.mod-lesson .addlinks {\n    font-size: .8em;\n}\n\n.mod-lesson .userinfotable .cell,\n.mod-lesson .userinfotable .userpicture {\n    vertical-align: middle;\n}\n\n.mod-lesson .invisiblefieldset.fieldsetfix {\n    display: block;\n}\n\n.mod-lesson .invisiblefieldset.fieldsetfix tr {\n    text-align: left;\n}\n\n/***\n *** Style for view.php\n ***/\n\n#mod-lesson-view .password-form {\n    text-align: center;\n    margin-top: 20px;\n}\n\n#mod-lesson-view .password-form .submitbutton {\n    display: inline;\n}\n\n/***\n *** Sty"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 4656)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  writev(5, [{"LS\4\0, \0\0", 8}, {"/***** standard/styles_color.css end *****/\n\n/***** /mod/assignment/styles.php start *****/\n\n#mod-assignment-submissions .feedback .content,\n#mod-assignment-submissions .feedback .topic,\n#mod-assignment-submissions .feedback .picture\n{\n  padding: 10px;\n  border-width:1px;\n  border-style:solid;\n  border-color:#DDDDDD;\n}\n\n#mod-assignment-submissions form#options div {\n  text-align:right;\n  margin-left:auto;\n  margin-right:20px;\n}\n\n.mod-assignment .feedback .files {\n  float: right;\n  background-color: #EFEFEF;\n  padding:5px;\n}\n\n.mod-assignment .feedback .grade,\n.mod-assignment .feedback .outcome,\n.mod-assignment .feedback .finalgrade {\n  float: right;\n}\n\n.mod-assignment .feedback .disabledfeedback {\n  width: 500px;\n  height: 250px;\n}\n\n.mod-assignment .feedback .from {\n  float: left;\n}\n\n.mod-a"..., 4354}, {"/***\n *** General styles (scope: all of lesson)\n ***/\n \n.mod-lesson .contents {\n    text-align: left;\n}\n\n.mod-lesson #layout-table {\n    width: 100%;\n}\n\n.mod-lesson .edit_buttons form,\n.mod-lesson .edit_buttons input {\n    display: inline;\n}\n\n.mod-lesson .clock .content {\n    text-align: center;\n}\n\n.mod-lesson .addlinks {\n    font-size: .8em;\n}\n\n.mod-lesson .userinfotable .cell,\n.mod-lesson .userinfotable .userpicture {\n    vertical-align: middle;\n}\n\n.mod-lesson .invisiblefieldset.fieldsetfix {\n    display: block;\n}\n\n.mod-lesson .invisiblefieldset.fieldsetfix tr {\n    text-align: left;\n}\n\n/***\n *** Style for view.php\n ***/\n\n#mod-lesson-view .password-form {\n    text-align: center;\n    margin-top: 20px;\n}\n\n#mod-lesson-view .password-form .submitbutton {\n    display: inline;\n}\n\n/***\n *** Sty"..., 3874}], 3) = 8236
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/scorm/styles.php", {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/scorm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/scorm/styles.php", {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/scorm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/scorm/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  mmap(NULL, 2251, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/scorm/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  mmap(NULL, 2251, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 2251)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".structlist  {\n\n  list-style-type: none;\n\n  white-space: nowrap;\n\n  font-size: small;\n\n}\n\n.orgtitle {\n\n  font-weight: bold;\n\n  font-size: small;\n\n}\n\n.mod-scorm .top {\n\n  vertical-align: top;\n\n}\n\n.mod-scorm .scorm-left {\n\n  text-align: left;\n\n}\n\n.mod-scorm .scorm-center {\n\n  text-align: center;\n\n}\n\n.mod-scorm .scorm-right {\n\n  text-align: right;\n\n}\n\n.mod-scorm .scoframe {\n\n   position: relative;\n\n   width: 100%;\n\n   height: 100%;\n\n}\n\n\n\n#mod-scorm-player #scormpage {\n\n  position: relative;\n\n  width: 100%;\n\n}\n\n#mod-scorm-player #tochead {\n\n  position: relative;\n\n  text-align: center;\n\n  top: 3px;\n\n  height: 30px;  \n\n}\n\n#mod-scorm-player .toc {\n\n  width: 80%; \n\n  margin-left: 20%; \n\n}\n\n#mod-scorm-player .no-toc {\n\n  width: 100%;\n\n}\n\n#mod-scorm-player #scormobject {\n\n  height: 400px; \n\n}\n\n#mod-"..., 4096) = 2251
3403  lseek(7, 2251, SEEK_SET)          = 2251
3403  munmap(0x7fc00c73e000, 2251)      = 0
3403  lseek(7, -2251, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/workshop/styles.php", {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod/workshop", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/workshop/styles.php", {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/workshop", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod/workshop/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  mmap(NULL, 544, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/mod/workshop/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  mmap(NULL, 544, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 544)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".workshop_feedbackbox {\n    margin-top: 5px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: #999999;\n}\n\n.workshop_feedbackbox .picture {\n    vertical-align: top;\n}\n\n.workshop_feedbackbox .author {\n    vertical-align: top;\n    display: block;\n}\n\n.workshop_feedbackbox .time {\n    vertical-align: top;\n    display: block;\n}\n\n.workshop_feedbackbox .content {\n    vertical-align: top;\n}\n\n.workshop_feedbackbox .comment {\n    display: block;\n}\n\n.workshop_feedbackbox .teachercomment {\n    display: block;\n    font-weight: bold;\n}\n", 4096) = 544
3403  lseek(7, 544, SEEK_SET)           = 544
3403  munmap(0x7fc00c73e000, 544)       = 0
3403  lseek(7, -544, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/blog_tags/styles.php", {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/blog_tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_tags/styles.php", {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/blog_tags/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  mmap(NULL, 930, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/blog_tags/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  mmap(NULL, 930, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 930)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=930, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_blog_tags .s20 {\n  font-size: 1.5em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s19 {\n  font-size: 1.5em;\n}\n\n.block_blog_tags .s18 {\n  font-size: 1.4em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s17 {\n  font-size: 1.4em;\n}\n\n.block_blog_tags .s16 {\n  font-size: 1.3em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s15 {\n  font-size: 1.3em;\n}\n\n.block_blog_tags .s14 {\n  font-size: 1.2em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s13 {\n  font-size: 1.2em;\n}\n\n.block_blog_tags .s12,\n.block_blog_tags .s11 {\n  font-size: 1.1em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s10,\n.block_blog_tags .s9 {\n  font-size: 1.1em;\n}\n\n.block_blog_tags .s8,\n.block_blog_tags .s7 {\n  font-size: 1em;\n  font-weight: bold;\n}\n\n.block_blog_tags .s6,\n.block_blog_tags .s5 {\n  font-size: 1em;\n}\n\n.block_blog_tags .s4,\n.bloc"..., 4096) = 930
3403  lseek(7, 930, SEEK_SET)           = 930
3403  munmap(0x7fc00c73e000, 930)       = 0
3403  lseek(7, -930, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/calendar_month/styles.php", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/calendar_month", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/styles.php", {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  mmap(NULL, 508, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  mmap(NULL, 508, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 508)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_calendar_month .cal_popup_caption,\n.block_calendar_month .cal_popup_fg div {\n    font-size: 0.85em !important;\n}\n\n.block_calendar_month .filters {\n    font-size:0.75em;\n    padding: 5px;\n}\n\n.block_calendar_month .filters table {\n    border-collapse:separate;\n    border-spacing: 2px;\n    padding: 2px;\n}\n\n.block_calendar_month .event_global,\n.block_calendar_month .event_course,\n.block_calendar_month .event_group,\n.block_calendar_month .event_user {\n    border-width: 2px;\n    border-style: solid;\n}\n", 4096) = 508
3403  lseek(7, 508, SEEK_SET)           = 508
3403  munmap(0x7fc00c73e000, 508)       = 0
3403  lseek(7, -508, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/calendar_upcoming/styles.php", {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/calendar_upcoming", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming/styles.php", {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  mmap(NULL, 64, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  mmap(NULL, 64, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 64)        = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_calendar_upcoming .event .date {\n    text-align:right;\n}\n", 4096) = 64
3403  lseek(7, 64, SEEK_SET)            = 64
3403  munmap(0x7fc00c73e000, 64)        = 0
3403  lseek(7, -64, SEEK_CUR)           = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/course_summary/styles.php", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/course_summary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_summary/styles.php", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_summary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/course_summary/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  mmap(NULL, 114, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/course_summary/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  mmap(NULL, 114, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 114)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_course_summary .content {\n    padding:10px;\n}\n\n.block_course_summary .editbutton {\n    text-align:right;\n}\n", 4096) = 114
3403  lseek(7, 114, SEEK_SET)           = 114
3403  munmap(0x7fc00c73e000, 114)       = 0
3403  lseek(7, -114, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/login/styles.php", {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/login", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/login/styles.php", {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/login/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  mmap(NULL, 360, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/login/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  mmap(NULL, 360, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 360)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=360, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_login .logintable {\n  text-align:center;\n}\n\n.block_login .loginform {\n  display:inline;\n}\n\n.block_login .loginform .fld input {\n  width:5em;\n}\n\n.block_login .loginform label {\n  padding-right: 4px;\n}\n\n.block_login .loginform div {\n  margin:0.3em 0.8em;\n  text-align:right;\n  display:block;\n}\n\n.block_login .loginform div.c1.btn {\n  text-align:center;\n}\n", 4096) = 360
3403  lseek(7, 360, SEEK_SET)           = 360
3403  munmap(0x7fc00c73e000, 360)       = 0
3403  lseek(7, -360, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/news_items/styles.php", {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/news_items", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/news_items/styles.php", {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/news_items", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/news_items/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  mmap(NULL, 53, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/news_items/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  mmap(NULL, 53, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 53)        = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_news_items .newlink {\n  text-align: center;\n}\n", 4096) = 53
3403  lseek(7, 53, SEEK_SET)            = 53
3403  munmap(0x7fc00c73e000, 53)        = 0
3403  lseek(7, -53, SEEK_CUR)           = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/quiz_results/styles.php", {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/quiz_results", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/quiz_results/styles.php", {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/quiz_results", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/quiz_results/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  mmap(NULL, 470, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/quiz_results/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  mmap(NULL, 470, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 470)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=470, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_quiz_results {\n    text-align: center;\n}\n\n.block_quiz_results table.grades .number, \n.block_quiz_results table.grades .grade {\n    text-align: right;\n    width: 10%;\n}\n\n.block_quiz_results table.grades {\n    text-align: left;\n    width: 100%;\n}\n\n.block_quiz_results table.grades caption {\n    margin: 1em 0px 0px 0px;\n    border-bottom: 1px solid;\n    font-weight: bold;\n}\n\n.block_quiz_results h1 {\n    margin: 4px;\n    font-weight: bold;\n    font-size: 1.1em;\n}\n", 4096) = 470
3403  lseek(7, 470, SEEK_SET)           = 470
3403  munmap(0x7fc00c73e000, 470)       = 0
3403  lseek(7, -470, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/rss_client/styles.php", {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/rss_client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/rss_client/styles.php", {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/rss_client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/rss_client/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  mmap(NULL, 952, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/rss_client/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  mmap(NULL, 952, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 952)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=952, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_rss_client .link {\n  border-top:1px solid;\n  border-top-color:#DDDDDD;\n  padding-bottom:5px;\n  font-size:0.82em;\n}\n\n.block_rss_client .description {\n  color:#555555;\n  font-size:0.78em;\n  padding-left:10px;\n  padding-bottom:8px;\n}\n\n.block_rss_client .title {\n  font-size:1.0em;\n}\n\n.block_rss_client .image {\n}\n\n.blockconfigtable #rssfeeds {\n    margin-left: auto;\n    margin-right: auto;\n    background-color: blue;\n}\n\n.blockconfigtable #rssfeeds td.actions {\n    text-align: center;\n    vertical-align: middle;\n    padding: 10px;\n}\n\n.blockconfigtable #rssfeeds td.feed {\n    vertical-align: middle;\n    padding: 5px;\n}\n\n.blockconfigtable #rssfeeds .title {\n    font-weight: bold;\n    margin-bottom: 2px;\n}\n\n.blockconfigtable #rssfeeds .url, .blockconfigtable #rssfeeds .description {\n    font"..., 4096) = 952
3403  lseek(7, 952, SEEK_SET)           = 952
3403  munmap(0x7fc00c73e000, 952)       = 0
3403  lseek(7, -952, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/search_forums/styles.php", {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks/search_forums", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search_forums/styles.php", {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search_forums", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks/search_forums/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  mmap(NULL, 132, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/blocks/search_forums/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  mmap(NULL, 132, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 132)       = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=132, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".block_search_forums .searchform {\n    text-align: center;\n}\n\n.block_search_forums .searchform img {\n    vertical-align: middle;\n}\n\n", 4096) = 132
3403  lseek(7, 132, SEEK_SET)           = 132
3403  munmap(0x7fc00c73e000, 132)       = 0
3403  lseek(7, -132, SEEK_CUR)          = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  writev(5, [{"LS\4\0A \0\0", 8}, {"http://www.des-k.it/moodle/mod/lesson/completed.gif);\n    background-position: center;\n    background-repeat: repeat-x;\n    */\n    background-color: green;\n    padding: 0px;\n    margin: 0px;    \n}\n\n.mod-lesson .progress_bar_todo {\n    /*  Example Use of Image\n    background-image: url(http://www.des-k.it/moodle/mod/lesson/todo.gif);\n    background-repeat: repeat-x;\n    background-position: center;\n    */\n    background-color: red;\n    text-align: left;\n    padding: 0px;\n    margin: 0px;\n}\n\n.mod-lesson .progress_bar_token {\n    /*  Example Use of Image\n    background-image: url(http://www.des-k.it/moodle/mod/lesson/token.gif);\n    background-repeat: repeat-none;\n    */\n    background-color: #000000;\n    height: 20px;\n    width: 5px;\n    padding: 0px;\n    margin: 0px;\n}\n/***** /mod/lesson/st"..., 8117}, {".block_search_forums .searchform {\n    text-align: center;\n}\n\n.block_search_forums .searchform img {\n    vertical-align: middle;\n}\n\n", 132}], 3) = 8257
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report/grader/styles.php", {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report/grader", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/grader/styles.php", {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/grader", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/grade/report/grader/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  mmap(NULL, 13362, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73b000
3403  open("/home/michelep/public_html/des-k/moodle/grade/report/grader/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  mmap(NULL, 13362, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c737000
3403  munmap(0x7fc00c737000, 13362)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=13362, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73a000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".flexible th {\nwhite-space:normal;\n}\n\n.gradestable th.user img {\nwidth:20px;\nheight:20px;\n}\n\n.grade-report-grader table#user-grades .catlevel2 {\nbackground-color:#f9f9f9;\n}\n\n.grade-report-grader table#user-grades td.overridden {\nbackground-color:#ddd;\n}\n\n.grade-report-grader table#user-grades tr.avg td.cell {\nbackground-color:#efefff;\nfont-weight:700;\ncolor:#00008B;\n}\n\n.grade-report-grader table#user-grades tr.odd td.cell {\nbackground-color:#efefef;\nwhite-space:nowrap;\n}\n\n.grade-report-grader table#user-grades tr.even td.overridden {\nbackground-color:#F3E4C0;\n}\n\n.grade-report-grader table#user-grades tr.odd td.overridden {\nbackground-color:#EFD9A4;\n}\n\n.grade-report-grader table#user-grades tr.even td.excluded {\nbackground-color:#EABFFF;\n}\n\n.grade-report-grader table#user-grades tr.odd td.e"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73b000, 13362)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73a000, 4096)      = 0
3403  writev(5, [{"LS\4\0E1\0\0", 8}, {"/***** /blocks/search_forums/styles.php end *****/\n\n/***** /grade/report/grader/styles.php start *****/\n\n", 105}, {".flexible th {\nwhite-space:normal;\n}\n\n.gradestable th.user img {\nwidth:20px;\nheight:20px;\n}\n\n.grade-report-grader table#user-grades .catlevel2 {\nbackground-color:#f9f9f9;\n}\n\n.grade-report-grader table#user-grades td.overridden {\nbackground-color:#ddd;\n}\n\n.grade-report-grader table#user-grades tr.avg td.cell {\nbackground-color:#efefff;\nfont-weight:700;\ncolor:#00008B;\n}\n\n.grade-report-grader table#user-grades tr.odd td.cell {\nbackground-color:#efefef;\nwhite-space:nowrap;\n}\n\n.grade-report-grader table#user-grades tr.even td.overridden {\nbackground-color:#F3E4C0;\n}\n\n.grade-report-grader table#user-grades tr.odd td.overridden {\nbackground-color:#EFD9A4;\n}\n\n.grade-report-grader table#user-grades tr.even td.excluded {\nbackground-color:#EABFFF;\n}\n\n.grade-report-grader table#user-grades tr.odd td.e"..., 12500}], 3) = 12613
3403  open("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets/skins/sam/container.css", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  mmap(NULL, 4614, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 4614)      = 0
3403  close(7)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets/skins/sam/container.css", {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets/skins/sam", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets/skins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui/container", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/yui", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/yui/container/assets/skins/sam/container.css", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  mmap(NULL, 4614, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "/*\nCopyright (c) 2008, Yahoo! Inc. All rights reserved.\nCode licensed under the BSD License:\nhttp://developer.yahoo.net/yui/license.txt\nversion: 2.6.0\n*/\n.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 4614)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report/user/styles.php", {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report/user", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle//grade", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/user/styles.php", {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report/user", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade/report", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/grade", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/grade/report/user/styles.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  mmap(NULL, 2320, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/grade/report/user/styles.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  mmap(NULL, 2320, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 2320)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=2320, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, ".grade-report-user table.user-grade .datesubmitted {\n  font-size: 0.7em;\n}\n\n.grade-report-user table.user-grade .courseitem,\n.grade-report-user table.user-grade .categoryitem {\n  font-weight: bold;\n}\n\n.grade-report-user table.user-grade td.cell {\n  padding-left: 5px;\n  padding-right: 5px;\n}\n\n#graded_users_selector {\n  float: right;\n  text-align: right;\n}\n\n/* this must be last if we want to override other category and course item colors */\n.grade-report-user table.user-grade .hidden,\n.grade-report-user table.user-grade .hidden a {\n  color:#aaaaaa;\n}\n\ntable.user-grade {\n   border: 1px solid black;\n   margin: auto;\n   padding: 0.25em;\n   font-size: 0.8em;\n}\ntable.user-grade td {\n   margin: 1px;\n   padding: 0.25em;\n}\ntable.user-grade thead {\n   border-bottom: 3px double black;\n}\ntable.user-gra"..., 4096) = 2320
3403  lseek(7, 2320, SEEK_SET)          = 2320
3403  munmap(0x7fc00c73e000, 2320)      = 0
3403  lseek(7, -2320, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  chdir("/usr/local/lsws/fcgi-bin") = 0
3403  umask(022)                        = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  write(6, "\1\0\0\0\1", 5)         = 5
3403  shutdown(6, 2 /* send and receive */) = 0
3403  close(6)                          = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  writev(5, [{"LS\4\0\263\36\0\0", 8}, {"/*\nCopyright (c) 2008, Yahoo! Inc. All rights reserved.\nCode licensed under the BSD License:\nhttp://developer.yahoo.net/yui/license.txt\nversion: 2.6.0\n*/\n.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2;}.yui-panel-container form{margin:0;}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}.mask.block-scrollbars{overflow:auto;}.masked select,.drag select,.hide-select select{_visibility:hidden;}.yui-panel-container select{_visibility:inherit;}.hide-scrollbars,.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.show-scrollbars{overflow:auto;}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible;}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow"..., 7851}, {"LS\5\0\10\0\0\0", 8}], 3) = 7867
3403  select(6, [5], NULL, NULL, {1, 0}) = 1 (in [5], left {0, 483722})
3403  read(5, "LS\1\0~\5\0\0^\2\0\0\0\0\0\0C\1\0\0\344\1\0\0\223\1\0\0\200\2\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\16\0!DOCUMENT_ROOT\0/home/michelep/public_html/des-k\0\0\f\0\17REMOTE_ADDR\00087.118.135.131\0\0\f\0\6REMOTE_PORT\00044082\0\0\f\0\20SERVER_ADDR\000184.154.167.242\0\0\f\0\rSERVER_NAME\0www.des-k.it\0\0\f\0\3SERVER_PORT\00080\0\0\f\0\37REQUEST_URI\0/moodle/lib/javascript-mod.php\0\0\20\0\4REDIRECT_STATUS\000200\0\0\20\0?SCRIPT_FILENAME\0/home/michelep/public_html/des-k/moodle/lib/javascript-mod.php\0\0\r\0\1QUERY_STRING\0\0\0\v\0002SCRIPT_URI\0http://www.des-k.it/moodle/lib/javascript-mod.php\0\0\v\0\37SCRIPT_URL\0/moodle/lib/javascript-mod.php\0\0\f\0\37SCRIPT_NAME\0/moodle/lib/javascript-mod.php\0\0\20\0\tSERVER_PROTOCOL\0HTTP/1.1\0\0\20\0\nSERVER_SOFTWARE\0LiteSpeed\0\0\17\0\4REQUEST_METHOD\0GET\0\0\0\0\0\3\0\36\0\f\0\16\0\0\0\n\0!\0\1\0g\0\f\0\f\0\10\0001\0j\0\t\0\35\0\0\0\16\0\0\0\0\0\3\0\25\0\17\0\16\0\0\0\0\0\305\0\0\0\32\1\0\0\374\0\0\0\333\0\0\0\0\0\0\0W\1\0\0\0\0\0\0\0\0\0\0\247\1\0\0\0\0\0\0007\0\0\0\0\0\0\0l\1\0\0Q\0\0\0Q\2\0\0#\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0F\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8192) = 1406
3403  write(5, "LS\7\0\10\0\0\0", 8)    = 8
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
3403  rt_sigaction(SIGPROF, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
3403  getcwd("/usr/local/lsws/fcgi-bin", 4095) = 25
3403  chdir("/home/michelep/public_html/des-k/moodle/lib") = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/javascript-mod.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  mmap(NULL, 1569, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1569)      = 0
3403  close(6)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/javascript-mod.php", {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/javascript-mod.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  mmap(NULL, 1569, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php  /// $Id: javascript-mod.php,v 1.1 2005/04/16 12:10:44 moodler Exp $\n\n       /// Searches modules, filters and blocks for any Javascript files\n       /// that should be called on every page\n\n    $nomoodlecookie = true;\n\n    include('../config.php');\n\n    $output = \"// Javascript from Moodle modules\\n\";\n\n    if ($mods = get_list_of_plugins('mod')) {\n        foreach ($mods as $mod) {\n            if (is_readable($CFG->dirroot.'/mod/'.$mod.'/javascript.php')) {\n                $output .= file_get_contents($CFG->dirroot.'/mod/'.$mod.'/javascript.php');\n            }\n        }\n    }\n\n    if ($filters = get_list_of_plugins('filter')) {\n        foreach ($filters as $filter) {\n            if (is_readable($CFG->dirroot.'/filter/'.$filter.'/javascript.php')) {\n                $output .= file_ge"..., 4096) = 1569
3403  lseek(6, 1569, SEEK_SET)          = 1569
3403  munmap(0x7fc00c73e000, 1569)      = 0
3403  lseek(6, -1569, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  getcwd("/home/michelep/public_html/des-k/moodle/lib", 4096) = 44
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/../config.php", {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 800)       = 0
3403  close(7)                          = 0
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  read(6, "<?php  /// Moodle Configuration File \n\nunset($CFG);\n\n$CFG = new stdClass();\n$CFG->dbtype    = 'mysql';\n$CFG->dbhost    = 'localhost';\n$CFG->dbname    = 'michelep_moodle';\n$CFG->dbuser    = 'michelep_root';\n$CFG->dbpass    = 'cole150c';\n$CFG->dbpersist =  false;\n$CFG->prefix    = 'mdl_';\n\n$CFG->wwwroot   = 'http://www.des-k.it/moodle';\n$CFG->dirroot   = '/home/michelep/public_html/des-k/moodle';\n$CFG->dataroot  = '/home/michelep/moodledata';\n$CFG->admin     = 'admin';\n\n$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode\n\n$CFG->passwordsaltmain = '<g7<X]e89E`.D}.3#<}SF+W0wH';\n\nrequire_once(\"$CFG->dirroot/lib/setup.php\");\n// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,\n// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.\n?>", 4096) = 800
3403  lseek(6, 800, SEEK_SET)           = 800
3403  ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffa5ce8c30) = -1 ENOTTY (Inappropriate ioctl for device)
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 832, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 800)       = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c737000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c708000
3403  munmap(0x7fc00c708000, 30777)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c736000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\n * setup.php - Sets up sessions, connects to databases and so on\n *\n * Normally this is only called by the main config.php file\n * Normally this file does not need to be edited.\n * @author Martin Dougiamas\n * @version $Id: setup.php,v 1.212.2.30 2010/05/21 11:39:44 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n////// DOCUMENTATION IN PHPDOC FORMAT FOR MOODLE GLOBALS AND COMMON OBJECT TYPES /////////////\n/**\n * $USER is a global instance of a typical $user record.\n *\n * Items found in the user record:\n *  - $USER->emailstop - Does the user want email sent to them?\n *  - $USER->email - The user's email address.\n *  - $USER->id - The unique integer identified of this user in the 'user' table.\n *  - $USER->email - The use"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c737000, 30777)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c736000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 11129)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php // $Id: setuplib.php,v 1.22.2.6 2009/05/08 21:30:31 skodak Exp $ \n      // These functions are required very early in the Moodle \n      // setup process, before any of the main libraries are \n      // loaded.\n\n\n/**\n * Simple class\n */\nclass object {};\n\n\n/**\n * Initializes our performance info early.\n *\n * Pairs up with get_performance_info() which is actually\n * in moodlelib.php. This function is here so that we can \n * call it before all the libs are pulled in. \n *\n * @uses $PERF\n */\nfunction init_performance_info() {\n\n    global $PERF, $CFG, $USER;\n  \n    $PERF = new Object;\n    $PERF->dbqueries = 0;   \n    $PERF->logwrites = 0;\n    if (function_exists('microtime')) {\n        $PERF->starttime = microtime();\n        }\n    if (function_exists('memory_get_usage')) {\n        $PERF->sta"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 11129)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  times({tms_utime=26, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 664362058
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c6f2000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5e8000
3403  munmap(0x7fc00c5e8000, 121799)    = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\n * Set tabs to 4 for best viewing.\n * \n * Latest version is available at http://adodb.sourceforge.net/\n * \n * This is the main include file for ADOdb.\n * Database specific drivers are stored in the adodb/drivers/adodb-*.inc.php\n *\n * The ADOdb files are formatted so that doxygen can be used to generate documentation.\n * Doxygen is a documentation generation tool and can be downloaded from http://doxygen.org/\n */\n\n/**\n\t\\mainpage \t\n\t\n\t @version V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n\n\tReleased under both BSD license and Lesser GPL library license. You can choose which license\n\tyou prefer.\n\t\n\tPHP's database access functions are not standardised. This creates a need for a database \n\tclass library to hide the differences between the differ"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f2000, 121799)    = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  close(6)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c733000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\nADOdb Date Library, part of the ADOdb abstraction library\nDownload: http://phplens.com/phpeverywhere/\n\nPHP native date functions use integer timestamps for computations.\nBecause of this, dates are restricted to the years 1901-2038 on Unix \nand 1970-2038 on Windows due to integer overflow for dates beyond \nthose years. This library overcomes these limitations by replacing the \nnative function's signed integers (normally 32-bits) with PHP floating \npoint numbers (normally 64-bits).\n\nDates from 100 A.D. to 3000 A.D. and later\nhave been tested. The minimum is 100 A.D. as <100 will invoke the\n2 => 4 digit year conversion. The maximum is billions of years in the \nfuture, but this is a theoretical limit as the computation of that year \nwould take too long with the current implementation"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c733000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 1597)      = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n\n/*\n  V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  \n  Set tabs to 4.\n  \n  Declares the ADODB Base Class for PHP5 \"ADODB_BASE_RS\", and supports iteration with \n  the ADODB_Iterator class.\n  \n  \t\t$rs = $db->Execute(\"select * from adoxyz\");\n\t\tforeach($rs as $k => $v) {\n\t\t\techo $k; print_r($v); echo \"<br>\";\n\t\t}\n\t\t\n\t\t\n\tIterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2\n */\n \n\n class ADODB_Iterator implements Iterator {\n\n    private $rs;\n\n    function __construct($rs) \n\t{\n        $this->rs = $rs;\n    }\n    function rewind() \n\t{\n "..., 4096) = 1597
3403  lseek(6, 1597, SEEK_SET)          = 1597
3403  munmap(0x7fc00c73e000, 1597)      = 0
3403  lseek(6, -1597, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 20943)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\nV4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  Set tabs to 8.\n  \n  MySQL code that does not support transactions. Use mysqlt if you need transactions.\n  Requires mysql client. Works on Windows and Unix.\n  \n 28 Feb 2001: MetaColumns bug fix - suggested by  Freek Dijkstra (phpeverywhere@macfreek.com)\n*/ \n\n// security - hide paths\nif (!defined('ADODB_DIR')) die();\n\nif (! defined(\"_ADODB_MYSQL_LAYER\")) {\n define(\"_ADODB_MYSQL_LAYER\", 1 );\n\nclass ADODB_mysql extends ADOConnection {\n\tvar $databaseType = 'mysql';\n\tvar $dataProvider = 'mysql';\n\tvar $hasInsertID = true;\n\tvar $hasAff"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 20943)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  socket(PF_FILE, SOCK_STREAM, 0)   = 6
3403  fcntl(6, F_SETFL, O_RDONLY)       = 0
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3403  connect(6, {sa_family=AF_FILE, path="/var/lib/mysql/mysql.sock"}, 110) = 0
3403  fcntl(6, F_SETFL, O_RDWR)         = 0
3403  setsockopt(6, SOL_SOCKET, SO_RCVTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_SOCKET, SO_SNDTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
3403  setsockopt(6, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
3403  poll([{fd=6, events=POLLIN}], 1, 60000) = 1 ([{fd=6, revents=POLLIN}])
3403  read(6, "<\0\0\0\n5.1.63-rel13.4\0\232\22Q\1le7!?X}/\0\377\367\10\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0mZZ6>tPqi:&K\0", 16384) = 64
3403  write(6, "C\0\0\1\205\242\2\0\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0michelep_root\0\24\35\327\337\237\253\232\276#,\302\231}b\373\237$y\311C\314", 71) = 71
3403  read(6, "\7\0\0\2\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\20\0\0\0\2michelep_moodle", 20) = 20
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18030)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: textlib.class.php,v 1.25 2007/10/10 05:25:15 nicolasconnault Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //\n//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //\n//                            "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18030)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ff000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6ee000
3403  munmap(0x7fc00c6ee000, 67389)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 2003-2006 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the Typo3 project. The Typo3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*\n*  This script is distributed in the hope that it will be useful,\n*  but WITHOUT ANY WARRANTY; without even the implied warranty of\n*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n*  GNU General Public License fo"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ff000, 67389)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ed000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e3000
3403  munmap(0x7fc00c5e3000, 143188)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the TYPO3 project. The TYPO3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*  A copy is found in the textfile GPL.txt and important notices to the license\n*  from the author is found in LICENSE.txt distributed with these scripts.\n*\n*\n*  This script is distributed in the hope that it will be useful,\n*  but"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ed000, 143188)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  umask(077)                        = 022
3403  umask(0)                          = 077
3403  access("/home/michelep/moodledata", F_OK) = 0
3403  access("/home/michelep/moodledata/.htaccess", F_OK) = 0
3403  access("/home/michelep/moodledata/temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp/cs", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5c7000
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c588000
3403  munmap(0x7fc00c588000, 255130)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5c7000, 255130)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73b000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c737000
3403  munmap(0x7fc00c737000, 14385)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73a000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: filterlib.php,v 1.24.10.4 2009/02/18 11:02:11 stronk7 Exp $\n      // Contains special functions that are particularly useful to filters\n\n\n/// Define one exclusive separator that we'll use in the temp saved tags\n/// keys. It must be something rare enough to avoid having matches with\n/// filterobjects. MDL-18165\ndefine ('EXCL_SEPARATOR', '-%-');\n\n/**\n * This is just a little object to define a phrase and some instructions \n * for how to process it.  Filters can create an array of these to pass \n * to the filter_phrases function below.\n **/\nclass filterobject {\n    var $phrase;\n    var $hreftagbegin;\n    var $hreftagend;\n    var $casesensitive;\n    var $fullmatch;\n    var $replacementphrase;\n    var $work_phrase;\n    var $work_hreftagbegin;\n    var $work_hreftagend;\n    var $wor"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73b000, 14385)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73a000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 8244)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library functions for using AJAX with Moodle.\n */\n\n/**\n * Get the path to a JavaScript library.\n * @param $libname - the name of the library whose path we need.\n * @return string\n */\nfunction ajax_get_lib($libname) {\n\n    global $CFG, $HTTPSPAGEREQUIRED;\n    $libpath = '';\n\n    $translatelist = array(\n            'yui_yahoo' => '/lib/yui/yahoo/yahoo-min.js',\n            'yui_animation' => '/lib/yui/animation/animation-min.js',\n            'yui_autocomplete' => '/lib/yui/autocomplete/autocomplete-min.js',\n            'yui_button' => '/lib/yui/button/button-min.js',\n            'yui_calendar' => '/lib/yui/calendar/calendar-min.js',\n            'yui_charts' => '/lib/yui/charts/charts-experimental-min.js',\n            'yui_colorpicker' => '/lib/yui/colorpicker/colorpicker-min.js',"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 8244)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 106491, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f6000
3403  munmap(0x7fc00c6f6000, 106491)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: dmllib.php,v 1.116.2.35 2010/09/15 20:08:58 stronk7 Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas     http://dougiamas.com  //\n//                                                                       //\n// This program is free software; you can r"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  read(7, "    $empty_rs_cache = array();  // Clear out the cache, just in case changes were made to table structures\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    $rs = $db->Execute($command);\n\n    $db->debug = $olddebug;\n\n    if ($rs) {\n        if ($feedback) {\n            notify(get_string('success'), 'notifysuccess');\n        }\n        return true;\n    } else {\n        if ($feedback) {\n            notify('<strong>' . get_string('error') . '</strong>');\n        }\n        // these two may go to difference places\n        debugging($db->ErrorMsg() .'<br /><br />'. s($command));\n        if (!empty($CFG->dblogerror)) {\n            $debug=array_shift(debug_backtrace());\n            error_log(\"SQL \".$db->ErrorMsg().\" in {$debug['file']} on line {$debug['line']}. STATEMENT: "..., 4096) = 4096
3403  read(7, "   if ($length and $line[0] <> '#' and $line[0].$line[1] <> '--') {\n            if (substr($line, $length-1, 1) == ';') {\n                $line = substr($line, 0, $length-1);   // strip ;\n                $command .= $line;\n                $command = str_replace('prefix_', $CFG->prefix, $command); // Table prefixes\n                if (! execute_sql($command)) {\n                    $success = false;\n                }\n                $command = '';\n            } else {\n                $command .= $line;\n            }\n        }\n    }\n\n    return $success;\n\n}\n\n/// GENERIC FUNCTIONS TO CHECK AND COUNT RECORDS ////////////////////////////////////////\n\n/**\n * Test whether a record exists in a table where all the given fields match the given values.\n *\n * The record to test is specified by giving u"..., 8192) = 8192
3403  read(7, " $limitnum  = 1; /// Number of records to retrieve\n\n/// Only a few uses of the 2nd and 3rd parameter have been found\n/// I think that we should avoid to use them completely, one\n/// record is one record, and everything else should return error.\n/// So the proposal is to change all the uses, (4-5 inside Moodle\n/// Core), drop them from the definition and delete the next two\n/// \"if\" sentences. (eloy, 2006-08-19)\n\n    if ($nolimit) {\n        $limitfrom = 0;\n        $limitnum  = 0;\n    } else if ($expectmultiple) {\n        $limitfrom = 0;\n        $limitnum  = 1;\n    } else if (debugging('', DEBUG_DEVELOPER)) {\n        // Debugging mode - don't use a limit of 1, but do change the SQL, because sometimes that\n        // causes errors, and in non-debug mode you don't see the error message and it "..., 8192) = 8192
3403  read(7, "ptional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an ADODB RecordSet object, or false if an error occured.\n */\nfunction get_recordset_sql($sql, $limitfrom=null, $limitnum=null) {\n    global $CFG, $db;\n\n    if (empty($db)) {\n        return false;\n    }\n\n/// Temporary hack as part of phasing out all access to obsolete user tables  XXX\n    if (!empty($CFG->rolesactive)) {\n        if (strpos($sql, ' '.$CFG->prefix.'user_students ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_teachers ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_coursecreators ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_admins ')) {\n            if (debugging()) { var_dump(debug_backtra"..., 8192) = 8192
3403  read(7, "   debugging('Incorrect $rs used!', DEBUG_DEVELOPER);\n        return;\n    }\n\n    $rs->Close();\n}\n\n/**\n * This function is used to convert all the Oracle 1-space defaults to the empty string\n * like a really DIRTY HACK to allow it to work better until all those NOT NULL DEFAULT ''\n * fields will be out from Moodle.\n * @param string the string to be converted to '' (empty string) if it's ' ' (one space)\n * @param mixed the key of the array in case we are using this function from array_walk,\n *              defaults to null for other (direct) uses\n * @return boolean always true (the converted variable is returned by reference)\n */\nfunction onespace2empty(&$item, $key=null) {\n    $item = $item == ' ' ? '' : $item;\n    return true;\n}\n///End DIRTY HACK\n\n\n/**\n * Get a number of records as an arra"..., 8192) = 8192
3403  read(7, "nu.\n *\n * @param string $table The database table to be checked against.\n * @param string $select A fragment of SQL to be used in a where clause in the SQL call.\n * @param string $sort Sort order (optional) - a valid SQL order parameter\n * @param string $fields A comma separated list of fields to be returned from the chosen table.\n * @param int $limitfrom return a subset of records, starting at this point (optional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an associative array, or false if no records were found or an error occured.\n */\nfunction get_records_select_menu($table, $select='', $sort='', $fields='*', $limitfrom='', $limitnum='') {\n    $rs = get_recordset_select($"..., 8192) = 8192
3403  read(7, "ct($table, $newfield, $newvalue, $select, true);\n}\n\n/**\n * Set a single field in every table row where the select statement evaluates to true.\n *\n * @uses $CFG\n * @uses $db\n * @param string $table The database table to be checked against.\n * @param string $newfield the field to set.\n * @param string $newvalue the value to set the field to.\n * @param string $select a fragment of SQL to be used in a where clause in the SQL call.\n * @param boolean $localcall Leave this set to false. (Should only be set to true by set_field.)\n * @return mixed An ADODB RecordSet object with the results from the SQL call or false.\n */\nfunction set_field_select($table, $newfield, $newvalue, $select, $localcall = false) {\n\n    global $db, $CFG;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }"..., 8192) = 8192
3403  read(7, "s_cache[$table];\n\n/// Postgres doesn't have the concept of primary key built in\n/// and will return the OID which isn't what we want.\n/// The efficient and transaction-safe strategy is to\n/// move the sequence forward first, and make the insert\n/// with an explicit id.\n    if ( $CFG->dbfamily === 'postgres' && $returnid == true ) {\n        if ($nextval = (int)get_field_sql(\"SELECT NEXTVAL('{$CFG->prefix}{$table}_{$primarykey}_seq')\")) {\n            $dataobject->{$primarykey} = $nextval;\n        }\n    }\n\n/// Begin DIRTY HACK\n    if ($CFG->dbfamily == 'oracle') {\n        oracle_dirty_hack($table, $dataobject); // Convert object to the correct \"empty\" values for Oracle DB\n    }\n/// End DIRTY HACK\n\n/// Under Oracle, MSSQL and PostgreSQL we have our own insert record process\n/// detect all the "..., 8192) = 8192
3403  read(7, "l be updated later\n    if (($CFG->dbfamily == 'oracle' || $CFG->dbfamily == 'mssql' || $CFG->dbfamily == 'postgres')\n      && !empty($dataobject->id)) {\n    /// Detect lobs\n        $foundclobs = array();\n        $foundblobs = array();\n        db_detect_lobs($table, $dataobject, $foundclobs, $foundblobs, true);\n    }\n\n    // Determine all the fields in the table\n    if (!$columns = $db->MetaColumns($CFG->prefix . $table)) {\n        return false;\n    }\n    $data = (array)$dataobject;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    // Pull out data matching these fields\n    $update = array();\n    foreach ($columns as $column) {\n        if ($column->name == 'id') {\n            continue;\n        }\n        if (array_key_exists($column->name, $data)) {\n            $ke"..., 8192) = 8192
3403  read(7, "s function should be applied in all the places where conditions of\n * the type:\n *\n *     ... AND fieldname != '';\n *\n * are being used. Final result should be:\n *\n *     ... AND ' . sql_isnotempty('tablename', 'fieldname', true/false, true/false);\n *\n * (see parameters description below)\n *\n * @param string $tablename name of the table (without prefix). Not used for now but can be\n *                          necessary in the future if we want to use some introspection using\n *                          meta information against the DB. /// TODO ///\n * @param string $fieldname name of the field we are going to check\n * @param boolean $nullablefield to specify if the field us nullable (true) or no (false) in the DB\n * @param boolean $textfield to specify if it is a text (also called clob) fie"..., 8192) = 8192
3403  read(7, " be used in order to perform one bitwise NOT operation\n * with 1 integer.\n * @param integer int1 integer in the operation\n * @return string the piece of SQL code to be used in your statement.\n */\nfunction sql_bitnot($int1) {\n\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return '((0 - (' . $int1 . ')) - 1)';\n            break;\n        default:\n            return '(~(' . $int1 . '))';\n    }\n}\n\n/**\n * Returns the FROM clause required by some DBs in all SELECT statements\n * To be used in queries not having FROM clause to provide cross_db\n */\nfunction sql_null_from_clause() {\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return ' FROM dual';\n            break;\n        default:\n            return '';\n    }\n}\n\n/**\n * Retur"..., 8192) = 8192
3403  read(7, "is defined as NOT NULL, we'll modify\n/// such data in the best form possible (\"0\" for booleans and numbers and \" \" for the\n/// rest of strings. It isn't optimal, but the only way to do so.\n/// In the oppsite, when retrieving records from Oracle, we'll decode \" \" back to\n/// empty strings to allow everything to work properly. DIRTY HACK.\n\n/// If the db isn't Oracle, return without modif\n    if ( $CFG->dbfamily != 'oracle') {\n        return;\n    }\n\n/// Get Meta info to know what to change, using the cached meta if exists\n    if (!isset($metadata_cache[$table])) {\n        $metadata_cache[$table] = array_change_key_case($db->MetaColumns($CFG->prefix . $table), CASE_LOWER);\n    }\n    $columns = $metadata_cache[$table];\n/// Iterate over all the fields in the insert, transforming values\n/// in th"..., 8192) = 8192
3403  read(7, "e (id)\n        $sqlcondition = 'id=' . $sqlcondition;\n    } else { /// Else, it's a formal standard SQL condition, we try to delete the WHERE in case it exists\n        $sqlcondition = trim(preg_replace('/^WHERE/is', '', trim($sqlcondition)));\n    }\n\n/// Update all the clobs\n    if ($clobs) {\n        foreach ($clobs as $key => $value) {\n\n            if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }; /// Count the extra updates in PERF\n\n        /// Oracle CLOBs doesn't like quoted strings (are inserted via prepared statemets)\n            if ($CFG->dbfamily == 'oracle') {\n                $value = stripslashes_safe($value);\n            }\n\n            if (!$db->UpdateClob($CFG->prefix.$table, $key, $value, $sqlcondition)) {\n                $status = false;\n                $state"..., 8192) = 8187
3403  read(7, "", 4096)                 = 0
3403  read(7, "", 8192)                 = 0
3403  read(7, "", 8192)                 = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6fb000
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6e6000
3403  munmap(0x7fc00c6e6000, 81956)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n/**\n * Library of functions for database manipulation.\n *\n * Other main libraries:\n * - weblib.php - functions that produce web output\n * - moodlelib.php - general-purpose Moodle functions\n * @author Martin Dougiamas and many others\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n /// Some constants\n define('LASTACCESS_UPDATE_SECS', 60); /// Number of seconds to wait before\n                                       /// updating lastaccess information in DB.\n\n/**\n * Escape all dangerous characters in a data record\n *\n * $dataobject is an object containing needed data\n * Run over each field exectuting addslashes() function\n * to escape SQL unfriendly characters (e.g. quotes)\n * Handy when writing back data read from the database\n *\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6fb000, 81956)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6dc000
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5d2000
3403  munmap(0x7fc00c5d2000, 209796)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: accesslib.php,v 1.421.2.109 2010/05/20 18:35:05 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you ca"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6dc000, 209796)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c702000
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f4000
3403  munmap(0x7fc00c6f4000, 57169)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: blocklib.php,v 1.129.2.12 2010/08/19 14:06:03 sam_marshall Exp $\n\n//This library includes all the necessary stuff to use blocks in course pages\n\ndefine('BLOCK_MOVE_LEFT',   0x01);\ndefine('BLOCK_MOVE_RIGHT',  0x02);\ndefine('BLOCK_MOVE_UP',     0x04);\ndefine('BLOCK_MOVE_DOWN',   0x08);\ndefine('BLOCK_CONFIGURE',   0x10);\n\ndefine('BLOCK_POS_LEFT',  'l');\ndefine('BLOCK_POS_RIGHT', 'r');\n\ndefine('BLOCKS_PINNED_TRUE',0);\ndefine('BLOCKS_PINNED_FALSE',1);\ndefine('BLOCKS_PINNED_BOTH',2);\n\nrequire_once($CFG->libdir.'/pagelib.php');\nrequire_once($CFG->dirroot.'/course/lib.php'); // needed to solve all those: Call to undefined function: print_recent_activity() when adding Recent Activity\n\n// Returns false if this block is incompatible with the current version of Moodle.\nfunction block_is_c"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c702000, 57169)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23923)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n\n/**\n * This file contains the parent class for moodle pages, page_base, \n * as well as the page_course subclass.\n * A page is defined by its page type (ie. course, blog, activity) and its page id\n * (courseid, blogid, activity id, etc).\n *\n * @author Jon Papaioannou\n * @version  $Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package pages\n */\n\nfunction page_import_types($path) {\n    global $CFG;\n\n    static $types = array();\n\n    if(substr($path, -1) != '/') {\n        $path .= '/';\n    }\n\n    $path = clean_param($path, PARAM_PATH);\n\n    if(isset($types[$path])) {\n        return $types[$path];\n    }\n\n    $file = $CFG->dirroot.'/'.$path.'"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23923)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6f1000
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e7000
3403  munmap(0x7fc00c5e7000, 123781)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: lib.php,v 1.538.2.82 2010/10/13 20:30:23 skodak Exp $\n   // Library of useful functions\n\n\ndefine('COURSE_MAX_LOG_DISPLAY', 150);          // days\ndefine('COURSE_MAX_LOGS_PER_PAGE', 1000);       // records\ndefine('COURSE_LIVELOG_REFRESH', 60);           // Seconds\ndefine('COURSE_MAX_RECENT_PERIOD', 172800);     // Two days, in seconds\ndefine('COURSE_MAX_SUMMARIES_PER_PAGE', 20);    // courses\ndefine('COURSE_MAX_COURSES_PER_DROPDOWN',1000); //  max courses in log dropdown before switching to optional\ndefine('COURSE_MAX_USERS_PER_DROPDOWN',1000);   //  max users in log dropdown before switching to optional\ndefine('FRONTPAGENEWS',           '0');\ndefine('FRONTPAGECOURSELIST',     '1');\ndefine('FRONTPAGECATEGORYNAMES',  '2');\ndefine('FRONTPAGETOPICONLY',      '3');\ndefine('FRONTP"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f1000, 123781)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23400)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Extra library for groups and groupings.\n *\n * @copyright &copy; 2006 The Open University\n * @author J.White AT open.ac.uk, Petr Skoda (skodak)\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package groups\n */\n\n/*\n * INTERNAL FUNCTIONS - to be used by moodle core only\n * require_once $CFG->dirroot.'/group/lib.php' must be used\n */\n\n/**\n * Adds a specified user to a group\n * @param int $userid   The user id\n * @param int $groupid  The group id\n * @return boolean True if user added successfully or the user is already a\n * member of the group, false otherwise.\n */\nfunction groups_add_member($groupid, $userid) {\n    if (!groups_group_exists($groupid)) {\n        return false;\n    }\n\n    if (groups_is_member($groupid, $userid)) {\n        return true;\n    }\n\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23400)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c701000
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f2000
3403  munmap(0x7fc00c6f2000, 58741)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: deprecatedlib.php,v 1.41.2.14 2009/11/19 10:18:01 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas, Moodle  http://moodle.com//\n//                                                                       //\n// This program is free software; you "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c701000, 58741)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5bf000
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c578000
3403  munmap(0x7fc00c578000, 286912)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5bf000, 286912)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18413)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library of functions for events manipulation.\n * \n * The public API is all at the end of this file.\n *\n * @author Martin Dougiamas and many others\n * @version $Id: eventslib.php,v 1.16.2.3 2008/10/06 22:07:10 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n\n/**\n * Loads the events definitions for the component (from file). If no\n * events are defined for the component, we simply return an empty array.\n * @param $component - examples: 'moodle', 'mod/forum', 'block/quiz_results'\n * @return array of capabilities or empty array if not exists\n *\n * INTERNAL - to be used from eventslib only\n */\nfunction events_load_def($component) {\n    global $CFG;\n\n    if ($component == 'moodle') {\n        $defpath = $CFG->libdir.'/db/ev"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18413)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c738000
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c709000
3403  munmap(0x7fc00c709000, 26745)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  //$Id: grouplib.php,v 1.22.2.12 2010/11/12 10:03:10 skodak Exp $\n\n/**\n * Groups not used in course or activity\n */\ndefine('NOGROUPS', 0);\n\n/**\n * Groups used, users do not see other groups\n */\ndefine('SEPARATEGROUPS', 1);\n\n/**\n * Groups used, students see other groups\n */\ndefine('VISIBLEGROUPS', 2);\n\n\n/**\n * Determines if a group with a given groupid exists.\n * @param int $groupid The groupid to check for\n * @return boolean True if the group exists, false otherwise or if an error\n * occurred.\n */\nfunction groups_group_exists($groupid) {\n    return record_exists('groups', 'id', $groupid);\n}\n\n/**\n * Gets the name of a group with a specified id\n * @param int $groupid The id of the group\n * @return string The name of the group\n */\nfunction groups_get_group_name($groupid) {\n    return ge"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c738000, 26745)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\3\0\0\0\33\1\0", 7)    = 7
3403  read(6, "\5\0\0\1\376\0\0\2\0", 16384) = 9
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\21\0\0\0\3SET NAMES 'utf8'", 21) = 21
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\31\0\0\0\3SELECT * FROM mdl_config", 29) = 29
3403  read(6, "\1\0\0\1\3=\0\0\2\3def\17michelep_moodle\nmdl_config\nmdl_config\2id\2id\f?\0\n\0\0\0\10#B\0\0\0A\0\0\3\3def\17michelep_moodle\nmdl_config\nmdl_config\4name\4name\f!\0\375\2\0\0\375\5@\0\0\0C\0\0\4\3def\17michelep_moodle\nmdl_config\nmdl_config\5value\5value\f!\0\375\377\2\0\374\21\20\0\0\0\5\0\0\5\376\0\0\"\0\16\0\0\6\0011\tunicodedb\0011 \0\0\7\0012\22statsrolesupgraded\n1305897129\r\0\0\10\0013\4auth\5email\31\0\0\t\0014\20auth_pop3mailbox\5INBOX\17\0\0\n\0015\5enrol\6manual\37\0\0\v\0016\25enrol_plugins_enabled\6manual\20\0\0\f\0017\5style\7default\23\0\0\r\0018\10template\7default\r\0\0\16\0019\5theme\4DesK \0\0\17\00210\32filter_multilang_converted\0011\27\0\0\20\003428\fregisterauth\5email\26\0\0\21\00212\20guestloginbutton\0011\26\0\0\22\00213\21alternateloginurl\0\31\0\0\23\00214\24forgottenpasswordurl\0\250\10\0\24\00215\21auth_instructions\374\220\10<div style=\"background-color: transparent; \"><div style=\"background-color: transparent; \"><span id=\"internal-source-marker_0.799507872434333\" style=\"font-size: 10pt; font-family: arial; color: rg"..., 16384) = 16384
3403  read(6, "iew\3all+\0\0\245\003416$block_course_list_hideallcourseslink\0011#\0\0\246\003417\34block_online_users_timetosee\0015\33\0\0\247\003418\25defaultallowedmodules\0\23\0\0\250\003419\rcoursemanager\0\17\0\0\251\003420\tfrontpage\0\30\0\0\252\003421\21frontpageloggedin\0010\27\0\0\253\003422\20maxcategorydepth\0010\26\0\0\254\003423\16coursesperpage\00220,\0\0\255\003424%allowvisiblecoursesinhiddencategories\0010\35\0\0\256\003425\26defaultfrontpageroleid\0015!\0\0\257\003426\vsupportname\20Assistenza Des-K%\0\0\260\003427\fsupportemail\23assistenza@des-k.it\"\0\0\261\003429\22digestmailtimelast\n1342278002#\0\0\262\003430\23forum_lastreadclean\n1342313401$\0\0\263\003431\24scorm_updatetimelast\n1342303202\36\0\0\264\003432\20lastexpirynotify\01020120715\37\0\0\265\003433\30sendcoursewelcomemessage\0011\36\0\0\266\003434\16statslastdaily\n1342303200=\0\0\267\003435\vtextfilters,filter/hiddentext,mod/glossary,filter/jsmath\"\0\0\270\003436\22statslastexecution\n1342310402\37\0\0\271\003438\17statslastweekly\n1341784800 \0\0\272\003440\20statslastmonthly\n1341100800"..., 16384) = 957
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "6\0\0\0\3SELECT * FROM mdl_course WHERE category = '0' LIMIT 1", 58) = 58
3403  read(6, "\1\0\0\1-=\0\0\2\3def\17michelep_moodle\nmdl_course\nmdl_course\2id\2id\f?\0\n\0\0\0\10#B\0\0\0I\0\0\3\3def\17michelep_moodle\nmdl_course\nmdl_course\10category\10category\f?\0\n\0\0\0\10)@\0\0\0K\0\0\4\3def\17michelep_moodle\nmdl_course\nmdl_course\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\5\3def\17michelep_moodle\nmdl_course\nmdl_course\10password\10password\f!\0\226\0\0\0\375\1\0\0\0\0I\0\0\6\3def\17michelep_moodle\nmdl_course\nmdl_course\10fullname\10fullname\f!\0\372\2\0\0\375\1\0\0\0\0K\0\0\7\3def\17michelep_moodle\nmdl_course\nmdl_course\tshortname\tshortname\f!\0,\1\0\0\375\t@\0\0\0I\0\0\10\3def\17michelep_moodle\nmdl_course\nmdl_course\10idnumber\10idnumber\f!\0,\1\0\0\375\t@\0\0\0G\0\0\t\3def\17michelep_moodle\nmdl_course\nmdl_course\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0E\0\0\n\3def\17michelep_moodle\nmdl_course\nmdl_course\6format\6format\f!\0\36\0\0\0\375\1\0\0\0\0M\0\0\v\3def\17michelep_moodle\nmdl_course\nmdl_course\nshowgrades\nshowgrades\f?\0\2\0\0\0\1!\0\0\0\0G\0\0\f\3def\17michelep_moodle\nmdl_course"..., 16384) = 4534
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "<\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '10' LIMIT 1", 64) = 64
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\f\0\0\10\0011\00210\0010\2/1\0011\5\0\0\t\376\0\0\2\0", 16384) = 420
3403  access("/home/michelep/moodledata/cache", F_OK) = 0
3403  access("/home/michelep/moodledata/sessions", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 5 entries */, 32768) = 136
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/en_utf8", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lang/README.txt", {st_mode=S_IFREG|0644, st_size=620, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/moodledata/lang", F_OK) = 0
3403  lstat("/home/michelep/moodledata/lang", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/lang", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 4 entries */, 32768) = 120
3403  lstat("/home/michelep/moodledata/lang/it_utf8", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0
3403  lstat("/home/michelep/moodledata/lang/it_utf8_local", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/moodledata/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?PHP // $Id: langconfig.php,v 1.7.2.3 2010/05/25 08:43:36 mudrd8mz Exp $ \n      // langconfig.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = '.'; // decimal point separator, for some languages it is ','\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ','; // if decsep is ',', then usually ';' is used instead here; these two can not be the same\n$string['locale'] = 'en_AU.utf8';\n$string['localewin'] = 'English_Australia.1252';\n$string['localewincharset'] = '';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['parentlanguage'] = '';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime"..., 4096) = 1534
3403  lseek(7, 1534, SEEK_SET)          = 1534
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  lseek(7, -1534, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = ',';\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ';';\n$string['locale'] = 'it_IT.UTF-8';\n$string['localewin'] = 'Italian_Italy.1252';\n$string['localewincharset'] = 'WINDOWS-1252';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';\n$string['strftimedaydate'] = '%%A, %%d %%B %%Y';\n$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';\n$string['strftimedayshort'] = '%%A %%d %%B';\n$string['strftimedaytime'] = '%%a, %%H:%%M';\n$string['strftimemonthyear'] = '%%B %%Y';\n$string['strftimerecent'] = '%%d %%b, %"..., 4096) = 1087
3403  lseek(7, 1087, SEEK_SET)          = 1087
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  lseek(7, -1087, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/lang/it_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8", F_OK) = 0
3403  access("/home/michelep/moodledata/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 1534, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73e000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1534, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?PHP // $Id: langconfig.php,v 1.7.2.3 2010/05/25 08:43:36 mudrd8mz Exp $ \n      // langconfig.php - created with Moodle 1.7 beta + (2006101003)\n\n\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = '.'; // decimal point separator, for some languages it is ','\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ','; // if decsep is ',', then usually ';' is used instead here; these two can not be the same\n$string['locale'] = 'en_AU.utf8';\n$string['localewin'] = 'English_Australia.1252';\n$string['localewincharset'] = '';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['parentlanguage'] = '';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime"..., 4096) = 1534
3403  lseek(7, 1534, SEEK_SET)          = 1534
3403  munmap(0x7fc00c73e000, 1534)      = 0
3403  lseek(7, -1534, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  close(7)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php   // $Id: config.php,v 1.7.2.3 2008/02/27 12:06:49 urs_hunkler Exp $\n////////////////////////////////////////////////////////////////////////////////\n/// This file contains a few configuration variables that control \n/// how Moodle uses this theme.\n////////////////////////////////////////////////////////////////////////////////\n\n$THEME->sheets = array('user_styles');\n\n/// This variable is an array containing the names of all the \n/// stylesheet files you want included in this theme, and in what order\n////////////////////////////////////////////////////////////////////////////////\n\n\n$THEME->standardsheets = array('styles_layout', 'styles_color');\n\n/// This variable can be set to an array containing\n/// filenames from the *STANDARD* theme.  If the \n/// array exists, it will be used to "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/en_utf8/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/lang/en_utf8/langconfig.php", F_OK) = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/mod", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 21 entries */, 32768) = 616
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/choice", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/hotpot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/scorm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/label", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lams", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/glossary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/index.html", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/journal", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/resource", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/chat", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/wiki", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/forum", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/lesson", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/README.txt", {st_mode=S_IFREG|0644, st_size=1178, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/assignment", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/workshop", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/quiz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/mod/survey", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/mod/assignment/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/chat/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/choice/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/data/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/forum/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/glossary/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/hotpot/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/journal/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/label/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/lams/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/lesson/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/quiz/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/resource/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/scorm/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/survey/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/wiki/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/mod/workshop/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/filter", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 13 entries */, 32768) = 392
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/activitynames", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/algebra", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/tidy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/jsmath", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/multilang", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/censor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/index.html", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/mediaplugin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/tex", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/emailprotect", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/hiddentext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/activitynames/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/algebra/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/censor/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/emailprotect/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/hiddentext/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/jsmath/javascript.php", R_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/filter/jsmath/javascript.php", {st_mode=S_IFREG|0644, st_size=7495, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/filter/jsmath/javascript.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=7495, ...}) = 0
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=7495, ...}) = 0
3403  read(7, "/////////////////////////////////////////////////////////////////////////////\n//                                                                         //\n// NOTICE OF COPYRIGHT                                                     //\n//                                                                         //\n// Moodle - Filter for converting TeX notation to typeset mathematics      //\n// using jsMath                                                            //\n//                                                                         //\n// Copyright (C) 2005-2008 by Davide P. Cervone                            //\n// This program is free software; you can redistribute it and/or modify    //\n// it under the terms of the GNU General Public License as published by    //\n// the Free Software"..., 8192) = 7495
3403  read(7, "", 8192)                 = 0
3403  read(7, "", 8192)                 = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/filter/mediaplugin/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/multilang/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/tex/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/filter/tidy/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/blocks", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7
3403  getdents(7, /* 37 entries */, 32768) = 1248
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_summary", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/loancalc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/activity_modules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tag_flickr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/online_users", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/index.html", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/db", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/mentees", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/html", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_tree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/participants", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/moodleblock.class.php", {st_mode=S_IFREG|0644, st_size=29569, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/messages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/login", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/rss_client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/mnet_hosts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/version.php", {st_mode=S_IFREG|0644, st_size=394, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/calendar_month", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tag_youtube", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/social_activities", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/recent_activity", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/section_links", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/news_items", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/search_forums", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/glossary_random", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/quiz_results", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/blog_menu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/tags", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/blocks/course_list", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  getdents(7, /* 0 entries */, 32768) = 0
3403  close(7)                          = 0
3403  access("/home/michelep/public_html/des-k/moodle/blocks/activity_modules/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin_bookmarks/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/admin_tree/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/blog_menu/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/blog_tags/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/calendar_month/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/calendar_upcoming/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/course_list/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/course_summary/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/db/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/glossary_random/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/html/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/loancalc/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/login/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/mentees/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/messages/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/mnet_hosts/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/news_items/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/online_users/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/participants/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/quiz_results/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/recent_activity/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/rss_client/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/search/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/search_forums/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/section_links/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/site_main_menu/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/social_activities/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tag_flickr/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tag_youtube/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/public_html/des-k/moodle/blocks/tags/javascript.php", R_OK) = -1 ENOENT (No such file or directory)
3403  chdir("/usr/local/lsws/fcgi-bin") = 0
3403  umask(022)                        = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  write(6, "\1\0\0\0\1", 5)         = 5
3403  shutdown(6, 2 /* send and receive */) = 0
3403  close(6)                          = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  writev(5, [{"LS\3\0\341\0\0\0\7\0\0\0\0\0\0\0\30\0\36\0\25\0-\0\35\0&\0\10\0", 30}, {"X-Powered-By: PHP/5.3.8\0Content-type: text/javascript\0Content-length: 7529\0Last-Modified: Sun, 15 Jul 2012 08:32:00 GMT\0Cache-control: max-age=86400\0Expires: Mon, 16 Jul 2012 08:32:00GMT\0Pragma:\0", 195}, {"LS\4\0q\35\0\0", 8}, {"// Javascript from Moodle modules\n/////////////////////////////////////////////////////////////////////////////\n//                                                                         //\n// NOTICE OF COPYRIGHT                                                     //\n//                                                                         //\n// Moodle - Filter for converting TeX notation to typeset mathematics      //\n// using jsMath                                                            //\n//                                                                         //\n// Copyright (C) 2005-2008 by Davide P. Cervone                            //\n// This program is free software; you can redistribute it and/or modify    //\n// it under the terms of the GNU General Public License as publi"..., 7529}, {"LS\5\0\10\0\0\0", 8}], 5) = 7770
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 1 (in [5], left {0, 227169})
3403  read(5, "LS\1\0^\5\0\0.\2\0\0\0\0\0\0E\1\0\0\352\1\0\0\227\1\0\0\212\2\0\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\16\0!DOCUMENT_ROOT\0/home/michelep/public_html/des-k\0\0\f\0\17REMOTE_ADDR\00087.118.135.131\0\0\f\0\6REMOTE_PORT\00044090\0\0\f\0\20SERVER_ADDR\000184.154.167.242\0\0\f\0\rSERVER_NAME\0www.des-k.it\0\0\f\0\3SERVER_PORT\00080\0\0\f\0!REQUEST_URI\0/moodle/calendar/overlib.cfg.php\0\0\20\0\4REDIRECT_STATUS\000200\0\0\20\0ASCRIPT_FILENAME\0/home/michelep/public_html/des-k/moodle/calendar/overlib.cfg.php\0\0\r\0\1QUERY_STRING\0\0\0\v\0004SCRIPT_URI\0http://www.des-k.it/moodle/calendar/overlib.cfg.php\0\0\v\0!SCRIPT_URL\0/moodle/calendar/overlib.cfg.php\0\0\f\0!SCRIPT_NAME\0/moodle/calendar/overlib.cfg.php\0\0\20\0\tSERVER_PROTOCOL\0HTTP/1.1\0\0\20\0\nSERVER_SOFTWARE\0LiteSpeed\0\0\17\0\4REQUEST_METHOD\0GET\0\0\0\0\0\0\0\0\0\0\0\3\0\36\0\f\0\16\0\0\0\n\0!\0\2\0g\0\n\0\f\0\10\0001\0j\0\t\0\35\0\0\0\20\0\21\0\0\0\3\0\25\0\17\0$\0\0\0\0\0\307\0\0\0\34\1\0\0\376\0\0\0\335\0\0\0\0\0\0\0Y\1\0\0\0\0\0\0\0\0\0\0\251\1\0\0\0\0\0\0009\0\0\0\0\0\0\0n\1\0\0S\0\0\0!\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0H\1\0\0"..., 8192) = 1374
3403  write(5, "LS\7\0\10\0\0\0", 8)    = 8
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
3403  rt_sigaction(SIGPROF, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
3403  getcwd("/usr/local/lsws/fcgi-bin", 4095) = 25
3403  chdir("/home/michelep/public_html/des-k/moodle/calendar") = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
3403  open("/home/michelep/public_html/des-k/moodle/calendar/overlib.cfg.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  mmap(NULL, 233, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 233)       = 0
3403  close(6)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/calendar/overlib.cfg.php", {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/calendar/overlib.cfg.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  mmap(NULL, 233, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=233, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "ol_delay = 350;\nol_fgclass = 'cal_popup_fg';\nol_bgclass = 'cal_popup_bg';\nol_cgclass = 'cal_popup_cg';\nol_captionfontclass = 'cal_popup_caption';\nol_noclose = true;\nol_sticky = true;\nol_close = 'X';\nol_offsety = -1;\nol_mouseoff = 1;\n", 4096) = 233
3403  lseek(6, 233, SEEK_SET)           = 233
3403  munmap(0x7fc00c73e000, 233)       = 0
3403  lseek(6, -233, SEEK_CUR)          = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  chdir("/usr/local/lsws/fcgi-bin") = 0
3403  umask(022)                        = 022
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  writev(5, [{"LS\3\0D\0\0\0\2\0\0\0\0\0\0\0\30\0\30\0", 20}, {"X-Powered-By: PHP/5.3.8\0Content-type: text/html\0", 48}, {"LS\4\0\361\0\0\0", 8}, {"ol_delay = 350;\nol_fgclass = 'cal_popup_fg';\nol_bgclass = 'cal_popup_bg';\nol_cgclass = 'cal_popup_cg';\nol_captionfontclass = 'cal_popup_caption';\nol_noclose = true;\nol_sticky = true;\nol_close = 'X';\nol_offsety = -1;\nol_mouseoff = 1;\n", 233}, {"LS\5\0\10\0\0\0", 8}], 5) = 317
3403  select(6, [5], NULL, NULL, {1, 0}) = 1 (in [5], left {0, 492071})
3403  read(5, "LS\1\0\370\5\0\0\200\2\0\0\0\0\0\0\257\1\0\0F\2\0\0\361\1\0\0\330\2\0\0\0\0\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0\16\0!DOCUMENT_ROOT\0/home/michelep/public_html/des-k\0\0\f\0\17REMOTE_ADDR\00087.118.135.131\0\0\f\0\6REMOTE_PORT\00044092\0\0\f\0\20SERVER_ADDR\000184.154.167.242\0\0\f\0\rSERVER_NAME\0www.des-k.it\0\0\f\0\3SERVER_PORT\00080\0\0\f\0#REQUEST_URI\0/moodle/file.php/1/logoFacolta.jpg\0\0\20\0003PATH_TRANSLATED\0/home/michelep/public_html/des-k/1/logoFacolta.jpg\0\0\n\0\23PATH_INFO\0/1/logoFacolta.jpg\0\0\20\0\4REDIRECT_STATUS\000200\0\0\20\0001SCRIPT_FILENAME\0/home/michelep/public_html/des-k/moodle/file.php\0\0\r\0\1QUERY_STRING\0\0\0\v\0006SCRIPT_URI\0http://www.des-k.it/moodle/file.php/1/logoFacolta.jpg\0\0\v\0#SCRIPT_URL\0/moodle/file.php/1/logoFacolta.jpg\0\0\f\0\21SCRIPT_NAME\0/moodle/file.php\0\0\20\0\tSERVER_PROTOCOL\0HTTP/1.1\0\0\20\0\nSERVER_SOFTWARE\0LiteSpeed\0\0\17\0\4REQUEST_METHOD\0GET\0\0\0\0\0!\0\36\0\f\0\16\0\0\0\n\0!\0\2\0g\0\n\0\f\0\10\0001\0j\0\t\0\35\0\0\0\20\0\0\0\0\0\3\0\25\0\16\0/\0\0\0\0\0\311\0\0\0<\1\0\0\36\1\0\0"..., 8192) = 1528
3403  write(5, "LS\7\0\10\0\0\0", 8)    = 8
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={60, 0}}, NULL) = 0
3403  rt_sigaction(SIGPROF, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {0x765800, [PROF], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
3403  getcwd("/usr/local/lsws/fcgi-bin", 4095) = 25
3403  chdir("/home/michelep/public_html/des-k/moodle") = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
3403  open("/home/michelep/public_html/des-k/moodle/file.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  mmap(NULL, 7977, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 7977)      = 0
3403  close(6)                          = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/file.php", {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/file.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  mmap(NULL, 7977, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73d000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=7977, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php // $Id: file.php,v 1.46.2.5 2009/04/09 09:30:32 skodak Exp $\n      // This script fetches files from the dataroot directory\n      //\n      // You should use the get_file_url() function, available in lib/filelib.php, to link to file.php.\n      // This ensures proper formatting and offers useful options.\n      //\n      // Syntax:      file.php/courseid/dir/dir/dir/filename.ext\n      //              file.php/courseid/dir/dir/dir/filename.ext?forcedownload=1 (download instead of inline)\n      //              file.php/courseid/dir (returns index.html from dir)\n      // Workaround:  file.php?file=/courseid/dir/dir/dir/filename.ext\n      // Test:        file.php/testslasharguments\n\n\n      //TODO: Blog attachments do not have access control implemented - anybody can read them!\n      //      "..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 7977)      = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  getcwd("/home/michelep/public_html/des-k/moodle", 4096) = 40
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/config.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 800, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 800)       = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0640, st_size=800, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php  /// Moodle Configuration File \n\nunset($CFG);\n\n$CFG = new stdClass();\n$CFG->dbtype    = 'mysql';\n$CFG->dbhost    = 'localhost';\n$CFG->dbname    = 'michelep_moodle';\n$CFG->dbuser    = 'michelep_root';\n$CFG->dbpass    = 'cole150c';\n$CFG->dbpersist =  false;\n$CFG->prefix    = 'mdl_';\n\n$CFG->wwwroot   = 'http://www.des-k.it/moodle';\n$CFG->dirroot   = '/home/michelep/public_html/des-k/moodle';\n$CFG->dataroot  = '/home/michelep/moodledata';\n$CFG->admin     = 'admin';\n\n$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode\n\n$CFG->passwordsaltmain = '<g7<X]e89E`.D}.3#<}SF+W0wH';\n\nrequire_once(\"$CFG->dirroot/lib/setup.php\");\n// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,\n// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.\n?>", 4096) = 800
3403  lseek(6, 800, SEEK_SET)           = 800
3403  munmap(0x7fc00c73e000, 800)       = 0
3403  lseek(6, -800, SEEK_CUR)          = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c737000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setup.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 30777, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c708000
3403  munmap(0x7fc00c708000, 30777)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=30777, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c736000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\n * setup.php - Sets up sessions, connects to databases and so on\n *\n * Normally this is only called by the main config.php file\n * Normally this file does not need to be edited.\n * @author Martin Dougiamas\n * @version $Id: setup.php,v 1.212.2.30 2010/05/21 11:39:44 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n////// DOCUMENTATION IN PHPDOC FORMAT FOR MOODLE GLOBALS AND COMMON OBJECT TYPES /////////////\n/**\n * $USER is a global instance of a typical $user record.\n *\n * Items found in the user record:\n *  - $USER->emailstop - Does the user want email sent to them?\n *  - $USER->email - The user's email address.\n *  - $USER->id - The unique integer identified of this user in the 'user' table.\n *  - $USER->email - The use"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c737000, 30777)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c736000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/setuplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 11129, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 11129)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=11129, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php // $Id: setuplib.php,v 1.22.2.6 2009/05/08 21:30:31 skodak Exp $ \n      // These functions are required very early in the Moodle \n      // setup process, before any of the main libraries are \n      // loaded.\n\n\n/**\n * Simple class\n */\nclass object {};\n\n\n/**\n * Initializes our performance info early.\n *\n * Pairs up with get_performance_info() which is actually\n * in moodlelib.php. This function is here so that we can \n * call it before all the libs are pulled in. \n *\n * @uses $PERF\n */\nfunction init_performance_info() {\n\n    global $PERF, $CFG, $USER;\n  \n    $PERF = new Object;\n    $PERF->dbqueries = 0;   \n    $PERF->logwrites = 0;\n    if (function_exists('microtime')) {\n        $PERF->starttime = microtime();\n        }\n    if (function_exists('memory_get_usage')) {\n        $PERF->sta"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 11129)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  times({tms_utime=33, tms_stime=6, tms_cutime=0, tms_cstime=0}) = 664362521
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c6f2000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 121799, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5e8000
3403  munmap(0x7fc00c5e8000, 121799)    = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=121799, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\n * Set tabs to 4 for best viewing.\n * \n * Latest version is available at http://adodb.sourceforge.net/\n * \n * This is the main include file for ADOdb.\n * Database specific drivers are stored in the adodb/drivers/adodb-*.inc.php\n *\n * The ADOdb files are formatted so that doxygen can be used to generate documentation.\n * Doxygen is a documentation generation tool and can be downloaded from http://doxygen.org/\n */\n\n/**\n\t\\mainpage \t\n\t\n\t @version V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n\n\tReleased under both BSD license and Lesser GPL library license. You can choose which license\n\tyou prefer.\n\t\n\tPHP's database access functions are not standardised. This creates a need for a database \n\tclass library to hide the differences between the differ"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f2000, 121799)    = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  close(6)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-time.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 42266, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c734000
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=42266, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c733000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/**\nADOdb Date Library, part of the ADOdb abstraction library\nDownload: http://phplens.com/phpeverywhere/\n\nPHP native date functions use integer timestamps for computations.\nBecause of this, dates are restricted to the years 1901-2038 on Unix \nand 1970-2038 on Windows due to integer overflow for dates beyond \nthose years. This library overcomes these limitations by replacing the \nnative function's signed integers (normally 32-bits) with PHP floating \npoint numbers (normally 64-bits).\n\nDates from 100 A.D. to 3000 A.D. and later\nhave been tested. The minimum is 100 A.D. as <100 will invoke the\n2 => 4 digit year conversion. The maximum is billions of years in the \nfuture, but this is a theoretical limit as the computation of that year \nwould take too long with the current implementation"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c734000, 42266)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c733000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c73e000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/adodb-iterator.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 1597, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 1597)      = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=1597, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n\n/*\n  V4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  \n  Set tabs to 4.\n  \n  Declares the ADODB Base Class for PHP5 \"ADODB_BASE_RS\", and supports iteration with \n  the ADODB_Iterator class.\n  \n  \t\t$rs = $db->Execute(\"select * from adoxyz\");\n\t\tforeach($rs as $k => $v) {\n\t\t\techo $k; print_r($v); echo \"<br>\";\n\t\t}\n\t\t\n\t\t\n\tIterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2\n */\n \n\n class ADODB_Iterator implements Iterator {\n\n    private $rs;\n\n    function __construct($rs) \n\t{\n        $this->rs = $rs;\n    }\n    function rewind() \n\t{\n "..., 4096) = 1597
3403  lseek(6, 1597, SEEK_SET)          = 1597
3403  munmap(0x7fc00c73e000, 1597)      = 0
3403  lseek(6, -1597, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 6
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 6, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/adodb/drivers/adodb-mysql.inc.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 20943, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 20943)     = 0
3403  close(7)                          = 0
3403  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(6, {st_mode=S_IFREG|0644, st_size=20943, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(6, 0, SEEK_CUR)             = 0
3403  lseek(6, 0, SEEK_SET)             = 0
3403  read(6, "<?php\n/*\nV4.98 13 Feb 2008  (c) 2000-2008 John Lim (jlim#natsoft.com.my). All rights reserved.\n  Released under both BSD license and Lesser GPL library license. \n  Whenever there is any discrepancy between the two licenses, \n  the BSD license will take precedence.\n  Set tabs to 8.\n  \n  MySQL code that does not support transactions. Use mysqlt if you need transactions.\n  Requires mysql client. Works on Windows and Unix.\n  \n 28 Feb 2001: MetaColumns bug fix - suggested by  Freek Dijkstra (phpeverywhere@macfreek.com)\n*/ \n\n// security - hide paths\nif (!defined('ADODB_DIR')) die();\n\nif (! defined(\"_ADODB_MYSQL_LAYER\")) {\n define(\"_ADODB_MYSQL_LAYER\", 1 );\n\nclass ADODB_mysql extends ADOConnection {\n\tvar $databaseType = 'mysql';\n\tvar $dataProvider = 'mysql';\n\tvar $hasInsertID = true;\n\tvar $hasAff"..., 4096) = 4096
3403  lseek(6, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 20943)     = 0
3403  lseek(6, -4096, SEEK_CUR)         = 0
3403  close(6)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  socket(PF_FILE, SOCK_STREAM, 0)   = 6
3403  fcntl(6, F_SETFL, O_RDONLY)       = 0
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_GETFL)                 = 0x2 (flags O_RDWR)
3403  fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3403  connect(6, {sa_family=AF_FILE, path="/var/lib/mysql/mysql.sock"}, 110) = 0
3403  fcntl(6, F_SETFL, O_RDWR)         = 0
3403  setsockopt(6, SOL_SOCKET, SO_RCVTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_SOCKET, SO_SNDTIMEO, "\2003\341\1\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 0
3403  setsockopt(6, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
3403  setsockopt(6, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
3403  poll([{fd=6, events=POLLIN}], 1, 60000) = 1 ([{fd=6, revents=POLLIN}])
3403  read(6, "<\0\0\0\n5.1.63-rel13.4\0\307\22Q\1I,@=Q^gh\0\377\367\10\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0VW/&n{@l}Q]a\0", 16384) = 64
3403  write(6, "C\0\0\1\205\242\2\0\0\0\0@\10\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0michelep_root\0\24I\274\251\264Z\312\260J\352vE\221\335dI\230uOom", 71) = 71
3403  read(6, "\7\0\0\2\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\20\0\0\0\2michelep_moodle", 20) = 20
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/textlib.class.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 18030, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18030)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18030, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: textlib.class.php,v 1.25 2007/10/10 05:25:15 nicolasconnault Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas        http://dougiamas.com  //\n//           (C) 2001-3001 Eloy Lafuente (stronk7) http://contiento.com  //\n//                            "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18030)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ff000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_cs.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 67389, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6ee000
3403  munmap(0x7fc00c6ee000, 67389)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=67389, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 2003-2006 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the Typo3 project. The Typo3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*\n*  This script is distributed in the hope that it will be useful,\n*  but WITHOUT ANY WARRANTY; without even the implied warranty of\n*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n*  GNU General Public License fo"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ff000, 67389)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6ed000
3403  open("/home/michelep/public_html/des-k/moodle/lib/typo3/class.t3lib_div.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 143188, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e3000
3403  munmap(0x7fc00c5e3000, 143188)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=143188, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/***************************************************************\n*  Copyright notice\n*\n*  (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)\n*  All rights reserved\n*\n*  This script is part of the TYPO3 project. The TYPO3 project is\n*  free software; you can redistribute it and/or modify\n*  it under the terms of the GNU General Public License as published by\n*  the Free Software Foundation; either version 2 of the License, or\n*  (at your option) any later version.\n*\n*  The GNU General Public License can be found at\n*  http://www.gnu.org/copyleft/gpl.html.\n*  A copy is found in the textfile GPL.txt and important notices to the license\n*  from the author is found in LICENSE.txt distributed with these scripts.\n*\n*\n*  This script is distributed in the hope that it will be useful,\n*  but"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6ed000, 143188)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  umask(077)                        = 022
3403  umask(0)                          = 077
3403  access("/home/michelep/moodledata", F_OK) = 0
3403  access("/home/michelep/moodledata/.htaccess", F_OK) = 0
3403  access("/home/michelep/moodledata/temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp", F_OK) = 0
3403  access("/home/michelep/moodledata/temp/typo3temp/cs", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5c7000
3403  open("/home/michelep/public_html/des-k/moodle/lib/weblib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 255130, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c588000
3403  munmap(0x7fc00c588000, 255130)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=255130, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5c7000, 255130)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73b000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filterlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 14385, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c737000
3403  munmap(0x7fc00c737000, 14385)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=14385, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73a000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: filterlib.php,v 1.24.10.4 2009/02/18 11:02:11 stronk7 Exp $\n      // Contains special functions that are particularly useful to filters\n\n\n/// Define one exclusive separator that we'll use in the temp saved tags\n/// keys. It must be something rare enough to avoid having matches with\n/// filterobjects. MDL-18165\ndefine ('EXCL_SEPARATOR', '-%-');\n\n/**\n * This is just a little object to define a phrase and some instructions \n * for how to process it.  Filters can create an array of these to pass \n * to the filter_phrases function below.\n **/\nclass filterobject {\n    var $phrase;\n    var $hreftagbegin;\n    var $hreftagend;\n    var $casesensitive;\n    var $fullmatch;\n    var $replacementphrase;\n    var $work_phrase;\n    var $work_hreftagbegin;\n    var $work_hreftagend;\n    var $wor"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73b000, 14385)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73a000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73c000
3403  open("/home/michelep/public_html/des-k/moodle/lib/ajax/ajaxlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 8244, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c739000
3403  munmap(0x7fc00c739000, 8244)      = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=8244, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73b000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library functions for using AJAX with Moodle.\n */\n\n/**\n * Get the path to a JavaScript library.\n * @param $libname - the name of the library whose path we need.\n * @return string\n */\nfunction ajax_get_lib($libname) {\n\n    global $CFG, $HTTPSPAGEREQUIRED;\n    $libpath = '';\n\n    $translatelist = array(\n            'yui_yahoo' => '/lib/yui/yahoo/yahoo-min.js',\n            'yui_animation' => '/lib/yui/animation/animation-min.js',\n            'yui_autocomplete' => '/lib/yui/autocomplete/autocomplete-min.js',\n            'yui_button' => '/lib/yui/button/button-min.js',\n            'yui_calendar' => '/lib/yui/calendar/calendar-min.js',\n            'yui_charts' => '/lib/yui/charts/charts-experimental-min.js',\n            'yui_colorpicker' => '/lib/yui/colorpicker/colorpicker-min.js',"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73c000, 8244)      = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73b000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/dmllib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 106491, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f6000
3403  munmap(0x7fc00c6f6000, 106491)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: dmllib.php,v 1.116.2.35 2010/09/15 20:08:58 stronk7 Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.com                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas     http://dougiamas.com  //\n//                                                                       //\n// This program is free software; you can r"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=106491, ...}) = 0
3403  read(7, "    $empty_rs_cache = array();  // Clear out the cache, just in case changes were made to table structures\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    $rs = $db->Execute($command);\n\n    $db->debug = $olddebug;\n\n    if ($rs) {\n        if ($feedback) {\n            notify(get_string('success'), 'notifysuccess');\n        }\n        return true;\n    } else {\n        if ($feedback) {\n            notify('<strong>' . get_string('error') . '</strong>');\n        }\n        // these two may go to difference places\n        debugging($db->ErrorMsg() .'<br /><br />'. s($command));\n        if (!empty($CFG->dblogerror)) {\n            $debug=array_shift(debug_backtrace());\n            error_log(\"SQL \".$db->ErrorMsg().\" in {$debug['file']} on line {$debug['line']}. STATEMENT: "..., 4096) = 4096
3403  read(7, "   if ($length and $line[0] <> '#' and $line[0].$line[1] <> '--') {\n            if (substr($line, $length-1, 1) == ';') {\n                $line = substr($line, 0, $length-1);   // strip ;\n                $command .= $line;\n                $command = str_replace('prefix_', $CFG->prefix, $command); // Table prefixes\n                if (! execute_sql($command)) {\n                    $success = false;\n                }\n                $command = '';\n            } else {\n                $command .= $line;\n            }\n        }\n    }\n\n    return $success;\n\n}\n\n/// GENERIC FUNCTIONS TO CHECK AND COUNT RECORDS ////////////////////////////////////////\n\n/**\n * Test whether a record exists in a table where all the given fields match the given values.\n *\n * The record to test is specified by giving u"..., 8192) = 8192
3403  read(7, " $limitnum  = 1; /// Number of records to retrieve\n\n/// Only a few uses of the 2nd and 3rd parameter have been found\n/// I think that we should avoid to use them completely, one\n/// record is one record, and everything else should return error.\n/// So the proposal is to change all the uses, (4-5 inside Moodle\n/// Core), drop them from the definition and delete the next two\n/// \"if\" sentences. (eloy, 2006-08-19)\n\n    if ($nolimit) {\n        $limitfrom = 0;\n        $limitnum  = 0;\n    } else if ($expectmultiple) {\n        $limitfrom = 0;\n        $limitnum  = 1;\n    } else if (debugging('', DEBUG_DEVELOPER)) {\n        // Debugging mode - don't use a limit of 1, but do change the SQL, because sometimes that\n        // causes errors, and in non-debug mode you don't see the error message and it "..., 8192) = 8192
3403  read(7, "ptional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an ADODB RecordSet object, or false if an error occured.\n */\nfunction get_recordset_sql($sql, $limitfrom=null, $limitnum=null) {\n    global $CFG, $db;\n\n    if (empty($db)) {\n        return false;\n    }\n\n/// Temporary hack as part of phasing out all access to obsolete user tables  XXX\n    if (!empty($CFG->rolesactive)) {\n        if (strpos($sql, ' '.$CFG->prefix.'user_students ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_teachers ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_coursecreators ') ||\n            strpos($sql, ' '.$CFG->prefix.'user_admins ')) {\n            if (debugging()) { var_dump(debug_backtra"..., 8192) = 8192
3403  read(7, "   debugging('Incorrect $rs used!', DEBUG_DEVELOPER);\n        return;\n    }\n\n    $rs->Close();\n}\n\n/**\n * This function is used to convert all the Oracle 1-space defaults to the empty string\n * like a really DIRTY HACK to allow it to work better until all those NOT NULL DEFAULT ''\n * fields will be out from Moodle.\n * @param string the string to be converted to '' (empty string) if it's ' ' (one space)\n * @param mixed the key of the array in case we are using this function from array_walk,\n *              defaults to null for other (direct) uses\n * @return boolean always true (the converted variable is returned by reference)\n */\nfunction onespace2empty(&$item, $key=null) {\n    $item = $item == ' ' ? '' : $item;\n    return true;\n}\n///End DIRTY HACK\n\n\n/**\n * Get a number of records as an arra"..., 8192) = 8192
3403  read(7, "nu.\n *\n * @param string $table The database table to be checked against.\n * @param string $select A fragment of SQL to be used in a where clause in the SQL call.\n * @param string $sort Sort order (optional) - a valid SQL order parameter\n * @param string $fields A comma separated list of fields to be returned from the chosen table.\n * @param int $limitfrom return a subset of records, starting at this point (optional, required if $limitnum is set).\n * @param int $limitnum return a subset comprising this many records (optional, required if $limitfrom is set).\n * @return mixed an associative array, or false if no records were found or an error occured.\n */\nfunction get_records_select_menu($table, $select='', $sort='', $fields='*', $limitfrom='', $limitnum='') {\n    $rs = get_recordset_select($"..., 8192) = 8192
3403  read(7, "ct($table, $newfield, $newvalue, $select, true);\n}\n\n/**\n * Set a single field in every table row where the select statement evaluates to true.\n *\n * @uses $CFG\n * @uses $db\n * @param string $table The database table to be checked against.\n * @param string $newfield the field to set.\n * @param string $newvalue the value to set the field to.\n * @param string $select a fragment of SQL to be used in a where clause in the SQL call.\n * @param boolean $localcall Leave this set to false. (Should only be set to true by set_field.)\n * @return mixed An ADODB RecordSet object with the results from the SQL call or false.\n */\nfunction set_field_select($table, $newfield, $newvalue, $select, $localcall = false) {\n\n    global $db, $CFG;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }"..., 8192) = 8192
3403  read(7, "s_cache[$table];\n\n/// Postgres doesn't have the concept of primary key built in\n/// and will return the OID which isn't what we want.\n/// The efficient and transaction-safe strategy is to\n/// move the sequence forward first, and make the insert\n/// with an explicit id.\n    if ( $CFG->dbfamily === 'postgres' && $returnid == true ) {\n        if ($nextval = (int)get_field_sql(\"SELECT NEXTVAL('{$CFG->prefix}{$table}_{$primarykey}_seq')\")) {\n            $dataobject->{$primarykey} = $nextval;\n        }\n    }\n\n/// Begin DIRTY HACK\n    if ($CFG->dbfamily == 'oracle') {\n        oracle_dirty_hack($table, $dataobject); // Convert object to the correct \"empty\" values for Oracle DB\n    }\n/// End DIRTY HACK\n\n/// Under Oracle, MSSQL and PostgreSQL we have our own insert record process\n/// detect all the "..., 8192) = 8192
3403  read(7, "l be updated later\n    if (($CFG->dbfamily == 'oracle' || $CFG->dbfamily == 'mssql' || $CFG->dbfamily == 'postgres')\n      && !empty($dataobject->id)) {\n    /// Detect lobs\n        $foundclobs = array();\n        $foundblobs = array();\n        db_detect_lobs($table, $dataobject, $foundclobs, $foundblobs, true);\n    }\n\n    // Determine all the fields in the table\n    if (!$columns = $db->MetaColumns($CFG->prefix . $table)) {\n        return false;\n    }\n    $data = (array)$dataobject;\n\n    if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; };\n\n    // Pull out data matching these fields\n    $update = array();\n    foreach ($columns as $column) {\n        if ($column->name == 'id') {\n            continue;\n        }\n        if (array_key_exists($column->name, $data)) {\n            $ke"..., 8192) = 8192
3403  read(7, "s function should be applied in all the places where conditions of\n * the type:\n *\n *     ... AND fieldname != '';\n *\n * are being used. Final result should be:\n *\n *     ... AND ' . sql_isnotempty('tablename', 'fieldname', true/false, true/false);\n *\n * (see parameters description below)\n *\n * @param string $tablename name of the table (without prefix). Not used for now but can be\n *                          necessary in the future if we want to use some introspection using\n *                          meta information against the DB. /// TODO ///\n * @param string $fieldname name of the field we are going to check\n * @param boolean $nullablefield to specify if the field us nullable (true) or no (false) in the DB\n * @param boolean $textfield to specify if it is a text (also called clob) fie"..., 8192) = 8192
3403  read(7, " be used in order to perform one bitwise NOT operation\n * with 1 integer.\n * @param integer int1 integer in the operation\n * @return string the piece of SQL code to be used in your statement.\n */\nfunction sql_bitnot($int1) {\n\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return '((0 - (' . $int1 . ')) - 1)';\n            break;\n        default:\n            return '(~(' . $int1 . '))';\n    }\n}\n\n/**\n * Returns the FROM clause required by some DBs in all SELECT statements\n * To be used in queries not having FROM clause to provide cross_db\n */\nfunction sql_null_from_clause() {\n    global $CFG;\n\n    switch ($CFG->dbfamily) {\n        case 'oracle':\n            return ' FROM dual';\n            break;\n        default:\n            return '';\n    }\n}\n\n/**\n * Retur"..., 8192) = 8192
3403  read(7, "is defined as NOT NULL, we'll modify\n/// such data in the best form possible (\"0\" for booleans and numbers and \" \" for the\n/// rest of strings. It isn't optimal, but the only way to do so.\n/// In the oppsite, when retrieving records from Oracle, we'll decode \" \" back to\n/// empty strings to allow everything to work properly. DIRTY HACK.\n\n/// If the db isn't Oracle, return without modif\n    if ( $CFG->dbfamily != 'oracle') {\n        return;\n    }\n\n/// Get Meta info to know what to change, using the cached meta if exists\n    if (!isset($metadata_cache[$table])) {\n        $metadata_cache[$table] = array_change_key_case($db->MetaColumns($CFG->prefix . $table), CASE_LOWER);\n    }\n    $columns = $metadata_cache[$table];\n/// Iterate over all the fields in the insert, transforming values\n/// in th"..., 8192) = 8192
3403  read(7, "e (id)\n        $sqlcondition = 'id=' . $sqlcondition;\n    } else { /// Else, it's a formal standard SQL condition, we try to delete the WHERE in case it exists\n        $sqlcondition = trim(preg_replace('/^WHERE/is', '', trim($sqlcondition)));\n    }\n\n/// Update all the clobs\n    if ($clobs) {\n        foreach ($clobs as $key => $value) {\n\n            if (defined('MDL_PERFDB')) { global $PERF ; $PERF->dbqueries++; }; /// Count the extra updates in PERF\n\n        /// Oracle CLOBs doesn't like quoted strings (are inserted via prepared statemets)\n            if ($CFG->dbfamily == 'oracle') {\n                $value = stripslashes_safe($value);\n            }\n\n            if (!$db->UpdateClob($CFG->prefix.$table, $key, $value, $sqlcondition)) {\n                $status = false;\n                $state"..., 8192) = 8187
3403  read(7, "", 4096)                 = 0
3403  read(7, "", 8192)                 = 0
3403  read(7, "", 8192)                 = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6fb000
3403  open("/home/michelep/public_html/des-k/moodle/lib/datalib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 81956, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6e6000
3403  munmap(0x7fc00c6e6000, 81956)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=81956, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n/**\n * Library of functions for database manipulation.\n *\n * Other main libraries:\n * - weblib.php - functions that produce web output\n * - moodlelib.php - general-purpose Moodle functions\n * @author Martin Dougiamas and many others\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n /// Some constants\n define('LASTACCESS_UPDATE_SECS', 60); /// Number of seconds to wait before\n                                       /// updating lastaccess information in DB.\n\n/**\n * Escape all dangerous characters in a data record\n *\n * $dataobject is an object containing needed data\n * Run over each field exectuting addslashes() function\n * to escape SQL unfriendly characters (e.g. quotes)\n * Handy when writing back data read from the database\n *\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6fb000, 81956)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6dc000
3403  open("/home/michelep/public_html/des-k/moodle/lib/accesslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 209796, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5d2000
3403  munmap(0x7fc00c5d2000, 209796)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=209796, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: accesslib.php,v 1.421.2.109 2010/05/20 18:35:05 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you ca"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6dc000, 209796)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c702000
3403  open("/home/michelep/public_html/des-k/moodle/lib/blocklib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 57169, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f4000
3403  munmap(0x7fc00c6f4000, 57169)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=57169, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: blocklib.php,v 1.129.2.12 2010/08/19 14:06:03 sam_marshall Exp $\n\n//This library includes all the necessary stuff to use blocks in course pages\n\ndefine('BLOCK_MOVE_LEFT',   0x01);\ndefine('BLOCK_MOVE_RIGHT',  0x02);\ndefine('BLOCK_MOVE_UP',     0x04);\ndefine('BLOCK_MOVE_DOWN',   0x08);\ndefine('BLOCK_CONFIGURE',   0x10);\n\ndefine('BLOCK_POS_LEFT',  'l');\ndefine('BLOCK_POS_RIGHT', 'r');\n\ndefine('BLOCKS_PINNED_TRUE',0);\ndefine('BLOCKS_PINNED_FALSE',1);\ndefine('BLOCKS_PINNED_BOTH',2);\n\nrequire_once($CFG->libdir.'/pagelib.php');\nrequire_once($CFG->dirroot.'/course/lib.php'); // needed to solve all those: Call to undefined function: print_recent_activity() when adding Recent Activity\n\n// Returns false if this block is incompatible with the current version of Moodle.\nfunction block_is_c"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c702000, 57169)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/lib/pagelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 23923, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23923)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23923, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php //$Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n\n/**\n * This file contains the parent class for moodle pages, page_base, \n * as well as the page_course subclass.\n * A page is defined by its page type (ie. course, blog, activity) and its page id\n * (courseid, blogid, activity id, etc).\n *\n * @author Jon Papaioannou\n * @version  $Id: pagelib.php,v 1.62.2.8 2008/01/25 08:34:37 scyrma Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package pages\n */\n\nfunction page_import_types($path) {\n    global $CFG;\n\n    static $types = array();\n\n    if(substr($path, -1) != '/') {\n        $path .= '/';\n    }\n\n    $path = clean_param($path, PARAM_PATH);\n\n    if(isset($types[$path])) {\n        return $types[$path];\n    }\n\n    $file = $CFG->dirroot.'/'.$path.'"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23923)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c6f1000
3403  open("/home/michelep/public_html/des-k/moodle/course/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 123781, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c5e7000
3403  munmap(0x7fc00c5e7000, 123781)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=123781, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  // $Id: lib.php,v 1.538.2.82 2010/10/13 20:30:23 skodak Exp $\n   // Library of useful functions\n\n\ndefine('COURSE_MAX_LOG_DISPLAY', 150);          // days\ndefine('COURSE_MAX_LOGS_PER_PAGE', 1000);       // records\ndefine('COURSE_LIVELOG_REFRESH', 60);           // Seconds\ndefine('COURSE_MAX_RECENT_PERIOD', 172800);     // Two days, in seconds\ndefine('COURSE_MAX_SUMMARIES_PER_PAGE', 20);    // courses\ndefine('COURSE_MAX_COURSES_PER_DROPDOWN',1000); //  max courses in log dropdown before switching to optional\ndefine('COURSE_MAX_USERS_PER_DROPDOWN',1000);   //  max users in log dropdown before switching to optional\ndefine('FRONTPAGENEWS',           '0');\ndefine('FRONTPAGECOURSELIST',     '1');\ndefine('FRONTPAGECATEGORYNAMES',  '2');\ndefine('FRONTPAGETOPICONLY',      '3');\ndefine('FRONTP"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c6f1000, 123781)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c739000
3403  open("/home/michelep/public_html/des-k/moodle/group/lib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 23400, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c733000
3403  munmap(0x7fc00c733000, 23400)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=23400, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c738000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Extra library for groups and groupings.\n *\n * @copyright &copy; 2006 The Open University\n * @author J.White AT open.ac.uk, Petr Skoda (skodak)\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package groups\n */\n\n/*\n * INTERNAL FUNCTIONS - to be used by moodle core only\n * require_once $CFG->dirroot.'/group/lib.php' must be used\n */\n\n/**\n * Adds a specified user to a group\n * @param int $userid   The user id\n * @param int $groupid  The group id\n * @return boolean True if user added successfully or the user is already a\n * member of the group, false otherwise.\n */\nfunction groups_add_member($groupid, $userid) {\n    if (!groups_group_exists($groupid)) {\n        return false;\n    }\n\n    if (groups_is_member($groupid, $userid)) {\n        return true;\n    }\n\n "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c739000, 23400)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c738000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c701000
3403  open("/home/michelep/public_html/des-k/moodle/lib/deprecatedlib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 58741, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c6f2000
3403  munmap(0x7fc00c6f2000, 58741)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=58741, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id: deprecatedlib.php,v 1.41.2.14 2009/11/19 10:18:01 skodak Exp $\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas, Moodle  http://moodle.com//\n//                                                                       //\n// This program is free software; you "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c701000, 58741)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c5bf000
3403  open("/home/michelep/public_html/des-k/moodle/lib/moodlelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 286912, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c578000
3403  munmap(0x7fc00c578000, 286912)    = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=286912, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73e000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php // $Id$\n\n///////////////////////////////////////////////////////////////////////////\n//                                                                       //\n// NOTICE OF COPYRIGHT                                                   //\n//                                                                       //\n// Moodle - Modular Object-Oriented Dynamic Learning Environment         //\n//          http://moodle.org                                            //\n//                                                                       //\n// Copyright (C) 1999 onwards Martin Dougiamas  http://dougiamas.com     //\n//                                                                       //\n// This program is free software; you can redistribute it and/or modify  //\n// it under the terms of "..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c5bf000, 286912)    = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c73e000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c73a000
3403  open("/home/michelep/public_html/des-k/moodle/lib/eventslib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 18413, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c735000
3403  munmap(0x7fc00c735000, 18413)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=18413, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c739000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php\n/**\n * Library of functions for events manipulation.\n * \n * The public API is all at the end of this file.\n *\n * @author Martin Dougiamas and many others\n * @version $Id: eventslib.php,v 1.16.2.3 2008/10/06 22:07:10 skodak Exp $\n * @license http://www.gnu.org/copyleft/gpl.html GNU Public License\n * @package moodlecore\n */\n\n\n/**\n * Loads the events definitions for the component (from file). If no\n * events are defined for the component, we simply return an empty array.\n * @param $component - examples: 'moodle', 'mod/forum', 'block/quiz_results'\n * @return array of capabilities or empty array if not exists\n *\n * INTERNAL - to be used from eventslib only\n */\nfunction events_load_def($component) {\n    global $CFG;\n\n    if ($component == 'moodle') {\n        $defpath = $CFG->libdir.'/db/ev"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73a000, 18413)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c739000, 4096)      = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 7, 0) = 0x7fc00c738000
3403  open("/home/michelep/public_html/des-k/moodle/lib/grouplib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 26745, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c709000
3403  munmap(0x7fc00c709000, 26745)     = 0
3403  close(8)                          = 0
3403  fcntl(7, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(7, {st_mode=S_IFREG|0644, st_size=26745, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  lseek(7, 0, SEEK_SET)             = 0
3403  read(7, "<?php  //$Id: grouplib.php,v 1.22.2.12 2010/11/12 10:03:10 skodak Exp $\n\n/**\n * Groups not used in course or activity\n */\ndefine('NOGROUPS', 0);\n\n/**\n * Groups used, users do not see other groups\n */\ndefine('SEPARATEGROUPS', 1);\n\n/**\n * Groups used, students see other groups\n */\ndefine('VISIBLEGROUPS', 2);\n\n\n/**\n * Determines if a group with a given groupid exists.\n * @param int $groupid The groupid to check for\n * @return boolean True if the group exists, false otherwise or if an error\n * occurred.\n */\nfunction groups_group_exists($groupid) {\n    return record_exists('groups', 'id', $groupid);\n}\n\n/**\n * Gets the name of a group with a specified id\n * @param int $groupid The id of the group\n * @return string The name of the group\n */\nfunction groups_get_group_name($groupid) {\n    return ge"..., 4096) = 4096
3403  lseek(7, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c738000, 26745)     = 0
3403  lseek(7, -4096, SEEK_CUR)         = 0
3403  close(7)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\3\0\0\0\33\1\0", 7)    = 7
3403  read(6, "\5\0\0\1\376\0\0\2\0", 16384) = 9
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\21\0\0\0\3SET NAMES 'utf8'", 21) = 21
3403  read(6, "\7\0\0\1\0\0\0\2\0\0\0", 16384) = 11
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "\31\0\0\0\3SELECT * FROM mdl_config", 29) = 29
3403  read(6, "\1\0\0\1\3=\0\0\2\3def\17michelep_moodle\nmdl_config\nmdl_config\2id\2id\f?\0\n\0\0\0\10#B\0\0\0A\0\0\3\3def\17michelep_moodle\nmdl_config\nmdl_config\4name\4name\f!\0\375\2\0\0\375\5@\0\0\0C\0\0\4\3def\17michelep_moodle\nmdl_config\nmdl_config\5value\5value\f!\0\375\377\2\0\374\21\20\0\0\0\5\0\0\5\376\0\0\"\0\16\0\0\6\0011\tunicodedb\0011 \0\0\7\0012\22statsrolesupgraded\n1305897129\r\0\0\10\0013\4auth\5email\31\0\0\t\0014\20auth_pop3mailbox\5INBOX\17\0\0\n\0015\5enrol\6manual\37\0\0\v\0016\25enrol_plugins_enabled\6manual\20\0\0\f\0017\5style\7default\23\0\0\r\0018\10template\7default\r\0\0\16\0019\5theme\4DesK \0\0\17\00210\32filter_multilang_converted\0011\27\0\0\20\003428\fregisterauth\5email\26\0\0\21\00212\20guestloginbutton\0011\26\0\0\22\00213\21alternateloginurl\0\31\0\0\23\00214\24forgottenpasswordurl\0\250\10\0\24\00215\21auth_instructions\374\220\10<div style=\"background-color: transparent; \"><div style=\"background-color: transparent; \"><span id=\"internal-source-marker_0.799507872434333\" style=\"font-size: 10pt; font-family: arial; color: rg"..., 16384) = 16384
3403  read(6, "iew\3all+\0\0\245\003416$block_course_list_hideallcourseslink\0011#\0\0\246\003417\34block_online_users_timetosee\0015\33\0\0\247\003418\25defaultallowedmodules\0\23\0\0\250\003419\rcoursemanager\0\17\0\0\251\003420\tfrontpage\0\30\0\0\252\003421\21frontpageloggedin\0010\27\0\0\253\003422\20maxcategorydepth\0010\26\0\0\254\003423\16coursesperpage\00220,\0\0\255\003424%allowvisiblecoursesinhiddencategories\0010\35\0\0\256\003425\26defaultfrontpageroleid\0015!\0\0\257\003426\vsupportname\20Assistenza Des-K%\0\0\260\003427\fsupportemail\23assistenza@des-k.it\"\0\0\261\003429\22digestmailtimelast\n1342278002#\0\0\262\003430\23forum_lastreadclean\n1342313401$\0\0\263\003431\24scorm_updatetimelast\n1342303202\36\0\0\264\003432\20lastexpirynotify\01020120715\37\0\0\265\003433\30sendcoursewelcomemessage\0011\36\0\0\266\003434\16statslastdaily\n1342303200=\0\0\267\003435\vtextfilters,filter/hiddentext,mod/glossary,filter/jsmath\"\0\0\270\003436\22statslastexecution\n1342310402\37\0\0\271\003438\17statslastweekly\n1341784800 \0\0\272\003440\20statslastmonthly\n1341100800"..., 16384) = 957
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "6\0\0\0\3SELECT * FROM mdl_course WHERE category = '0' LIMIT 1", 58) = 58
3403  read(6, "\1\0\0\1-=\0\0\2\3def\17michelep_moodle\nmdl_course\nmdl_course\2id\2id\f?\0\n\0\0\0\10#B\0\0\0I\0\0\3\3def\17michelep_moodle\nmdl_course\nmdl_course\10category\10category\f?\0\n\0\0\0\10)@\0\0\0K\0\0\4\3def\17michelep_moodle\nmdl_course\nmdl_course\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\5\3def\17michelep_moodle\nmdl_course\nmdl_course\10password\10password\f!\0\226\0\0\0\375\1\0\0\0\0I\0\0\6\3def\17michelep_moodle\nmdl_course\nmdl_course\10fullname\10fullname\f!\0\372\2\0\0\375\1\0\0\0\0K\0\0\7\3def\17michelep_moodle\nmdl_course\nmdl_course\tshortname\tshortname\f!\0,\1\0\0\375\t@\0\0\0I\0\0\10\3def\17michelep_moodle\nmdl_course\nmdl_course\10idnumber\10idnumber\f!\0,\1\0\0\375\t@\0\0\0G\0\0\t\3def\17michelep_moodle\nmdl_course\nmdl_course\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0E\0\0\n\3def\17michelep_moodle\nmdl_course\nmdl_course\6format\6format\f!\0\36\0\0\0\375\1\0\0\0\0M\0\0\v\3def\17michelep_moodle\nmdl_course\nmdl_course\nshowgrades\nshowgrades\f?\0\2\0\0\0\1!\0\0\0\0G\0\0\f\3def\17michelep_moodle\nmdl_course"..., 16384) = 4534
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "<\0\0\0\3SELECT * FROM mdl_context WHERE contextlevel = '10' LIMIT 1", 64) = 64
3403  read(6, "\1\0\0\1\5?\0\0\2\3def\17michelep_moodle\vmdl_context\vmdl_context\2id\2id\f?\0\n\0\0\0\10#B\0\0\0S\0\0\3\3def\17michelep_moodle\vmdl_context\vmdl_context\fcontextlevel\fcontextlevel\f?\0\n\0\0\0\10)@\0\0\0O\0\0\4\3def\17michelep_moodle\vmdl_context\vmdl_context\ninstanceid\ninstanceid\f?\0\n\0\0\0\10)@\0\0\0C\0\0\5\3def\17michelep_moodle\vmdl_context\vmdl_context\4path\4path\f!\0\375\2\0\0\375\10@\0\0\0E\0\0\6\3def\17michelep_moodle\vmdl_context\vmdl_context\5depth\5depth\f?\0\2\0\0\0\1!\0\0\0\0\5\0\0\7\376\0\0\2\0\f\0\0\10\0011\00210\0010\2/1\0011\5\0\0\t\376\0\0\2\0", 16384) = 420
3403  access("/home/michelep/moodledata/cache", F_OK) = 0
3403  access("/home/michelep/moodledata/sessions", F_OK) = 0
3403  open("/home/michelep/moodledata/sessions/sess_46g24tdvpg8vctk5hac81i9802", O_RDWR|O_CREAT, 0600) = 7
3403  flock(7, LOCK_EX)                 = 0
3403  fcntl(7, F_SETFD, FD_CLOEXEC)     = 0
3403  fstat(7, {st_mode=S_IFREG|0600, st_size=4671, ...}) = 0
3403  pread(7, "SESSION|O:6:\"object\":15:{s:12:\"session_test\";s:10:\"vbNssFd8J9\";s:10:\"logincount\";i:0;s:14:\"fromdiscussion\";s:26:\"http://www.des-k.it/moodle\";s:12:\"dst_offsettz\";s:11:\"Europe/Rome\";s:11:\"dst_offsets\";a:16:{i:1445817600;N;i:1445731200;i:0;i:1427587200;i:3600;i:1414281600;i:0;i:1396137600;i:3600;i:1382832000;i:0;i:1364688000;i:3600;i:1351382400;i:0;i:1332633600;i:3600;i:1319932800;i:0;i:1301184000;i:3600;i:1288483200;i:0;i:1269734400;i:3600;i:1256428800;i:0;i:1238284800;i:3600;i:0;N;}s:9:\"dst_range\";a:2:{i:0;i:2009;i:1;i:2015;}s:18:\"cal_course_referer\";i:1;s:15:\"cal_show_global\";b:1;s:15:\"cal_show_groups\";b:1;s:15:\"cal_show_course\";b:1;s:13:\"cal_show_user\";b:1;s:17:\"cal_courses_shown\";a:0:{}s:15:\"cal_users_shown\";s:3:\"982\";s:12:\"flashversion\";s:8:\"10.1.102\";s:4:\"lang\";s:7:\"it_utf8\";}USER|O:8:"..., 4671, 0) = 4671
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  close(8)                          = 0
3403  open("/home/michelep/moodledata/lang/it_utf8/langconfig.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 1087, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73e000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0666, st_size=1087, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73d000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php\n$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';\n$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';\n$string['decsep'] = ',';\n$string['firstdayofweek'] = '0';\n$string['listsep'] = ';';\n$string['locale'] = 'it_IT.UTF-8';\n$string['localewin'] = 'Italian_Italy.1252';\n$string['localewincharset'] = 'WINDOWS-1252';\n$string['oldcharset'] = 'ISO-8859-1';\n$string['strftimedate'] = '%%d %%B %%Y';\n$string['strftimedateshort'] = '%%d %%B';\n$string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M';\n$string['strftimedaydate'] = '%%A, %%d %%B %%Y';\n$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M';\n$string['strftimedayshort'] = '%%A %%d %%B';\n$string['strftimedaytime'] = '%%a, %%H:%%M';\n$string['strftimemonthyear'] = '%%B %%Y';\n$string['strftimerecent'] = '%%d %%b, %"..., 4096) = 1087
3403  lseek(8, 1087, SEEK_SET)          = 1087
3403  munmap(0x7fc00c73e000, 1087)      = 0
3403  lseek(8, -1087, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73d000, 4096)      = 0
3403  access("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", F_OK) = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  close(8)                          = 0
3403  open("/home/michelep/public_html/des-k/moodle/theme/DesK/config.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 6701, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c73d000
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=6701, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c73c000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php   // $Id: config.php,v 1.7.2.3 2008/02/27 12:06:49 urs_hunkler Exp $\n////////////////////////////////////////////////////////////////////////////////\n/// This file contains a few configuration variables that control \n/// how Moodle uses this theme.\n////////////////////////////////////////////////////////////////////////////////\n\n$THEME->sheets = array('user_styles');\n\n/// This variable is an array containing the names of all the \n/// stylesheet files you want included in this theme, and in what order\n////////////////////////////////////////////////////////////////////////////////\n\n\n$THEME->standardsheets = array('styles_layout', 'styles_color');\n\n/// This variable can be set to an array containing\n/// filenames from the *STANDARD* theme.  If the \n/// array exists, it will be used to "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c73d000, 6701)      = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c73c000, 4096)      = 0
3403  access("/home/michelep/moodledata/lang/it_utf8_local/langconfig.php", F_OK) = -1 ENOENT (No such file or directory)
3403  access("/home/michelep/moodledata/lang/it_utf8/langconfig.php", F_OK) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/lib/pear/lib/filelib.php", 0x7fffa5ce4fe0) = -1 ENOENT (No such file or directory)
3403  getcwd("/home/michelep/public_html/des-k/moodle", 4096) = 40
3403  lstat("/home/michelep/public_html/des-k/moodle/./lib/filelib.php", {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  lstat("/home/michelep/public_html/des-k/moodle/./lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
3403  open("/home/michelep/public_html/des-k/moodle/lib/filelib.php", O_RDONLY) = 8
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 49286, PROT_READ, MAP_SHARED, 8, 0) = 0x7fc00c732000
3403  open("/home/michelep/public_html/des-k/moodle/lib/filelib.php", O_RDONLY) = 9
3403  fstat(9, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 49286, PROT_READ, MAP_SHARED, 9, 0) = 0x7fc00c703000
3403  munmap(0x7fc00c703000, 49286)     = 0
3403  close(9)                          = 0
3403  fcntl(8, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
3403  fstat(8, {st_mode=S_IFREG|0644, st_size=49286, ...}) = 0
3403  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc00c70f000
3403  lseek(8, 0, SEEK_CUR)             = 0
3403  lseek(8, 0, SEEK_SET)             = 0
3403  read(8, "<?php //$Id: filelib.php,v 1.50.2.34 2010/10/07 08:42:47 rwijaya Exp $\n\ndefine('BYTESERVING_BOUNDARY', 's1k2o3d4a5k6s7'); //unique string constant\n\nfunction get_file_url($path, $options=null, $type='coursefile') {\n    global $CFG, $HTTPSPAGEREQUIRED;\n\n    $path = str_replace('//', '/', $path);\n    $path = trim($path, '/'); // no leading and trailing slashes\n\n    // type of file\n    switch ($type) {\n       case 'questionfile':\n            $url = $CFG->wwwroot.\"/question/exportfile.php\";\n            break;\n       case 'rssfile':\n            $url = $CFG->wwwroot.\"/rss/file.php\";\n            break;\n        case 'user':\n            if (!empty($HTTPSPAGEREQUIRED)) {\n                $wwwroot = $CFG->httpswwwroot;\n            }\n            else {\n                $wwwroot = $CFG->wwwroot;\n         "..., 4096) = 4096
3403  lseek(8, 4096, SEEK_SET)          = 4096
3403  munmap(0x7fc00c732000, 49286)     = 0
3403  lseek(8, -4096, SEEK_CUR)         = 0
3403  close(8)                          = 0
3403  munmap(0x7fc00c70f000, 4096)      = 0
3403  poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
3403  write(6, "0\0\0\0\3SELECT * FROM mdl_course WHERE id='1' LIMIT 100", 52) = 52
3403  read(6, "\1\0\0\1-=\0\0\2\3def\17michelep_moodle\nmdl_course\nmdl_course\2id\2id\f?\0\n\0\0\0\10#B\0\0\0I\0\0\3\3def\17michelep_moodle\nmdl_course\nmdl_course\10category\10category\f?\0\n\0\0\0\10)@\0\0\0K\0\0\4\3def\17michelep_moodle\nmdl_course\nmdl_course\tsortorder\tsortorder\f?\0\n\0\0\0\10!\0\0\0\0I\0\0\5\3def\17michelep_moodle\nmdl_course\nmdl_course\10password\10password\f!\0\226\0\0\0\375\1\0\0\0\0I\0\0\6\3def\17michelep_moodle\nmdl_course\nmdl_course\10fullname\10fullname\f!\0\372\2\0\0\375\1\0\0\0\0K\0\0\7\3def\17michelep_moodle\nmdl_course\nmdl_course\tshortname\tshortname\f!\0,\1\0\0\375\t@\0\0\0I\0\0\10\3def\17michelep_moodle\nmdl_course\nmdl_course\10idnumber\10idnumber\f!\0,\1\0\0\375\t@\0\0\0G\0\0\t\3def\17michelep_moodle\nmdl_course\nmdl_course\7summary\7summary\f!\0\375\377\2\0\374\20\0\0\0\0E\0\0\n\3def\17michelep_moodle\nmdl_course\nmdl_course\6format\6format\f!\0\36\0\0\0\375\1\0\0\0\0M\0\0\v\3def\17michelep_moodle\nmdl_course\nmdl_course\nshowgrades\nshowgrades\f?\0\2\0\0\0\1!\0\0\0\0G\0\0\f\3def\17michelep_moodle\nmdl_course"..., 16384) = 4534
3403  stat("/home/michelep/moodledata/1/logoFacolta.jpg", {st_mode=S_IFREG|0777, st_size=18302, ...}) = 0
3403  access("/home/michelep/moodledata/1/logoFacolta.jpg", F_OK) = 0
3403  pwrite(7, "SESSION|O:6:\"object\":15:{s:12:\"session_test\";s:10:\"vbNssFd8J9\";s:10:\"logincount\";i:0;s:14:\"fromdiscussion\";s:26:\"http://www.des-k.it/moodle\";s:12:\"dst_offsettz\";s:11:\"Europe/Rome\";s:11:\"dst_offsets\";a:16:{i:1445817600;N;i:1445731200;i:0;i:1427587200;i:3600;i:1414281600;i:0;i:1396137600;i:3600;i:1382832000;i:0;i:1364688000;i:3600;i:1351382400;i:0;i:1332633600;i:3600;i:1319932800;i:0;i:1301184000;i:3600;i:1288483200;i:0;i:1269734400;i:3600;i:1256428800;i:0;i:1238284800;i:3600;i:0;N;}s:9:\"dst_range\";a:2:{i:0;i:2009;i:1;i:2015;}s:18:\"cal_course_referer\";i:1;s:15:\"cal_show_global\";b:1;s:15:\"cal_show_groups\";b:1;s:15:\"cal_show_course\";b:1;s:13:\"cal_show_user\";b:1;s:17:\"cal_courses_shown\";a:0:{}s:15:\"cal_users_shown\";s:3:\"982\";s:12:\"flashversion\";s:8:\"10.1.102\";s:4:\"lang\";s:7:\"it_utf8\";}USER|O:8:"..., 4671, 0) = 4671
3403  close(7)                          = 0
3403  lstat("/home/michelep/moodledata/1/logoFacolta.jpg", {st_mode=S_IFREG|0777, st_size=18302, ...}) = 0
3403  lstat("/home/michelep/moodledata/1", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
3403  open("/home/michelep/moodledata/1/logoFacolta.jpg", O_RDONLY) = 7
3403  fstat(7, {st_mode=S_IFREG|0777, st_size=18302, ...}) = 0
3403  lseek(7, 0, SEEK_CUR)             = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={3600, 0}}, NULL) = 0
3403  read(7, "\377\330\377\340\0\20JFIF\0\1\1\1\0H\0H\0\0\377\342\5@ICC_PROFILE\0\1\1\0\0\0050appl\2 \0\0mntrRGB XYZ \7\331\0\2\0\31\0\v\0\32\0\vacspAPPL\0\0\0\0appl\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\366\326\0\1\0\0\0\0\323-appl\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\vdscm\0\0\1\10\0\0\2\362desc\0\0\3\374\0\0\0ogXYZ\0\0\4l\0\0\0\24wtpt\0\0\4\200\0\0\0\24rXYZ\0\0\4\224\0\0\0\24bXYZ\0\0\4\250\0\0\0\24rTRC\0\0\4\274\0\0\0\16cprt\0\0\4\314\0\0\0008chad\0\0\5\4\0\0\0,gTRC\0\0\4\274\0\0\0\16bTRC\0\0\4\274\0\0\0\16mluc\0\0\0\0\0\0\0\21\0\0\0\fenUS\0\0\0&\0\0\2~esES\0\0\0&\0\0\1\202daDK\0\0\0.\0\0\1\352deDE\0\0\0,\0\0\1\250fiFI\0\0\0(\0\0\0\334frFU\0\0\0(\0\0\1*itIT\0\0\0(\0\0\2VnlNL\0\0\0(\0\0\2\30nbNO\0\0\0&\0\0\1\4ptBR\0\0\0&\0\0\1\202svSE\0\0\0&\0\0\1\4jaJP\0\0\0\32\0\0\1RkoKR\0\0\0\26\0\0\2@zhTW\0\0\0\26\0\0\1lzhCN\0\0\0\26\0\0\1\324ruRU\0\0\0\"\0\0\2\244plPL\0\0\0,\0\0\2\306\0Y\0l\0e\0i\0n\0e\0n\0 \0R\0G\0B\0-\0p\0r\0o\0f\0i\0i\0l\0i\0G\0e\0n\0e\0r\0i\0s\0k\0 \0R\0G\0B\0-\0p\0r\0o\0f\0i\0l\0P\0r\0o\0f\0i\0l\0 \0G\0\351\0n\0\351\0r\0i\0q\0u\0e\0 \0R\0V\0BN\0\202,\0 \0R\0G\0B\0 0\3270\3550\3250\2410\2440\353\220\32u(\0 \0R\0G\0B\0 \202r_ic\317\217\360\0P\0e\0r\0f\0i\0l\0 \0R\0G\0B\0 \0G\0e\0n\0\351\0r\0i\0c\0o\0A\0l\0l\0g\0e\0m\0e\0i\0n\0e\0s\0 \0R\0G\0B\0-\0P\0r\0o\0f\0i\0lfn\220\32\0 \0R\0G\0B\0 c\317\217\360e\207N\366\0G\0e\0n\0e"..., 8192) = 8192
3403  read(7, "Ud\227\274~\v\237d\234I\211\316\361\230\16\34\253Z\267\357\0255\32sq\2154\243\26\247Sh\256u~V\332\216\367m\373\247\350\365\257\303\231S\341\371\202\373\342\216\201'\214\325\326\321\355a\322\264\262\311r\315\362\257\331\315\226\342\200\21\374a\212\202\373@\340|\205\257\376\320\0362\361N\237\344j\372\304i\33s\2104\273\33g\7\375\370\240S\220y\4\36\10\310\347\232\340t\237\370(\216\227\257|\26\322\364\313\37\10\352\262|L2%\213\352\3510\220M\vL\t1\5\1\336s\30\20\251`\3142N\354\234\326\336\227\340\377\0\23^i\260M\253xG\305\232T\362\2423\333^\350\367\20\313\16\340J\356\r\30\340\341\260\335\30\2GC_;\341.O\223\324\236*9\305JU\233Pv\234\"\275\365\177i(9F*0\223q\345\246\266\266\221\216\267\364|^\241\304\271$0\317\7N\265$\234\242\334f\336\226N1\222\214\344\345%i^{?\346\227O\253<\177\373R^\374O\377\0\202[\352\362\376\320\376#\260\327|k{\343\204\322|\26\332\326\235\35\315\274\227\211m\f\233n\343\210!0,s\\o\233\357 \220\25\334\301U\237\377\0\4\355\370\273\360\363\343\27\200<I\3736\374Z\277\320l\376/\370\231N\2565\277\17\330}\227B\223P\202$\362>\301\346\25\225\246\204D\256\345\243O<\211\330|\216\26\277?\277k\33\177\22_\374)\360\376\251j\326I\341\255\7X\236\vY!\237\27B\372\346\30$rS\256\337.\322<8\343\265t\377\0\360F?\205\36&\370\221\377\0\5\3\360\17\210\364+6\275\261\360\256\257\25\336\263q%\302#@\262\371\252\255\265\3304\204\267d\fGR\0\257\237\342\234M\f>s\212\303B\222\322\244\241m9y\33\370mm\365\262\326\326{3\364\336\n\341\177\355\16\25\303\347X\214U\227\261\346k\355{X\255\33w\265\235\222j\327\346z5\261\364\325\215\266\245\241\215j\313\305\223'\206oE\301\260\2228\345\232\317S\272\222K\217\263Ij\217\f\22\264\361\305)6\337g\336#\21\341\232#\277{}\233\377\0\4\232\370\230\366w\3368\370y\250\315\347.\231s\375\255\247\272\335\375\2627]\346\326\350Gp>YW\316\201f\334\271\4\3351\316r\7\204\376\336\36\16\326\274\v\373d\370\266\327\341J\25\223\304p\375\246k1z-#\277\206\361-|\310L\305\224\307\276{[\231\244\n\312\0368\3348u;kg\376\t\367\361\4A\373ix{O\360\345\305\256\247\2455\265\366\214\227\326\326Ma\24\321\30\36td\201\244|#\177g,\221\260r\32)\243%Q\211\3\363\374\276\225\\\253\37\207P\247.H\312T\245'S\335\345\275\240\243M\311\352\355I\315\245\35\366i\273^*p\307aj\267%\314\322\232J:\336\311\311\271Yi\254\324So\360?Kh\242\212\3758\370\340\242\212(\0\242"..., 8192) = 8192
3403  read(7, "\247\355{{\235e\226X\255\\r^\33TU\2026\335\227\337\260\311\223\222\344\214\327\275\327\330`xB\212\252\353b#\30\307\232R\2158\3741\346\370\222\225\223\345\226\362\202\264\33\275\356\235\217\7\23\236\315\303\331\322m\273$\344\367v\331\332\355]t\223\274\255m\232\271\221\340O\2h\377\0\f|\37\247\350\36\1\323\255\364\255\37J\204Akk\2\341\"Q\317~I$\222X\222X\222I$\223Z\364Q_j\222J\310\371\335\317\r\377\0\202\205\374.\327\376/\376\316\362\350\377\0\r\364\331u]H\3526\363\10#uV(\273\262r\304\0162;\325\3557\366\211\361\345\346\241\4W_\6|Om\34\262*<\255\251\332\21\20'\5\210\r\310\35k\331(\257\22\266M)c'\214\241\210\2259MEI%\6\232\215\355\361E\265\361=\217Z\226i\25\205\206\26\255\30\315E\311\246\334\223\\\326\277\303%\374\250\371[A\370[\253~\313\236<\361M\254\237\f\327\342\37\204|E\251\313\253i\327v0\301=\356\236\362\5\335o,ss\260m\341\203c\214\365b\27\247\370\353\360\313]\370\377\0\373\34k\3327\206\274\30<!\254\315:\\X\350\357qn\276p\216t|\261\213\344Vt\r\205$a\260\t\3075\364\25\25\311O\205\250S\245W\f\252?c8\312<\266\207\272\247\275\245\313\315\245\375\333\267m\235\322GL\370\202\264\352\322\3048/k\7\27\315yj\343\265\343\315\313\255\265\262W\362\324\371\377\0\343\25\257\212\377\0j\337\330\373\305Z:xGV\360\347\210gKu\212\317Rh\343k\311\"\226\31\333\313!\260\25\274\266P[o=p*\237\304\337\0x\203\366\264\375\232`\260>\34\324|%\342o\v\336\333_X[k)\37\225{q\4dc\202CD\313#\250,\7\315\324`f\276\214\242\264\255\303\220\305\271<MiK\236\237\263\237\302\271\222m\306Z-$\234\236\332=.\264\"\216w<2\212\241N1\345\237<wvm$\326\257T\324V\372\357\251\340_\17\374k\250\337\370\207F\263\324~\1]h\372\240\270\204^^\371v)ga\363\256\371\343\234\34\276\301\227\1F\343\214\16kS\341\367\303]sI\375\267<\177\342}GO\226-\vU\322,\255\255.\313.\311\344D\217r\201\235\334m<\221\216+\332h\255)d1\217\262\366\265\\\234&\246\264\204uQ\224l\371b\257\3616\374\366\261\235L\335\277i\354\351\250\363\307\225\353'\274\224\264\346\223\266\332yw>t\370\327\360wY\3607\355\"~$\370G\3020\370\373G\326t\324\323\265\275!\274\246\271\266t+\262\346\335e\371\\\355E]\203\237\275\331\262\276\203\360\33\304Sx\206\367Qx\376\31\335\370\6\314F\233f\272Khe\275|\266W\312\207$\5\30;\230\363\273\212\364\252*\260\331\0240x\271bh\324j2\223\223\215\242\3274\267\264\234y\222{\264"..., 8192) = 1918
3403  read(7, "", 8192)                 = 0
3403  writev(5, [{"LS\3\0/\1\0\0\t\0\0\0\0\0\0\0\30\0-\0008\0\35\0'\0\10\0\25\0\31\0\26\0", 34}, {"X-Powered-By: PHP/5.3.8\0Last-Modified: Tue, 15 Nov 2011 17:27:43 GMT\0Content-Disposition: inline; filename=\"logoFacolta.jpg\"\0Cache-Control: max-age=86400\0Expires: Mon, 16 Jul 2012 08:32:05 GMT\0Pragma:\0Accept-Ranges: bytes\0Content-Type: image/jpeg\0Content-Length: 18302\0", 269}, {"LS\4\0\10@\0\0", 8}, {"\377\330\377\340\0\20JFIF\0\1\1\1\0H\0H\0\0\377\342\5@ICC_PROFILE\0\1\1\0\0\0050appl\2 \0\0mntrRGB XYZ \7\331\0\2\0\31\0\v\0\32\0\vacspAPPL\0\0\0\0appl\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\366\326\0\1\0\0\0\0\323-appl\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\vdscm\0\0\1\10\0\0\2\362desc\0\0\3\374\0\0\0ogXYZ\0\0\4l\0\0\0\24wtpt\0\0\4\200\0\0\0\24rXYZ\0\0\4\224\0\0\0\24bXYZ\0\0\4\250\0\0\0\24rTRC\0\0\4\274\0\0\0\16cprt\0\0\4\314\0\0\0008chad\0\0\5\4\0\0\0,gTRC\0\0\4\274\0\0\0\16bTRC\0\0\4\274\0\0\0\16mluc\0\0\0\0\0\0\0\21\0\0\0\fenUS\0\0\0&\0\0\2~esES\0\0\0&\0\0\1\202daDK\0\0\0.\0\0\1\352deDE\0\0\0,\0\0\1\250fiFI\0\0\0(\0\0\0\334frFU\0\0\0(\0\0\1*itIT\0\0\0(\0\0\2VnlNL\0\0\0(\0\0\2\30nbNO\0\0\0&\0\0\1\4ptBR\0\0\0&\0\0\1\202svSE\0\0\0&\0\0\1\4jaJP\0\0\0\32\0\0\1RkoKR\0\0\0\26\0\0\2@zhTW\0\0\0\26\0\0\1lzhCN\0\0\0\26\0\0\1\324ruRU\0\0\0\"\0\0\2\244plPL\0\0\0,\0\0\2\306\0Y\0l\0e\0i\0n\0e\0n\0 \0R\0G\0B\0-\0p\0r\0o\0f\0i\0i\0l\0i\0G\0e\0n\0e\0r\0i\0s\0k\0 \0R\0G\0B\0-\0p\0r\0o\0f\0i\0l\0P\0r\0o\0f\0i\0l\0 \0G\0\351\0n\0\351\0r\0i\0q\0u\0e\0 \0R\0V\0BN\0\202,\0 \0R\0G\0B\0 0\3270\3550\3250\2410\2440\353\220\32u(\0 \0R\0G\0B\0 \202r_ic\317\217\360\0P\0e\0r\0f\0i\0l\0 \0R\0G\0B\0 \0G\0e\0n\0\351\0r\0i\0c\0o\0A\0l\0l\0g\0e\0m\0e\0i\0n\0e\0s\0 \0R\0G\0B\0-\0P\0r\0o\0f\0i\0lfn\220\32\0 \0R\0G\0B\0 c\317\217\360e\207N\366\0G\0e\0n\0e"..., 16384}, {"LS\4\0\206\7\0\0", 8}, {"\247\355{{\235e\226X\255\\r^\33TU\2026\335\227\337\260\311\223\222\344\214\327\275\327\330`xB\212\252\353b#\30\307\232R\2158\3741\346\370\222\225\223\345\226\362\202\264\33\275\356\235\217\7\23\236\315\303\331\322m\273$\344\367v\331\332\355]t\223\274\255m\232\271\221\340O\2h\377\0\f|\37\247\350\36\1\323\255\364\255\37J\204Akk\2\341\"Q\317~I$\222X\222X\222I$\223Z\364Q_j\222J\310\371\335\317\r\377\0\202\205\374.\327\376/\376\316\362\350\377\0\r\364\331u]H\3526\363\10#uV(\273\262r\304\0162;\325\3557\366\211\361\345\346\241\4W_\6|Om\34\262*<\255\251\332\21\20'\5\210\r\310\35k\331(\257\22\266M)c'\214\241\210\2259MEI%\6\232\215\355\361E\265\361=\217Z\226i\25\205\206\26\255\30\315E\311\246\334\223\\\326\277\303%\374\250\371[A\370[\253~\313\236<\361M\254\237\f\327\342\37\204|E\251\313\253i\327v0\301=\356\236\362\5\335o,ss\260m\341\203c\214\365b\27\247\370\353\360\313]\370\377\0\373\34k\3327\206\274\30<!\254\315:\\X\350\357qn\276p\216t|\261\213\344Vt\r\205$a\260\t\3075\364\25\25\311O\205\250S\245W\f\252?c8\312<\266\207\272\247\275\245\313\315\245\375\333\267m\235\322GL\370\202\264\352\322\3048/k\7\27\315yj\343\265\343\315\313\255\265\262W\362\324\371\377\0\343\25\257\212\377\0j\337\330\373\305Z:xGV\360\347\210gKu\212\317Rh\343k\311\"\226\31\333\313!\260\25\274\266P[o=p*\237\304\337\0x\203\366\264\375\232`\260>\34\324|%\342o\v\336\333_X[k)\37\225{q\4dc\202CD\313#\250,\7\315\324`f\276\214\242\264\255\303\220\305\271<MiK\236\237\263\237\302\271\222m\306Z-$\234\236\332=.\264\"\216w<2\212\241N1\345\237<wvm$\326\257T\324V\372\357\251\340_\17\374k\250\337\370\207F\263\324~\1]h\372\240\270\204^^\371v)ga\363\256\371\343\234\34\276\301\227\1F\343\214\16kS\341\367\303]sI\375\267<\177\342}GO\226-\vU\322,\255\255.\313.\311\344D\217r\201\235\334m<\221\216+\332h\255)d1\217\262\366\265\\\234&\246\264\204uQ\224l\371b\257\3616\374\366\261\235L\335\277i\354\351\250\363\307\225\353'\274\224\264\346\223\266\332yw>t\370\327\360wY\3607\355\"~$\370G\3020\370\373G\326t\324\323\265\275!\274\246\271\266t+\262\346\335e\371\\\355E]\203\237\275\331\262\276\203\360\33\304Sx\206\367Qx\376\31\335\370\6\314F\233f\272Khe\275|\266W\312\207$\5\30;\230\363\273\212\364\252*\260\331\0240x\271bh\324j2\223\223\215\242\3274\267\264\234y\222{\264"..., 1918}], 6) = 18621
3403  close(7)                          = 0
3403  chdir("/usr/local/lsws/fcgi-bin") = 0
3403  umask(022)                        = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  write(6, "\1\0\0\0\1", 5)         = 5
3403  shutdown(6, 2 /* send and receive */) = 0
3403  close(6)                          = 0
3403  rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7fc00858b920}, 8) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={30, 0}}, NULL) = 0
3403  setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0
3403  writev(5, [{"LS\5\0\10\0\0\0", 8}], 1) = 8
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  getppid()                         = 29867
3403  select(6, [5], NULL, NULL, {1, 0}) = 0 (Timeout)
3403  munmap(0x7fc005208000, 2127952)   = 0
3403  munmap(0x7fc005410000, 2452992)   = 0
3403  munmap(0x7fc005667000, 2730360)   = 0
3403  munmap(0x7fc005902000, 2198440)   = 0
3403  munmap(0x7fc005b1b000, 2390848)   = 0
3403  fcntl(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
3403  fcntl(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
3403  shmdt(0x7fc003208000)             = 0
3403  shmctl(1215168528, IPC_RMID, 0)   = -1 EINVAL (Invalid argument)
3403  close(3)                          = 0
3403  unlink("/tmp/session_mm_litespeed1306.sem") = -1 ENOENT (No such file or directory)
3403  shmdt(0x7fc00c607000)             = 0
3403  shmctl(1215201297, IPC_RMID, 0x7fffa5ceb9b0) = -1 EINVAL (Invalid argument)
3403  close(4)                          = 0
3403  munmap(0x7fc00c606000, 4096)      = 0
3403  unlink("/tmp/ZCUDMDMC0B")         = -1 ENOENT (No such file or directory)
3403  munmap(0x7fc005f6f000, 2069704)   = 0
3403  munmap(0x7fc005d63000, 2145168)   = 0
3403  munmap(0x7fc00c687000, 323584)    = 0
3403  exit_group(0)                     = ?
