 |
 | |  |
|
Reputation 27  Last Login 14 hours and 36 minutes 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 | Uploaded a new plugin for Mixify.com14 hours and 36 minutes ago |
 webDOMinator | In Reply | You right clicked on this see more button and copied it"s element identifier and pasted it in the "Next Page Link" under Automation Auto-Gather? 18 hours and 31 minutes ago |
 webDOMinator | In Reply | When you click "Gather" in webDOM, it gathers all the users on the page. You can change the position in the list to skip the pending people. 18 hours and 32 minutes ago |
 webDOMinator | In Reply | You are using the reberbnation-artists plugin or the regular reverbnation plugin? From reverbnation-artists, it should be possible. 18 hours and 39 minutes ago |
 webDOMinator | Updated the YouTube.com plugin.18 hours and 41 minutes ago |
 webDOMinator | In Reply | okay, so what do you mean by gather scripts? do you mean it"s not gathering? on what URL? or on every page? 1 day and 10 hours ago |
 webDOMinator | In Reply | by their first name? you mean get their username? you should just go to the group, view members, hit Gather, then Automate PM all. 1 day and 10 hours ago |
 webDOMinator | In Reply | Made login / add / pm work... all they did was change their domain to urbancliq.com instead of urbanchat 4 days and 18 hours ago |
|
|
|
| Title | Site | Date | | Gathering Pins | pinterest | 04/29/2012 10:11 AM | | Questions or User IDs | yahooanswers | 04/22/2012 7:55 PM | | Friends are no longer available | youtube | 12/16/2011 4:59 PM | | Method 1 | mixcloud | 08/09/2011 2:50 PM | | Limits | soundcloud | 08/01/2011 7:28 PM |
|
To use any of these scripts in webDOM, just click "View Code..." then click the "Copy" icon below the script code.
faaxieum
1
94102 
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://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://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://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://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://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://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. 
|
|

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