<?php
if (!isset($_SESSION)) {  
    session_start();  
}
include 'language/languagefile.php';

if (!isset($_COOKIE['total_files'])) {
    header("Location: ".$wwwurl);  
    exit;
}

$main_select="home";
$main_title=$myfiles;
$main_title_str=$myfilestr;
?>
<!DOCTYPE html>
<html lang="<?php echo $c_lang; ?>">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><?php echo $oc_title;?> - Free Converter</title>
    <meta name="description" content="<?php echo $oc_desc;?>">
    <?php include 'onlineconvert/head.php'; ?>
    <script>
        <?php  if (isset($_SESSION['user_name'])) { echo 'var register_user="";'; }else{ echo 'var register_user="'.$register_user.'";';}?>
        var my_new_format="...";
        var selectfile="<?php echo $select_file;?>";
        var selectgoogle="<?php echo $select_google;?>";
        var selectdropbox="<?php echo $select_dropbox;?>";

        <?php include 'onlineconvert/set_key_str.php'; ?>
    </script>
    <script src="<?php echo $wwwurl;?>/js/jquery.onlineuploader.js" type="text/javascript"></script>
    <script src="<?php echo $wwwurl;?>/js/popover.min.js" type="text/javascript"></script>
    <script src="<?php echo $wwwurl;?>/js/ddslick.min.js" type="text/javascript"></script>
    <script src="<?php echo $wwwurl;?>/js/convert.min.js" type="text/javascript"></script>
    <script>
        var confirm_ok="<?php echo $confirm_ok;?>";
        var cancel_ok="<?php echo $cancel_ok;?>";
    </script>
    <script src="<?php echo $wwwurl;?>/js/tips.js" type="text/javascript"></script>
    <meta name="robots" content="noindex,nofollow"/>
</head>

<body class="<?php echo $set_theme;?>">
                    <?php include 'onlineconvert/onlineconvert-header.php'; ?>
                    <main class="cd-main-content">
                        <div class="onlineconvert-content">
                            <main id="main-content">
                            <?php include 'onlineconvert/onlineconvert-title.php'; ?>
                                <overview class="myconvert noaddfiles">
                                    <?php include 'onlineconvert/main-my-files.php'; ?>
                                </overview>
                                <?php include 'onlineconvert/onlineconvert-more-div.php'; ?>
                            </main>
                            <?php include 'onlineconvert/footer.php'; ?>
                        </div>
                        <div class="cd-overlay"></div>
                    </main>
    <?php include "./onlineconvert/share.php"; 
    include "./onlineconvert/user_buy.php"; 
    ?>



</body>

</html>