Posts

View Facebook DP (Display Picture) in Full Form.

Image
Hi Today i will Show you how to view the small Facebook Display picture in full form of it. Requirements: 1. Nothing just browser like firefox or google chrome. Steps: 1. Open the profile you want to view its Display Picture in full form 2. Right click on DP and copy Image location (firefox), or Copy Image URL (chrome)              Using Firefox                                                               Using Google Chrome   3. Open the link in new Tab it should be like this https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2 /c3.0.174.174/s160x160 /427836_47098733234228_125520545 _a.jpg 4. Now u have to do these changs remove /c3.0.174.174/s160x160 from the link means the link will become like this: https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2 / 427836_47098733234228_125520545_a.jpg 5. At the end of link replace _a.jpg with _n.jpg (if in ur case its _s.jpg also replace it _n.jpg) your link will become like this: https://fbcdn-profile-a.aka

Get First parameter from url (JavaScript Solution)

Today i ran into problem of how to retrieve the first parameter from a url after "/". I have designed a simple solution, you can see live demo of it here . I am also coying the code below var url = window.location.pathname; // returns the full URL var splittedurl = url.split('/'); var firstparameter = splittedurl[1]; // returns first parameter after url alert(firstparameter); Thanks. You can ask any question freely in comments.

LINQ Query Returning Old Data After Update

