Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[Today at 02:03:44 PM]

[Today at 02:03:44 PM]

[Today at 02:03:44 PM]

[Today at 02:03:44 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[May 13, 2025, 02:04:25 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[April 12, 2025, 01:54:20 PM]

[March 12, 2025, 03:05:30 PM]

[March 12, 2025, 03:05:30 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Computer / Technical Issues » Internet » Websites » Social Networking - OrKutGuide.Com » Javascript Tricks
 Capture UID's From Friend's List and Community Members
Pages: [1]   Go Down
  Print  
Author Topic: Capture UID's From Friend's List and Community Members  (Read 1253 times)
Tina
Global Moderator
Elite Member
*****



Karma: 9
Offline Offline

Posts: 806

Hi Friendz...!!


View Profile WWW
Capture UID's From Friend's List and Community Members
« Posted: July 17, 2007, 10:03:32 AM »


Capture UID's From Friend's List and Community Members

# This script will give you the UID's from friend's list and community menbers.
# Run the script on your friend's list page to get friend UIDs.
# To get Community members UID run on the community members page,you should run page by page so that you will get all the UID's.

Code:
javascript:var text_LoL =ocument.body.innerHTML.match(/uid=\d+/gi);var text_LoL =text_LoL.join();var text_LoL = text_LoL.match(/\d+/gi);var text_LoL_1 ="";for (index_1 = text_LoL.length-1;index_1 >= 0;index_1--){if(text_LoL_1.indexOf(text_LoL[index_1]) == -1) {text_LoL_1 = text_LoL_1+ '"' + text_LoL[index_1] + '",<br>'} else {text_LoL_1 =text_LoL_1}};document.write(text_LoL_1)

Logged

« Reply #1 Posted: August 15, 2007, 01:31:18 PM »
Hellraiser
TWI Trailblazer
*******



Karma: 3
Offline Offline

Posts: 2476


View Profile
Re: Capture UID's From Friend's List and Community Members
« Reply #1 Posted: August 15, 2007, 01:31:18 PM »

nice 1
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.057 seconds with 27 queries.