Advertisement
wrsi

main.php

Apr 11th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.47 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ POWER X 7 DECODER
  5. * @ Version         :   1.1.4.0
  6. * @ Member          :   vv456
  7. * @ Official site   :   http://www.waraxe.us/forum-userprofile-8669.html
  8. *
  9. */
  10.  
  11.     define( 'D_Version', '1.0' );
  12.     include( 'codebase-php\bot_api.php' );
  13.     include( 'codebase-php\Utils.php' );
  14.     include( 'codebase-php\LocalDataClass.php' );
  15.     include( 'codebase-php\BotClass.php' );
  16.     include( 'codebase-php\GetSettingsFromXml.php' );
  17.     include( 'Plugins\PluginsManager\PM_class.php' );
  18.     set_include_path( get_include_path(  ) . PATH_SEPARATOR . 'codebase-php' );
  19.     $bot = new Bot(  );
  20.     AutoStart( $argv );
  21.     include( 'Plugins\YondaimePower\lol_class.php' );
  22.     $cekversi = (int)@file_get_contents( 'tmp_dir\CurrentRevision.txt' );
  23.  
  24.     if (( ( @filesize( 'Plugins\YondaimePower\huff' ) == 58081 && @filesize( 'Plugins\YondaimePower\yondaimecoolz' ) == 2312360 ) && $cekversi == 96255 )) {
  25.         $tp = new WowPlugin(  );
  26.         $ew = new PluginManager(  );
  27.  
  28.         if (isset( $getP['action'] )) {
  29.             if ($getP['action'] == 'refresh') {
  30.                 $tp->ld->userId = $CurrentUserId;
  31.                 $tp->ld->EasyConnect(  );
  32.                 $tp->GetForm(  );
  33.             }
  34.  
  35.  
  36.             if ($getP['action'] == 'menu') {
  37.                 $tp->ld->userId = $CurrentUserId;
  38.                 $tp->ld->EasyConnect(  );
  39.                 $tp->GetForm( $getP );
  40.             }
  41.  
  42.  
  43.             if ($getP['action'] == 'save') {
  44.                 $tp->ld->userId = $CurrentUserId;
  45.                 $tp->ld->EasyConnect(  );
  46.                 $tp->WoW_Save( $postdata );
  47.                 $ew->RefreshMePlugin( 'YondaimePower' );
  48.                 return 1;
  49.             }
  50.         }
  51.     }
  52. else {
  53.         echo 'ERROR';
  54.     }
  55.  
  56. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement