Search found 22 matches

by livinskull
Fri May 28, 2021 9:38 pm
Forum: The Hacker's Server
Topic: IRC Channel
Replies: 1
Views: 9561

IRC Channel

With the current drama around freenode, we're migrating the (inofficial) IRC channel from freenode to WeChall IRC.

Join us on irc.wechall.net #hacker.org :)

(Since I can't find the old IRC announcement, I'm creating a new post here)
by livinskull
Mon Sep 12, 2011 4:22 pm
Forum: Challenges Solved
Topic: Smell as Sweet
Replies: 15
Views: 3384

Hexeditor

Extracted html and first 3 pngs, was enough to figure out the answer =)
by livinskull
Sat Jun 18, 2011 11:44 pm
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 7657

PHP $sPi = file_get_contents('pi_1st_million'); for ($i=0, $sLongest = $tmp = '', $max = strlen($sPi); $i<$max; ++$i, $tmp = '') { while ($i<$max && $sPi[$i] != '9') $tmp .= $sPi[$i++]; if (strlen($tmp) > strlen($sLongest)) { $sLongest = $tmp; echo $sLongest."\n"; } }
by livinskull
Sat Dec 11, 2010 4:26 pm
Forum: Challenges Solved
Topic: V.I.L.E.
Replies: 12
Views: 2637

Surprisingly easy =)
Although i just took the first letters of the country names and got some gibberish:
aheanssekisadum
enough to solve it :P
by livinskull
Sat Dec 11, 2010 1:17 pm
Forum: The Hacker's Server
Topic: Help with PHP
Replies: 4
Views: 10376

What do you mean by "program"? PHP is mainly a web-language designed to create dynamic websites. Besides many people (including me) use it for quick scripts to solve problems or hackits, but executed from the command line interface instead running it on a webserver. So which of those are y...
by livinskull
Sat Dec 11, 2010 1:12 pm
Forum: The Hacker's Server
Topic: Locked out in a weird way.
Replies: 5
Views: 10326

Haha, that shit happened to me before :D
If I recall correctly I just formatted the whole thing and reinstalled xD

What OS do you work with?
by livinskull
Tue Nov 30, 2010 8:40 pm
Forum: The Hacker's Server
Topic: Backtrack.... should i get it?
Replies: 3
Views: 10083

Backtrack is awesome, go get it!
Mine is installed on a memory stick, mainly using it for wardriving =)
by livinskull
Tue Nov 30, 2010 8:36 pm
Forum: The Hacker's Server
Topic: o7 Hey all!
Replies: 2
Views: 8585

Guess its not the problem that the site "isn't that much social orientated", but the problem is no one cares about posts in this spam section =)

@topic: Welcome l0stb3ta, enjoy your stay =)
by livinskull
Fri Mar 05, 2010 9:15 pm
Forum: The Hacker's Server
Topic: facebook
Replies: 25
Views: 28325

broky wrote:@all
please help me, I want hacking facebook enemy me,

i hope software hacking facebook or easy tutorial without software :D
and i english hope...

Seriously, those posts are getting ridicoulous :D
by livinskull
Sun Dec 13, 2009 2:55 pm
Forum: General
Topic: Quick script to hide these annoying spam posts
Replies: 6
Views: 30551

Unfortunately I don't have access to the server xD
Thats why I wrote a client side script to deal with that while waiting for adum to hopefully implementing some spam protection...
by livinskull
Tue Dec 08, 2009 1:03 am
Forum: Challenges Solved
Topic: Broken Keys
Replies: 15
Views: 3654

eat this:

Code: Select all

1<0</0^/<p
getting divide-by-zero warnings if second is larger, but who cares as long as it works :D
by livinskull
Mon Dec 07, 2009 4:08 pm
Forum: Challenges Solved
Topic: Broken Key
Replies: 12
Views: 4191

therethinker wrote:I was pleasantly surprised when I found out my code worked the very first time I ran it! I couldn't believe it!
lol same here :D

Code: Select all

0<2>1<3>0<92*2+?1<92*?0<1-0>1<1-1>8c3<p!2<p
by livinskull
Mon Dec 07, 2009 3:00 pm
Forum: Challenges Solved
Topic: King Mouse
Replies: 23
Views: 3057

Go through that array from behind 54*1-0^<0<:1+5?0^<0>1-0^2?5c<p So I start with the number after the input number which is 0, like some others did too Unfortunately this no longer works, cause on the 5th test there are all negative numbers therefore I decided to cheat a bit and forget about the las...
by livinskull
Mon Dec 07, 2009 1:18 pm
Forum: Challenges Solved
Topic: Exclusive Or
Replies: 24
Views: 12297

I did this bit for bit, as for the first thought I had was to print the result in binary... So my code is kinda big with 115 instructions 88*8*8*8*8*8*8*8*8*0<1^:1+93+?0<1^-0>12>3g02>1<1^:1+93+?1<1^-1>13>3g03>2<3<:7?4<1^+4>21^:8?2/99+1+c0<1<:6?4<1+4>4<p Initially coded that shit in asm to see how it...
by livinskull
Sun Dec 06, 2009 6:02 pm
Forum: General
Topic: Quick script to hide these annoying spam posts
Replies: 6
Views: 30551

Quick script to hide these annoying spam posts

Its quick and dirty, but seems to work for most of those posts :P

http://userscripts.org/scripts/show/63606

Greetz, livinskull