Осенняя акция: пакет из
ВСЕХ баз всего за 497 wmz!
Стучитесь в ICQ 234700384

База ключевых слов / поисковых запросов / ниш

Базы ключевых слов:

Русская
Русская база связей

Английская 77 млн новая!
Английская база связей

Итальянская
Итальянская база связей
Немецкая
Немецкая база связей
Французская
Французская база связей
Испанская
Испанская база связей
Доменка

Keyword Harvester
Human Emulator
Mail.ru Suggest Keywords

Контактная информация:

E-mail: MaxPastukhov@gmail.com
ICQ: 234-700-384
WebMoney: Z597539897894

Pastukhov Human Emulator Online Help

<?php
/////////////////////////////////////////////////////////////////// XHE WRAPPER /////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////// Class's
// Window
include("Objects/Window/xhe_application.php");
include(
"Objects/Window/xhe_debug.php");
include(
"Objects/Window/xhe_windowsshell.php");
// Web
include("Objects/Web/xhe_browser.php");
include(
"Objects/Web/xhe_webpage.php");
include(
"Objects/Web/xhe_seo.php");
// DOM (output)
include("Objects/DOM/xhe_anchor.php");
include(
"Objects/DOM/xhe_image.php");
include(
"Objects/DOM/xhe_inputbutton.php");
include(
"Objects/DOM/xhe_selectelement.php");
// DOM (input)
include("Objects/DOM/xhe_input.php");
include(
"Objects/DOM/xhe_inputfile.php");
include(
"Objects/DOM/xhe_textarea.php");
include(
"Objects/DOM/xhe_checkbutton.php");
include(
"Objects/DOM/xhe_radiobutton.php");
// System
include("Objects/System/xhe_mouse.php");
include(
"Objects/System/xhe_sound.php");
include(
"Objects/System/xhe_keyboard.php");
include(
"Objects/System/xhe_textfile.php");
include(
"Objects/System/xhe_clipboard.php");

/////////////////////////////////////////////////////////////////////////// Objects

// Xedant human emulator host
$xhe_host ="127.0.0.1:7010"

// create Window objects
$app       = new XHEApplication($xhe_host);
$windows   = new XHEWindowsShell($xhe_host);
$mouse     = new XHEMouse($xhe_host);
$sound     = new XHESound($xhe_host);
$debug     = new XHEDebug($xhe_host);
$keyboard = new XHEKeyboard($xhe_host);
$clipboard = new XHEClipboard($xhe_host);
$textfile  = new XHETextFile($xhe_host);

// create Web objects
$browser   = new XHEBrowser($xhe_host);
$webpage   = new XHEWebPage($xhe_host);
$seo       = new XHESEO($xhe_host);

// create Dom (output) objects
$anchor    = new XHEAnchor($xhe_host);
$image     = new XHEImage($xhe_host);
$button    = new XHEInputButton($xhe_host);
$listbox   = new XHESelectElement($xhe_host);

// create Dom (input) objects
$input     = new XHEInput($xhe_host);
$inputfile = new XHEInputFile($xhe_host);
$textarea  = new XHETextArea($xhe_host);
$checkbox  = new XHECheckButton($xhe_host);
$radiobox  = new XHERadioButton($xhe_host);

////////////////////////////////////////////////////////////////////////////////////

?>
Copyright © Макс Пастухов 2001-2008. Все права защищены.
Любое использование материалов, их подборки, дизайна и элементов дизайна
может осуществляться только с разрешения автора с указанием ссылки на источник