New Tier Desktop Software, Widgets and Screensavers New Tier Desktop Software, Widgets and Screensavers
FREE DOWNLOAD FOR PC
What is a Desktop Communicator?

  • A FREE software program that provides a higher level of interaction with the team website

  • "Cliff Notes" version of the team website with links back to the official site for the full story

  • Pop up alerts notify you of breaking team news, new media releases and special offers

  • This streamlined program will not slow down your computer's speed or hinder performance

Click on the images below to enlarge


MESSAGE: chmod() [function.chmod]: Operation not permitted
TYPE: Warning
FILE: /usr/local/www/vhost/texasstate/lib/pear/HTML/Template/Flexy/Compiler/Flexy.php
LINE: 179
DEBUG INFO:

174 echo "Writing: $file
\n";
175 }
176 fwrite($cfp, $data);
177 fclose($cfp);
178

179 chmod($file, 0775);

180 // make the timestamp of the two items match.
181 clearstatcache();
182 touch($file, filemtime($flexy->currentTemplate));
183 if ($file != $flexy->compiledTemplate) {
184 chmod($flexy->compiledTemplate, 0775);



MESSAGE: touch() [function.touch]: Utime failed: Operation not permitted
TYPE: Warning
FILE: /usr/local/www/vhost/texasstate/lib/pear/HTML/Template/Flexy/Compiler/Flexy.php
LINE: 182
DEBUG INFO:

177 fclose($cfp);
178
179 chmod($file, 0775);
180 // make the timestamp of the two items match.
181 clearstatcache();

182 touch($file, filemtime($flexy->currentTemplate));

183 if ($file != $flexy->compiledTemplate) {
184 chmod($flexy->compiledTemplate, 0775);
185 // make the timestamp of the two items match.
186 clearstatcache();
187 touch($flexy->compiledTemplate, filemtime($flexy->currentTemplate));