Ejemplo n.º 1
0
 function makenew()
 {
     //clear all remaining session
     session_regenerate_id();
     ZAppFeature::clearSession();
     header("Location:" . _SPPATH . "apps/make");
     die;
 }
Ejemplo n.º 2
0
    function finishing()
    {
        die('not used');
        //cek apakah sudah bayar atau blom..kalau sudah bayar...header saja location success ...
        //update success dan redirect ....
        ZAppFeature::clearSession();
        $id = addslashes($_GET['id']);
        ?>
        <div class="container attop"  >
        <div class="col-md-8 col-md-offset-2">

        <div style="text-align: center; padding: 20px;">
            <a href="<?php 
        echo _SPPATH;
        ?>
">
                <img src="<?php 
        echo _SPPATH;
        ?>
images/appear-icontext.png" style="max-width: 300px;">
            </a>
        </div>

            <div style="text-align: center;">

            <h1>Create the App for your Business</h1>
                <p>Let's upload your Appear App to Google Play.<br>
                    so that your loyal customers can find you right away.</p>
                <a class="btn btn-danger btn-lg" href="<?php 
        echo _SPPATH;
        ?>
PaymentWeb/pay?app_id=<?php 
        echo $id;
        ?>
">checkout now</a>
                <hr>

                If your App is for social, spiritual, education or religion Organizations
                <br><br>
                <a class="btn btn-default btn-sm" href="<?php 
        echo _SPPATH;
        ?>
MyApp/free?id=<?php 
        echo $id;
        ?>
">activate Appear for FREE</a>

            <hr>
            <h5>Download Appear Capsule to <a href="<?php 
        echo _SPPATH;
        ?>
preview?id=<?php 
        echo $id;
        ?>
">preview your App</a> on mobile phones
            OR
            <a href="<?php 
        echo _SPPATH;
        ?>
mydashboard">go to dashboard</a> </h5>

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

        <?php 
    }