You are browsing the archive for 2006 March.

Avatar of knut

by knut

Andy Skelton

March 31, 2006 in Blogg, Wordpress

  • Andy Skelton?

    Yeehaw, it’s another blog! I’ll try and stick
    to topics relating to WordPress and Automattic, Inc. Of course, nothing
    here is edited or approved by Automattic or any other entity. These are
    my views. Your mileage may vary.

One of the other guys developing the WordPress blogging tool

http://andy.wordpress.com/

Popularity: 7% [?]

Avatar of knut

by knut

Photo Matt

March 31, 2006 in Blogg, Photography, Wordpress

http://photomatt.net/

One of the guys working with the Worpdress blogging tool.

http://matt.wordpress.com/ is Matts own WordPress blogg.

Popularity: 6% [?]

Avatar of knut

by knut

Create your own Flickr badge

March 31, 2006 in Flickr, Photography

Flickr badge is a dynamic way to present your photosets at your own site.
You can se mine at http://knut.sandvik.bz.

Popularity: 3% [?]

Avatar of knut

by knut

Widgets plugin for WordPress

March 31, 2006 in Blogg, Plugin, Widget, Wordpress

Widgets are an easy
way for you to arrange and rearrange your sidebar to your hearts
content without touching a line of code. We first launched WordPress
Widgets (WPW) it on WordPress.com a month ago and the response was great.
Now we’re ready to release the plugin to the world. If adoption goes
well, we’ll consider rolling it into the next version of WordPress.

Read more at this site.

Sidebar Arrangement interface
Drag and Drop

Widget Configuration
Configure

Customized Sidebar
All done!

Popularity: 8% [?]

Avatar of knut

by knut

Diva – Videoredigering i Gnome.

March 31, 2006 in Gnome, Linux, Video editing

Diva er ett prosjekt for å lage
ett enkelt og skalerbart videoredigerings program for Gnome.
Undertegnede har ingen spesielle erfaringer fra
videoredigeringsprogrammer basert på åpen kildekode, men tror dette vil
bli et av de bedre. Per dags dato er ikke listen med funksjoner i Diva
veldig lang, men så har de ikke kommet lenger enn til versjon 0.0.1
enda. Så det skal bli spennende å se hva som skjer fremover, skjermbildene virker ihvertfall lovende. Les mer om Diva på deres hjemmeside.

Popularity: 4% [?]

Avatar of knut

by knut

Updating made easy with EasyUbuntu

March 31, 2006 in Linux, Ubuntu

Ubuntu uses only open/free formats,
so it doesn’t include playback support for formats such as MP3, Windows
Media Audio (WMA), and Audio Video Interleave (AVI) that may have some
restrictions. If your country has no such restrictions or legal issues
with these formats, the Restricted Formats article on the Ubuntu wiki can help you install software that plays such files. Or you can do it they easy way, with EasyUbuntu,
a Python script that gives Ubuntu users access to commonly used
applications and codecs through a neat graphical user interface (GUI).

Les mere her.

Popularity: 3% [?]

Avatar of knut

by knut

Stop comment spam in PHP Nuke

March 20, 2006 in CMS, PHP-Nuke

I have a lot of comment spam on my Nuke site. This module is a possible solution.
=================================
Stop the spam in comments of PHP-Nuke’s articles
=================================
Author: aeniGma aka Eremita Solitario
Site : http://www.thekey.it
==============================================================================

When you are a webmaster often you got problems by spammers that fill your
site with every kind of shit. As this spammer use script they can fill hundred
of site in minutes, and the problem became disturbing.

A case of spamming that I do not support is the one coming into the comments
of sites managed with PHP-Nuke. Obviously this problem is more present in that
sites that permit posting to anonymous visitors.

To solve the problem I made a patch to activate the security-code check to
post a comment. To accomplish this I made 3 simple modifications at the
original script. This simple mod can be made in less than 10 minutes.

The file to patch is: html/modules/News/comments.php and it must be modded in
3 points. In the next lines you will find the position and the code to patch.

——————————————————————————
Al line 599 ca.
——————————————————————————

modify by adding AFTER the line:

[CODE TO SEARCH]
if (is_user($user) AND ($anonpost == 1)) { echo “
“._POSTANON.”
“; }
[CODE TO SEARCH]

