Categories
News

Orkut Allows 10000 Photo Uploads in Albums

After edit-all-photos at once and reorder photos using drag-n-drop features, one thing seriously needed on orkut was ability to upload unlimited photos.

Looks like orkut understood our need and now change the photo upload limit to 10000 photos as shown in above screenshot. Still per album limit is set to 100 photos but as of now there is no official limit on number of albums a user can create.

Well 10000 limit is not bad and I wonder if anyone will hit the limit naturally. Still unlimited photo upload option would have been much better. It will not make much difference technically, as very few users will ever consider to upload more than 10000 photos anyway. But its effect will be different as having no limit always make user feel better than having a very very large limit!

Another thing on album front orkut could improve is true and complete integration between orkut albums and picasa albums. Hope to see that soon in action as managing photos at two different places is really pain.

Finally if you are wondering on how to upload photos in bulk, you can use another orkut feature described here.

(via Orkut Blog)

Related Post: Upload photos in bulk on Orkut

Categories
News

Orkut Added Facebook Like Status Updates Feature!

Just returned from a long vacation to see a new and exciting feature on orkut.

You can update your status by going to your own profile page.

A edit button (not shown in following screenshot) can be seen there just below "Home > My Profile" line.

When you click on it (edit button), you will see a single line textbox with update & cancel buttons, as shown below. The smiles on right side will be visible when you click on single smiley icon beside the line.

Facebook users will find this similar to status update feature out there.

Analysis of this feature

ADVERTISEMENT

#Good Part…

ADVERTISEMENT
  • A feature like this is long awaited. So I guess orkut user will stop abusing first name and last name field they use for updates. So you can hope names like exam till 7th, going offline for a week, blah blah to disappear!
  • Smiley option with updates to indicate your mood. So this is also like mood update! 😉

#What can be improved…

  • User should be able to update status from orkut homepage.
  • A separate status feed for friends will be delight. Something like timeline will be appreciated.
  • A separate tab can be added on recent updates box, beside existing Updates from my friends My updates tabs.
  • Connecting with Twitter updates as suggested by Darnell Clayton. I guess this is not possible with Orkut Apps and so orkut must do it officially.

#What about security?

  • Don’t worry this box is XSS safe. Atleast it seems from my little testing!
  • But URL should not be hyperlinked in status updates.

Thats it! I guess this feature is available to all of you by this time. If not it will come to you soon.

Thanks Pramod 🙂

Categories
News

IndiBloggers Meeting @ Mumbai on 27th April

Last month, IndiBloggers Team & Vineet together organized bloggers meet in Pune. I personally attended it and posted about my experience here. Of course, it was nice and so I am writing about it again!

Many fellow bloggers who missed it, was eager to know about next bloggers meet. The wait is over now, atleast for Mumbai bloggers, as next meet is scheduled in Mumbai on Sunday, the 27th of April, at 3 PM.

You can register for meet here. Its free! If you are new to IndiBloggers, then you may need to create a new account for registration.

Event details…

ADVERTISEMENT

Venue:

Joshi's Kohinoor Hall, 
Banquet Hall (Ground Floor),
Veer Savarkar Marg,
Prabhadevi,
Mumbai- 400025

Landmark - Opposite Siddhi Vinayak Temple

View Larger Map

ADVERTISEMENT

Please correct me, if map is wrong. Just created it and guess I have never been to this place before! 😉

Date & Time: Sunday, the 27th of April, at 3 PM

Contact: First check event page

  • Preetam:  +91 9920585110 
  • IndiBlogger team: +91 44 45018949

Thats it! Enjoy the event.

Unfortunately I have some other important appointment on Sunday so I wont be able to attend it. But if you are a blogger and in Mumbai, don’t miss it.

You may get a free T-Shirt as well… 😉

Links: IndiBlogger | Mumbai meeting page

Categories
News

Facebook Chat is Live Now…

Two days back I posted about upcoming Facebook Chat feature… Its live now!

Here are screenshots…

Here are prominent features as highlighted by facebook…

  • Start instant conversations with all of your friends.
  • Check the Online Friends menu to see who is online now.
  • A green dot means your friend is available to chat.
  • Don’t want to chat? Make yourself unavailable.
ADVERTISEMENT

few more…

  • You can update your status from chat panel
  • feature is implemented as a chat-bar. So length of page have no effect on user experience
  • speed is quite impressive (atleast as of now) considering the overall slow facebook!

To-Do list…

  • Group chat is not there as explained earlier.
  • There is no invisible status option. You can go offline but you can’t hide… 🙁

