Categories
News

Gmail: Google brought extra Disks!

Yep… It looks like Google brought extra disks for GMail!
After making orkut open to all around 6 months back, Google made GMail open to all! Now no needs to get invitation for having 2.8+ GB free email service!

Well if your already have Google Account without Gmail Account then follow this link to add Gmail to your account! Note every Gmail account is a Google account but reverse may not be true!

Finally the question remains what to do with 61 Gmail invitation that still in my account! Well let Google take care of that, till then you enjoi Gmail!

#Related Link: Click here to Sign-Up for Gmail Account!

Categories
Tips

Hacking Windows NT 5.x (i.e. Windows 2000/XP/2003)

In this post I’m writing about some Windows NT 5.x series (i.e. windows 2000/XP/2003) hack which I have gathered from various sources! Well due to lack of time I could not try all of the following hacks; but again whether a particular hack should work or not depends on security of that system! As security measure varies from system to system some of these may not work! Well that is for what comments facility is provided!

#1. Opening command or cmd prompt from where it is Banned
!
Normally we start command or cmd prompt by executing “Start>Run>Command.com” or “Start>Run>Command.exe” respectively!

If this is not working, then u can try…
1. Open Notepad (or any text editor).
2. Type just command.com or cmd.exe (depending on what u want to open!).
3. Without doing anything else, just save this file with whatever name u like (e.g. devil, rahul, etc) but extension must be “bat”. e.g. filename cud be “devil.bat”, “rahul.bat”
Then save it as Something.bat.

Now all u need to do is click on this file to start commanding!

#2. Adding/Deleting a user to your network
1. Open command prompt!
2. To add user, type : Net user Devil /ADD”
2. To delete user, type : “Net user Devil /DELETE”

Well this may fail! Does it said access denied?
Lets try to make this work by some nasty commands! (otherwise u r free to break into system by breaking windows password!!!)

so now, type: “net localgroup”

following is the output of this command in my college…

Aliases for \COEP——————————————-
*Administrators
*Backup Operators
*Guests
*HelpServicesGroup
*Network Configuration Operators
*ORA_DBA
*Power Users
*Remote Desktop Users
*Replicator
*Users
The command completed successfully.

Yep admin is there with name Administrators

so to add, type: “net localgroup Administrator Devil /ADD
similarly so to add, type: “net localgroup Administrator Devil /DELETE

#3. Opening blocked sites (orkut, myspace, etc.) with the help of command prompt!

Say orkut, myspace, etc is blocked in ur college/office. Well my college is kool in this regard!
Lets try it for orkut!

Type (at command prompt): “ping orkut.com”
Here is the output…

Pinging orkut.com [72.14.209.85] with 32 bytes of data:Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 72.14.209.85:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Does it look like failure to u??? All requests gotta time-out! Well as I said earlier my college is quite liberal so this has nothing to do with network admin!

Actually orkut, myspace, google and many well-known site does not allow pinging as it increased load on their servers! So does this mean no donut for u??

Well all we needed was IP address and we got it! 🙂

so open up your browser and type following in address bar/navigation bar/url bar…

For orkut, http://72.14.209.85
For myspace, http://216.178.32.52
For google, (wat??? google is blocked! R u on earth???) wel try http://72.14.207.99

Well if u r orkut or myspace addict, then there is another article u may like to read!

Categories
News

Updates: Orkut is on ur Time!

Long time back me n Vijay tried to make a greasemonkey script which will show orkut in local time. That means if it worked successfully u could see scraps, community posts in local time n not in PST Timezone which orkut is was following! Well such script was there on userscripts.org but stopped working after orkuts last big code change around August 2007.

So am I giving u that script today? Well if u think so then u have not noticed that orkut has made this change alongwith new video integration in orkut! So u can see scraps, community posts all in ur time! Now u will get to know ur friends birthday at midnight!

This is already done for everyone. If u r accidentally or purposefully changed ur country on orkuts settings page, then all u need to do select ur right country!

Well I don’t think this will make any difference to most of the people as punctuality is rare quality now-a-dayz!

Happy Orkutting!

Categories
Tips

Flooding Topics-Reply in Orkut Communities!

After long time I’m posting any orkut flooding script here! I got this from an orkut community from someone pretending to be geek, but from source I am sure as this is also by mythical cmd!

#How to use this?

  1. Open any topic in any community which u want to flood.
  2. Press reply button on that topic.
  3. Now copy following codes into that pages address bar / navigation bar / url bar.

javascript:function cmd(){var msg=”your message here“; var i=Math.floor(Math.random()*987668764); document.getElementsByTagName(‘input’).item(2).value=msg; document.getElementsByTagName(‘TEXTAREA’).item(0).value=msg+”counter:::”+i; document.getElementsByTagName(‘input’).item(6).click();} void(setInterval(cmd,1000));

  1. Press ENTER to start the flood!
  2. To STOP, just close that tab/window.