Sometimes linq query returns old data after update. This is because of data context internal caching. Follow this link to understand more about data context. Now the question is how to avoid this, below i have listed couple of techniques to avoid data context internal caching and force linq to reload results from database. 1) If you set ObjectTrackingEnabled to false, the DataContext does not track the object. 2) The second object is to refresh the object to database values after it has returned the object. For example var cacheddate = (from d in DataContextObj.users where username = "unique" && active == "true" select d).firstordefault(); Now after performing some update, the data is updated but query still returns old data. In this case you can refresh your object (in our case it is "cacheddata" ) to database values. You should refresh thiis variable just after executing a query, see below for example var cacheddate = (from d in D

Remove Search.conduit.com

Image
 Search.conduit.com is like worse nightmare how to remove it so here are the step by step tutorial. Uninstall Search.conduit.com Toolbar From Computer: 1. First we will remove Search.conduit.com from your Computer thn we will Learn how to remove from All other Browsers. 2. Click on Start Button And Click on RUN ( Shortcut WindowsKey+R)  The Run Box will appear. Type This and hit enter APPWIZ.CPL 3. It will open ADD AND REMOVE Program. Find Search Provider By Conduit in it and Uninstall it. 4. Now Follow the below steps how to remove it from Browsers Uninstall Search.conduit.com Toolbar in IE: 1. Open Internet Explorer. Press ALT+T → Manage Add-ons. 2. Select Search Providers .Select BING 1st and make it default search provider, then select Web Search and Click Remove button at the bottom to uninstall it. 3. Now Press Again ALT+T  →Internet Options . Go to General tab remove eveything which is in the box of HOME PAGE and Add http://www.google.com

Increase Traffic on website.

HOW TO INCREASE TRAFFIC _______________This Post Has been Stolen From Deepweb________________ This Perl script creates random IP numbers and ports and tries to connect to these IPs aiming to generate as much traffic as possible. Procedure: Remember for this you have to download and install Active Perl> http://www.activestate.com/activeperl/downloads After downloading and installation copy the below code  Paste it in Notepad and save it Anything.pl in ur C: drive. anything means any name Open cmd and type this cd\ (hit enter) Then Type this and hit enter C: Then type this line Anything.pl In your case it will be somthing else depending upon which name have u given to that file. _______________________________ REMEMBER THIS: DON'T USE THIS SCRIPT IF YOU DON'T HAVE LOTS OF BANDWIDTH _____________Copy the below code__________________ #!/usr/bin/perl -Tw package multithreadediptraverse; use strict; use threads; use threads::shared; use Thre

Office 2007 Installation Error (Windows Installer Service cannot update Installer Service cannot update, Installation failed)

Image
HI. Today i Came across to a new type of error when i was installing the Office 2007  The error was "Windows Installer Service cannot update Installer Service cannot update , Installation failed" After Searching over the internet i came across to this solution Download these 2 Files Fp4autl.dll and FP4AWEC.DLL from here  http://www.dlldump.com/dllfiles/F/fp4autl.dll http://www.dlldump.com/dllfiles/F/FP4AWEC.DLL Copy these both files to this location.  C:\program files\common files\microsoft shared\web server extensions\40\bin\ if you Cannot Find this location and simply copy the above line and click on start-> Run and Paste the link in Run and hit enter. then copy those 2 downloaded Files.

Recover All Saved wifi Password (only for win 7)

Image
Hi Today i will show you how to recover/get all saved wifi network password saved on your system, REMEMBER this method only works on windows 7  Requirments:   Windows 7 No extra / other software. Steps: click on Start type RUN or simply press Windows key + R. Type CMD and press enter. Now Type this code and press enter   CD Desktop      4. Now type these 2 codes.  press enter after each code. mkdir My_wifi_keys cd My_wifi_keys.  * The first code creates a folder on desktop naming My_Wifi_keys   * The 2nd code let u enters in that folder so that we can save our keys with in My_wifi_keys folder.     5. now Type these 2 commands and press enter. netsh wlan export profile key=clear ren *.xml *.txt *The first command will export all the save password in your created folder. but they will are in .xml format *The 2nd commands made all those XML to .txt  6. Open each file there will be kind of codes. Check the 5th last line there is the passw

Hack Windows Admin Password Using Win7 Usb/DVD

Image
Today i will show you how to hack/ bypass Window's ( Xp/Win7) Admin password using windows 7 bootable usb/ DVD. Steps: Insert Usb/DVD and Boot your computer with it. Click On Next Button   3.  Click on Repair Link.     4.Click on Operating System and click  NEXT.   4. Click on Command Prompt   5. Command Prompt will be opened. Type this code in it as it is. copy c:\windows\system32\sethc.exe c:\  And Press Enter. it will say 1 Files(s) copied. 6. After that Type in this code and hit enter.         It will Ask for Overwrite Type YES. copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe 7. Done You have completed the Difficult Part. Now Close the Command Prompt And Click on Restart Button  8. This time Boot Normally ( Remove your USB/DVD)  9. When the LOGIN screen Appears. Press SHIFT Key 5times. It will Open Command Prompt. 10. Now Type This Command. Remember Replace Username with your own Username . Also Repla

Files / Folders Unhidder

Image
Hi/Hello You have came across to this situation. When your pendrive/usb/hard disk, get infected by virus. And Virus hides all of your data, or Create shortcut of all of your data. So here is the best solution. 1. Download UnHidder 2. Unzip the unHidder and run the software . 3. Its a command line Software . 4. Enter the number of your Drive . e.g i want to unhide file in G drive so i will enter 5 5. Press Enter and You are done. All the files will be shown. Go to your drive and Del all the shortcut manully.

Make Smart Phone as FTP Server

Image
Hi, Hello, In my Last post i have given the tutorial about how to " Access Shared Windows Folder in Android" Today I m going to give tutorial about how to Make your smart phone as an Ftp Server (for Local area) and access its SDcard from computer. And can download and upload files to it. Requirements: 1. Smart Phone :-P 2. ES File Explorer Click it to download from Play store. Lets Start. 1. Download and install the Es file explorer on your phone. 2. Open the Es File Explorer. 3. Press the Option/menu > Tools>Remote Manager 4. A New window will appear Click on Settings button at the bottom.  5. Click on Set Account Manager > Enter Any User Name & Password. 6. Click Back button and click on Turn On It will give you an Ip Address. 7. Open your Browser in Pc/Laptop. And enter the link of your smart phone. Remember... Type FTP:// and then your ip : port Enter your User/Password .  8. It will show all your files of Smart phone . 9. I

Access Shared Windows folder In Android (Play Videos/Songs)

Image
Want to play videos from your computer on your Android, without the hassle of copying them to your device’s internal storage? Share a folder over the network with Windows. You can copy files back and forth over Wi-Fi, too. Sharing Folders on Windows 7 To share a folder and make it accessible from Android, you’ll need to share it with “Everyone.” To do this, navigate to the folder you want to share, click the Share with menu, and select Specific people. Enter “Everyone” in the box and click the Add button. By default, Everyone will only have Read permissions – if you also want to copy files from your Android to the shared folder, you can change the permission level to Read/Write. Click the Share button after configuring your permissions. Next, go to the Network and Sharing Center. Click Start, type “Network and Sharing” and press Enter to quickly open it. In the Advanced sharing settings, you may want to disable password-protected sharing. If you disable passwor

How to present your research report.

It is one of those un-answered questions that students ask every one that how should we present our research paper. Well, i have listed down few basic points and while creating presentation for your research report one should consider these points Introduction (1 slide) Research Questions/Hypotheses (1 slide) Literature Review/Theory (1 slide) Methods & Data Collection (1 slide) Data Presentation/Findings (3-5 slides) Conclusion (1 slide)  Note: this breakdown is for 8,000 - 10,000 words report and this should be covered in 15 minutes.

Facebook Primary: No Primary Email

Image
Hi hello  Today one of my friend give me his id and pass and request me to please add my 2nd email address in account. Because there is no Link of add another email in Settings page. And the Old email is on pending. Like the below picture. After Hell of trying i came across to this solution 1. Login with your facebook account. 2. click on this link https://m.facebook.com/settings/email/?add_email&refid=74 3. It will open email adding page. 4. Enter your new email and your password 5. And click save/ok 6. Go to your email and click on conformation email. and you are done... enjoy

Change Window 7 Password Without Knowing Current Password

Image
Step 1:  Click on Start type Run and Hit enter. Or Simply press windows key+R. And type this comment in Run Box compmgmt.msc Step 2 : Computer Management windows will open, Select System Tools from right window pane. Step 3 : Under this, just double click on Local Users and Groups and then click on Users. Step 4 : Now you will see all the login accounts of your computer. Step 5: Right click on any, the account whose password you want to change and then click on Set Password. Step 6 : A warning message will popup on your screen just click on Proceed button. Step 7 : Now enter your New Password and click on OK button.

Drop database manually

Sometimes xamp dont allow us to drop database using "drop database databasename" command. So to drop database manually follow the below steps 1) Go to your localhost/phpmyadmin. 2) Click on database you want to drop (all your database will be on left hand side bar). 3) On the top most bar you will see operations tabs, click on it. 4) Now you will see probably in 4th section "Remove Database". 5) Click on "Drop the database". 6) A window will be popped up asking "You are about to DESTROY a complete database! Do you really want to : DROP DATABASE databasename". 7) Click on OK. 8) It will take few moments depending on the size of your database. 9) TA DA you have dropped your database successfully.

