|
Reputation 8  Last Login 1 day and 9 hours ago Website |
|
|
I am the owner and creator of the webDOMinator software. I am a traveler and an artist at heart. I made webDOM because I was sick of doing friend adds manually, and over the last five years (since 2005), the software has blossomed and grown into a very powerful program. I enjoy helping people, making new friends, and well, as you might have known already, programming... among other things.
Hit me up if you need help... just use @ webDOMinator in your status at the beginning and I'll be able to see what you said. Also if you want to join the skype group text chat, contact me from my skype link on the left there and Iīll add you. |
|
 webDOMinator | In Reply | I'm also working on the system for gathering on twitter on ie7 and above because on most every page it's broken, so don't worry, I'll update when I'm done 2 days and 8 hours ago |
 webDOMinator | In Reply | I sometimes used twellow.com because they had good organization on who does what, demographics, etc. 2 days and 8 hours ago |
 webDOMinator | In Reply | did you know you could also grab twitter id's off of other websites? 2 days and 8 hours ago |
 webDOMinator | Updated the Adultspace.com plugin.2 days and 13 hours ago |
 webDOMinator | Updated the Adultspace.com plugin.2 days and 13 hours ago |
 webDOMinator | Other updates are to twitter... with automatic tweeting to people on your list, and a new coming gathering fix for people with IE7 and above 3 days and 13 hours ago |
 webDOMinator | The facebook plugin has a couple of fixes, OKCupid is set up with the new automatic Winking (includes message) 3 days and 13 hours ago |
