Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/v/e/r/verseaumee/chatblueversion/ |
Upload File : |
<?php require __DIR__.'/includes/bootstrap.php';require_login();$u=current_user();$plans=[['Student',2000,'300 questions'],['Plus',5000,'1,000 questions'],['Researcher',10000,'Advanced research']];?><!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><title>Plans · blueversionX</title><link rel="icon" href="favicon.svg"><link rel="stylesheet" href="assets/style.css"></head><body><main data-theme="light" id="app"><aside class="side"><img class="logo" src="assets/blueversionx-logo.svg" alt="blueversionX"><a class="new linkButton" href="index.php"><span>+</span> New chat</a><nav><small>ACCOUNT</small><a class="accountLink" href="account.php"><button>○ <span>Overview</span></button></a><a class="accountLink" href="plans.php"><button>◉ <span>Plans & payments</span></button></a></nav><div class="sideFoot"><a class="accountLink" href="logout.php"><button><i>X</i><span><b><?=htmlspecialchars($u['name']?:$u['email'])?></b><small>Sign out</small></span><em>↗</em></button></a></div></aside><div class="workspace"><header><span>Plans and payments</span><div><button class="iconButton" id="theme">◐</button><a class="adminButton linkButton" href="account.php">Back to account</a></div></header><section class="accountPage"><div class="pageTitle"><span>SUBSCRIPTIONS</span><h1>Choose your plan</h1><p>Pay securely with Mobile Money, Paystack or Flutterwave.</p></div><div class="planGrid"><?php foreach($plans as $p):?><article><small><?=strtoupper($p[0])?></small><h2><?=$p[0]?></h2><strong><?=number_format($p[1])?> CFA <small>/ month</small></strong><p><?=$p[2]?></p><a class="primary linkButton" href="payment/checkout.php?plan=<?=strtolower($p[0])?>">Choose <?=$p[0]?></a></article><?php endforeach?></div></section></div></main><script src="assets/theme.js"></script></body></html>