#Note 1:
You can write ur message in between quotes replacing your message here in above script.

#Note 2:
You can change time interval as per ur connection speed which is 1000 in above javascript. The faster is the connection, the lesser is time interval required!

#Disclaimer:
Excessive flooding may delete/disable ur account. So use at ur own risk!

Categories
Tips

Orkut Flood Machine for geeks…

Update: This post is outdated as the Flood Machine no longer available! but you can use alternative scrapbook flooder! 🙂

Details: This post contains link to blog whose content got deleted over the time. The blogger when contacted failed to provide new links and thus this had broken links. We are sorry for your inconvenience… 🙁

Categories
Tips

Searching Orkut communities as well as scrapbooks!

#Requirements:
1. Mozilla Firefox,
2 GreaseMonkey (need help)

#1. Orkut Scrapbook Searcher Beta
What the script will do is, search for the text in the scraps of the present page, and highlight the searched text in red if the text is found. If it cannot find the search text, it will start scanning the ‘Next’ page on the scrapbook. The scanning continues until the scrapsearcher is able to find the search text. If you want to search further, after finding some text, you just need to click the ‘Next >’ link on the scrapbook.

You can download the script from this place: http://www.myjavaserver.com/~topcoder/scrapsearcher.user.js
#2 Orkut Community Topic Searcher Beta
You can search a specific text within a community topic as well.
This searcher tries to search for a specific text in a community topic, by traversing through the various posts in the page. If the searcher finds the text in any of the posts, it highlights the text in red, wherever it occurs in the page. Else it proceeds to the next page by following the ‘Next >’ link. If you want to search more after the text is found, just click the ‘Next >’ link on the top or bottom right. The searcher will automatically start searching the remaining pages, until it find the same text again. Hope you enjoy this script!

Download the script from:
http://www.myjavaserver.com/~topcoder/topicsearch.user.js
Credits: Both above scripts are by Vijay Bhaskar!

Categories
Tips

Orkut Words Generator – Spell ur name the orkut way!

If u r an orkut addict and like the way Orkut Spells ur name, then u can enjoy this Orkut Scrap Generator!

It has three option for three different ways orkut spells ur name, demonstrated as follows for my name, i.e. RAHUL

#1. Using “People” Image

#2. Using “Honor” Image


#3. Using “Nature” Image

#Bonus Tip: If u want to show generated image for ur name on some page and if u hv access to the code then right-click on orkut word generatot after ur images gets generated and select image codes.
There wil be # no. of lines where # wil be length of ur name.
Followin are codes for above three images…

#1. Using “People” Image

#2. Using “Honor” Image

#3. Using “Nature” Image

Categories
News

Know >> Why Brazil Loves Orkut!

The discussion is on to the post made byLoren Baker, Editor

Here is an excerpt:

Danny Sullivan made a post today at Search Engine Watch quoting a USA Today piece on the alarming amount of Al-Qaeda fan groups in Google’s Orkut. Anytime one talks about Orkut the Brazilian phenomina is discussed which centers around why is Orkut so popular in Brazil?

Danny posted on Search Engine Watch after Google Analyst Day : My favorite part is probably the explanation of why Orkut only seems to be taking off in Brazil. Brazilians are just very community-oriented. What, all those crazy US kids jumping into MySpace like my niece don’t have a sense of community?

Read more…

Categories
Editorial

Orkut Forum is Launched!

Dear Friends,We are glad to inform u that finally OrkutForum is Launched.

Well before going ahead lemme make it clear that this is no-way affiliated with orkut.com! But its free like Orkut!
Its on free web host and board is donated my one of our team member chetan!
So it wil run forever without any subscription!
Great na!!!

Now All it needs is ur contribution! So share ur orkut knowledge there!

Here is the link!

http://www.orkutforum.org

yep its on now!

Advantages:

  1. There is no fear of Orkut TOS violation as it is not affiliated with orkut!
  2. Our No spamming policy wil take care of keeping it clean! So u no need to bother about staying beautiful! lol 😀
  3. Greater control available to all members!
  4. Hopefully we will have all orkut geeks like mythical cmd, vijay bhaskar, DearthEater, karaki, Nick and others soon there to help u! (P.S. If u r an orkut geek, plz join ASAP to contribute!)
  5. U can choose to get email notification for posts regarding ur fav topic.
  6. We have a really great search feature which orkut communities lacks and we are integrating our fav. Google Search soon!
  7. n finally its OUR!!!

Thanx 4 joining in advance! 🙂
-Rahul Bansal
(Orkut Forum Team)

Categories
News

Have long name in ur orkut profile!

Unfortunately, your original account may in no way be able to have a long name in your profile.The only solution to this is to create a new account and then using a few scripts you can use long names in profiles(Up to 200 letters)

Now how to create this???
Just go ahead with jerry’s post (with screenshots)!