|
|
|
| Title | Site | Date | | Conversation about vBulletin and The New Features it uses | vbulletin | 10/27/2009 1:13 PM | | How to change the site the vBulletin plugin uses | vbulletin | 10/22/2009 3:22 PM | | 40 Friends a day | stumbleupon | 10/19/2009 1:55 PM | | Getting Visitors - Observations | stumbleupon | 10/19/2009 1:54 PM | | How to use the Page Load Timeout | lastfm | 10/18/2009 5:45 PM |
|
To use any of these scripts in webDOM, just click "View Code..." then click the "Copy" icon below the script code.
Check if decaptcher.com is working
This is a quick script for when you want to check and see if your decaptcher.com account is working with webDOM. You'll have to set up your captcha settings from the Plugin options drop down, meaning your username, password, and port, then open the script editor (also in toolbar on top) and paste the script below... If you get back the CAPTCHA correctly, you will see it in the browser, if something goes wrong, you will see an error in your status & Info section.
wd.captcha.imageQuick Reference for "wd.captcha.image" Click on command to see examples & comments WebDOM Program Variables Description: Returns or sets the CAPTCHA Options Input setting. This can be a DOM reference, or just the identifier or name of the captcha code input box on the page.=recaptcha
wd.captcha.inputQuick Reference for "wd.captcha.input" Click on command to see examples & comments WebDOM Program Variables Description: Returns or sets the CAPTCHA Options Image setting. This can be a DOM reference, or just the identifier or name of the captcha code image on the page.=captcha_response
navigateQuick Reference for "navigate" Click on command to see examples & comments Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.recaptcha.net/fastcgi/demo/recaptcha
captchacheckQuick Reference for "captchacheck" Click on command to see examples & comments Program Level Commands Usage: captchacheck[:element] Description: This will make webDOM check for the CATPCHA input element on the page. If it is found, webDOM will stop and focus on the element passed. element is optional. If it is not specified, webDOM will check for the CAPTCHA input element that is default for the site plugin loaded.
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Button1 
Facebook Group Inviter
Automatically invites all of your facebook friends to your group. Must be on the group homepage when you start the script. If you want to include a message, the script is set up to use the Body from the messages section.
#nameQuick Reference for "#name" Click on command to see examples & comments Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Group Invite
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Invite People to Join
pagewaitQuick Reference for "pagewait" Click on command to see examples & comments Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command.
clickallQuick Reference for "clickall" Click on command to see examples & comments DOM Level Commands Usage: clickall:element-identifier Description: Clicks All DOM elements specified by element-identifier.:dom.a.url(http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.profile.ak.fbcdn.net
loopQuick Reference for "loop" Click on command to see examples & comments Control Operators and Clauses Usage: loop:condition;loop-condition;command Description: Starts a loop block which will loop until loop-condition is no longer satisfied. This is much like while loops in most standard programming languges. The first condition can be set to (true or false), and the loop-condition uses the conditional operators (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition. command is the command that's carried out at the end of the loop. Often times loops include incrementing a variable as the command at the end of the loop. An example loop would be "loop:true;var.i<<30;var:i=var.i+1" which would loop until the variable "i" was over 30. When inside of a loop, the variable being used can be referenced by using "[]" brackets i.e: "dom.a.[var:i].innerhtml=foo" would set all of the link names in the loop range to "foo". All loops must include an endloop call afterwards at risk of looping infinitely. :true:Next<in>dom.body.1.innerhtml:
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Next
wait:1
clickallQuick Reference for "clickall" Click on command to see examples & comments DOM Level Commands Usage: clickall:element-identifier Description: Clicks All DOM elements specified by element-identifier.:dom.a.url(http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.profile.ak.fbcdn.net
endloopQuick Reference for "endloop" Click on command to see examples & comments Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command.
dom.textarea.invite_msg.value= wd.pm.bodyQuick Reference for "wd.pm.body" Click on command to see examples & comments WebDOM Program Variables Description: Returns the body of the currently loaded message in the PM section.
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Send Invitations 
SEO Search Placement Results
This little script will allow you to see the placement of any user defined web site as compared to certain keywords. It uses Yahoo and Google and can be expanded to use other engines by changing the navigate, and the next page link clicked on in the loop.
#nameQuick Reference for "#name" Click on command to see examples & comments Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Place Me
#titleQuick Reference for "#title" Click on command to see examples & comments Script Level Commands Usage: #title:text Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Search Engine Placement Tool
#authorQuick Reference for "#author" Click on command to see examples & comments Script Level Commands Usage: #author:text Description: Sets the author of the script to text. This is a setting used for using scripts in the Action Toolbox.:Nathaniel Gibson
#descriptionQuick Reference for "#description" Click on command to see examples & comments Script Level Commands Usage: #description:text Description: Sets the description of the script to text. This is a setting used for using scripts in the Action Toolbox.:This will find what page you're on in Yahoo and Google for a given keyword
warningsQuick Reference for "warnings" Click on command to see examples & comments Script Level Commands Usage: warnings:on/off Description: Sets warnings to display output in the Status window "on" or "off".:off
inputQuick Reference for "input" Click on command to see examples & comments Script Level Commands Usage: input:global-variable:description Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:keyword:Input a keyword or phrase you want to check
inputQuick Reference for "input" Click on command to see examples & comments Script Level Commands Usage: input:global-variable:description Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:url:Input the domain name (ex: webdombot.com)
navigateQuick Reference for "navigate" Click on command to see examples & comments Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.search.yahoo.com/search?p=^global.keyword^&ei=UTF-8
varQuick Reference for "var" Click on command to see examples & comments Variable Setting Commands Usage: var:variable-name = expression Description: Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.:pagecount=1
loopQuick Reference for "loop" Click on command to see examples & comments Control Operators and Clauses Usage: loop:condition;loop-condition;command Description: Starts a loop block which will loop until loop-condition is no longer satisfied. This is much like while loops in most standard programming languges. The first condition can be set to (true or false), and the loop-condition uses the conditional operators (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition. command is the command that's carried out at the end of the loop. Often times loops include incrementing a variable as the command at the end of the loop. An example loop would be "loop:true;var.i<<30;var:i=var.i+1" which would loop until the variable "i" was over 30. When inside of a loop, the variable being used can be referenced by using "[]" brackets i.e: "dom.a.[var:i].innerhtml=foo" would set all of the link names in the loop range to "foo". All loops must include an endloop call afterwards at risk of looping infinitely. :false:global.url<in>dom.body.1.innerhtml||var.pagecount>=10
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.pg-next
pagewaitQuick Reference for "pagewait" Click on command to see examples & comments Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command.
varQuick Reference for "var" Click on command to see examples & comments Variable Setting Commands Usage: var:variable-name = expression Description: Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.:pagecount=var.pagecount+1
endloopQuick Reference for "endloop" Click on command to see examples & comments Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command.
globalQuick Reference for "global" Click on command to see examples & comments Variable Setting Commands Usage: global:variable-name = expression Description: Sets the variable specified variable-name to expression on a global scope. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings. Any script or page action script can access a global as long as webDOM is still running.:yahoo=var.pagecount
navigateQuick Reference for "navigate" Click on command to see examples & comments Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.www.google.es/search?hl=es&source=hp&q=^global.keyword^&meta=&aq=f&oq=
varQuick Reference for "var" Click on command to see examples & comments Variable Setting Commands Usage: var:variable-name = expression Description: Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.:pagecount=1
loopQuick Reference for "loop" Click on command to see examples & comments Control Operators and Clauses Usage: loop:condition;loop-condition;command Description: Starts a loop block which will loop until loop-condition is no longer satisfied. This is much like while loops in most standard programming languges. The first condition can be set to (true or false), and the loop-condition uses the conditional operators (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition. command is the command that's carried out at the end of the loop. Often times loops include incrementing a variable as the command at the end of the loop. An example loop would be "loop:true;var.i<<30;var:i=var.i+1" which would loop until the variable "i" was over 30. When inside of a loop, the variable being used can be referenced by using "[]" brackets i.e: "dom.a.[var:i].innerhtml=foo" would set all of the link names in the loop range to "foo". All loops must include an endloop call afterwards at risk of looping infinitely. :false:global.url<in>dom.body.1.innerhtml||var.pagecount>=10
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Siguiente
pagewaitQuick Reference for "pagewait" Click on command to see examples & comments Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command.
varQuick Reference for "var" Click on command to see examples & comments Variable Setting Commands Usage: var:variable-name = expression Description: Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.:pagecount=var.pagecount+1
endloopQuick Reference for "endloop" Click on command to see examples & comments Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command.
globalQuick Reference for "global" Click on command to see examples & comments Variable Setting Commands Usage: global:variable-name = expression Description: Sets the variable specified variable-name to expression on a global scope. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings. Any script or page action script can access a global as long as webDOM is still running.:google=var.pagecount
echoQuick Reference for "echo" Click on command to see examples & comments Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:Yahoo: ^global.yahoo^ Google: ^global.google 
Automatically Gather all new users to list
This script goes in and grabs the first 10 pages of new user signups. Itīs best to run it on a schedule about 4 times a day or more.
navigateQuick Reference for "navigate" Click on command to see examples & comments Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.social.peoplestring.com/search_advanced.php
selectQuick Reference for "select" Click on command to see examples & comments DOM Level Commands Usage: select:select-element-name:option Description: Will auto-select an option from a drop-down select box signified by select-element-name. The option should be set to the inner html of the option you want selected. i.e: if the option says "May" but it has the value "3" then to set the "month" select box to "3" you would say: select:month:May:sort:Last Signup
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Update Results
pagewaitQuick Reference for "pagewait" Click on command to see examples & comments Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command.
setlistfileQuick Reference for "setlistfile" Click on command to see examples & comments Program Level Commands Usage: setlistfile:filename Description: Sets the list file to save to. This is for use when the automatic list saving option is activated. In your script, before performing the autogather function when you're starting a brand new list, use this command to make it so that webDOM doesn't pop up a "save list" dialogue and halt automation.:newpeeps
wd.gather.pagesQuick Reference for "wd.gather.pages" Click on command to see examples & comments WebDOM Program Variables Description: Sets the Auto-Gather page limit to a certain number of pages you set this variable to.=10
autogatherQuick Reference for "autogather" Click on command to see examples & comments Program Level Commands Usage: autogather[:number-of-items] Description: Makes webDOM gather a certain number-of-items from the current browser page. The current page on the browser should be a page in a list of pages, with Next links to eachother. webDOM will stop autogathering as soon as it has reached the limit imposed by number-of-items specified or if it gets to last page of the list of users. If number-of-items or any other Auto-Gather limit setting is not used, autogather will stop when it cannot find a next page link.
add_allQuick Reference for "add_all" Click on command to see examples & comments Program Level Commands Usage: add_all[:number] Description: Start the automation process of adding all of the people on the currently loaded user ID list as friends. If number is used, then automation will only add that number of friends. 
Youtube Auto-Commenter
This script puts a comment on a person's youtube page. It also checks for CAPTCHA's when automating it using the "Custom Action" button in the info list section so that it can pause and let you enter the captcha in.
#nameQuick Reference for "#name" Click on command to see examples & comments Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Post Comment
#titleQuick Reference for "#title" Click on command to see examples & comments Script Level Commands Usage: #title:text Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Will Post a comment on currently selected user's channel
#descriptionQuick Reference for "#description" Click on command to see examples & comments Script Level Commands Usage: #description:text Description: Sets the description of the script to text. This is a setting used for using scripts in the Action Toolbox.:This script posts a comment on whoever you have selected it's also a List Based Action meaning that it can be automated to run for your whole list by right clicking the "Custom Action" button.
navigateQuick Reference for "navigate" Click on command to see examples & comments Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http: //Quick Reference for "//" Click on command to see examples & comments Commenting Description: A standard comment, i.e:
/Quick Reference for "/" Click on command to see examples & comments String Concatenation & Math Expressions Usage: expresson1/expression2 Description: Divides expression1 by expression2./This is a comment.www.youtube.com/profile?user=^ wd.curinfoQuick Reference for "wd.curinfo" Click on command to see examples & comments WebDOM Program Variables Description: Returns the value of the currently selected User ID or item from the info list.
dom.textarea.comment_entry_box.innerhtml= wd.pm.bodyQuick Reference for "wd.pm.body" Click on command to see examples & comments WebDOM Program Variables Description: Returns the body of the currently loaded message in the PM section.
clickQuick Reference for "click" Click on command to see examples & comments DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.comment_entry_submit_button
wait:2
captchacheckQuick Reference for "captchacheck" Click on command to see examples & comments Program Level Commands Usage: captchacheck[:element] Description: This will make webDOM check for the CATPCHA input element on the page. If it is found, webDOM will stop and focus on the element passed. element is optional. If it is not specified, webDOM will check for the CAPTCHA input element that is default for the site plugin loaded.

|
|

Nathaniel D. Gibson neither is associated nor responsible for the content submitted by the person behind this user account |