Архив за категорията 'wordpress'

Имам си нов „дом“ на блога : http://georgi.kodinov.net

07.08.2010

Имам си нов домейн ! Реших че е крайно време да си махна блога от http://progem.bg/kgeorge и да го сложа на мой си личен домейн.

Та така се появи http://georgi.kodinov.net. Моля обновете си отметките :)

Пак ми „хакнаха“ блога

29.01.2010

Някой юнак пак беше сложил един кош скрити линкове в блога ми (по-специално в footer.php в темата). Нищо че съм с последния модел wordpress.

Или хостинга, или wordpress нещичко са омазали. Изчистих ги. Не е лошо да проверите и вашите блогове ако имате.

Аз не се ядосвам от това всъщност : това е знак че ми е популярен блога. :-)

Бяха ми хакнали блога

20.09.2009

Благодарение на Веско Малезанов открих че някоя добра хакерска душа беше влязла през дупка в wordpress преди милите хора от хостинга ми да се наканят да качат wordpress 2.8.4 и да разрешат на хората да надградят и беше сложила малко линкове в wp-content/themes/default/footer.php.

Линковете бяха „невидими“ : <p style=“display=none“ ….

Съдейки по размера на щетите явно е правено с някакъв скрипт. И не съм само аз .

Та това е. Моля ви ако видите още някакви такива кракозъбъли да ми пишете веднага.

addPostFooter WordPress plugin

12.08.2009

This is the home page of the addPostFooter wordpress plugin.

This plugin allows plugging HTML or a result of evaluating PHP code as a footer after the post body in the single post display window. This is very useful when e.g. adding Google Ads to your blog. The HTML fragment is added enclosed in a DIV HTML element. You can also specify PHP code to use. The code is then passed to eval() and the result of eval() is enclosed inside a DIV HTML element.
There is a configuration page (under Settings) that allows specifying the fragment and whether it’s PHP or HTML.

This plugin allows plugging HTML or a result of evaluating PHP code as a footer after the post body in the single post display window. This is very useful when e.g. adding Google Ads to your blog. The HTML fragment is added enclosed in a DIV HTML element. You can also specify PHP code to use. The code is then passed to eval() and the result of eval() is enclosed inside a DIV HTML element.

There is a configuration page (under Settings) that allows specifying the fragment and whether it’s PHP or HTML.There is a configuration page (under Settings) that allows specifying the HTML fragment.

The plugin is tested to work with WordPress 2.8.2 and up to WordPress 2.9.

Current version :  1.1.0 (addpostfooter 1.1.0)

Older versions :

Changelog

  • 1.1.0  Added PHP code evaluation. Ensured compatibility with 2.9RC1
  • 1.0.0 Initial revision