Movies Home Showtimes New Releases Top Rated Upcoming Rate Movies Review Movies Random Movie
Celebrities Home Random Celebrity
Videos Home Top Favorites Random Video
People Home Random User
News Home Todays News This Weeks News This Months News Random News
Wallpapers Home Actress Actors Movies Top Favorites Random Wallpaper
Fun Stuff Home Play User Quizzes Play Non-stop Quiz Polls Discussions Upload Photo Upload Video Create Poll Create Quiz Take MTM
Search
 
Chakpak.com discussions
Start a discussion
Create a poll
Quick reply
View Locked Album/ scrapbook/ video in Orkut Style
New! Ask Your Friends to Participate
Cool guy with lots of happiness so wanna laugh? Jun 19, 2008
View Locked Album/ scrapbook/ video in Orkut Style
// Orkut - Miniatura de fotos trancadas
// version 0.1.1 BETA
// 2007-12-05
// Copyright (c) 2007, Rocky the HACK-KING
// Released under the GPL license
// http://www.trustonlove.page.tl
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          View Locked Album/ scrapbook/ video in Orkut Style
// @namespace      hack-king
// @include        http://www.orkut.com/*
// ==/UserScript==

/*  --------------------------------------------------------------------
    Changelog
    --------------------------------------------------------------------

    --------------------------------------------------------------------
*/



// --------------------------------------------------------------------
// Configuracoes
// --------------------------------------------------------------------
var giveUp = 5; //numero de erros consecutivos para desistir de procurar mais fotos,
                //padrao = 5;

// --------------------------------------------------------------------



function getUID () {
  url = document.location.href;
  re = /\.aspx\?uid=\d+/
  var result = null;
  try {
    result = url.match(re);
    result = result[0].substring(10);
  } catch (e) {}
  return(result);
}

function getPhotoId (foto_link){
    x = foto_link.split("/");
    return(x[x.length-1]);
}

function notAlbum() {

    ub = document.evaluate("//a[contains(@class,'userbutton')]", document, null, 7,null);
    for (i=0;i<ub.snapshotLength;i++) {
        a = ub.snapshotItem(i).title;
        if (ub.snapshotItem(i).href == "javascript:void(0)" && a == "álbum" || a == "album") {
            ub.snapshotItem(i).href = "http://www.orkut.com/Album.aspx?uid=" + getUID();
            ub.snapshotItem(i).removeAttribute("onclick");
        }
    }

    ht = document.evaluate("//a[contains(@class,'ht')]", document, null, 7,null);
    for (i=0;i<ht.snapshotLength;i++) {
        if (ht.snapshotItem(i).href.indexOf("#") > -1) {
            html = ht.snapshotItem(i).innerHTML;
            if (html.indexOf("fotos") > -1 || html.indexOf("photos") > -1) {
                ht.snapshotItem(i).href = "http://www.orkut.com/Album.aspx?uid=" + getUID();
                ht.snapshotItem(i).removeAttribute("onclick");
            }
            break;
        }
    }
}

function display(foto_link) {
    footer = document.getElementById("footer");

    img = new Image();
    i=1;
    errors = 0; //consecutive load errors
    nLoaded = 0; //number of loaded pictures
    img.addEventListener('load', function () {
        errors = 0;
        nLoaded++;
        if ((nLoaded %3) - 1 == 0) {
        div = document.createElement("div");
        div.className = "listlight";
        footer.parentNode.insertBefore(div, footer);
        }

        dv = document.createElement("div");
        dv.className = "tripler ac oh";
        dv.style.width = "32%";

        im = document.createElement("img");
        im.src = this.src;
        im.className = "photothumb";
        p = document.createElement("p");
        p.className = "para nobot";
        div.appendChild(dv);
        dv.appendChild(im);
        dv.appendChild(p);
        ++i;
        this.src = "http://img3.orkut.com/images/milieu/" + i + "/0/" + getPhotoId(foto_link);
    }
    , false);

    img.addEventListener('error', function () {
        errors++;
        if (errors >= giveUp)
            return;
        if (i<=100) {
            i++;
            this.src = "http://img3.orkut.com/images/milieu/" + i + "/0/" + getPhotoId(foto_link);
        }
    }
    , false);

    img.src = "http://img3.orkut.com/images/milieu/" + i + "/0/" + getPhotoId(foto_link);

}