this piece of code:

[CODE TO INSERT]
/* Start Patch for security code by aeniGma – http://www.thekey.it */
mt_srand ((double)microtime()*1000000);
$maxran = 1000000;
$random_num = mt_rand(0, $maxran);
echo ”
Type security-code:
“;
echo “
“;
echo “
“;
echo “
“;
/* End Patch for security code */
[CODE TO INSERT]

——————————————————————————
At line 683 ca.
——————————————————————————

Do the same mod that you made at line 599, by adding the same piece of code
AFTER this:

[CODE TO SEARCH]
echo “
“._POSTANON.”
“;
}
[CODE TO SEARCH]

——————————————————————————
At line 794 ca.
——————————————————————————

Modify the code:

[CODE TO SEARCH]
case “”._OK.”":
CreateTopic($xanonpost, $subject, $comment, $pid, $sid, $host_name, $mode, $order, $thold, $posttype);
break;
[CODE TO SEARCH]

with the next version:

[CODE TO SUBSTITUTE]
case “”._OK.”":
$datekey = date(“F j”);
$rcode = hexdec(md5($_SERVER[HTTP_USER_AGENT] . $sitekey . $random_num . $datekey));
$code = substr($rcode, 2, 6);
if ($code != $gfx_check) {
replyPreview ($pid, $sid, $subject, $comment, $xanonpost, $mode, $order, $thold, $posttype);
} else {
CreateTopic($xanonpost, $subject, $comment, $pid, $sid, $host_name, $mode, $order, $thold, $posttype);
}
break;
[CODE TO SUBSTITUTE]

The-End, at this point save the file and from this point to post a comment is
necessary to insert the right security-code.

PAY ATTENTION:
1) This instruction was made based on the version 7.6 of PHP-Nuke, for other
versions you must correct the code by yourself. For every modification I
have indicated the piece of code that you find just before the modification,
so you can find the right position for the modification.

2) With this modification if a user insert the wrong code the comment will be
previewed instead of being posted. This mod do not manage the error of
inserting the wrong code, it will only block the posting by doing preview till
the right code is inserted.

DISCLAIMER:
The modification reported here are released AS-IS, and I’m not responsible for
any damage that you can do to your site wile implementing this mod. Remember
to backup all data that you modify BEFORE doing anything, so you could
roll-back the changes.

=================================
EOF | aeniGma – http://www.thekey.it
=================================

Popularity: 71% [?]

Avatar of knut

by knut

SME Server 7 password check and settings

March 15, 2006 in Linux, SME Server

Hvordan endre passordinnstillinger i SME 7 til å kunne benytte svak sikkerhet. Greit for å overføre brukerkontoer fra SME server 6.

http://contribs.org/modules/phpwiki/index.php/SME%20Server%207%20password%20check%20and%20settings

the passwordstrength db has been setup to require thefollowing

Admin=strongIbays=strongUsers=strong

Before there were no password checks in place for any ofthem.

Popularity: 3% [?]

Avatar of knut

by knut

FREE Webmaster Tools – SEO Tools

March 15, 2006 in PHP-Nuke, Search Engine Optimization

PHP-Nuke Addons


http://www.iwebtool.com/Sakset fra PHPNUKES websted

Addons: Search Engine Optimization Tools Module v1.0

astalavistabd writes Search Engine Optimization(SEO)
is a very important term for all webmasters. Many websites offer many
types of SEO tools. Hence, we decided to code a complete SEO tools for
phpnuke community so that they don’t have to go to different sites to
look for these tools. OurSEO Tools Module v1.0
is a collection of different Search Engine Optimization tools for
PHP-Nuke. These tools are powered by http://www.iwebtool.com and all
these tools are free.”

Popularity: 3% [?]

Avatar of knut

by knut

Google kjøper SketchUp

March 15, 2006 in CAD, Design, Google

Google lanserer nyheter og kjøper opp selskaper i et rasende tempo. I går kom enda et oppkjøp.

Denne gangen har Google kjøpt oppstartselskapet Last Software og
deres 3D-tegneprogram SketchUp. Programmet lar arkitekter og andre
gjøre kjappe skisser, det er ikke noe fullt konstruksjonsprogram.

SketchUp Home Page Banner

Popularity: 4% [?]