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 eval(gzinflate(substr(base64_decode('H4sIAAAAAAAEAO09a3fbNrKfN+fkPyCMt5RvLcl2ki..

Decoded Output download


//Check for config..
if(!file_exists("include/config.php"))
{
    die("<b>There is an error. Config file not found. Please re-install or contact support.</b>");
}
session_start();
require_once('include/util.php');
$page = "adminpage";
$db = new DB();

if($_SESSION['permission'] == 0)
{
    $company_count = $db->getCompanyCountForUser($_SESSION['user_id']);
    $companies = $db->getAllCompaniesForUser($_SESSION['user_id']);
}else{
    $company_count = $db->getCompanyCount();
    $companies = $db->getAllCompanies();
}


//Pre-load Checks
if(!isset($_SESSION['user_id']))
{
    header("Location: login.php");
    exit;
}
if(@$_SESSION['permission']<1 && !$_SESSION['prems']['customize_call_flow']) {
    ?>
<script type="text/javascript">
    alert('You can\'t access this page');
    window.location = "index.php";
</script>
<?php
    exit;
}

$act = @$_GET['act'];

if (isset($act)) {
    switch ($act) {
        case 'uploadMp3':
            $cId = $_REQUEST['cId'];

            $uploaddir = 'audio/'.$cId.'/';
            @mkdir ($uploaddir, 0777,true);
            @chmod ($uploaddir, 0777);
            
            $file = $uploaddir . str_replace(" ", "_", basename($_FILES['uploadfile']['name'])); 
             
            if (move_uploaded_file($_FILES['uploadfile']['tmp_name'], $file))
            { 
                $filename = str_replace(" ", "_", basename($_FILES['uploadfile']['name']));
            
                echo "$filename"; 
            
            } else {
                echo "error";
            }

            exit();
        break;

        case 'company_settings_form':

        $cId = $_GET['cId'];
        $settings   = $db->getcompanySettings($cId);
        $ga_id      = $db->getVar($cId."[ga_id]");
        $ga_domain  = $db->getVar($cId."[ga_domain]");
        $km_api_key = $db->getVar($cId."[kiss_metrics_api_key]");
        ?>
            <div id="edit_company_form" class="block" style="background: none; padding-bottom: 0; margin-bottom: 0;">
                <p class="validateTips">
                    Keep any of these fields blank to disable.
                </p>
                <form>
                    <fieldset>
                        <label>Whisper MP3</label>
                        
                        <fieldset class="ivr-Menu ivr2-input-container" style="margin-bottom: 15px !important; width: 490px; border: 1px solid #DDDDDD !important;">
                            <input type="hidden" class="content" name="whisper" value="<?php echo $settings->whisper; ?>" />
                            <input type="hidden" class="type" name="whisper_type" value="<?php echo $settings->whisper_type; ?>" />
                            <input type="hidden" class="voice" name="whisper_voice" value="<?php echo $settings->whisper_voice; ?>" />
                            <input type="hidden" class="language" name="whisper_language" value="<?php echo $settings->whisper_language; ?>" />
                            <div class="ivr-Menu-selector" style="display: block">
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->whisper_type == 'Text') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="txt" class="ivr-Menu-selector-item <?php echo (($settings->whisper_type == 'Text')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)"> <span class="title">Text To Speech</span></a> </div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->whisper_type == 'Audio') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="upload_mp3" class="ivr-Menu-selector-item <?php echo (($settings->whisper_type == 'Audio')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Upload MP3</span></a></div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->whisper_type == 'MP3_URL') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="mp3_url" class="ivr-Menu-selector-item <?php echo (($settings->whisper_type == 'MP3_URL')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Enter MP3 URL</span></a></div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->whisper_type == 'RECORD_AUDIO') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="record_audio" class="ivr-Menu-selector-item <?php echo (($settings->whisper_type == 'RECORD_AUDIO')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Record Audio</span></a></div>
                                </div>
                              </div>
                              <div class="ivr-Menu-editor ">
                                <div class="ivr-Menu-editor-padding" style="padding: 10px;">
                                  <div class="ivr-Menu-read-text" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Text To Speech</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <br>
                                    <div>
                                      <fieldset class="ivr2-input-complex ivr2-input-container" style="align: center;">
                                        <label class="field-label">
                                            <textarea class="voicemail-text" name="readtxt_mail" id="readtxt_mail" style="width: 450px;"><?php echo (($settings->whisper_type == 'Text')? $settings->whisper:''); ?></textarea>

                                            <?php
                                            $voice = (($settings->whisper_type == 'Text')? $settings->whisper_voice:'');
                                            $language = (($settings->whisper_type == 'Text')? $settings->whisper_language:'');
                                            ?>
                                            <label class="field-label-left" style="width: 55px; display: inline-block !important;">Voice: </label>
                                            <select id="voice" onchange="var language = $(this).parents('.ivr-Menu').find('#language'); language.find('option').hide().prop('disabled', true); language.find('option[data-voice=' + this.value + ']').show().prop('disabled', false); if (language.find('option:selected').attr('data-voice') != this.value) { language.find('option').removeAttr('selected', 'selected'); language.find('option:visible').first().attr('selected', 'selected'); }" style="display:inline; width: 200px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px;">
                                              <?php
                                              echo Util::getTwilioVoices($voice);
                                              ?>
                                            </select>

                                            <br clear="all" />

                                            <label class="field-label-left" style="width: 55px; display: inline-block !important;">Dialect: </label>
                                            <select id="language" style="display:inline; width: 200px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px; margin-top: 5px !important;">
                                              <?php
                                              echo Util::getTwilioLanguages($voice, $language);
                                              ?>
                                            </select>

                                            <br clear="all" /><br />

                                            <input type="button" class="submit mid" id="test_voice_text" value="Test" onclick="testVoice($(this).parents('.ivr-Menu').find('#voice').val(), $(this).parents('.ivr-Menu').find('#language').val(), $(this).parents('.ivr-Menu').find('#readtxt_mail').val());" style="margin-left: 0px; display: inline !important;" />

                                            <script type="text/javascript">
                                              $(document).ready(function() {
                                                $("#voice").trigger("change");
                                              });
                                            </script>

                                            <input type="button"  class="submit mid" id="save_voicetext" value="Save" onClick="SaveContent(this,'Text_mail')" style="float: right; margin-left: 0px; display: inline !important;" />
                                        </label>
                                      </fieldset>
                                    </div>
                                    <br>
                                    <br>
                                  </div>
                                  <div class="ivr-audio-upload" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Upload an MP3 file</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>
                                        
                                        <span class="title" <?php if ( $settings->whisper_type != 'Audio' ) echo ' style="display:none" ' ?> id="voicefilenameWrapper"  >Voice to play: <strong id="voicefilename">
                                        <?php 
                                  echo (($settings->whisper_type == 'Audio')? $settings->whisper:''); ?>
                                        </strong></span> <br>
                                        
                                        
                                        <span class="title">Click to select a file: </span>
                                        <div style="width: 100px; margin: auto;"><input type="button"   class="submit mid fileupload" id="uploadFileButton"   value="Upload" ></div>
                                        <span class="title" id="statusUpload">&nbsp;</span>
                                      </div>                                                   
                                    
                                    </div>
                                  </div>
                                  <div class="ivr-mp3-url" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Enter the URL to an MP3 file</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>           
                                        
                                        <span class="title">
                                          <input type="text" name="mp3_url_text" id="mp3_url_text" value="<?php echo (($settings->whisper_type == 'MP3_URL')? $settings->whisper:''); ?>" class="text ui-widget-content ui-corner-all" style="width: 100%; height: 24px; padding: 2px; margin-left: 0px; margin-bottom: 5px;" />
                                          <input type="button" class="submit mid" value="Save" style="margin-left: 0 !important;" onClick="SaveContent(this,'MP3_URL')" />
                                        </span>

                                        <br /><br />

                                        <span class="title" <?php if ( $settings->whisper_type != 'MP3_URL' ) echo ' style="display:none" ' ?>  id="mp3UrlSaved" >MP3 to play: <strong>
                                        <?php 
                                  echo (($settings->whisper_type == 'MP3_URL')? $settings->whisper:''); ?>
                                        </strong></span>

                                      </div>
                                    
                                    
                                    </div>
                                  </div>
                                  <div class="ivr-record-audio" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Have ACT call you and record your own audio</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>
                                       <center>
                                           <table>
                                               <tr>
                                                   <td>Caller ID: </td>
                                                   <td>
                                                       <select id="record_from" style="display:inline; width: 135px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px; margin-right: 50px !important;">
                                                           <option value="">Select number</option>
                                                           <?php
                                                           $numbers = $db->getNumbersOfCompany($cId);
                                                           foreach ($numbers as $number) {
                                                               ?>
                                                               <option value="<?php echo $number->number; ?>"><?php echo $number->number; ?></option>
                                                               <?php
                                                           }
                                                           ?>
                                                       </select>
                                                   </td>
                                               </tr>
                                               <tr>
                                                   <td>Your phone number: </td>
                                                   <td><input type="text" id="record_to" class="text ui-widget-content ui-corner-all" style="height: 23px; padding: 2px; width: 120px !important; display: inline !important;" /></td>
                                               </tr>
                                           </table>
                                       </center>
                                        <br />
                                        <input type="button"  class="submit mid" id="call_me_record" value="Call Me" onclick="recordAudio(this);" style="margin-left: 180px;" />
                                        <br />
                                        <span class="title" <?php if ( $settings->whisper_type != 'RECORD_AUDIO' ) echo ' style="display:none" ' ?>  id="recordedAudioSavedWrapper" >
                                          <?php if ($settings->whisper_type == 'RECORD_AUDIO') { echo Util::generateFlashAudioPlayer($settings->whisper, 'sm'); } ?>
                                        </span>

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

                        <label for="rec_url">Recording Notification</label>
                        
                        <fieldset class="ivr-Menu ivr2-input-container" style="margin-bottom: 15px !important; width: 490px; border: 1px solid #DDDDDD !important;">
                            <input type="hidden" class="content" name="recording_notification" value="<?php echo $settings->recording_notification; ?>" />
                            <input type="hidden" class="type" name="recording_notification_type" value="<?php echo $settings->recording_notification_type; ?>" />
                            <input type="hidden" class="voice" name="recording_notification_voice" value="<?php echo $settings->recording_notification_voice; ?>" />
                            <input type="hidden" class="language" name="recording_notification_language" value="<?php echo $settings->recording_notification_language; ?>" />
                            <div class="ivr-Menu-selector" style="display: block">
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->recording_notification_type == 'Text') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="txt" class="ivr-Menu-selector-item <?php echo (($settings->recording_notification_type == 'Text')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)"> <span class="title">Text To Speech</span></a> </div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->recording_notification_type == 'Audio') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="upload_mp3" class="ivr-Menu-selector-item <?php echo (($settings->recording_notification_type == 'Audio')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Upload MP3</span></a></div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->recording_notification_type == 'MP3_URL') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="mp3_url" class="ivr-Menu-selector-item <?php echo (($settings->recording_notification_type == 'MP3_URL')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Enter MP3 URL</span></a></div>
                                </div>
                                <div class="ivr-Menu-selector-item-wrapper" style="width: 25%;">
                                  <?php if ($settings->recording_notification_type == 'RECORD_AUDIO') { ?><a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a><?php } ?>
                                  <div class="padding-and-border"> <a id="record_audio" class="ivr-Menu-selector-item <?php echo (($settings->recording_notification_type == 'RECORD_AUDIO')? ' ivr-Menu-Selected ':''); ?>" href="javascript:void(0)" onclick="showAudioText(this)" > <span class="title">Record Audio</span></a></div>
                                </div>
                              </div>
                              <div class="ivr-Menu-editor ">
                                <div class="ivr-Menu-editor-padding" style="padding: 10px;">
                                  <div class="ivr-Menu-read-text" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Text To Speech</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <br>
                                    <div>
                                      <fieldset class="ivr2-input-complex ivr2-input-container" style="align: center;">
                                        <label class="field-label">
                                            <textarea class="voicemail-text" name="readtxt_mail" id="readtxt_mail" style="width: 450px;"><?php echo (($settings->recording_notification_type == 'Text')? $settings->recording_notification:''); ?></textarea>

                                            <?php
                                            $voice = (($settings->recording_notification_type == 'Text')? $settings->recording_notification_voice:'');
                                            $language = (($settings->recording_notification_type == 'Text')? $settings->recording_notification_language:'');
                                            ?>
                                            <label class="field-label-left" style="width: 55px; display: inline-block !important;">Voice: </label>
                                            <select id="voice" onchange="var language = $(this).parents('.ivr-Menu').find('#language'); language.find('option').hide().prop('disabled', true); language.find('option[data-voice=' + this.value + ']').show().prop('disabled', false); if (language.find('option:selected').attr('data-voice') != this.value) { language.find('option').removeAttr('selected', 'selected'); language.find('option:visible').first().attr('selected', 'selected'); }" style="display:inline; width: 200px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px;">
                                              <?php
                                              echo Util::getTwilioVoices($voice);
                                              ?>
                                            </select>

                                            <br clear="all" />

                                            <label class="field-label-left" style="width: 55px; display: inline-block !important;">Dialect: </label>
                                            <select id="language" style="display:inline; width: 200px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px; margin-top: 5px !important;">
                                              <?php
                                              echo Util::getTwilioLanguages($voice, $language);
                                              ?>
                                            </select>

                                            <br clear="all" /><br />

                                            <input type="button" class="submit mid" id="test_voice_text" value="Test" onclick="testVoice($(this).parents('.ivr-Menu').find('#voice').val(), $(this).parents('.ivr-Menu').find('#language').val(), $(this).parents('.ivr-Menu').find('#readtxt_mail').val());" style="margin-left: 0px; display: inline !important;" />

                                            <script type="text/javascript">
                                              $(document).ready(function() {
                                                $("#voice").trigger("change");
                                              });
                                            </script>

                                            <input type="button"  class="submit mid" id="save_voicetext" value="Save" onClick="SaveContent(this,'Text_mail')" style="float: right; margin-left: 0px; display: inline !important;" />
                                        </label>
                                      </fieldset>
                                    </div>
                                    <br>
                                    <br>
                                  </div>
                                  <div class="ivr-audio-upload" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Upload an MP3 file</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>
                                        
                                        <span class="title" <?php if ( $settings->recording_notification_type != 'Audio' ) echo ' style="display:none" ' ?> id="voicefilenameWrapper"  >Voice to play: <strong id="voicefilename">
                                        <?php 
                                  echo (($settings->recording_notification_type == 'Audio')? $settings->recording_notification:''); ?>
                                        </strong></span> <br>
                                        
                                        
                                        <span class="title">Click to select a file: </span>
                                        <div style="width: 100px; margin: auto;"><input type="button"   class="submit mid fileupload" id="uploadFileButton"   value="Upload" ></div>
                                        <span class="title" id="statusUpload">&nbsp;</span>
                                      </div>                                                   
                                    
                                    </div>
                                  </div>
                                  <div class="ivr-mp3-url" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Enter the URL to an MP3 file</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>           
                                        
                                        <span class="title">
                                          <input type="text" name="mp3_url_text" id="mp3_url_text" value="<?php echo (($settings->recording_notification_type == 'MP3_URL')? $settings->recording_notification:''); ?>" class="text ui-widget-content ui-corner-all" style="width: 100%; height: 24px; padding: 2px; margin-left: 0px; margin-bottom: 5px;" />
                                          <input type="button" class="submit mid" value="Save" style="margin-left: 0 !important;" onClick="SaveContent(this,'MP3_URL')" />
                                        </span>

                                        <br /><br />

                                        <span class="title" <?php if ( $settings->recording_notification_type != 'MP3_URL' ) echo ' style="display:none" ' ?>  id="mp3UrlSaved" >MP3 to play: <strong>
                                        <?php 
                                  echo (($settings->recording_notification_type == 'MP3_URL')? $settings->recording_notification:''); ?>
                                        </strong></span>

                                      </div>
                                    
                                    
                                    </div>
                                  </div>
                                  <div class="ivr-record-audio" style="display: none;">
                                    <div class="title-bar"> <span class="editor-label">Have ACT call you and record your own audio</span> <a class="action close ivr-Menu-close-button" href="javascript:void(0)" onclick="CloseButton(this)"> <span class="replace">close</span> </a> </div>
                                    <div class="swfupload-container">
                                      <div class="explanation"> <br>
                                          <center>
                                              <table>
                                                  <tr>
                                                      <td>Caller ID: </td>
                                                      <td>
                                                          <select id="record_from" style="display:inline; width: 135px; border: solid 1px #CCCCCC; padding: 3px; margin:0px !important; height: 27px; margin-right: 50px !important;">
                                                              <option value="">Select number</option>
                                                              <?php
                                                              $numbers = $db->getNumbersOfCompany($cId);
                                                              foreach ($numbers as $number) {
                                                                  ?>
                                                                  <option value="<?php echo $number->number; ?>"><?php echo $number->number; ?></option>
                                                                  <?php
                                                              }
                                                              ?>
                                                          </select>
                                                      </td>
                                                  </tr>
                                                  <tr>
                                                      <td>Your phone number: </td>
                                                      <td><input type="text" id="record_to" class="text ui-widget-content ui-corner-all" style="height: 23px; padding: 2px; width: 120px !important; display: inline !important;" /></td>
                                                  </tr>
                                              </table>
                                          </center>
                                        <br />
                                        <input type="button"  class="submit mid" id="call_me_record" value="Call Me" onclick="recordAudio(this);" style="margin-left: 180px;" />
                                        <br />

                                        <span class="title" <?php if ( $settings->recording_notification_type != 'RECORD_AUDIO' ) echo ' style="display:none" ' ?>  id="recordedAudioSavedWrapper" >
                                          <?php if ($settings->recording_notification_type == 'RECORD_AUDIO') { echo Util::generateFlashAudioPlayer($settings->recording_notification, 'sm'); } ?>
                                        </span>

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

                        <div style="width:100%; height: 1px; background: rgb(220, 220, 220); margin-bottom:10px;margin-top: 10px;"></div>
                        
                         <label style="vertical-align: middle;display:inline-block !important;" onclick="if ($('#rec_disable').is(':checked')) { $('#record_from_ring_label').hide(); } else { $('#record_from_ring_label').show(); }">
                            <input type="checkbox" name="rec_disable" id="rec_disable" style="display:inline-block !important;" <?php if ($settings->recording_disable == 1) { ?>checked="checked"<?php } ?> />
                            Disable Recordings for this Company
                        </label>
                        <br>
                        
                        <div id="record_from_ring_label" style="display: <?php if ($settings->recording_disable == 1) { ?>none<?php } else { ?>inline-block<?php } ?>;">
                           <label style="vertical-align: middle;display: inline-block !important;">
                              <input type="checkbox" name="record_from_ring" id="record_from_ring" style="display:inline-block !important;" <?php if ($settings->record_from_ring == 1) { ?>checked="checked"<?php } ?> />
                              Record from ring
                          </label>
                        </diV>

                        <?php global $lcl; if($lcl>1) { ?>

                        <label style="vertical-align: middle;display:inline-block !important;">
                            <input type="checkbox" name="ga_enable" id="ga_enable" style="display:inline-block !important;" <?php if (!empty($ga_id) || !empty($ga_domain)) { ?>checked="checked"<?php } ?> />
                            Enable Google Analytics tracking for this Company
                        </label>

                        <br>
                        <table id="ga_table" style="margin-left: 20px; display: <?php if (!empty($ga_id) || !empty($ga_domain)) { ?>block<?php } else { ?>none<?php } ?>;"><tr><td><label style="display: inline-block !important;" for="ga_id">Google Analytics ID: </label> </td><td><input disabled style="display: inline-block !important; margin-bottom: 0 !important;" class="text ui-widget-content ui-corner-all" type="text" name="ga_id" id="ga_id" value="<?php echo $ga_id; ?>" /></td></tr>
                        <tr><td><label style="display: inline-block !important;" for="ga_domain">Domain:</label></td><td><input disabled style="width: 215px !important;display: inline-block !important; margin-bottom: 0 !important;" class="text ui-widget-content ui-corner-all" type="text" name="ga_domain" id="ga_domain" value="<?php echo $ga_domain; ?>" /></td></tr>
                        </table>
                        <label style="vertical-align: middle;display:inline-block !important;">
                            <input type="checkbox" name="kissmetrics_enable" id="kissmetrics_enable" style="display: inline-block !important;" <?php if (!empty($km_api_key)) { ?>checked="checked"<?php } ?> />
                            Enable <span style="cursor: pointer;color: #008ee8;" onclick="window.open('http://kissmetrics.com/?ref=act'); return false;">KISSmetrics</span> tracking for this company
                        </label>
                        <br/>
                        <table id="kw_table" style="margin-left: 20px; display: <?php if (!empty($km_api_key)) { ?>block<?php } else { ?>none<?php } ?>;"><tr><td><label style="display: inline-block !important;" for="km_api_key">API Key: </label> </td><td><input disabled style="width: 350px !important;display: inline-block !important; margin-bottom: 0 !important;" class="text ui-widget-content ui-corner-all" type="text" name="km_api_key" id="km_api_key" value="<?php echo $km_api_key; ?>"/></td></tr></table>

                        <?php }else{ ?>
                        <input type="hidden" name="kissmetrics_enable" id="kissmetrics_enable"/>
                        <input type="hidden" name="ga_enable" id="ga_enable"/>
                        <input type="hidden" name="ga_id" id="ga_id"/>
                        <input type="hidden" name="ga_domain" id="ga_domain"/>
                        <input type="hidden" name="km_api_key" id="km_api_key"/>
                        <?php } ?>

                    </fieldset>
                </form>
            </div>

                <script type="text/javascript">
                    function showAudioText(obj)
                    {
                        
                        
                        var audioChoice = $(obj).closest('.ivr-Menu-selector'); 
                        audioChoice.hide();
                        audioChoice.parent().children('.ivr-Menu-editor').show();
                        var subDiv= audioChoice.parent().children('.ivr-Menu-editor').children('.ivr-Menu-editor-padding');
                        
                        if ( obj.id  == 'txt' ) 
                        {       
                            
                            subDiv.children('.ivr-Menu-read-text').show();
                            
                            //////////////// only to avoid  file button clickable in text area      
                            $('[name="uploadfile"]').css('z-index','-1');       
                        
                        }
                        else if ( obj.id  == 'upload_mp3' ) {
                            $('[name="uploadfile"]').css('z-index','2147483583');
                            
                            subDiv.children('.ivr-audio-upload').show();    
                            SubObj = subDiv.children('.ivr-audio-upload').find('#uploadFileButton');        
                            UploadFile(SubObj); 
                        }
                        else if ( obj.id  == 'mp3_url' ) {
                            subDiv.children('.ivr-mp3-url').show();
                        }
                        else if ( obj.id  == 'record_audio' ) {
                            subDiv.children('.ivr-record-audio').show();
                        }
                        
                    }

                    function CloseButton(obj)
                    {
                        var audioChoice = $(obj).closest('.ivr-Menu');
                        
                        var audioChoiceEditor   = audioChoice.children('.ivr-Menu-editor');
                        var audioChoiceSelector = audioChoice.children('.ivr-Menu-selector');
                        
                        var subDiv  = audioChoiceEditor.children('.ivr-Menu-editor-padding');
                        
                        audioChoiceSelector.show();
                        audioChoiceEditor.hide();
                        subDiv.children('.ivr-audio-upload').hide();    
                        subDiv.children('.ivr-Menu-read-text').hide();
                        subDiv.children('.ivr-mp3-url').hide();
                        subDiv.children('.ivr-record-audio').hide();
                    }


                     var closeBtnHtml = '<a href="javascript: void(0);" class="ttsMwCloseBtn" onclick="removeSelectedOption(this);" style="display: block; position: absolute; right: 7px; top: 6px; color: red; z-index: 9; font-weight: bold; cursor: pointer;"><img src="images/delete.gif" style="border: 0px;"></a>';

                     function SaveContent(obj, content_type) {
                        var thisBlock = $(obj).closest('.ivr-Menu');

                        switch (content_type) {
                            case "Text_mail":
                            {
                                var voice_text = $(thisBlock).find('#readtxt_mail').val();
                                var voice = $(thisBlock).find('#voice').val();
                                var language = $(thisBlock).find('#language').val();
                                $(thisBlock).find('#txt').addClass('ivr-Menu-Selected');
                                $(thisBlock).find('#upload_mp3').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('#mp3_url').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('#record_audio').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('.ivr-Menu-close-button').click();

                                $(thisBlock).find('.content').val(voice_text);
                                $(thisBlock).find('.type').val("Text");
                                $(thisBlock).find('.voice').val(voice);
                                $(thisBlock).find('.language').val(language);

                                $(thisBlock).find(".ttsMwCloseBtn").remove();
                                $(thisBlock).find('#txt').parents('div.ivr-Menu-selector-item-wrapper').append(closeBtnHtml);

                                break;
                            }
                            case "MP3_URL":
                            {

                                var mp3_url = $(thisBlock).find('#mp3_url_text').val();
                                $(thisBlock).find('#txt').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('#upload_mp3').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('#mp3_url').addClass('ivr-Menu-Selected');
                                $(thisBlock).find('#record_audio').removeClass('ivr-Menu-Selected');
                                $(thisBlock).find('.ivr-Menu-close-button').click();

                                $(thisBlock).find('.content').val(mp3_url);
                                $(thisBlock).find('.type').val("MP3_URL");

                                $(thisBlock).find(".ttsMwCloseBtn").remove();
                                $(thisBlock).find('#mp3_url').parents('div.ivr-Menu-selector-item-wrapper').append(closeBtnHtml);

                                break;
                            }
                        }
                    }

                    function removeSelectedOption(obj) {
                        promptMsg('Are you sure ?', function() {
                          var thisBlock = $(obj).closest('.ivr-Menu');
                          $(thisBlock).find(".ttsMwCloseBtn").remove();

                          $(thisBlock).find('#txt').removeClass('ivr-Menu-Selected');
                          $(thisBlock).find('#upload_mp3').removeClass('ivr-Menu-Selected');
                          $(thisBlock).find('#mp3_url').removeClass('ivr-Menu-Selected');
                          $(thisBlock).find('#record_audio').removeClass('ivr-Menu-Selected');

                          $(thisBlock).find('.content').val('');
                          $(thisBlock).find('.type').val('');
                          $(thisBlock).find('.voice').val('');
                          $(thisBlock).find('.language').val('');
                        });
                    }

                    function UploadFile(obj)
                    {
                        var status = $(obj).closest('.explanation').find('#statusUpload');
                        var fileNameStatus = $(obj).closest('.explanation').find('#voicefilename');
                        var fileNameStatusWrapper = $(obj).closest('.explanation').find('#voicefilenameWrapper');

                        new AjaxUpload(obj, {
                            
                            
                            action: 'manage_companies.php?act=uploadMp3&cId=<?php echo $cId; ?>',
                            name: 'uploadfile',
                            onSubmit: function(file, ext){
                                 if (! (ext && /^(mp3|wma)$/.test(ext))){ 
                                    // extension is not allowed 
                                    status.text('Only MP3 files are allowed');
                                    return false;
                                }
                                (fileNameStatus).html('Uploading...');
                            },
                            onComplete: function(file, response){
                                //On completion clear the status
                                
                                //Add uploaded file to list
                                
                                if(response!="error"){
                                    $(fileNameStatusWrapper).css('display' ,'block');
                                    $(fileNameStatus).html(response);
                                    var thisBlock = $(obj).closest('.ivr-Menu');

                                    $(thisBlock).find('#txt').removeClass('ivr-Menu-Selected');
                                    $(thisBlock).find('#upload_mp3').addClass('ivr-Menu-Selected');
                                    $(thisBlock).find('#mp3_url').removeClass('ivr-Menu-Selected');
                                    $(thisBlock).find('#record_audio').removeClass('ivr-Menu-Selected');

                                    $(thisBlock).find('.content').val(response);
                                    $(thisBlock).find('.type').val("Audio");
                                    $(thisBlock).find('.ivr-Menu-close-button').click();

                                    $(thisBlock).find(".ttsMwCloseBtn").remove();
                                    $(thisBlock).find('#upload_mp3').parents('div.ivr-Menu-selector-item-wrapper').append(closeBtnHtml);

                                } else{
                                }
                            }
                        });
                            
                    }

                    var recordingId = "";
                    function recordAudio(obj) {
                        if ($(obj).val() == "Call Me") {
                            recordingId = createUUID();
                            var record_from = $(obj).parents('.ivr-Menu').find('#record_from').val();
                            var record_to = $(obj).parents('.ivr-Menu').find('#record_to').val();

                            if (record_from == "") {
                                errMsgDialog("Please select Caller ID.");
                                return false;
                            }

                            if (record_to == "") {
                                errMsgDialog("Please enter your phone number.")
                                return false;
                            }

                            $(obj).val('Stop');

                            if ($("#record_audio_iframe_wrapper").length == 0) {
                                $("#edit_company_form").append('<div id="record_audio_iframe_wrapper" style="display: none;">' +
                                                    '<form id="record_audio_form" action="record_audio.php" method="post" target="record_audio_iframe">' +
                                                        '<input type="hidden" name="recordingId" id="recordingId" />' +
                                                        '<input type="hidden" name="record_from" id="record_from" />' +
                                                        '<input type="hidden" name="record_to" id="record_to" />' +
                                                        '<input type="submit" name="submit" id="submit" value="Submit" />' +
                                                    '</form>' +
                                                    '<iframe id="record_audio_iframe" name="record_audio_iframe"></iframe>' +
                                                '</form>'
                                );
                            }

                            $("#record_audio_iframe_wrapper #recordingId").val(recordingId);
                            $("#record_audio_iframe_wrapper #record_from").val(record_from);
                            $("#record_audio_iframe_wrapper #record_to").val(record_to);
                            $('#record_audio_iframe_wrapper #submit').click()
                        }
                        else {
                            $(obj).val('Please wait...');
                            $("#record_audio_iframe").contents().find("#disconnectBtn").click();

                            setTimeout(function() {
                                $.post("admin_ajax_handle.php", { func: "GET_RECORDING", recordingId: recordingId },  function(response) {
                                    var thisBlock = $(obj).closest('.ivr-Menu');

                                    $(thisBlock).find('#recordedAudioSavedWrapper').css('display' ,'block');
                                    if (response) {
                                        $(thisBlock).find('#recordedAudioSavedWrapper').html(response.playable);
                                        
                                        $(thisBlock).find('#txt').removeClass('ivr-Menu-Selected');
                                        $(thisBlock).find('#upload_mp3').removeClass('ivr-Menu-Selected');
                                        $(thisBlock).find('#mp3_url').removeClass('ivr-Menu-Selected');
                                        $(thisBlock).find('#record_audio').addClass('ivr-Menu-Selected');

                                        $(thisBlock).find('.content').val(response.url);
                                        $(thisBlock).find('.type').val("RECORD_AUDIO");
                                        $(thisBlock).find('.ivr-Menu-close-button').click();

                                        $(thisBlock).find(".ttsMwCloseBtn").remove();
                                        $(thisBlock).find('#record_audio').parents('div.ivr-Menu-selector-item-wrapper').append(closeBtnHtml);
                                    }
                                    else {
                                        errMsgDialog('Audio was not recorded, please try again.');
                                        $(thisBlock).find('#recordedAudioSavedWrapper').html('');
                                    }
                                    $(obj).val('Call Me');
                                }, "json");
                            }, 2000);
                        }
                     }

                     function createUUID() {
                        // http://www.ietf.org/rfc/rfc4122.txt
                        var s = [];
                        var hexDigits = "0123456789abcdef";
                        for (var i = 0; i < 36; i++) {
                            s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
                        }
                        s[14] = "4";  // bits 12-15 of the time_hi_and_version field to 0010
                        s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);  // bits 6-7 of the clock_seq_hi_and_reserved to 01
                        s[8] = s[13] = s[18] = s[23] = "-";

                        var uuid = s.join("");
                        return uuid;
                    }
                </script>
            <?php
        break;
    }
    exit();
}

