Хорошая новость, уже читал перевод
http://www.opennet.ru/opennews/art.shtml?num=14429
Если $this->last_result не содержит данных, то всегда будет Notice в строке return $new_array;
Так что версия PHP здесь ни причем, скорее error_reporting в php.ini.
Думаю остальной код не лучше, поэтому ставьте error_reporting(0); в config.php
или
error_reporting(E_ERROR | E_WARNING | E_PARSE);
ez_sql_core.php line 234
function get_col($query=null,$x=0) { // If there is a query then perform it if not then use cached results.. if ( $query ) { $this->query($query); } // Extract the column values for ( $i=0; $i < count($this->last_result); $i++ ) { $new_array[$i] = $this->get_var(null,$x,$i); } return $new_array; }
Это не Smarty. Версия Pligg стабильная?
Такое впечатление, что затерт какой-то файл инициализации.
Если это Бета версия, то error_reporting(0); или править.
Запретить всем индексировать
User-Agent: *
Disallow: /
... <style> a.color:hover {background-color:#CC0000;} </style> ... <a class="color" href=""> Link</a> <a href="">No color</a>
Так здесь одна подчеркушка, а в запросах две dle__post.
Еще раз смотрите конфиг, ищите define ("PREFIX", "dle");
В этот же скрипт вставьте запрос
SHOW TABLES;
Для всех браузеров не получится, так как в Firefox необходимо специальное разрешение
signed.applets.codebase_principal_support=true
В Опере, скорее всего, вообще не будет работать.
Видел вариант через Flash
http://my.opera.com/aLexusPro/blog/clipboard-javascript-flash
Поздравляю!
{ allCells.id="cell"+i; allCells.onmouseover=function() {doSomething(this.id);}; /* attr=document.createAttribute('onmouseover'); attr.value="doSomething(this.id);"; allCells.setAttributeNode(attr); */ }
или через e.target / e.srcElement в самом обработчике получать объект для события