It turn out to be much better than what I have expected. Specially pop-out chat window is something Gmail team have a look at. I am wondering why Gmail never thought about giving extra features in pop-out window!

Related: Messenger, Emails and Facebook – All in one App

Categories
News

Facebook To Launch Gmail Like Chat Soon!

Facebook is testing a new one-to-one chat feature which will add much demanded instant messaging support.

Considering slowness of emails and hard-to find walls on cluttered facebook profile pages, this move will really improve communication with online facebook friends.

Following is a screenshot of this upcoming feature, courtesy CNN.

Yep, this looks more like Gmail chat feature with other notable similarities. It will also have option to pop-out chat into a separate window and a partial history feature where you can see and clear recent conversations. But Gmail being an email service, reside in a single window, while in facebook multiple profiles and other apps’ pages remain open in multiple windows at the same time. So it will be interesting to watch how this feature will be integrated?

One more thing, the same chat window will be used for other notifications like stories from news feeds, much like Orkuts scrap alerts feature.

Although in first release, there will not be any support for other instant messenger networks, Michael Arrington is hopeful about third parties figuring out a way to hack into the service as they’ve done with Yahoo, MSN and AIM in the past.

[via Elizabeth Landau, CNN & Michael Arrington, TechCrunch]

Categories
News

Orkut Album Bug is Fixed. Details are here!

Few hours back, I wrote about latest orkut album bug which enabled any user to delete anyone’s photo. Looked like orkut is reading this blog as a bug open from 4 days is now fixed temporarily.

Anyway I feel its safe to unveil details now. As most of the stuff below is technical in nature, you can skip it if you want…

Where was the bug?

The bug was in EditPhotos.aspx, a program which handles orkut new album feature, editing all photos at once.

ADVERTISEMENT

Now have a look at following URL structure…

http://www.orkut.com/EditPhotos.aspx?uid=NUM1&aid=NUM2&full=1

It takes three parameters. uid as most already know is a user id which is also in profile, scrapbook and user specific URL’s.

aid is for album id. Its relatively new and identifies each orkut album uniquely. It was introduced with the launch of album feature into orkut. Before that there was a single album only for all photos.

ADVERTISEMENT

I don’t know more about full=1 but it has to be there in every request I observed.

How it was used?

uid is easy to get but we need aid to target an album. Also all combination of uid and aid are not valid, even if they exist separately.

So best way was to go to album first. A URL to an album is like

http://www.orkut.com/Album.aspx?uid=1545095170420763194&aid=1200558782

ADVERTISEMENT

Now use values of uid and aid from URL like above and construct a URL for EditPhotos.aspx which is like below, in this case…

http://www.orkut.com/EditPhotos.aspx?uid=1545095170420763194&aid=1200558782&full=1

Now opening link like above just few hours back could give you EDIT access to the Tanmay’s album which we used in this example! 😉

But what about locked or private album?

Yeah, the question is valid as in order to gain EDIT access to album you need to view them first and if album is locked, you can not view them.

ADVERTISEMENT

Now coming back to the event when orkut launched album feature, if you remember, there was a default album created for you by orkut. All such album have aid=1. And uid is something not secret at all!

So even if a user choose to lock albums, first album could be viewed and edited! And barring one exception in my own test all locked album shown in content of first album. Of course I haven’t edited them! 😉

What the hell is this EDIT access I am talking about?

Put in simple terms, anyone can do to your albums things you think only you could do… 😉

Where things might went wrong?

ADVERTISEMENT

As I mentioned in earlier post, it looked to me Orkut relayed upon authentication handled by parent program. EditPhotos.aspx have only direct link from Album.aspx. Album.aspx do authenticate a user in order to show/hide uploading option and some other features. But EditPhotos.aspx seemed to count on it, which is wrong thing to do. Every program where thing can be written back must authenticate content owner separately!

Is this bug really fixed?

One word answer is NO. But orkut has taken down EditPhotos.aspx as of now so it will come back with fix hopefully. So as of now neither you, nor anyone else can use edit all photo feature at once!

YES, the bug is fixed and EditPhotos.aspx is back. So there is nothing to worry for a while!

But I repeat, never count on orkut for your safety! 🙂

Categories
News

New Orkut Bug Let Anyone Edit & Delete Photos of Any Orkut user [ALERT]

Update: This bug is temporarily fixed as of now. Details are here.


Last few days had been really good for orkut with mobile version and lightweight version being launched as well as orkut apps unveiled in India.

But now its time to get back to the bugs in Orkut, what keep it hot and (in)famous among bloggers and hackers.

A new bug found in Orkut album which in my experience most severe bug due to the thing it let you do. Any user can perform following actions on anyone’s album…