//window.addEventListener('load', function(event) {
setTimeout(function() {
    address = document.location.href.toLowerCase();
    lbox = document.getElementById("lbox");

    if (address.indexOf("album.aspx") == -1)
        notAlbum();
    else
    if (lbox == null) {
        GM_xmlhttpRequest({
                        method: 'GET',
                        url: 'http://www.orkut.com/FriendsList.aspx?uid=' + getUID(),
                        onreadystatechange: function(responseDetails) {
                            if (responseDetails.readyState == 4) {
                                foto = new String(responseDetails.responseText.match(/https?:\/\/img\d+\.orkut\.com\/images\/medium\/.+\.jpg/gim));
                                display(foto);

                            }
                        }
                    });
    }


//}, false);
},300);
Report Abusive post   Reply
Jun 19, 2008
Re: View Locked Album/ scrapbook/ video in Orkut Style
orkut ne recently saari scripts lock kardi thi, wat about this 1?
Report Abusive post   Reply
Cool guy with lots of happiness so wanna laugh? Jun 19, 2008
Re: View Locked Album/ scrapbook/ video in Orkut Style

try this one and reply again with your sorry i think your next reply like this

OHHHHH MY GOD IT'S WORKING SORRY HACK-KING 

Report Abusive post   Reply
Jun 19, 2008
Re: View Locked Album/ scrapbook/ video in Orkut Style
ha ha, very funny, abhi try nahi kiya, jab karunga tab bata dunga, aur ek baat yaad rakhna, main sorry nahi bolta.
Report Abusive post   Reply
Gaurav Aug 28, 2008
Re: View Locked Album/ scrapbook/ video in Orkut Style
ye code kaha paste karna hai....
Report Abusive post   Reply
Uzair Apr 18, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style
yaar..can u please tell how to install this??? i have mozilla nd grease monkey but how to install this??? please HELP NEEDED!!! for godsake help me!!!
Report Abusive post   Reply
Uzair Apr 18, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

hello? how to install this yaar?? please anyone be specific!! i need help!!

please for godsake reply quick! 

Report Abusive post   Reply
Hhhhhh Jun 23, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style
hey we have to paste dis script sumwhr ? if yes den whr we hv to paste it ?
Report Abusive post   Reply
Rocky
~~ achcha bachcha~~
Jun 23, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

1st step

copy code

then paste it to notpade file

then save it with name ( scraps.js  ) ok

then upload it to ur server

download greesmonkey for firefox

install greesmonkey

add user script

add ur scraps.js file to script

finish

now u r able to see non friends scrapbook and much more

thanx

hack-king rocky

Report Abusive post   Reply
~ ♥~ ~ ♥~ sunahri the golden girl~ ♥~ ~ ♥~ Jun 23, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style
hyeeee
Report Abusive post   Reply
Siva Jun 30, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

i dont have website . so how to upload.

Can anyone upload and share the link?

Report Abusive post   Reply
Siva Jun 30, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

I tried to edit another .js file and pasted the code..

But I got the following Error:

"Could not launch editor.
[Exception... "Component returned failure code: 0x80520003 (NS_ERROR_FILE_EXECUTION_FAILED) [nsIProcess.run]"  nsresult: "0x80520003 (NS_ERROR_FILE_EXECUTION_FAILED)"  location: "JS frame :: chrome://greasemonkey/content/utils.js :: launchApplicationWithDoc :: line 188"  data: no]"

Report Abusive post   Reply
Arpit Aug 28, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

sry dude could u xplain me the step

add user script

add ur scraps.js file to script

wht to do and wht it is!

Report Abusive post   Reply
Arpit Aug 28, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

hi siva

it seems u have unlocked the scrapbook

could u plss xplain me the step

add user script

add ur scraps.js file to script

i really need this!

Report Abusive post   Reply
Sush Oct 22, 2009
Re: View Locked Album/ scrapbook/ video in Orkut Style

Hi, Can anyone help me know how to view locked albums in a non friends profile.

 I am in need badly, pls pls help me know step by step

Report Abusive post   Reply
New! Discover People like You on Chakpak New! Ask Your Friends to Participate
 
Start a discussion
Create a poll
Quick reply