Category: How To

  • Login with facebook and google php script

    Login with Facebook and Google is not so much tricky .In this post we will discuss about facebook and google login in php with OAuth2 and at the end of the post you can download the utility( Login with Facebook and Google php script ). while i was working on this project i encountered with…

  • Mashable Slider Clone Free WordPress Plugin [Development Stage]

    Mashable slider always attracted me due to its amazing slider features .So i decided to make mashable slider clone free wordpress plugin.The mashable slider clone needs some logical coding and tricky tweak, and the best part is that after 1 week of coding and search we finally made it .Next challenging task before us was…

  • SelfDelete Executable In C#

    SelfDelete Executable In C#

    In My Previous Project Keylogger Generator (How Keyloger steal your password ) I Discover The Code How To Create Self  Delete exe Before Explain It In C#, Let Me Explain Who Help Me, I Got The Algorithm From http://www.catch22.net/tuts/selfdel.There Is Source Code In C++.

  • Create Bookmark Link Using Javascript

    Create Bookmark Link Using Javascript

    This post is how to create add to bookmark link for your blog or site using this link in your site there may be a small increament in your blog with returning visitor. initialy i found it on prestashop . you can add a quick “Bookmark this page” link in all your pages so that…

  • Format Drive Using C#

    Dot Net(.NET) does not have any internal assembly to format the windows drive. So technically using standards programming technique you can not perform format task with VC++, VB or C# .But there is always an alternative 🙂  . the format of windows drive in c# can be performed by using DOS COMMAND. Source code is…