14 Aug, 2010

How to view private orkut photos

Articles related to how to view private orkut photos

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 1 month ago

How to remove a reference to a DLL or COM Component Object file in VB.Net

http://digitalpbk.com/vb-net/remove-reference-dll-or-com-component-object-file-vbnet How to remove a reference to a DLL or COM Component Object file in VB.Net the reference ? Steps to Remove the referenced DLLs First take Solution Explorer (Ctrl + Alt + L) View > Solution Explorer Click the Show all Files On the references tree and right click the reference and click Remove Visual Studio VB.net How to ...
Published 2 years, 2 months ago

Orkut - under maintanence

http://digitalpbk.blogspot.com/2006/12/orkut-under-maintanence.html Orkut - under maintanence Orkut is closed for maintanence.. Hope it comes out well with new features ...Is it just a routine maintanence?Will we have cooler features?What do you think ? ...
Published 5 years, 1 month ago

Making any Window Transparent on XP

http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html _EX_LAYERED = &H80000;Const GWL_STYLE = (-16)Const WS_VISIBLE = &H10000000;Const LWA_ALPHA = &H2; Private Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As LongPrivate Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As LongPrivate Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As IntegerPrivate Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long ...
Published 5 years ago

Showing similar content nodes on Drupal

http://digitalpbk.com/2009/12/showing-similar-content-nodes-drupal on teasers or full views etc. For example to show similar node contents on the full node use the following code if($teaser == false): print theme('similar_content', $node); endif; :) PHP Drupal How to ...
Published 2 years, 2 months ago

Orkut : Community Polls

http://digitalpbk.blogspot.com/2007/03/orkut-community-polls_27.html Orkut : Community Polls Orkut introduces a new feature for communitiesCommunity PollsYou can post a question and a number of choices and run a poll in the community. I think the feature is now available only to a limited set of communities.Howzzat? ...
Published 4 years, 10 months ago

Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock

http://digitalpbk.blogspot.com/2009/05/orkut-youtube-facebook-blocked-ssh.html Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock Blocked ??!!!Most of you may be out there to desparately find out how to unblock all these social networking sites. The solution is to use a proxy. You can use proxy sites available all over the internet, or set up your on SSH proxy if you have an SSH server. Setting up an SSH server is easy. If you have a machine at home, install any linux distribution with SSH server enabled. Now grab hold of your Home machine IP address ...
Published 2 years, 8 months ago

Special characters for orkut

http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html Special characters for orkut Recently analyzing the traffic to my site I found that some wanted to know how to insert special characters in Orkut, yeah the fancy one's... So here is the info for them ... Method 1If you are on windows, take the character map from Start Menu > Programs > Accessories > System tools > Character Map. You will find all the special characters you need in there. Double clicking a character adds it to the text box below and when you have made your ...
Published 5 years, 1 month ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html Orkut Perl Script - Login, Scrapper and more IntroThis is a PERL script that logs you into Orkut and allows you to scrap yiur friends. Following is the program and beneath it lies the manual to use the program. I assume that you already have PERL installed on your system with the required modules:LWPWWW::MechanizeProgram#! /usr/bin/perl -wuse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;use subs qw(print_c login logout home grab proces scrap);#autoflush STDOUT 1;printf ...
Published 4 years, 7 months ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html Increasing the karma ratings on Orkut Trace BackFollowed from : Making more fans on OrkutContinued ... "http://www.orkut.com/setKarma?cat=0&val;=1&gid;=FR[friends id here]/[your id here]"Eg: "http://www.orkut.com/setKarma? cat=0&val;=1&gid;=FRUS00000000000/US00123456789"The above illustrates the page you have to make your friend to access to make he/she your fan.The same can be modified to increase (can decrease also) your cool, sexy and trusty karma ratings ...
Published 5 years ago

Related help topics for how to view private orkut photos More keywords like how to view private orkut photos
More pages for how to view private orkut photos


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
One of the vertex of havelock island One of the vertex of havelock island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk