You are browsing the archive for 2006 March.
Photo Matt
March 31, 2006 in Blogg, Photography, Wordpress
One of the guys working with the Worpdress blogging tool.
http://matt.wordpress.com/ is Matts own WordPress blogg.
Popularity: 6% [?]
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% [?]
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% [?]
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).
Popularity: 3% [?]
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% [?]
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% [?]
FREE Webmaster Tools – SEO Tools
March 15, 2006 in PHP-Nuke, Search Engine Optimization
![]() ![]() http://www.iwebtool.com/Sakset fra PHPNUKES websted Addons: Search Engine Optimization Tools Module v1.0 astalavistabd writes “Search Engine Optimization(SEO) |
Popularity: 3% [?]
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.
Popularity: 4% [?]