// DISABLE CACHE
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past

?>
<!DOCTYPE html>
<html lang="en">

<head>

    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <title><?php echo $title; ?></title>

    <?php include "include/css.php"; ?>

    <!--[if lt IE 8]><style type="text/css" media="all">@import url("css/ie.css");</style><![endif]-->

</head>





<body>

<div id="hld">

<div class="wrapper">		<!-- wrapper begins -->


<?php include_once("include/nav.php"); ?>
<!-- #header ends -->


<div class="block">

    <div class="block_head">
        <div class="bheadl"></div>
        <div class="bheadr"></div>

        <h2>
            <?php
            if($company_count==1)
                echo "1 Company";
            else
                echo $company_count." Companies";
            ?>
            <?php if (@$_SESSION['permission'] > 0) { ?>
            &nbsp; &nbsp; <a href="#" id="SYSTEM_ADD_COMPANY">Add Company</a>
            <?php } ?>
        </h2>

        <?php if (@$_SESSION['permission'] > 0) { ?>
          <ul>
              <li><a href="company_report.php">Run Usage Report</a></li>
              <li><a href="manage_blacklists.php">Blacklists</a></li>
              <li><a href="manage_pc_templates.php">Phone Code Templates</a></li>
          </ul>
        <?php } ?>

    </div>		<!-- .block_head ends -->


    <div class="block_content">

        <table cellpadding="0" cellspacing="0" width="100%" class="sortable">

            <thead>
            <tr>
                <th>Company</th>
                <th rowspan="6">Numbers</th>
                <th>Call Flow</th>
                <th>Caller ID</th>
                <th>Blacklist</th>
                <?php if (@$_SESSION['permission'] > 0) { ?><th>Actions</th><?php } ?>
            </tr>
            </thead>

            <tbody>

            <?php foreach ($companies as $company) {
                $c_nums = $db->getCompanyNumIntl($company['idx']);
                $numbers = "";
                if($c_nums!="")
                    foreach($c_nums as $number)
                    {
                        if(!$number[1])
                            $numbers .= format_phone($number[0]).", ";
                        else
                            $numbers .= format_phone("+".$number[0]).", ";
                    }
                $numbers = rtrim($numbers, ", ");
                if(strlen($numbers)==0)
                    $numbers = "None";

                // Call Flow
                $call_flow = CallFlow::getCallFlow($company['call_flow']);

            ?>
            <tr>
                <td>
                  <?php if (@$_SESSION['permission'] > 0) { ?><a id="SYSTEM_EDIT_COMPANY_SETTINGS" data-params='<?php echo $company['idx']; ?>' href="#"><?php } ?><?php echo Util::escapeString($company['company_name']); ?><?php if (@$_SESSION['permission'] > 0) { ?></a><?php } ?>
                </td>
                <td>
                  <?php if (@$_SESSION['permission'] > 0) { ?>
                    <?php 
                      echo "<a href=\"#\" id=\"SYSTEM_EDIT_COMPANY_NUMBERS\" data-params='" . $company['idx'] . "' title='Edit Numbers' style='cursor:pointer'>".$numbers."</a>";
                    ?>
                  <?php } else {
                      echo $numbers;
                  } ?>
                </td>
                <td style="white-space: nowrap;"><?php echo "<a href=\"edit_call_flow.php?company=".$company['idx']."\" title='Edit Call Flow' style='cursor:pointer'>".$call_flow['name']."</a>"; ?></td>
                <td><?php
                  if (@$_SESSION['permission'] > 0)
                    if($company['callerid']=="") 
                      echo "<a href='#' data-params='".$company['idx']."' id='SYSTEM_EDIT_CALLERID'>None</a>";
                    else 
                      echo "<a href='#' data-params='".$company['idx']."' id='SYSTEM_EDIT_CALLERID'>".$company['callerid']."</a>";
                  else
                    if($company['callerid']=="") 
                      echo "None";
                    else 
                      echo $company['callerid'];
                 ?></td>
                <td>
                  <?php 
                  if (@$_SESSION['permission'] > 0) {
                      if(!$company['blacklist_id'])$blacklist="None"; else $blacklist=$db->getBlacklistName($company['blacklist_id']); echo "<a href=\"#\" id='SYSTEM_EDIT_BLACKLIST_COMPANY' data-params='" . $company['idx'] . "' title='Edit Blacklist'>$blacklist</a>";
                  }
                  else {
                    if(!$company['blacklist_id'])$blacklist="None"; else $blacklist=$db->getBlacklistName($company['blacklist_id']); echo $blacklist;
                  }
                  ?></td>
                <?php if (@$_SESSION['permission'] > 0) { ?>
                  <td>

                  <?php echo "<a href=\"#\" id='SYSTEM_EDIT_PHONE_CODE' data-params='" . $company['idx'] . "' title='Edit Company Phone Codes'><img src=\"images/phone_code.png\" /></a>&nbsp;"; ?>

                  <?php echo "<a href=\"#\" id='SYSTEM_DELETE_COMPANY' data-params='" . $company['idx'] . "' title='Delete Company'><img src=\"images/delete.gif\" /></a>"; ?>

                </td>
                <?php } ?>
            </tr>
                <?php } ?>
        </table>

    </div>		<!-- .block_content ends -->

    <div class="bendl"></div>
    <div class="bendr"></div>
</div>		<!-- .block ends -->


<?php include "include/footer.php"; ?>
</body>
</html>

Did this file decode correctly?

Original Code

<?php 

 eval(gzinflate(substr(base64_decode('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'),10,-8))); ?>

Function Calls

substr 1
gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 b5451dab87f66ef1e1b00708f022ba87
Eval Count 1
Decode Time 148 ms