jakobjs

- friends
230 link karma
123 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Three-Year Club

    Verified Email

reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own!

Best PHP Framework To Get Me Started? by Subthehoboin PHP

[–]jakobjs 1 point2 points ago

I've used PHP Fat Free for a project or two. Highly recommended.

http://fatfree.sourceforge.net/

NY hospital charges patients $7 per day to watch basic TV by SilverSultanin Health

[–]jakobjs 9 points10 points ago

lolz. This is not a hotel or an airport. This is outragoues and belongs in /r/USA_problems

This would never happen in another western country.

Sorry for the delay: Pictures from the Reykjavik Meetup! by ourideasheldnowaterin Iceland

[–]jakobjs 2 points3 points ago

sorry, this has been archived and can no longer be voted on

totally missed that one :-/ damnit

The Sugarcubes - Deus by crowfacein Music

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

yeah, nice track

My new VDSL connection: 47.32Mb/s download, 21.81Mb/s upload :-D by jakobjsin networking

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

The tech guy that was installing my line said the line was synching at over 144Mbit. That is then limited to 50Mbit.

Here is the VDSL2 router thas was installed: http://www.technicolorbroadbandpartner.com/dsl-modems-gateways/products/product-detail.php?id=186&seg=7

My new VDSL connection: 47.32Mb/s download, 21.81Mb/s upload :-D by jakobjsin networking

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Backup image link: http://i.imgur.com/mxRwI.png

ESX VM Snapshots?! by Oresin vmware

[–]jakobjs -1 points0 points ago

sorry, this has been archived and can no longer be voted on

nice info on snapshops there, thanks :-)

PHP Frameworks: Which one do you prefer and why? by Kriemin PHP

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

StoneCypher: try out FatFree, http://fatfree.sourceforge.net/

Cost for using that framework in my app i'm currently working on = almost none, has been nothing but a life-saver

PHP Frameworks: Which one do you prefer and why? by Kriemin PHP

[–]jakobjs -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

FatFree is brilliant.

Take a look at their blog example in the sf.net download area.

Why: very very simple and does not at all get in the way of you. Allows you to create simple sites in minutes. Not like any framework I have ever used.

With recent Gawker hack in mind, how do you hash+salt your passwords? by steelazin PHP

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

code?

With recent Gawker hack in mind, how do you hash+salt your passwords? by steelazin PHP

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

out is something like:

$ php hash.php
Crypted pass:$1$Wgvd.le1$olGwCrJGtL4JJoOO1aqK.0
Password verified!
----
Crypted: pass:ebf2727bc59c44bc47f567d9365a8f54456d0d4b5d560efb30502eb254bb46e33e1acb285914c8a30d3143a39016ba7bd8f39a9f2802c9c6a8433c73f00b853ad631597176f2cc4f85049c9b5c0493bf73bd127586c2b56d1353528f4a93a7ca94d0cc7e072dfc0095e87df30be3693bb94e7f7ced2ddd2f2c874bb3d718cfa549ddc4ff92a3c5c6e5d0d8de265703a198d210ae4bc6ed7d8f12a0b51706a4b770b57785
Password verified!

With recent Gawker hack in mind, how do you hash+salt your passwords? by steelazin PHP

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Create your own crypt function for more security: http://is.php.net/manual/en/function.crypt.php#94176

<?php
$password = 'somepass';
$user_input = 'somepass';

echo "--- crypt ---\n";
$crypted = crypt($password); // let the salt be automatically generated
echo 'Crypted pass:' . $crypt . "\n";
if (crypt($user_input, $password) == $password) {
   echo "Password verified!\n";
}

echo "--- mycrypt ---\n";
function mycrypt($clear, $hashed = NULL) {
    $salt_len = 100;
    if (empty($hashed))
        for($salt = '', $x = 0; $x++ < $salt_len; $salt .= bin2hex(chr(mt_rand(0,255))));   // make a new salt
    else
        $salt = substr($hashed, 0, $salt_len*2);  //  extract existing salt

    return $salt . hash('whirlpool', $salt . $clear);
}

$mycrypted = mycrypt($password);
echo 'Crypted pass:' . $password . "\n";
if (mycrypt($user_input, $password) == $password) {
   echo "Password verified!\n";
}
?>

How many Redditors enjoy other language music, even if they don't understand it? by sid3coolin AskReddit

[–]jakobjs 0 points1 point ago

sorry, this has been archived and can no longer be voted on

heheh your welcome. franskar eru svo sannarlega góðar :-p

PS. i just created my first playlist on gogoyoko, you can stream Sigur Rós and others there for free. play me and go create your own :) http://www.gogoyoko.com/#/go/jakobjs

Swedish Helicopter Heist CCTV...men armed with assault riffles and explosives land a chopper on the roof of a cash transport company, steal shitloads of cash, fly away safely by jakobjsin videos

[–]jakobjs[S] 6 points7 points ago

sorry, this has been archived and can no longer be voted on

Ten men have now been charged, 5 for committing the robbery, 5 that halped. Only 100.000 SEK of many millions have been recovered by the police.

Best music videos off all time by theconversationalistin AskReddit

[–]jakobjs 3 points4 points ago

sorry, this has been archived and can no longer be voted on

view more: next