-
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…
-
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
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…