MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/pagetosite/domain.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Convert Facebook page to an awesome website</title>
<meta name="description" content=""/>
<meta name="keywords" content="" />
<?php include("layout/header.php");?>
<main class="content">
  <section class="banner burger" id="review"><div class="container"><div class="row"><div class="col-md-8 offset-md-2"><ul class="progress-steps"><li><span class="step-counter radial-l completed"></span><span class="step-name"><i class="fa fa-check"></i> Select a page</span></li><li><span class="step-counter completed"></span><span class="step-name"><i class="fa fa-check"></i> Review the details</span></li><li><span class="step-counter completed radial-r"></span><span class="step-name">Choose a Domain</span></li></ul><div class="step-header mt-5"><h4>Choose a domain name for your website! </h4><p>You can either add your domain or run the website in our subdomain.</p></div></div></div><form class="row"><div class="col-md-8 offset-md-2"><div class="custom-control custom-radio mt-5"><input type="radio" class="custom-control-input" id="defaultChecked" name="defaultExampleRadios" checked=""><label class="custom-control-label" for="defaultChecked">I want to go ahead with sub domain.</label></div><div class="form-row mb-3 mt-3"><div class="col-md-6"><input type="text" class="form-control" id="" placeholder="Choose your website name"></div><div class="col-md-6"><p class="mt-2">.imenso.co </p></div></div><div class="custom-control custom-radio mt-5"><input type="radio" class="custom-control-input" id="defaultUnchecked" name="defaultExampleRadios"><label class="custom-control-label" for="defaultUnchecked">I want to add my own domain</label></div><div class="form-gorup mt-5 text-right"><a class="btn btn-primary" href="<?php echo $baseurl; ?>/webpage">Submit</a></div></div></form></div></section>
</main>


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


</body>
</html>