Универсальная база знаний LMS Wisdom System Wisdom Tree MAIN My Profile

Browser Bots System Structure

by #Alex Torrison
- Extension Script with AJAX request to Server

- Route script load by URL /folder/file scripts with GET params - there is php => js generations

Init:
/core/init.php?u=user&p=password&url=encodeURI(window.location.href) // Run system

Autoload:
/core/common.php // JQuery and common functions
/core/load_control_div.php // Control Block on Page with programs list
/core/check_program.php // Run on page load for get task

Control Actions:
/core/select_program.php // Select Program
/core/start_program.php // Start [Needed first Task]
/core/pause_program.php // Pause [Stop Task Check and save Last Task in Session]
/core/stop_program.php // Stop [Stop Check and UnSet Last Task in Session]
/core/change_task.php // Change Task in Program

Program functions:
/test_program/get_task (Tasks can be in /tasks/ folder) [Give JS Code with Check URL in the End]
/test_program/check_task?result= (Checkers can be in /checkers/ folder) [Get and use data from Extension and give next Task URL]

Global data can saved in DataBase, Cookies or Sessions

BotMemory:

- User
- URL
- Program
- Program Status {stop, pause, run}
- Task

DataBase:

- Users

- Accounts Data
- Actions Reports
- Random Data

- ...Any Tables and Lists...

Этот объект часть других / Parent