webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to Program Level Commands

nextplugin

Usage...
nextplugin
Makes webDOM load the next plugin in your Site Plugin list. If webDOM reaches the end of the plugin list, it will start at the beginning.
This applies to webDOM version 2.5.1 and above.

User Comments on nextplugin

An example using nextplugin

Written by: webDOMinator 3 years and 2 months ago

Okay, so sometimes you have multiple campaigns you're running on multiple sites and you want one webDOM process to automatically refresh itself and add 100 friends on each site on a consistent rotation over 10 sites?

Here's an example of how that could be done (this code is not tested)

Code

global:startupscript=script.file
loadplugin:shared.curplugin
nextplugin
login
wait:8
shared:curplugin=wd.plugin
navigate:global.searchurl
setlistfile:workinglist
autogather:100
add_all:100
shell:sys.basedir^webDOM.exe -startup="^global.startupscript^"
quit

As the code suggests, it switches to the next plugin and remembers where it left off using shared variables. Then, it logs in, sets up a working list, gathers and adds 100 friends from the search page on each site (must have the default global variable "searchurl" set up in the plugin), and then launch a whole new webDOM to pick up where it left of, and quit the current process, thus freeing up any memory on leaky websites like last.fm.

This code is good for the latest beta builds 15 and up of version 2.5.1 of webDOM, what will be publicly released version 2.5.2 and up.

Post a Comment About the "nextplugin" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.