IDM (Setup+auto crack) one exe

Hi. One of my classmate  requested me to make a tutorial about IDM and its cracking. Well there are alot of latest version of IDM and they updating it daily. But i use IDM 6.0. The Reason behind this is that the IDM setup and Crack  both are in one EXE.  Step to follow: 1.If any version of IDM is installed before 1st Uninstall it and restart your System 2.Download this file http://www.mediafire.com/?sx8x9ptw6682mnr 3. Extract the File 4. Just double click on the extracted file and leave everything to the setup . The Setup will install the IDM and also Crack it for you.

Change Your Facebook Theme

Image
Hello, This post is for facebook lovers. Many people love changes, you don't have default option to change your Facebook theme like Orkut. But Today I will give you a trick with this you can easily change theme of your facebook. You need only two things for this, first one is a facebook account and second thing is chrome or Mozilla browser, Because in this trick I will use Add-on. How To Change:     1. First of all install Add-on . Chrome user click on this Chrome web store , and Fire Fox users Click on this . 2. After installation, just restart your browser and you will found a S icon on t op right side in address b ar or it will be on bottom left of browser. 3. Now Login to your FB account and click on this S icon. 4. A list will open , now simply click on " Find more styles for this site ".   5 . In this you will get 1000+ Facebook themes, select any on e of your choice. 6 . After selecting a theme, you can see preview too, for installation click on "

Best Android Apps To Block Unwanted Calls.

Image
Some times you get prank calls. These calls frustrate me very much, So searched on Google and got some apps for this. I make list of top 5 Android Apps to block Unwanted calls. Even you can block SMS too.   1. Call Blocker Call Blocker application ensure your security by blocking unwanted calls and Spam SMS to your gadget. It provide some extra facilities like backup and privacy erase tool.   2. Mr. Number   Mr. Number is the most effective call blocker and message blocker provision it squares writings and calls from an individual, a business, a prefix, or the planet. And likewise it incorporates Reverse Lookup characteristics gives you progressively about who is calling.   3. Truecaller Truecaller is the unlimited worldwide telephone catalog with person id and bring blocker that fits in your pocket. It pieces unwanted telemarketers or spam individuals with our boycott characteristic. Invert lookup for versatile or landlines numbers calls from-to discover who c