Make Plugin

Embed Size (px)

Citation preview

Multiclicker 1

Make Multiclicker plugins

Step 1. Tab Login (Login)

A. Get links to the login page

2. Login to the site in the mode shape

3. Login to the site in the mode of Cookies

Step 2. Tab Statistic (Statistics)

A. Getting links to a page of statistics

2. Getting information about statistics

2.1. Determination of Premium Membership

Two. 2. Determination of the number of visited links

2.3. Determination of the number of referrals

2.4. Determination of the number of links viewed by referrals

2.5. Determining the amount of money earned

2. 6. Determining the amount of money paid

Step 3. in masonry Adverts (Advertisement)

A. Getting links to a page advertising

Two. Defining links section on paid advertising

Three. Find links to paid advertisements

4. Checking the view of advertising

Five. Check the values of ad viewing confirmation

Step 4. Conclusion

A. Data on the PTC website

Two. Tips

2.1. Scripts 1 and G en Gen 2

2.2. Encrypted Cookies

Software

Opera - For me the best browser, you will greatly assist in the creation of plug-ins

Firefox - An alternative to Opera

EditPad Pro - a program to test regular expressions

Multiclcker SDK - The most important program without which the creation of plug-ins. Program Description

Step 1. Tab Login

A. Getting this to a friend Login

As an example, to create a plug-in, we will use PTC site B uxP. Info. Source code in this example may differ from the source code on the site in connection with the modernization of PTC Script BuxP. Info.

Copy the source code of the main (home) page in the program EditPad Pro Example

================================================== ===============================

> Website Directory

Your Banner Here?

([^ "] +) - A regular expression to select all characters from the characters ie to select the login. php

To test the regular expressions run the program Multiclicker SDK. Open the window test regular expressions Regex Checker

In Regex window Checker copy expression of and insert a using the key combination Shift + Insert the window Login Action Regexp Login tab program Multiclicker SDK

Then we have to assign a value to the field username (Username) and password field (Password).

Press the Add (Add) tabs Login program Multiclicker SDK. Entry window opens (Enter)

In the Key (variable) enter the username. In Field Value (value), enter% username% and click OK

If the user name field has been called cualquiercosa (Username:

  • Promote Ads

  • Browse Ads

  • Browse Offers

  • BuxP Shop

  • My Stats

  • Design & Hosting

  • Advertise

  • Blog

  • Forum

  • Contact

    My Stats Select from the source code of the home page of the code with a link to a page of statistics. We only link code members. Php to change it.

    Step 2 href = (member.php)> My Stats Part of the code members. Php put in parentheses.

    This expression allows us to find just the m embers. Php. If the site administrator to change it to "statistic. Php" - plug-in will stop working. So look for a different expression.

    Step 3 href = ([^>] +)> My Stats The regular expression [>] means that all characters will be chosen from the symbol to the symbol =>

    + - Means that the number of characters can be infinite.

    Therefore, if the change link to the statistics at the href = statistic. Php> My Stats , the plugin will continue to work and choose the link statistic. Php

    Copy the expression href = ([^>] +)> My Stats and insert a using the key combination Shift + Insert the window Statistics Page Regexp Statistics tab program Multiclicker SDK

    Two. Getting information about statistics

    Copy the source code of a page of statistics

    ================================================== ===============================

    > Website Directory

    Your Banner Here?

  • Browse Offers
  • BuxP Shop
  • My Stats
  • Design & Hosting
  • Advertise
  • Blog
  • Forum
  • Contact Browse Ads < Select from the source code of the home page of the code with a link to a page of advertising. We need to change some of its surf1.php

    Step 2 href = (surf1.php)> Browse Ads < Part of a surf. Php put in parentheses.

    This expression allows us to find only a reference surf one. php.

    If the site administrator to change it to "surf 2. Php" - plug-in will stop working. So look for a different expression.

    Step 3 href = ([^>] +)> Browse Ads < ([^>] +) - A regular expression to select all characters from the character href = up characters> Browse Ads ] +)> Browse Ads ] +)> Browse Ads