ADVERTISEMENT
  • Delete All photos from album
  • Edit image caption to anything
  • Change album cover

What makes it most severe is, it works with locked album. We had a hack few days back view locked album. But it was not severe like this as user could only view the images and could not change them back!

Considering scrap-all script and communities medium on orkut, it may become available to all anytime although I am disclosing technical details here.

ADVERTISEMENT

What the worst could happen…

If used in a program, this bug can delete millions of photos and cause complete chaos on orkut!

What to do now…

Back up your orkut album if you don’t have them offline. If you have serious concerns over privacy, please remove all photos from album as soon as possible. Locking your album will not work!

Its really foolish to rely on Orkut to fix this bug, although they will do it ASAP considering the damage it can cause to Orkut.

ADVERTISEMENT

Where could be problem…

A single program whose name I can not disclose here, is not validating users properly. I guess its relying on its parent page considering, direct link to it not obvious from prominent places like homepage, profile, etc.

This is really bad programming. You should never take things for granted when you are dealing with privacy.

Unfortunately, I can not post vulnerability in orkut help group as it can be misused by other readers there. 🙁

Open request to fellow bloggers…

I saw this first time 4 days back in a orkut community. Gaurav and many other bloggers choose to keep it secret. But I guess that is what delaying a fix. Likewise if you come to know about it, do not unveil the details until the bug gets fixed.

Categories
News

Orkut Open Social Apps Available in India Finally

As we have discussed it earlier, orkut open social apps finally arrived in India.

Just noticed on my orkut homepage as shown in screenshot above, India has been chosen by Orkut second country after Estonia to unveil Orkuts open social apps.

Nevertheless no matter from which country you are, you can change your country to Estonia and now India to enjoy this cool apps. (Read more…)

ADVERTISEMENT

It will be too early to say anything about Orkut Apps so soon, but as of now only thing I like notably that orkut apps don’t force you to invite 20 friends like facebook.

Anyway you can add these apps to your account by clicking on edit link as highlighted in following screenshot.

Let us know what you think about these orkut apps? Will they really enhance your orkutting experience or will just clutter orkut profiles?

Update: Just read on Orkut official blog, there is limit of 25 apps a user can add.

Related Links: Beginners Guide to Orkut Apps | First Orkut App

Categories
News

Post Images, Videos and other HTML in Orkut Communities!

Few months back, orkut added support for Images, Videos and other HTML in scrapbooks, now on similar lines these cool HTML features are extended to orkut communities.

You can see following screenshot where HTML, image & video shown in a forum post.

To enable this feature.

Yes, by default its disabled… 🙁

  1. Go to your communities edit profile link in left sidebar menu…

  1. Next check type setting. If its public you have to change it to moderated as the feature is only available to moderated communities.

  1. Finally scroll down an look for forum setting. A new check-box will be there saying- “. Just check it!

Now all community members can post images, videos and other HTML in forum post as shown above! 🙂

How To Post Images, Videos, etc…

ADVERTISEMENT

(Added on April 20, 2008)

ADVERTISEMENT
  • Adding images
    Copy and paste urls ending in .jpg, .gif, .png or .bmp and the image will appear in the scrap.
    for example, http://example.com/example.jpg
ADVERTISEMENT
  • Adding videos from YouTube and Google Video
    Copy and paste the url and the video will appear in the scrap.
    for example, http://youtube.com/watch?v=videoid
  • Adding podcast/audio
    Copy and paste the url of an audio file and an audio player will appear in the scrap.
    for example, http://example.com/example.mp3
  • Adding html-embeddable objects
    Create or upload your content at sites such as photobucket.com, imageshack.com, rockyou.com or slide.com. Copy and paste the html embed code to share it with your friends.

I think many community owner will not like requirement to make the community moderated type in order to use this feature. It seems orkut is worried about spam and security, but orkut is bad at handling both problems anyway… 😉

(by orkut-plus via inside orkut)

Related: Post images, videos, flash and any HTML in Scraps

Categories
News

Orkut New Album Features – Edit All Captions At Once & Reorder Photos!

Just noticed two new features is continuously evolving orkuts albums… Edit all captions at once & Reorder Photos using drag-n-drop method!

Edit All Photos

Clicking on it will open a page where you can edit captions of all album photos at once. Moreover you can delete multiple photos and choose album cover from the same page as shown below!

Reorder Photo

Without a doubt, we all like drag-n-drop method to move things on screen. Thanks to reorder photos feature you can do same with your orkut albums…

You can see these features in action by going to your orkut albums! 🙂

Related: Orkuts New Bulk Photo Uploader Feature