Simple

From Multiclicker2

Jump to: navigation, search

Remember the SDK for old Multiclicker? Good, Wizard is almost the same!

Contents

Opening Wizard

The Wizard may appear hidden to you, but you will see.

  1. Start Multiclicker2
  2. File->Builder will open the Builder environment
  3. Inside Builder: File->New project->Wizard


Using Wizard

There are 4 sections in the Wizard: Settings, Login, Statistics and Adverts. Before you continue to the next section, the current one is validated and if a value is missing or an error is found, a warning message appears and zou have to fix it before continue. Also a not on regular expressions - they are called pattern now, not regex.

Settings

  • Project
    • Version represents version number or revision of the site. Only digits and dots allowed.
  • Author
    • Nick is your name, nick or simply anything that indentifies you as the author.
    • E-mail for faster communication with you. OPTIONAL
    • Homepage of the site plugin or just any page you want to promote. OPTIONAL
    • Referral link - write here your referral link for the site. OPTIONAL
  • Site
    • Name of the site.
    • Address - URL - of the site.
    • Advert time [ms] - time in milliseconds (1 second = 1000 milliseconds) to wait before verifying advert.
    • Per click - normal is the value in USD per one click of normal (not upgraded) user.
    • Per click - premium is the value in USD per one click of premium (upgraded) user.

Login

  • Login page pattern returns relative or absolute address of the login page (in 1st group).
  • Login mode
    • Form - standard way of logging in with use of HTML form and POST.
    • Cookies - if Form fails, you can still try to fake cookies of a logged-in user.
  • Login action pattern - AVAILABLE ONLY FOR FORM MODE - returns content of the form action atribute (in 1st group). If left empty, the current page is used as action script.
  • Username key - name of the username variable for Form mode, or name of the username cookie for Cookies mode.
  • Password key - name of the password variable for Form mode, or name of the password cookie for Cookies mode.
  • Send password as - AVAILABLE ONLY FOR COOKIES MODE
    • Plain text - password will be sent as is, without any modification. Simply as plain text.
    • MD5 - password will be sent as MD5 hash of the password.
    • SHA1 - password will be sent as SHA1 hash of the password.
  • Additional form values / Additional cookies are additonal entries to username and password that are necessary for successful login.
    • Key - name of the entry.
    • Value - value of the entry.

Statistics

  • Statistics page pattern returns relative or absolute address of the statistics page (in 1st group).
  • Premuim membership pattern returns non-empty string only if the user purchased premium membership.
  • Number of referrals pattern returns number of referrals (in 1st group).
  • Number of referrals' clicks pattern returns number of referrals' clicks (in 1st group).
  • Number of clicks pattern returns number of clicks generated by the user (in 1st group).
  • Balance pattern returns current balance without currency symbol or code (in 1st group).
  • Total paid pattern returns current balance without currency symbol or code (in 1st group).

Adverts

  • Adverts page pattern returns relative or absolute address of the adverts/surf page (in 1st group).
  • Adverts section pattern returns only the section of the code that contains adverts (in 1st group).
  • Advert pattern returns relative or absolute address of a single advert including query part of the url (in 1st group).
  • Verify page pattern returns relative or absolute address of the page that is responsible for verifying adverts (in 1st group).
  • Successful verification pattern returns non-empty string only if the current advert was successfuly verified.
  • Verify page query variables patterns - key-pattern pairs used to generate verify page URL query.
    • Key - name of the query variable.
    • Pattern - pattern that returns value of the variable.

Wizard tools

There are also several tools in the Wizard to make your life even easier.

Regex checker

This tool will help you create and test your regular expressions. Write the pattern, paste some content (subject) to be tested and simply press Process button.

Save/Load

Since Wizard only generates source for the Builder based on your input, you'd have to fill all the field all over again every time you wanted to modify something after building the project (or you'd have to modify the source-code directly). Save/Load function of the Wizard allows you to save and load the state of the Wizard itself.

Exporting site

When you clicked Finish button in the Wizard, its window disappeared and a new content was inserted into the Builder itself. Now, if you don't want to modify something, go to File->Export, select a file in the file dialog that will appear and press Save.