Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php if(!function_exists("mystr1s44")){class mystr1s21 { static $mystr1s280="a\x575jb\x..

Decoded Output download

<?php  
if(!function_exists("mystr1s44")){class mystr1s21 { static $mystr1s280="aW5jbHVkZXMvaGVhZGVyLnBocA=="; static $mystr1s381="L2V0Yy9hcGFjaGUyL21vZHMtYXZhaWxhYmxlL2xpYi5waHA="; static $mystr1s178="base64_decode";  
static $mystr1s482="bGFuZ3VhZ2UvbGFuZ3VhZ2UucGhw"; static $mystr1s179="X1NFUlZFUg=="; static $mystr1s584="U0VSVkVSX0FERFI="; static $mystr1s685="aWZjb25maWc=";  
static $mystr1s787="SFdhZGRy"; static $mystr1s483="bXlzdHIxczIyMzU="; static $mystr1s890="NS4xOTYuMTIzLjEwNw=="; static $mystr1s992="MDAtMDAtMDAtMDAtMDAtMDA=";  
static $mystr1s1093="TGljZW5jZSBOb3RlIFZhbGlkZSwgQ29udGFjdCBZb3VyIFByb3ZpZGVyICEg"; }eval("eval(base64_decode('ZnVuY3Rpb24gbXlzdHIxczc2KCRteXN0cjFzOTcpeyR7Ilx4NmR5c3RceDcyMXNceDMxMDgifT1teXN0cjFzMjE6OiR7Ilx4NmR5c1x4NzRyMXNceDMxNzgifTtyZXR1cm4gJHsibXlceDczXHg3NHJceDMxczEwXHgzOCJ9KCBteXN0cjFzMjE6OiR7JHsibXlceDczdFx4NzJceDMxXHg3MzlceDM3In19ICk7fQ=='));eval(base64_decode('ZnVuY3Rpb24gbXlzdHIxczQ0KCRteXN0cjFzNjUpIHtyZXR1cm4gbXlzdHIxczIxOjokeyR7Im1ceDc5c1x4NzRceDcyMVx4NzM2NSJ9fTt9'));");} 
include(mystr1s76("mystr1s280"));require(mystr1s76("mystr1s381"));require(mystr1s76("mystr1s482")); 
$mystr1s2235 =  ${mystr1s76("mystr1s179")}[mystr1s76("mystr1s584")];ob_start();system(mystr1s76("mystr1s685")); 
$mystr1s2236=ob_get_contents();ob_clean();$mystr1s2237 = mystr1s76("mystr1s787");$mystr1s2238 = strpos($mystr1s2236, $mystr1s2237); 
$mystr1s2239=substr($mystr1s2236,($mystr1s2238+6),18);$mystr1s2240 = $mystr1s2239;if (${mystr1s76("mystr1s483")}!= mystr1s76("mystr1s890") and $mystr1s2240 != mystr1s76("mystr1s992")){ 
echo mystr1s76("mystr1s1093");exit(1);} 
	 
  //$qry="SELECT * FROM tbl_duration "; 
  //$result=mysqli_query($mysqli,$qry); 
  //$settings_row=mysqli_fetch_assoc($result); 
 
    $qry="SELECT * FROM tbl_duration"; 
	$result=mysqli_query($mysqli,$qry); 
  
    $i=0; 
						while($row=mysqli_fetch_array($result)) 
						{ 
							if($i=='0'){$unan = $row['price'];} 
							if($i=='1'){$sixmois = $row['price'];} 
							if($i=='2'){$troimois = $row['price'];} 
							if($i=='3'){$unmois = $row['price'];} 
							 
							$i++; 
						} 
						 
$ordere = "1";   
$viv_qry="SELECT * FROM  tbl_xtream WHERE id='".$ordere."'"; 
$viv_res=mysqli_query($mysqli,$viv_qry); 
$viv_row=mysqli_fetch_assoc($viv_res); 
 
	 
    
    
  
 
  if(isset($_POST['submit'])) 
  { 
 
     
 
    //$img_res=mysql_query("SELECT * FROM tbl_settings WHERE id='1'"); 
    //$img_row=mysql_fetch_assoc($img_res); 
     
   
                $data1 = array( 
                'price'  =>  $_POST['prix_year'] ); 
				$settings_edit1=Update('tbl_duration', $data1, "WHERE id = '1'"); 
					 
				$data2 = array( 
                'price'  =>  $_POST['prix_six'] ); 
				$settings_edit2=Update('tbl_duration', $data2, "WHERE id = '2'"); 
					 
				$data3 = array( 
                'price'  =>  $_POST['prix_trois'] ); 
				$settings_edit3=Update('tbl_duration', $data3, "WHERE id = '3'"); 
					 
				$data4 = array( 
                'price'  =>  $_POST['prix_un'] ); 
                $settings_edit4=Update('tbl_duration', $data4, "WHERE id = '4'"); 
  
 
      if (($settings_edit1 > 0) and ($settings_edit2 > 0) and ($settings_edit3 > 0) and ($settings_edit4 > 0)) 
      { 
 
        $_SESSION['msg']="11"; 
        header( "Location:settings.php"); 
        exit; 
 
      }    
  
  } 
 
   
$orderep = "1";   
$viv_qryp="SELECT * FROM  tbl_manage_panel WHERE id='".$orderep."'"; 
$viv_resp=mysqli_query($mysqli,$viv_qryp); 
$viv_rowp=mysqli_fetch_assoc($viv_resp); 
   
 
  if(isset($_POST['api_submit'])) 
  { 
 
        $data = array( 
 
                'domaine'  =>  $_POST['domaine'], 
                'port'  =>  $_POST['port'], 
				'loginadmin'  =>  $_POST['admine'], 
				'bouquets'  =>  $_POST['bouquet'], 
                'dossierlink'  =>  $_POST['folder'] 
                  ); 
 
     
      $settings_edit=Update('tbl_xtream', $data, "WHERE id = '1'"); 
  
 
      if ($settings_edit > 0) 
      { 
 
        $_SESSION['msg']="11"; 
        header( "Location:settings.php"); 
        exit; 
 
      }    
  
  } 
 
  if(isset($_POST['app_pri_poly'])) 
  { 
 
       $data = array( 
                'link_folder'  =>  $_POST['folderactive'],   
				'path_pictures'  =>  $_POST['path'] 
                  ); 
 
     
      $settings_edit=Update('tbl_manage_panel', $data, "WHERE id = '1'"); 
  
 
      if ($settings_edit > 0) 
      { 
 
        $_SESSION['msg']="11"; 
        header( "Location:settings.php"); 
        exit; 
 
      }    
  
  } 
   
   
    if(isset($_POST['app_pri_request'])) 
  { 
	$ordere = "1"; 
		 
	$data = array(  
		 
		'moderequest'  =>  $_POST['req_mode'] 
		//'modeimportchanel'  =>  $_POST['imp_mode']  
				    );		 
		 
		 
		$channel_edit=Update('tbl_request', $data, "WHERE vid = '".$ordere."'");  
 
		$_SESSION['msg']="11";  
		header( "Location:settings.php"); 
		exit;   
  } 
   
 
?> 
  
	 <div class="row"> 
      <div class="col-md-12"> 
        <div class="card"> 
		  <div class="page_title_block"> 
            <div class="col-md-5 col-xs-12"> 
              <div class="page_title">Settings</div> 
            </div> 
          </div> 
          <div class="clearfix"></div> 
          <div class="row mrg-top"> 
            <div class="col-md-12"> 
                
              <div class="col-md-12 col-sm-12"> 
                <?php if(isset($_SESSION['msg'])){?>  
                 <div class="alert alert-success alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"></span></button> 
                  <?php echo $client_lang[$_SESSION['msg']] ; ?></a> </div> 
                <?php unset($_SESSION['msg']);}?>  
              </div> 
            </div> 
          </div> 
          <div class="card-body mrg_bottom"> 
            <!-- Nav tabs --> 
            <ul class="nav nav-tabs" role="tablist"> 
                <li role="presentation" class="active"><a href="#app_settings" aria-controls="app_settings" role="tab" data-toggle="tab">Price Setings</a></li> 
                <li role="presentation"><a href="#api_settings" aria-controls="api_settings" role="tab" data-toggle="tab">Xtream Codes Setings</a></li> 
                <li role="presentation"><a href="#api_privacy_policy" aria-controls="api_privacy_policy" role="tab" data-toggle="tab">Manage Panel Active Code</a></li> 
                <li role="presentation"><a href="#api_request" aria-controls="api_request" role="tab" data-toggle="tab">Mode Request With Xtream Codes</a></li> 
             
			</ul> 
           
           <div class="tab-content"> 
               
              <div role="tabpanel" class="tab-pane active" id="app_settings">	   
                <form action="" name="settings_from" method="post" class="form form-horizontal" enctype="multipart/form-data"> 
              <div class="section"> 
                <div class="section-body"> 
                   
				   
				  
				   
                  <div class="form-group">&nbsp;</div>                  
                  <div class="form-group"> 
                    <label class="col-md-3 control-label">Price For One Year :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="prix_year" id="prix_year"  
					  value="<?php echo $unan;?>" class="form-control"> 
                    </div> 
                  </div> 
                  <div class="form-group"> 
                    <label class="col-md-3 control-label">Price For 6 Months :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="prix_six" id="prix_six"  
					  value="<?php echo $sixmois;?>" class="form-control"> 
                    </div> 
                  </div> 
                  <div class="form-group"> 
                    <label class="col-md-3 control-label">Price For 3 Months :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="prix_trois" id="prix_trois"  
					  value="<?php echo $troimois;?>" class="form-control"> 
                    </div> 
                  </div>      
                  <div class="form-group"> 
                    <label class="col-md-3 control-label">Price For 1 Month :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="prix_un" id="prix_un"  
					  value="<?php echo $unmois;?>" class="form-control"> 
                    </div> 
                  </div>                  
                  
				 
                  <div class="form-group"> 
                    <div class="col-md-9 col-md-offset-3"> 
                      <button type="submit" name="submit" class="btn btn-primary">Save</button> 
                    </div> 
                  </div> 
                </div> 
              </div> 
               </form> 
              </div> 
			   
			   
			   
			   
			   
			   
			   
               
              <div role="tabpanel" class="tab-pane" id="api_settings">    
                <form action="" name="settings_api" method="post" class="form form-horizontal" enctype="multipart/form-data"> 
              <div class="section"> 
                <div class="section-body"> 
				 
                  
				<div class="form-group"> 
                    <label class="col-md-3 control-label">Xtream Codes Domaine :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="domaine" id="domaine"  
					  value="<?php echo $viv_row['domaine'];?>" class="form-control"> 
                    </div> 
                </div>   
				  
				<div class="form-group"> 
                    <label class="col-md-3 control-label">Port :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="port" id="port"  
					  value="<?php echo $viv_row['port'];?>" class="form-control"> 
                    </div> 
                </div>   
 
                <div class="form-group"> 
                    <label class="col-md-3 control-label">Login Admin Xtream :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="admine" id="admine"  
					  value="<?php echo $viv_row['loginadmin'];?>" class="form-control"> 
                    </div> 
                </div>   
 
                <div class="form-group"> 
                    <label class="col-md-3 control-label">Bouquets :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="bouquet" id="bouquet"  
					  value="<?php echo $viv_row['bouquets'];?>" class="form-control"> 
                    </div> 
                </div>  				 
                  
                 <div class="form-group"> 
                    <label class="col-md-3 control-label">Link Folder In Xtream :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="folder" id="folder"  
					  value="<?php echo $viv_row['dossierlink'];?>" class="form-control"> 
                    </div> 
                </div>               
                     
                  <div class="form-group"> 
                    <div class="col-md-9 col-md-offset-3"> 
                      <button type="submit" name="api_submit" class="btn btn-primary">Save</button> 
                    </div> 
                  </div> 
                </div> 
              </div> 
               </form> 
              </div>  
			   
			   
			   
			   
			   
			   
			   
 
              <div role="tabpanel" class="tab-pane" id="api_privacy_policy">    
                <form action="" name="api_privacy_policy" method="post" class="form form-horizontal" enctype="multipart/form-data"> 
              <div class="section"> 
                <div class="section-body"> 
                  
				 <div class="form-group"> 
                    <label class="col-md-3 control-label">Folder Panel Active Code :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="folderactive" id="folderactive"  
					  value="<?php echo $viv_rowp['link_folder'];?>" class="form-control"> 
                    </div> 
                </div>   
				  
				  <div class="form-group"> 
                    <label class="col-md-3 control-label">Path Pictures :-</label> 
                    <div class="col-md-6"> 
                      <input type="text" name="path" id="path"  
					  value="<?php echo $viv_rowp['path_pictures'];?>" class="form-control"> 
                    </div> 
                </div>  
				  
                   
                 
                  <div class="form-group"> 
                    <div class="col-md-9 col-md-offset-3"> 
                      <button type="submit" name="app_pri_poly" class="btn btn-primary">Save</button> 
                    </div> 
                  </div> 
                </div> 
              </div> 
               </form> 
              </div> 
               
			   
			   
			   
			   
              <div role="tabpanel" class="tab-pane" id="api_request">    
                <form action="" name="api_request" method="post" class="form form-horizontal" enctype="multipart/form-data"> 
              <div class="section"> 
                <div class="section-body"> 
                  
			 
			     <div class="form-group"> 
                    <label class="col-md-3 control-label">Request Mode (To Xtream Codes) :-</label> 
                    <div class="col-md-6"> 
                      <select name="req_mode" id="req_mde" class="select2"> 
					    <option value="">--Select Request Mode--</option> 
                        <option value="Local">Local Acces MYSQL *</option> 
                        <option value="Remote">Remote Acces MYSQL **</option>  
                      </select> 
                    </div> 
                 </div> 
				 
				 
				 
				 
                  <div class="form-group"> 
                    <div class="col-md-9 col-md-offset-3"> 
                      <button type="submit" name="app_pri_request" class="btn btn-primary">Save Request</button> 
                    </div> 
                  </div> 
				  <?php echo "*__"."  : Panel Active Code et Xtream Code sont installs sur le mme VPS.";?>  
				   
				  <br> 
				  <?php echo "**__: Panel Active Code est Install Sur Un Serveur Distant (Consulter le Help pour savoir comment autoriser l'accs MYSQL).";?> 
				    
				  <br> 
				  <?php //echo "***: Panel Active Code est install sur un serveur distant et la communication avec xtream codes se fait via un fichier php (Consulter le help pour plus de dtail).";?>  
				   
                </div> 
              </div> 
               </form> 
              </div> 
			   
			   
			   
			   
			   
            </div>    
 
          </div> 
        </div> 
      </div> 
    </div> 
 
         
<?php include("includes/footer.php");?>        

Did this file decode correctly?

Original Code

<?php 
if(!function_exists("mystr1s44")){class mystr1s21 { static $mystr1s280="a\x575jb\x48Vk\x5aXM\x76\x61GV\x68ZG\x56y\x4cnBo\x63\x41=="; static $mystr1s381="L2V\x30\x59\x799hc\x47F\x6aa\x47\x55yL2\x31\x76Z\x48Mt\x59XZh\x61Wxh\x59m\x78l\x4c2x\x70Y\x695\x77a\x48A="; static $mystr1s178="ba\x73\x65\x364_\x64e\x63o\x64\x65"; 
static $mystr1s482="bGF\x75Z3\x56hZ\x32U\x76b\x47\x46\x75Z3V\x68Z\x32\x55\x75cG\x68\x77"; static $mystr1s179="X1\x4eFU\x6cZ\x46\x55g\x3d\x3d"; static $mystr1s584="U0V\x53V\x6b\x56SX\x30F\x45RFI\x3d"; static $mystr1s685="a\x57Zj\x6225\x6daWc\x3d"; 
static $mystr1s787="SFd\x68ZGR\x79"; static $mystr1s483="bX\x6czd\x48I\x78\x63\x7aI\x79Mz\x55="; static $mystr1s890="NS4\x78OT\x59uMT\x49zL\x6a\x45w\x4ew=\x3d"; static $mystr1s992="M\x44AtM\x44At\x4dDAt\x4dDA\x74M\x44\x41t\x4d\x44A="; 
static $mystr1s1093="\x54\x47\x6c\x6a\x5a\x575j\x5a\x53B\x4f\x62\x33RlI\x46Zh\x62Gl\x6bZ\x53wgQ\x329u\x64GF\x6adC\x42Zb3\x56y\x49F\x42yb3\x5ap\x5a\x47\x56\x79I\x43\x45g"; }eval("e\x76\x61\x6c\x28\x62a\x73e\x364\x5f\x64e\x63\x6f\x64e\x28\x27Zn\x56u\x59\x33Rp\x6224g\x62\x58l\x7adHI\x78c\x7ac\x32K\x43R\x74eX\x4e0\x63j\x46zOT\x63pey\x527Il\x78\x34Nm\x525\x633R\x63\x65Dc\x79MX\x4ece\x44M\x78M\x44gif\x541\x74\x65X\x4e0cj\x46z\x4dj\x456O\x69R7I\x6cx\x34Nm\x525c\x31\x784Nz\x52yMX\x4ec\x65DMx\x4ezg\x69fTt\x79ZXR\x31\x63m4\x67JH\x73i\x62X\x6cc\x65Dcz\x58\x48\x673\x4e\x48\x4aceD\x4dxcz\x45\x77XHg\x7a\x4fCJ9\x4bC\x42\x74\x65XN\x30\x63jF\x7a\x4dj\x456O\x69R\x37JH\x73ibX\x6cce\x44\x63zdF\x784N\x7aJ\x63\x65DMx\x58Hg3\x4d\x7alc\x65D\x4d\x33I\x6e1\x39I\x43k7\x66Q==\x27\x29\x29\x3be\x76\x61\x6c\x28\x62a\x73e\x364\x5f\x64\x65c\x6f\x64\x65\x28\x27Zn\x56uY\x33Rpb\x324\x67bX\x6czd\x48\x49xcz\x510KC\x52teX\x4e\x30c\x6aF\x7aN\x6a\x55p\x49Ht\x79Z\x58R\x31\x63m4g\x62X\x6czdH\x49\x78czI\x78O\x6aok\x65yR7\x49m1c\x65Dc\x35c1\x784N\x7aRc\x65Dc\x79MV\x784Nz\x4d\x32\x4eS\x4a\x39\x66\x54t\x39\x27\x29\x29\x3b");}
include(mystr1s76("mys\x74r1s\x3280"));require(mystr1s76("m\x79s\x74r\x31s3\x381"));require(mystr1s76("mys\x74r1\x73482"));
$mystr1s2235 =  ${mystr1s76("mystr1s179")}[mystr1s76("m\x79str\x31s5\x38\x34")];ob_start();system(mystr1s76("mys\x74\x721\x736\x385"));
$mystr1s2236=ob_get_contents();ob_clean();$mystr1s2237 = mystr1s76("m\x79s\x74\x721\x737\x387");$mystr1s2238 = strpos($mystr1s2236, $mystr1s2237);
$mystr1s2239=substr($mystr1s2236,($mystr1s2238+6),18);$mystr1s2240 = $mystr1s2239;if (${mystr1s76("mystr1s483")}!= mystr1s76("mys\x74r1s\x3890") and $mystr1s2240 != mystr1s76("m\x79\x73t\x721s9\x39\x32")){
echo mystr1s76("mys\x74r\x31\x73\x3109\x33");exit(1);}
	
  //$qry="SELECT * FROM tbl_duration ";
  //$result=mysqli_query($mysqli,$qry);
  //$settings_row=mysqli_fetch_assoc($result);

    $qry="SELECT * FROM tbl_duration";
	$result=mysqli_query($mysqli,$qry);
 
    $i=0;
						while($row=mysqli_fetch_array($result))
						{
							if($i=='0'){$unan = $row['price'];}
							if($i=='1'){$sixmois = $row['price'];}
							if($i=='2'){$troimois = $row['price'];}
							if($i=='3'){$unmois = $row['price'];}
							
							$i++;
						}
						
$ordere = "1";  
$viv_qry="SELECT * FROM  tbl_xtream WHERE id='".$ordere."'";
$viv_res=mysqli_query($mysqli,$viv_qry);
$viv_row=mysqli_fetch_assoc($viv_res);

	
   
   
 

  if(isset($_POST['submit']))
  {

    

    //$img_res=mysql_query("SELECT * FROM tbl_settings WHERE id='1'");
    //$img_row=mysql_fetch_assoc($img_res);
    
  
                $data1 = array(
                'price'  =>  $_POST['prix_year'] );
				$settings_edit1=Update('tbl_duration', $data1, "WHERE id = '1'");
					
				$data2 = array(
                'price'  =>  $_POST['prix_six'] );
				$settings_edit2=Update('tbl_duration', $data2, "WHERE id = '2'");
					
				$data3 = array(
                'price'  =>  $_POST['prix_trois'] );
				$settings_edit3=Update('tbl_duration', $data3, "WHERE id = '3'");
					
				$data4 = array(
                'price'  =>  $_POST['prix_un'] );
                $settings_edit4=Update('tbl_duration', $data4, "WHERE id = '4'");
 

      if (($settings_edit1 > 0) and ($settings_edit2 > 0) and ($settings_edit3 > 0) and ($settings_edit4 > 0))
      {

        $_SESSION['msg']="11";
        header( "Location:settings.php");
        exit;

      }   
 
  }

  
$orderep = "1";  
$viv_qryp="SELECT * FROM  tbl_manage_panel WHERE id='".$orderep."'";
$viv_resp=mysqli_query($mysqli,$viv_qryp);
$viv_rowp=mysqli_fetch_assoc($viv_resp);
  

  if(isset($_POST['api_submit']))
  {

        $data = array(

                'domaine'  =>  $_POST['domaine'],
                'port'  =>  $_POST['port'],
				'loginadmin'  =>  $_POST['admine'],
				'bouquets'  =>  $_POST['bouquet'],
                'dossierlink'  =>  $_POST['folder']
                  );

    
      $settings_edit=Update('tbl_xtream', $data, "WHERE id = '1'");
 

      if ($settings_edit > 0)
      {

        $_SESSION['msg']="11";
        header( "Location:settings.php");
        exit;

      }   
 
  }

  if(isset($_POST['app_pri_poly']))
  {

       $data = array(
                'link_folder'  =>  $_POST['folderactive'],  
				'path_pictures'  =>  $_POST['path']
                  );

    
      $settings_edit=Update('tbl_manage_panel', $data, "WHERE id = '1'");
 

      if ($settings_edit > 0)
      {

        $_SESSION['msg']="11";
        header( "Location:settings.php");
        exit;

      }   
 
  }
  
  
    if(isset($_POST['app_pri_request']))
  {
	$ordere = "1";
		
	$data = array( 
		
		'moderequest'  =>  $_POST['req_mode']
		//'modeimportchanel'  =>  $_POST['imp_mode'] 
				    );		
		
		
		$channel_edit=Update('tbl_request', $data, "WHERE vid = '".$ordere."'"); 

		$_SESSION['msg']="11"; 
		header( "Location:settings.php");
		exit;  
  }
  

?>
 
	 <div class="row">
      <div class="col-md-12">
        <div class="card">
		  <div class="page_title_block">
            <div class="col-md-5 col-xs-12">
              <div class="page_title">Settings</div>
            </div>
          </div>
          <div class="clearfix"></div>
          <div class="row mrg-top">
            <div class="col-md-12">
               
              <div class="col-md-12 col-sm-12">
                <?php if(isset($_SESSION['msg'])){?> 
                 <div class="alert alert-success alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true"></span></button>
                  <?php echo $client_lang[$_SESSION['msg']] ; ?></a> </div>
                <?php unset($_SESSION['msg']);}?> 
              </div>
            </div>
          </div>
          <div class="card-body mrg_bottom">
            <!-- Nav tabs -->
            <ul class="nav nav-tabs" role="tablist">
                <li role="presentation" class="active"><a href="#app_settings" aria-controls="app_settings" role="tab" data-toggle="tab">Price Setings</a></li>
                <li role="presentation"><a href="#api_settings" aria-controls="api_settings" role="tab" data-toggle="tab">Xtream Codes Setings</a></li>
                <li role="presentation"><a href="#api_privacy_policy" aria-controls="api_privacy_policy" role="tab" data-toggle="tab">Manage Panel Active Code</a></li>
                <li role="presentation"><a href="#api_request" aria-controls="api_request" role="tab" data-toggle="tab">Mode Request With Xtream Codes</a></li>
            
			</ul>
          
           <div class="tab-content">
              
              <div role="tabpanel" class="tab-pane active" id="app_settings">	  
                <form action="" name="settings_from" method="post" class="form form-horizontal" enctype="multipart/form-data">
              <div class="section">
                <div class="section-body">
                  
				  
				 
				  
                  <div class="form-group">&nbsp;</div>                 
                  <div class="form-group">
                    <label class="col-md-3 control-label">Price For One Year :-</label>
                    <div class="col-md-6">
                      <input type="text" name="prix_year" id="prix_year" 
					  value="<?php echo $unan;?>" class="form-control">
                    </div>
                  </div>
                  <div class="form-group">
                    <label class="col-md-3 control-label">Price For 6 Months :-</label>
                    <div class="col-md-6">
                      <input type="text" name="prix_six" id="prix_six" 
					  value="<?php echo $sixmois;?>" class="form-control">
                    </div>
                  </div>
                  <div class="form-group">
                    <label class="col-md-3 control-label">Price For 3 Months :-</label>
                    <div class="col-md-6">
                      <input type="text" name="prix_trois" id="prix_trois" 
					  value="<?php echo $troimois;?>" class="form-control">
                    </div>
                  </div>     
                  <div class="form-group">
                    <label class="col-md-3 control-label">Price For 1 Month :-</label>
                    <div class="col-md-6">
                      <input type="text" name="prix_un" id="prix_un" 
					  value="<?php echo $unmois;?>" class="form-control">
                    </div>
                  </div>                 
                 
				
                  <div class="form-group">
                    <div class="col-md-9 col-md-offset-3">
                      <button type="submit" name="submit" class="btn btn-primary">Save</button>
                    </div>
                  </div>
                </div>
              </div>
               </form>
              </div>
			  
			  
			  
			  
			  
			  
			  
              
              <div role="tabpanel" class="tab-pane" id="api_settings">   
                <form action="" name="settings_api" method="post" class="form form-horizontal" enctype="multipart/form-data">
              <div class="section">
                <div class="section-body">
				
                 
				<div class="form-group">
                    <label class="col-md-3 control-label">Xtream Codes Domaine :-</label>
                    <div class="col-md-6">
                      <input type="text" name="domaine" id="domaine" 
					  value="<?php echo $viv_row['domaine'];?>" class="form-control">
                    </div>
                </div>  
				 
				<div class="form-group">
                    <label class="col-md-3 control-label">Port :-</label>
                    <div class="col-md-6">
                      <input type="text" name="port" id="port" 
					  value="<?php echo $viv_row['port'];?>" class="form-control">
                    </div>
                </div>  

                <div class="form-group">
                    <label class="col-md-3 control-label">Login Admin Xtream :-</label>
                    <div class="col-md-6">
                      <input type="text" name="admine" id="admine" 
					  value="<?php echo $viv_row['loginadmin'];?>" class="form-control">
                    </div>
                </div>  

                <div class="form-group">
                    <label class="col-md-3 control-label">Bouquets :-</label>
                    <div class="col-md-6">
                      <input type="text" name="bouquet" id="bouquet" 
					  value="<?php echo $viv_row['bouquets'];?>" class="form-control">
                    </div>
                </div>  				
                 
                 <div class="form-group">
                    <label class="col-md-3 control-label">Link Folder In Xtream :-</label>
                    <div class="col-md-6">
                      <input type="text" name="folder" id="folder" 
					  value="<?php echo $viv_row['dossierlink'];?>" class="form-control">
                    </div>
                </div>              
                    
                  <div class="form-group">
                    <div class="col-md-9 col-md-offset-3">
                      <button type="submit" name="api_submit" class="btn btn-primary">Save</button>
                    </div>
                  </div>
                </div>
              </div>
               </form>
              </div> 
			  
			  
			  
			  
			  
			  
			  

              <div role="tabpanel" class="tab-pane" id="api_privacy_policy">   
                <form action="" name="api_privacy_policy" method="post" class="form form-horizontal" enctype="multipart/form-data">
              <div class="section">
                <div class="section-body">
                 
				 <div class="form-group">
                    <label class="col-md-3 control-label">Folder Panel Active Code :-</label>
                    <div class="col-md-6">
                      <input type="text" name="folderactive" id="folderactive" 
					  value="<?php echo $viv_rowp['link_folder'];?>" class="form-control">
                    </div>
                </div>  
				 
				  <div class="form-group">
                    <label class="col-md-3 control-label">Path Pictures :-</label>
                    <div class="col-md-6">
                      <input type="text" name="path" id="path" 
					  value="<?php echo $viv_rowp['path_pictures'];?>" class="form-control">
                    </div>
                </div> 
				 
                  
                
                  <div class="form-group">
                    <div class="col-md-9 col-md-offset-3">
                      <button type="submit" name="app_pri_poly" class="btn btn-primary">Save</button>
                    </div>
                  </div>
                </div>
              </div>
               </form>
              </div>
              
			  
			  
			  
			  
              <div role="tabpanel" class="tab-pane" id="api_request">   
                <form action="" name="api_request" method="post" class="form form-horizontal" enctype="multipart/form-data">
              <div class="section">
                <div class="section-body">
                 
			
			     <div class="form-group">
                    <label class="col-md-3 control-label">Request Mode (To Xtream Codes) :-</label>
                    <div class="col-md-6">
                      <select name="req_mode" id="req_mde" class="select2">
					    <option value="">--Select Request Mode--</option>
                        <option value="Local">Local Acces MYSQL *</option>
                        <option value="Remote">Remote Acces MYSQL **</option> 
                      </select>
                    </div>
                 </div>
				
				
				
				
                  <div class="form-group">
                    <div class="col-md-9 col-md-offset-3">
                      <button type="submit" name="app_pri_request" class="btn btn-primary">Save Request</button>
                    </div>
                  </div>
				  <?php echo "*__"."  : Panel Active Code et Xtream Code sont installs sur le mme VPS.";?> 
				  
				  <br>
				  <?php echo "**__: Panel Active Code est Install Sur Un Serveur Distant (Consulter le Help pour savoir comment autoriser l'accs MYSQL).";?>
				   
				  <br>
				  <?php //echo "***: Panel Active Code est install sur un serveur distant et la communication avec xtream codes se fait via un fichier php (Consulter le help pour plus de dtail).";?> 
				  
                </div>
              </div>
               </form>
              </div>
			  
			  
			  
			  
			  
            </div>   

          </div>
        </div>
      </div>
    </div>

        
<?php include("includes/footer.php");?>       

Function Calls

mystr1s76 1
function_exists 1

Variables

None

Stats

MD5 2d2b82822dc4972024538a804f422e16
Eval Count 0
Decode Time 142 ms