Using Orkut From Mobile Devices!

ADVERTISEMENTS

Important Update: Orkut is officially accessible on mobile now, so this post will be marked outdated.


Recently I have seen lots of people talking about orkutting from mobile devices!Before going ahead here is an excerpt from Orkut Help page!

Why can’t I access orkut from my mobile device?

We’re sorry to hear about any difficulty you’ve experienced accessing orkut.com. Currently, orkut.com isn’t compatible with mobile devices. To access your orkut profile, please try logging in using your computer’s web browser.

So today I’m posting about how to use orkut from mobile devices! Before going ahead lemme tel u few things about my environment! I have Nokia N-70 with opera 8.62 installed!
U may use opera mini or any version of opera which support javascript!
With these assumptions lets start the ride!

Login Issue! (updated: 2007, August 30)
You can use original address http://orkut.com from opera MINI nut the page have some problems in OPERA MOBILE. But don’t worry as you can use following address to log into orkut! Its a very long address so better bookmark it with name like Orkut Login! In fact you can use the following address from PC for fast login on orkut!

https://www.google.com/accounts/ServiceLoginBox?service=orkut&nui=2&skipll=true&skipvpage=true&continue=http%3A%2F%2Fwww.orkut.com%2FRedirLogin.aspx%3Fmsg%3D0%26page%3Dhttp%253A%252F%252Fwww.orkut.com%252F&followup=http%3A%2F%2Fwww.orkut.com%2FGLogin.aspx&hl=en-US

Also you can use o.devilsworkshop.org which is configured to redirect you to the above link only!

Clicking on button does not work!

As of now u log into orkut but experiencing problem while clicking on buttons! The most common problem I have seen button like submit, delete, yes, no, accept, reject does not work!

There are two solution. First is for opera mobile user and second lies in JavaScript!

Opera solution (For Nokia and Windows based Mobiles Only)

This great solution is found by one of my Doctor friend Rahul Talele (Shame on us engineers. ;-)
Best thing about this it works for all buttons without any coding effort!!!(Really great na)!!!

Now after logging into orkut using opera,
Go to Options >> Navigation >> Find in page

Put caption of button means ’submit’ , delete’, yes’, no’, etc in text to be found.
The moment text on button starts highlighting exit from Find wizard pressing roght-selection key (which have Stop option).
Now clicking on that button works!

Extra tip: Assign a shortcut key to Find in Page option by going to Option >> Settings

JavaScript solutions (for others)

Submitting Scrap! (updated 2007, August 30)
First thing If u want to scrap someone u hv to go into his/her scrapbook! (The code following are not for orkut’s new reply feature!)
After opening intended scrapbook, write scrap with optional formatting the way u usually write!
In next step, without leaving that page(or tab if u r using opera with tab browsing) go to this address:

For scrapbooks with new features

javascript: _submitForm(document.getElementById('scrapInputContainer').getElementsByTagName('a')[0], ’submit’, ‘true’);

Similarly.

Delete Scrap:

This will delete first scrap from ur scrapbook. For 2nd scrap replace b6² by b9² , for 3rd scrap replace b6² by b12² ans so on
Same code can be used to delete scraps from others scrapbook (of course scraps dent by you).

In this case replace b6² by b3² (for 1st delete button), b4² (for 2nd) and so on

javascript: var rb = document.getElementById('b6²).onclick ; var strrb = rb.toString(); var rbparts = strrb.split('{'); var rbfinal = rbparts[1].split(’}') ; location.href=javascript: + rbfinal[0];

New Friend: Accept
To accept new friend request which is shown on ur orkut home page! Note, this will work for first request if u have too many! u can increment b0² by 2 for next request and so on if u hv multiple requests and directly want to accept other than first request!

e.g. b2² for 2nd, b4² for 3rd.
javascript: var rb = document.getElementById('b0²).onclick ; var strrb = rb.toString(); var rbparts= strrb.split('); location.pathname=rbparts[1];

New Friend: Decline Works in the opposite way of new friend accept Executing this wil decline first request..
increment
b1² in the script by 2 for 2nd request and so on
e,g, b3² for 2nd, b5² for 3rd.
javascript: submitForm(document.getElementById('b1²), declineFriend', );

Friend: Confirm yes: You will need to confirm whenever you are accepting a new friend request or sending a new friend request to someone

javascript: _submitForm(document.getElementById('b1²), yes',);

Community: New Topic
While on a community, execute this to start a new topicjavascript: window.location.href = window.location.href.replace (/Community/,'CommMsgPost');

Community: Reply to Topic
While reading a topic on a community, execute this to reply to that topic

window.location.href = window.location.href.replace (/CommMsgs/,'CommMsgPost');

Community: Submit Post
After writing ur new post or reply, execute this to submit itjavascript: _submitForm(document.getElementById('b2²), 'submit')

Community: Confirm Join
javascript: submitForm(document.getElementById('b1²), join');
Profile: UPDATE button while editing profile

javascript: submitForm(document.getElementById('b1²), update', );

Actually this is not a web address but javascript which will execute submit button!

Again bookmark this address by naming Submit Scrap or something! The advantage of bookmarking is that u can directly open the bookmark after writing scrap!

Steps for bookmarking above codes into ur mobile browser:

  1. Copy content in text-box to say notepad and send that file to ur mobile.
  2. Open that file in any editor in mobile!
  3. Copy the script on clipboard! (using edit key in Nokia).
  4. Open ur browser and go to Add Bookmarks Option!
  5. Chose a name u like and paste the script in address field! OR U can manually create the bookmark by entering the script instead of copy-paste n sending a file to mobile!

Now once u have created these bookmarks, u can log into orkut fast as well as scrap someone!

In future will write code for other buttons if i found people interested in this cumbersome orkutting from mobile! U can subscribe to this blog to get updates automatically!

Share and Enjoy:
  • Digg
  • del.icio.us
  • IndianPad
  • StumbleUpon
  • Technorati
  • YahooMyWeb
  • Furl
  • Reddit
  • Google
  • TwitThis
  • Facebook
  • Slashdot
  • SphereIt
  • blogmarks
  • MisterWong

If you like this post, you may subscribe to my RSS feed or email alerts to receive automatic updates in future! Thanks for reading... :-)

Comment RSS · TrackBack URI

161 Comments (including Pingbacks/Trackbacks)

  1. #
    Franky on November 11, 2006

    Hey definitely good solution , i will orkutting frm mobile during free period. good

  2. #
    Rahul Bansal on November 11, 2006

    actually by saving javascript as bookmark and executing it afterwards does not insert any javascript into orkut pages!

    say for example u have written scrap to someone! now only problem is how to click submit button! this javascript does only that thing!

    actually javascript: is a protocol so u can bookmark it and open as a web address!
    There are few more minor differences between javascript & javascript: !

    I hope this has answered ur question right-way! Otherwise feel free to write anytime! :)

  3. #
    souviksh on November 13, 2006

    Hi rahul its really a nice job.Finally i am able to scrap.It’s not very difficult job.Pls post tricks for other buttons.Pls ….I am waiting for ur post.

  4. #
    sanjit on November 16, 2006

    hey rahul , great work yaar…
    plz post tricks for other buttons….
    and ya do carry on with ur innovative works … all ur blogs are interesting and interesting….

  5. #
    sid1907 on November 18, 2006

    HEY…GR8 JOB BUDDY!!!…..IS THER Any chance u can write javascripts for joinin communities and acceptin friend request…cause there are a lot of us who use orkut thru mobile!!!!!…plz help

  6. #
    Santosh S Kumar on November 25, 2006

    Actually you are rite, but I have figured out a easy way to login to orkut on mobile.. a tiny url, which will refere you directly to orkut login page for mobile. In fact this trigged me to write more about orkut going mobile with it integrated to dodgeball.

  7. #
    Sunny on November 27, 2006

    thanks for the tutorial.
    I wanted to use it on my nokia handset.

    BTW, i created another easy to remember link :
    http://snipurl.com/orkutmob
    :)

  8. #
    the_blue_quill on November 27, 2006

    Great work dude. Awesome. Can you please post on how to add friends and accept invitations? Pls keep up the good work

  9. #
    Anonymous on November 29, 2006

    hey ! i just created a software by whcih you can easily send scraps to all of ur friends thru mobile . it was a a bit heavy s/w almost 15KB . it required permission from my service provider..thanx 2 dere co-operation i was able to test run it for quite a long time nd all my friends loved that …but pity from the day orkut has changed its format { reply stuff} it is not able to post the complete software i dunno why..i have been bugged out of my heads trying to solve it ….letc c if at all i can make the s/w run again properly or not ..

    s/w name : orku-mobile
    language : backend : java
    frontend : typical symbian programming .

    permission : require service provider permission.

    present status : not working very well :-)

  10. #
    Twilight Fairy on November 29, 2006

    (Off topic)
    Is there any way one can see whether he/she has been blocked by someone in gtalk/gmail chat or is generally offline?

    Much thanks.

  11. #
    Anonymous on January 15, 2007
  12. #
    Vishal on February 20, 2007

    Well I have a Sony Ericsson P910i & opera mini & it’s works absolutely the same way as wud do on a PC the only thing i’ve not tried is the gtalk !! I wonder if the software can be downloaded & installed on the device !!

  13. #
    Rahul Bansal on March 17, 2007

    @Anonymous (s/w guy)
    Wish u best of luck for ur software. If u need any help/contribution feel free to ask!

    @Twilight Fairy
    I dont know currently any way but will try to find-out one soon. As ur problem sounds interesting!

    @Anonymous (orkutting.com)
    I personally suggest to avoid such links! They may compromise ur security!

    @Vishal
    I’m not sure whether GTalk is avilable for Sony Ericsson but u can try IM. This post may help u! :)

  14. #
    ballu on April 16, 2007

    ORKUT.WAP.IN
    U can use this url for direrct login to orkut

  15. #
    Anonymous on April 16, 2007

    Hey, thanks to you, now i can log in to orkut from my opera mini. But submitting scraps still remain a problem. When trying ur method, 1st i let the page to reload, then when i use the bookmark given by you(javascript….) the page reloads again without submitting the scrap. Plz help. Can mail me at shanku.16in@gmail.com

  16. #
    Rahul Bansal on April 19, 2007

    @Anonymous
    First Welcome To Devils workshop! ;-)
    Now about ur problem,
    in opera mini when u enter scrap text and press OK. page reloads automatically!
    At this Point dont let it reload automatically, but stop its reloading and go to bookmark and open javascript bookmark to send a scrap!

    @ballu
    Nice link but bookmarking is better and secure option as this link owner may redirect this link to fake login screen!

  17. #
    Rahul Bansal on May 2, 2007

    @Anonymous (about login problem)
    First sorry for delayed reply!
    Now a good news (solution too)… Orkuts homepage has been modified, so that you don’t need to deal with that long URL anymore… just hit http://www.orkut.com and you will get login page correctly! :-)

  18. #
    Rahul Bansal on May 2, 2007

    @Ballu
    Its working dude… I am using same method from long time! DO it more carefully… Lemme know if it fails again! :-)

  19. #
    muslim on May 4, 2007

    Hey Rahul u are an expert orkut user, just tell me how come 3 people add me as their friend without my permission one named Huma said that sorry to add u without permission, but can we be friends, but she had allready added me, then how can i say No. Hey Rahul just help yaar 3 people did this. Does that mean they hacked my orkut account

  20. #
    Pr@sannah on May 4, 2007

    yeah now simply typing in orkut.com works, but the scrap script doesn’t work!!! any1 got a solution??

  21. #
    Rahul Bansal on May 4, 2007

    @Muslim
    3 people hacking ur account is somewhat impossible! Who are they? Friends? Strangers? Do u know anyone of them?
    It may happen some1 hacked ur account…
    can’t say anything without much details!
    Atleast gimme links to all related orkut profiles!

    @Prasannah
    Did not u try above javascripts or opera trick???
    They are working like charm for me! :-)

  22. #
    tutz on May 11, 2007

    hey dey have changed d SUBMIT button to POST SCRAP…. so shud v make any changez in d javascript for submitting scraps on d opera mini???

  23. #
    Anonymous on May 11, 2007

    yes.. the submit button has been changed to post scrap so even i am unable to send any scrap..
    please could somebody give us the new way of doing so. please!

  24. #
    Rahul Bansal on May 11, 2007

    Navneet posted following comment which was rejected by mistake!

    Navneet Said:
    Hey rahul great work.. N could u tell me how to update profile.. As the page reloads on clicking update.. N how to accept members of my community.. Plz send me on my mail donotthinkitagain@yahoo.com

    Ans: To Navneet
    Will update regarding this after my exams (ending on 22 may). Sorry dude!

  25. #
    Anonymous on May 11, 2007

    The new post scrap script is not workin on my opera mini…Plz help

  26. #
    Rahul Bansal on May 11, 2007

    @tutz & Anonymous(s)

    Sorry guys for all trouble but it will take time from my side to come up with new code as I am busy with my exams!
    But if you have some ideas or codes which can work lemme know!
    By the way till then use Opera Solution which works fine for Nokia and windows mobile users!

  27. #
    Aayush on May 12, 2007

    HI ALL I WAS USING OPERA ON MOBILE LAST FEW MONTHS BUT NOW I AM FACING PROBLEM WHILE SUBMITTING THE SCRAP .YESTERDAY ORKUT HAD CHANGED THE SUBMIT OPTION TO POST SCRAP.THATS WHY I AM NOT ABEL TO POST SCRAP.THE NEW SCRIPT IS
    ALSO NOT WORKING javascript:_OS_writeScrap();

  28. #
    Anonymous on May 12, 2007

    The new post scrap script is not workin on my opera mini…Plz help

  29. #
    rakesh on May 12, 2007

    hey that submit scrap script is working now….it wasn’t working yesterday….because orkut had changed submit button to post scrap for one day….please let me know the script if they change it again….

  30. #
    Rahul Bansal on May 12, 2007

    @Rakesh
    Thanks for notifying me again!
    The old code is in place now… :-)

  31. #
    rakesh on May 12, 2007

    your welcome…..actually we have to thank you for finding the solution to Orkut from mobile devices….
    but you still haven’t removed that “This is not working” tag next to Submitting Scraps on your blog……remove that please….and dont forget to update me if the code changes again….

  32. #
    Rahul Bansal on May 12, 2007

    @Rakesh
    Thanks again dude! :-)
    Nowadays I dont get enough time to orkut but I daily (actually hourly) read my mails n comments posted here!
    So jus lemme in case u get probs in future n i wil update ASAP! :-)

  33. #
    rakesh on May 14, 2007

    hey……i’m glad the scripting solution you gave is working but i couldn’t figure out how that opera solution works…..which version of opera do you need to make it work ??? i have a sony ericsson w830i with operamini browser and there is no options or navigation or find in operamini….

    and i would be happy if you find the codes for updating profiles and many other buttons….

    i want to add you as a frnd in orkut…gimme the link to your profile…

    and all the very best for your ongoing exams…hope it gets over soon so that you can keep helping us out….lols !!!

  34. #
    Rahul Bansal on May 14, 2007

    @Rakesh
    About Opera Solution
    Its for opera MOBILE and not for opera MINI.
    Bad news Opera Mobile has no edition for your handset. Its for Symbian (All Nokia handsets) and windows based mobiles! :-(

    Good News
    Posted buttons for profile updates! :-)
    Please specify buttons you wud like to have!
    Wil serve as per demand as there are lots of buttons ;-)

  35. #
    rahul on May 19, 2007

    hi rahul ..my phone is N70 but cant use opera 8.65 Vr yaar…previously it used to work but now it says ” server broke the connection ” or ” orkut server denies ” something like this …wht happ ? its poss to use opera mini but its not as easy as opera 8.66 pls reply me in yahoo …” tryme17b@yahoo.com

  36. #
    rakesh on May 19, 2007

    i would like to have the codes for updating profiles….

  37. #
    Navneet on May 19, 2007

    Hey rahul… Thanks 4 providing javascript 4 update… But its not working dude… Check it out… N i have tried this even before u have posted…

  38. #
    Rahul Bansal on May 19, 2007

    @Rahul
    The problem seems with your opera mobile 8.66.
    Opera Mini is fast but as you like opera mobile you can try cleaning all private info including cache, cookies, login & history!
    1. To do this, go to “Tools >> Private Data”
    2. Open “Menu” and select “Mark All”
    3. Again Open “Menu” and select “Delete Selected”

    If this does not work try reinstalling opera mobile!
    Lemme know about progress anyway! :-)

    @Rakesh & Navneet
    The code for updating profiles will be out soon!
    I don’t know the reason but above code should be working!
    Anyway will definitely post working codes soon!

  39. #
    Girish on May 30, 2007

    hey rahul…
    thanx a lot for such solutions…

    but above posted problem is still there with me…
    with OPERA MOBILE…
    when i try to login …redirecting page comes..but login fails…the error showed was ” remote connection lost by server.”

    i had been using that solution ….
    but since a month or so there is the problem…
    i tried your solution about cache …but not working…
    help me pls…

  40. #
    Rahul Bansal on May 30, 2007

    @Girish
    You are right. Original Orkut login page is having some problems in OPERA MOBILE. :-(
    But u can use this link. Its working 100% :-) (Read More…)

  41. #
    rakesh on May 30, 2007

    Hey Hero !!!!

    We need your hellppppppppppppppp…..

    Orkut has again changed the Submit Scrap button to Post Scrap……now I cant submit scraps from my mobile using your codes……

    Please give us a solution ASAP………
    buybye
    tc

  42. #
    Rahul Bansal on May 30, 2007

    @Rakesh
    Hey dude checkout updated codes for submitting scraps! :-)

  43. #
    tutz on June 1, 2007

    hey dude…dey changed it again….btw whrz d updated codes u mentiond to rakesh…cant find it anywhr…do post a link naa..

  44. #
    rakesh on June 1, 2007

    Hey Hero….you are a Genius !!!

    Itz workinggggggggg………
    I’m Happyyyyyyyyy………

    Thxxxxxxxxxxxx !!!!

  45. #
    Anonymous on June 1, 2007

    GREAT WORK MAN.. YOUR POST SCRAP JAVASCRIPT IS WORKING NICELY… BUT YAAR I CAN’T UPDATE MY PROFILE USING YOUR CODE FOR UPDATE… SAME PAGE RELOADS.. HELP ME..

  46. #
    sunny on June 1, 2007

    Plz help as ourkut changes submit to post scrap for sending scraps and old javascript no longer work plz send me the newer one

  47. #
    Anonymous on June 2, 2007

    HI MAN.. PLZ CHECK UR CODE 4 CONFIRMING FRIEND… IT WAS WORKING A WEEK EARLIER.. NW ITS NOT WORKING YAAR.. NW I M UNABLE 2 MAK NEW FRIENDS… PLZZ HELP….

  48. #
    Rahul Bansal on June 2, 2007

    @Anonymous [update button]
    I am aware of that problem but cant see a solution as of now! Its strange as codes are working fine from PC!

    @Sunny [submit scrap]
    Codes are already updated. You can use them!
    Rakesh & Tutz have positively commented above same code :-)

    @Anonymous [Confirming Friend]
    Code for confirming friend are working fine.
    Anyway you don’t need above code in OPERA MOBILE as the “YES” button is clickable.
    Also in OPERA MOBILE u dont need any code.Use OPERA SOLUTION as mentioned above! :-)

  49. #
    Anonymous on June 3, 2007

    HI.. I M THE SAME PERSON WHO POSTED COMMENT ON NOT WORKING OF CODE FOR CONFIRM FRIEND… WELL YOU DIDN’T UNDERSTAND MY PROBLEM.. U SAID THE YES BUTTON IS CLICKABLE WHILE ACCEPTING A FRIEND REQUEST… THIS OPTION OF ‘YES’ AND ‘NO’ COMES ON HOMEPAGE OF ORKUT ..THAT IS WORKING NICELY.. BUT AFTER CLICKING ON ‘YES’ ,A PAGE COMES WHERE TWO BUTTONS I.E. ‘CONFIRM’ AND ‘CANCEL’ COMES.. ALONG WITH OPTIONS OF CATEGORISING THE FRIENDS AS HAVEN’T MET, GOOD FRIEND, BEST FRIEND… I AM TALKING OF THIS PAGE… HERE YOUR CODE FOR CONFIRMING FRIEND FOR ‘CONFIRM’ BUTTON ISN’T WORKING.. SAME PAGE RELOADS AGAIN.. YOUR CODE WAS WORKING NICELY A WEEK EARLIER BUT NOT WORKING NOW.. I AM USING OPERA MINI AND USING ORKUT THROUGH YOUR CODES ONLY,SO UNDERSTAND MY PROBLEM AND HELP ME BOSS…
    WAITING FOR YOUR SATISFYING REPLY…

  50. #
    Rahul Bansal on June 3, 2007

    @Anonymous - [Firend Confirm- "Yes" button]
    Sorry for trouble. Its working now. There was one character missing in script! Lemme know if its workin 4 u :-)

  51. #
    Anonymous on June 4, 2007

    SUPERB MAN.. YOU CODE FOR CONFIRMING FRIEND IS WORKING AGAIN… THANXXX … YOU ARE MORE THAN A GENIOUS….

  52. #
    Gaurav on June 4, 2007

    hey rahul.first of all thanks a lot for posting these javascript codes.however Submit community post and Update Profile does not work.Can u please help me?

  53. #
    Rahul Bansal on June 4, 2007

    @Anonymous - [Submit Scrap Code]
    Codes for submitting scraps are working fine. Just tested it :-)
    Let me know if u r not getting how to use it so I can assist u further!

    @Anonymous - [SUPERB MAN.. ]
    Thanks 4 ur encouraging words!
    Welcome To Devils Wo

    @Gaurav
    Codes for submitting community post is updated! :-)
    Sorry for failure to publish working codes for UPDATE PROFILE button :-(

  54. #
    ROCKY on June 9, 2007

    HI… DO YOU HAVE ANY JAVASCRIPT FOR BEING A FAN OF ONE OF MY FRIEND.. I WANT TO BECOME A FAN OF ONE OF MY FRIEND.. AND DO YOU HAVE ANY JAVASCRIPT THROUGH WHICH WE CAN WRITE MULTICOLOURED SCRAPS.. OR SCRAPS IN BOLD LETTERS.. AND CAN YOU HELP ME BY PROVIDING SCRIPT BY WHICH I CAN SEND SCRAPS TO ALL MY FRIENDS AT SAME TIME.. I AM USING OPERA MINI.. AND I WILL BE REALLY VERY THANKFUL TO YOU IF YOU PROVIDE ME THE SCRIPTS AND MAKE ORKUT MORE FUN FOR PEOPLE LIKE ME WHO CAN’T AFFORD A COMPUTER.. SO PLZ PLZ PLZ HELP ME…

  55. #
    Rahul Bansal on June 9, 2007

    First never post a comment in CAPS on this blog as I am very concern about user experience on DW readers!

    Now Lets sort of your problem one-by-one! :-)
    FAN:- Its not impossibe but not worth also! Moreover there can not be one single line of code as above. So lets drop it here only! :-(

    Send Scrap To All:- Such solution exist but for PC only! It needs browser support like firefox or standalone software like OrkutCute!
    As of now neither are available for Mobile! So sorry again. :-(

    Multicolor Scrap:- You can use formatting tips from orkut like if you want to write Devil in bold, write it as [b]Devil[/b].
    Following is lise of complete such codes!

    Formating
    Bold: [b]text[/b]
    Italic: [i]text[/i]
    Underline: [u]text[/i]

    Color Codes:
    red: [red]text[/red]
    Other color available:
    aqua, blue, fuchsia, gold, gray, green, lime, maroon, navy, olive, orange, pink, purple, silver, teal, violet, yellow

    Smilies:
    For Smile :) = [:)]
    8) [8)] :( [:(] :x [:x] ;) [;)] :D [:D] :o [:o] :P [:P]

  56. #
    rakesh on June 27, 2007

    hey !!! the text box which you have in this workshop…you cant copy the codes from a mobile browser….it was working before but now you cant copy the codes from your textbox to bookmark it in my mobile….please change this text box…

  57. #
    sid1907 on June 27, 2007

    Hi….The javascript for submittin scraps isnt workin for me from today mornin[26/06/07]
    i have tried it on opera mini 3.1 and opera mini 4 beta
    plz help

    also in opera mini 4 beta there is an option of gettin a cursor….But we cant choose the ‘post scrap’ option…..Plz help….

    Thx and keep up the good work… ;)

  58. #
    Rahul Bansal on June 27, 2007

    modified the above code!
    Now its working! :-)

  59. #
    Rahul Bansal on June 27, 2007

    actually there is some formatting problem thats why the codes above are enclosed in code tag instead of textarea! (related bug report)
    Anyway will try to resolve this issue soon! :-)

  60. #
    sid1907 on June 27, 2007

    Thx a million….Absolutely amazin….
    Its the same script as the old one which was there for the ’submit’ button…Only difference bein the ‘ _ ‘
    hats off to u….Really wonder how u manage that…..Especially cause i dunno even the ‘j’ of javascripting…Lol

    thx again….

    Any luck wid the opera 4 beta
    i noticed that any site without the “save me on this comp” option,i will have to re-login…Unlike in opera mini

  61. #
    ravi on June 27, 2007

    yaar i seen it all but its not working after puting that thg i get login window but filling it nd when i click on login
    it says closed by remote server….
    i have nokia 3230
    wid opera 8.65 installed…
    please help me dude…….

  62. #
    Rahul Bansal on June 28, 2007

    I do get similar problem many times!
    Just clear cookies & cache it will work fine!

    To clear cookies & cache:
    1. Go To Menu >> Tools >> Private Data
    2. Select Delete Cache
    3. Select Delete Cookies
    4. Go to Left Selection Menu and select “Delete Selected” option.

    I hope it should work as I do perform above steps whenever I get error in Opera Mobile!

  63. #
    vivek on June 28, 2007

    hey rahul yar….much thanx to u that u hav an idea of javascript…gud job….but the thing is that i use opera mini for nokia 6600..i was well working 2 dayz back…bt from 27th or i again cant sent scraps through my mobile…wenever i choose bookmark…same page accurs again…plzzzzzzzzz help yar…

  64. #
    Rahul Bansal on June 28, 2007

    The code for sending scrap has been UPDATED yesterday!
    So please just edit that bookmark!
    Sorry for not maintaining change log!

  65. #
    tutz on June 28, 2007

    hey man…gr8 wrk again for fionding out d new codes for submitting d scraps…. btw didya find d codes for opera beta 4…. tried d same code as for 3.1… but d space aftr javascript is not coming…. hw to put space der????

  66. #
    mayank on June 29, 2007

    hii wel on dis complicated page i didnt find d updated script for sub’mit d scraps so pls send me d latest java script on my cel 09890801856 orelse as email me at mnk_y2k@yahoo.co.in
    pls dude sure send it i really need it……help me

  67. #
    Jean on June 30, 2007

    Dude,wer is the updated javascript for submitting scrap?i hav been searchng 4 days..thats y i finaly dcided 2 bother u..

  68. #
    Rahul Bansal on July 3, 2007

    @tutz
    Haven’t tested opera beta 4 yet!
    Also you don’t need to bother about spaces in javascript codes! I put spaces to enhance readability. You can skip almost all spaces.
    Well if I am getting u wrong then let me know! :-)

  69. #
    Rahul Bansal on July 3, 2007

    Mayank & Jean
    There is only one code for submitting scrap on this page and that is UPDATED!
    Still for ur convenience!
    Note it again…
    javascript: _submitForm(document.getElementById('b2'), 'submit', '');

  70. #
    Jean on July 3, 2007

    Thanx yaar..i had seen this one but i thought it was d older one before orkut changd 2 post scrap..they r so strikingly similar..anyway hats off 2 u…

  71. #
    Rahul Bansal on July 3, 2007

    Its not your fault. I am aware of bad design of this page that but I really do not have enough time to redesign this post! :(
    By the way now onwards will highlight updated code somehow so that they will be easier to find! :-)

  72. #
    ROCKY on July 4, 2007

    HI.. somebody has created a profile as same as mine wid my photo.. he is doing many things which i don’t want him to do.. please help me na…. i will b greatful to u..?

  73. #
    lepakshi on July 5, 2007

    the javascript u provided 4 submit scraps is nt wrking at all

  74. #
    Rahul Bansal on July 5, 2007

    Its 100% working
    Read the above post carefully!
    Alternatively u can post details about steps u have followed :-)

  75. #
    Rahul Bansal on July 5, 2007

    You have to report abuse about it only through legal channels! Try contacting orkut and if its urgent u can go to Cyber Cell too!
    I know I am speaking like a kid but thats d best way to do that!:-)

  76. #
    lepakshi on July 6, 2007

    hi…
    the javascript u provided is nt wrking

    the procedure i used :

    1. First i signed in 2 my account
    2. then i wnt 2 my frd’s scrapbuk 2 whom i wnted 2 scrap
    3. then i wrote down wht i wnted 2 ..
    4. then according 2 u i didnt pressed d post scarp button
    5. instead i opened my book-page whr ur gvn javascript was loaded..
    6. after i press ok…an error comes sayng malformed url…

    now wht 2 do….plz help me out

  77. #
    Rahul Bansal on July 6, 2007

    Well Steps u r following are almost accurate!
    In 5th step I guess u mean bookmarks page by book-page and also that page is already having javascript code as bookmark!

    Note the above statement carefully! Cause if you are having correct bookmark probably added going to menu and executing add option u will be clicking on it.
    So in 6th step there is no pressing OK, its clicking a javascript bookmark!

    OR

    U can just cross check whether you have bookmark javascript code for their correctness as a single character can mess up whole thing!

    It none of above helps please feel free to comment. We will definitely make it work! :-)

  78. #
    ROCKY on July 8, 2007

    hi.. please give me a trick or any procedure by which i can change my photos in album to undownloadable format so that to stop them to b downloaded for misuse.. i don’t want to delete those photos, plz give me a way…

  79. #
    Rakesh on July 12, 2007

    hey rahul…long time since i had the need to post a comment…howz you ???[8)]

    the script for submitting scraps on operamini from my mobile is not working from yesterday(July 11 07)…[:(][:(][:(]…

    and also its so hard to update your codes on my mobile because they are not inside a textarea…i have to bookmark the codes literally typing each character…that wastes a lot me my time…

    please post the updated codes ASAP…otherwise my girlfriend will kill me…if i dont reply her scraps…lolz…[:D]

  80. #
    Rahul Bansal on July 12, 2007

    @Rocky
    Technically everything which you can SEE or HEAR can be downloaded also!
    So its IMPOSSIBLE to make undownloadble photos using EXISTING technologies!
    So as a word of advice, dont upload anything personal on Internet in public domain.
    There are services like Picasa (by Google), flickr (by Yahoo) which limits access to your albums to only people you invite explicitly. :-)

  81. #
    Rahul Bansal on July 12, 2007

    @Rakesh
    First thing I have tested SUBMIT SCRAP code and they are working fine. I guess it was temporory change by Orkut and if you are still having problem let me know again!
    About textarea thing I still feel sorry for delay. But there are technical limitations I am facing on Wordpress which I also explained in a comment above.
    Anyway I promise that I will do something in this regard before end of July! :-)
    So ask ur girlfriends to hold on for sometime! ;-)

  82. #
    Rahul Bansal on July 12, 2007

    @Rakesh
    Hey check man…I have solved textarea problem temporarily! :-)
    Still let me know if submit scrap is not working!

  83. #
    Rakesh on July 13, 2007

    hey hero…

    the script for submitting scraps on operamini from my mobile is NOT WORKING from July 11 07…

    i’m trying from two days…its not a temporary problem in orkut….your post shows that it was updated on June 28….
    and hey that textarea problem is no more…thanks…

    plzzzzzzzzzzz give me working codes…my girlfriend is upset already… :(

  84. #
    Naman on July 14, 2007

    it used to work b4 but not now!!! [:o]

  85. #
    Rakesh on July 14, 2007

    boy….you’re code is still NOT WORKING !!! when are you going to post working codes ??? :(

  86. #
    Rahul Bansal on July 14, 2007

    Hello Rakesh,
    First sorry for not replyin on time as I am out of town!
    Now being on the fly I am also accessing internet from my cellphone which is Nokia N70 and browser operamini.
    Well as of codes in this post, I guess all are updated (atleast the one you are talking about is currently used by me).
    Now I can think of following possibilities…
    1. Try deleting and recreating this bookmark!
    2. Try reinstalling the OperaMini (version 3.x) I haven’t tried this stuff with Opera Mini 4 series yet!
    3. (This is not to scare u) Your girlfriend(s) might have blocked you! :P
    Dude, trust me code for sending scrap is totally crap and I am sure that no matter how often orkut changes it, we will figure it out in less than 24 hours! [:)]

  87. #
    Rahul Bansal on July 14, 2007

    Naman, please specify which code are not working for you!

  88. #
    Naman on July 14, 2007

    the scrap one!! well the one that is above didn’t work any time on my mobile!! I altered it by removing some commas and it worked!! but now none is working!!
    other like join community etc. are working, though!!

  89. #
    Harsh on July 15, 2007

    Hey rahul, d submit scrap code isnt working since past 2 days.plz give a solution man….

  90. #
    Rakesh on July 15, 2007

    boy….i’ve tried scrapping many people…not just my girlfriend….i’ve tried it in both…operamini 3 and operamini 4 beta….submit scrap code is not working in both :(….and it would be impossible for my girlfriend to have blocked me…..i know her…she can never do that….and she’ll asking me why i’m not scrapping her…..it was working fine until sunday…now i dont know what the devil happened….its just not working….the page gets reloaded…but my scrap doesn’t get posted…it just stays there in the textarea….
    we both talk in the night…on gmail and orkut…i talk to her from my mobile…because it saves a lot of my money…instead of smsing or talking on the phone….i was very happy when i found out how to Orkut from mobile on your blog….but now i’m a bit upset….do something for me…and do something fast…
    bbye…tc…

  91. #
    Asad on July 15, 2007

    Hi um asad.Cn u tel me frm where shud i see da updated codes coz da older codes rnt workin 4 postng or sbmitng da scraps

  92. #
    Naman on July 15, 2007

    well, i’ve a problem in the scrap sending script…

    earlier…a friend told me another script which didn’t have a semi coloun in last, it didn’t work on my mobile(W810i)…
    i saw urs, it also didn’t work… so i combined both i.e. last from that and beginning from u!!

    and it worked!!

    but now none is working….
    though others like joining community are working using my script!!

    my script is:
    javascript: _submitForm(document.getElementById(’b2′), ’submit’,);
    ya this worked but not now!!
    i’ve opera mini 3.1, does it makes a diff.??

    well this one’s still working..
    javascript: _submitForm(document.getElementById(’b1′), ‘join’,);

    pls cHECK It OuT
    thanks for ur work Rahul… i read all above
    u r really a good helper!!
    Thanks

    and hey, can’t we write comments here using mobile??
    i’ve to use Comp. it wastes time!!

    anyways pls figure it out

    Naman

  93. #
    Rahul Bansal on July 15, 2007

    Hello Guys,
    I am extremely sorry for all the trouble. There were some encoding and other issues with textarea tag. So this post messed up although the mess was complete invisible.
    Now just check out the above post all the code should work now, specially submit scrap as it is exclusively tested!
    Also one bad news… I have to again remove textarea tags so copy-paste from your cell may not work!
    Well as an hint you can create textfiles from your computer now.
    Also coming up with something to take care of this bad news… (before July end I guess)
    Sorry once again…
    Enjoi orkutting… :-)

  94. #
    Rakesh on July 15, 2007

    hey man….the submit scrap thing is still not working….i have a sony ericsson w830i with operamini 3 installed….i can add a new friend using your code….but i cant submit a damned scrap….give us an entirely new solution….you said it works in your N70….but its NOT WORKING in sony ericsson….my friend also has a sony ericsson….even he reported the same problem….the code was working until sunday….now all of a sudden its not….i tried fiddling with your code, recreating the bookmark, reinstalling operamini….no go :(

  95. #
    Rahul Bansal on July 15, 2007

    Sorry dude, but I can not help it anymore I guess the only better thing wud be to wait til I create separate page for this!
    Cause I do not have sony ericsson to test and its working great on Nokia N70! :-(

  96. #
    vivek on July 18, 2007

    heyyyyyyy rahul plzzzzzzzzz help me dude .i jus wanna ask u that is there developed any software which woud hack the google or yahoo account…or the orkut acc.becoz 1 of my frndzzz hrentened thet hewud hack my acc. and he wud put s’thin lyk tym limit..and i wud unble to use my orkut….is that possible…….

  97. #
    Arun on July 19, 2007

    Hey rahul.. Reply button worked til like 2days b4 now its not.. :(

  98. #
    vick on July 19, 2007

    hi im using opera mini 4 beta, but there also v r not able to do scrap, i want to know that these java scripts will in Opera mini 4 beta…

  99. #
    PG on July 19, 2007

    Hey……Da scripts r again not working….So can u plz post new scripts for replying & sending scraps…..Thanx in advance…..

  100. #
    Ahsan on July 20, 2007

    It is actually possible to scrap other users using the “reply” from our own scrapbook.

    For that we need to use the following bookmarklet

    javascript:{ for (var i = 1; i

  101. #
    Ahsan on July 20, 2007

    but this script is also not working rite now!!..it was working well before

  102. #
    Vick on July 20, 2007

    javascript for submitting scrap not working

  103. #
    Arun on July 20, 2007

    Yea earlier i din had to book mark anythin for that reply button to work but just click the right end of the reply button and it gets posted just like that.. Now nothin is workin.. Wut to do ?

  104. #
    vick on July 21, 2007

    HI RAHUL plz help yaar, javascript for submitting not workin in operamini

  105. #
    Harsh on July 22, 2007

    Rahuls scripts were not working till yesterday for me. But its working again for me now. I suggest u guys also check it now or be patient 4 sometime.

  106. #
    Rahul Bansal on July 22, 2007

    Thanks Harsh, if you would not have let me know this I wud be still playing with old codes…

    To all, its working again… :-)

  107. #
    Pranav on July 22, 2007

    Thanks man…..Ða post scrap $cript is really working now……But reply scrap script is not working properly…..So can u plz post ða script for replying to scraps……….Also i heard from a friend that >>THUNDERHAWK

  108. #
    Rakesh on July 24, 2007

    hey hero….that submit scrap script is working on my mobile now !!! :)

    but what drives me crazy is…its the same code you posted 10 days ago :(….i’ll go mad if you dont tell me why this happened :P

    thank you once again…
    buybye…tc…
    will bother you again if i have any probs :D

  109. #
    Rahul Bansal on July 30, 2007

    Wel as of now I go to my friends scrapbook to send a scrap to him/her.

    The reply code is not hard but not either worth using 2!

    Still let me know if you want it.. :-)

  110. #
    Rahul Bansal on July 30, 2007

    Wel as I remember Rakesh, orkut code was changed for 3-4 days, but I really dont know the reason for 10 days of trouble u have faced!

    Anyway enjoi orkuttin before code stops working again… ;-)

  111. #
    Rakesh on August 13, 2007

    hiii rahul !!!

    i think its time to bother you again..he he he…
    plz check your code once again…and let me know if it works….i’m facing the same problem again…i cant scrap from my mobile from saturday…

    thxxx for all your help… :)

  112. #
    Rahul Bansal on August 14, 2007

    Its k Rakesh!
    New codes are in place!