PHP 8.0.30
Preview: zlink-info.php Size: 6.39 KB
/home/ostadcom/public_html/zlink-info.php

<?php
include "management/php/functions.php";
?>
<!doctype html>
<html lang="fa">
<head>
    <title>Choose Section</title>
    <meta name="description" content="">
    <?php include 'head.php'; ?>
    <style>
        .lang-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            /*background: rgba(255, 255, 255, 0.1);*/
            background: rgba(255, 255, 255, 1);
            border-radius: 10px;
            width: 130px;
            height: 130px;
            margin: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid rgba(255,255,255,0.3);
        }
    
        .lang-btn:hover {
            transform: scale(1.08);
            border-color: #00ffd5;
            box-shadow: 0 0 15px rgba(0, 255, 213, 0.5);
        }
    
        .lang-btn img {
            width: 80px;
            height: 80px;
            /*border-radius: 50%;*/
            margin-bottom: 8px;
        }
    
        .lang-btn span {
            font-size: 18px;
            color:#333;
        }
        
@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
    </style>
</head>
<body style="direction: rtl;text-align: right">

<div class="preloader">
    
    <div style="max-width: 700px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;padding: 15px;">
        <div style="margin-bottom: 70px;">
            <img src="assets/images/logo-black.png" style="max-width: 180px; width: 100%;" alt="">
        </div>
    
        <?php
        if(isset($_GET['fa'])){
        ?>
        <h3 style="margin-bottom:25px; color:#fff">لطفا بخش مورد نظر را انتخاب کنید</h3>
        <a href="https://ostad2010.com/">
            <div class="lang-btn">
                <img src="assets/images/zlink-site.gif" alt="وب سایت">
                <span>وب سایت</span>
            </div>
        </a>
        <a href="https://ostad2010.com/catalog.pdf">
            <div class="lang-btn">
                <img src="assets/images/zlink-catalog.gif" alt="کاتالوگ">
                <span>کاتالوگ</span>
            </div>
        </a>
        <a href="https://instagram.com/ostad2010">
            <div class="lang-btn">
                <img src="assets/images/zlink-instagram.png" style="animation: myAnim 3s ease-out 0s 1000 normal forwards; padding:12px;" alt="اینستاگرام">
                <span>اینستاگرام</span>
            </div>
        </a>
        <a href="https://www.aparat.com/v/vzphka0">
            <div class="lang-btn">
                <img src="assets/images/zlink-screen-play.gif" alt="تیزر">
                <span>تیزر</span>
            </div>
        </a>
        <?php
        }elseif(isset($_GET['ar'])){
        ?>
        <h3 style="margin-bottom:25px; color:#fff">يرجى اختيار القسم المطلوب</h3>
        <a href="https://ostad2010.com/ar/">
            <div class="lang-btn">
                <img src="assets/images/zlink-site.gif" alt="موقع إلكتروني">
                <span>موقع إلكتروني</span>
            </div>
        </a>
        <a href="https://ostad2010.com/ar/catalog.pdf">
            <div class="lang-btn">
                <img src="assets/images/zlink-catalog.gif" alt="الكتالوج">
                <span>الكتالوج</span>
            </div>
        </a>
        <a href="https://instagram.com/ostad2010">
            <div class="lang-btn">
                <img src="assets/images/zlink-instagram.png" style="animation: myAnim 3s ease-out 0s 1000 normal forwards; padding:12px;" alt="انستغرام">
                <span>انستغرام</span>
            </div>
        </a>
        <a href="https://youtu.be/vD5H8izxGzQ?si=8qxo83lJXnaSAcHB">
            <div class="lang-btn">
                <img src="assets/images/zlink-screen-play.gif" alt="إعلان تشويقي">
                <span>إعلان تشويقي</span>
            </div>
        </a>
        <?php
        }elseif(isset($_GET['en'])){
        ?>
        <h3 style="margin-bottom:25px; color:#fff">Please select your section</h3>
        <a href="https://youtu.be/vD5H8izxGzQ?si=8qxo83lJXnaSAcHB">
            <div class="lang-btn">
                <img src="assets/images/zlink-screen-play.gif" alt="Teaser">
                <span>Teaser</span>
            </div>
        </a>
        <a href="https://instagram.com/ostad2010">
            <div class="lang-btn">
                <img src="assets/images/zlink-instagram.png" style="animation: myAnim 3s ease-out 0s 1000 normal forwards; padding:12px;" alt="Instagram">
                <span>Instagram</span>
            </div>
        </a>
        <a href="https://ostad2010.com/en/catalog.pdf">
            <div class="lang-btn">
                <img src="assets/images/zlink-catalog.gif" alt="Catalog">
                <span>Catalog</span>
            </div>
        </a>
        <a href="https://ostad2010.com/en/">
            <div class="lang-btn">
                <img src="assets/images/zlink-site.gif" alt="Website">
                <span>Website</span>
            </div>
        </a>
        
        <?php
        }
        ?>
    </div>
    
    
    
</div>


<!--<script src="assets/js/jquery.min.js"></script>-->
<!--<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>-->
<!--<script src="assets/js/bootstrap.bundle.min.js"></script>-->
<!--<script src="assets/js/bootstrap.min.js"></script>-->
<!--<script src="assets/js/meanmenu.min.js"></script>-->
<!--<script src="assets/js/owl.carousel.min.js"></script>-->
<!--<script src="assets/js/wow.min.js"></script>-->
<!--<script src="assets/js/form-validator.min.js"></script>-->
<!--<script src="assets/js/contact-form-script.js"></script>-->
<!--<script src="assets/js/ajaxchimp.min.js"></script>-->
<!--<script src="assets/js/range-slider.min.js"></script>-->
<!--<script src="assets/js/custom.js"></script>-->

</body>
</html>

Directory Contents

Dirs: 22 × Files: 54

Name Size Perms Modified Actions
- drwxr-xr-x 2026-06-08 05:52:34
Edit Download
ar DIR
- drwxr-xr-x 2026-07-21 12:25:46
Edit Download
assets DIR
- drwxr-xr-x 2026-01-27 11:51:59
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
catalogue DIR
- drwxr-xr-x 2025-12-31 07:16:46
Edit Download
cgi-bin DIR
- drwxr-xr-x 2026-04-28 11:20:57
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
date DIR
- drwxr-xr-x 2025-12-31 07:18:16
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
en DIR
- drwxr-xr-x 2026-07-21 12:15:24
Edit Download
- drwxr-xr-x 2025-12-31 07:26:05
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
magazine DIR
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
- drwxr-xr-x 2026-01-27 13:10:55
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
panel DIR
- drwxr-xr-x 2025-12-31 12:47:11
Edit Download
- drwxr-x--- 2026-08-01 00:14:03
Edit Download
upload DIR
- drwxr-xr-x 2026-06-28 16:52:10
Edit Download
- drwxr-xr-x 2026-07-28 07:19:56
Edit Download
vendors DIR
- drwxr-xr-x 2025-12-31 08:10:13
Edit Download
0 B lrw-r--r-- 2026-08-01 09:03:59
Edit Download
1.69 KB lrw-r--r-- 2025-11-30 11:27:08
Edit Download
3.34 KB lrw-r--r-- 2025-11-30 11:27:51
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:18
Edit Download
1.05 MB lrw-r--r-- 2026-07-30 02:04:36
Edit Download
323 B lrw-r--r-- 2025-10-18 12:54:47
Edit Download
9.05 KB lrw-r--r-- 2025-11-30 11:28:15
Edit Download
10.11 KB lrw-r--r-- 2025-11-30 11:28:44
Edit Download
3.03 KB lrw-r--r-- 2026-01-27 13:09:13
Edit Download
177 B lrw-r--r-- 2025-10-18 12:54:50
Edit Download
7.42 MB lrw-r--r-- 2025-12-23 07:01:35
Edit Download
42.62 MB lrw-r--r-- 2025-12-09 10:35:54
Edit Download
43 B lrw-r--r-- 2025-10-18 12:54:50
Edit Download
95.81 KB lrw------- 2026-06-30 04:59:32
Edit Download
2.80 KB lrw-r--r-- 2025-11-30 11:29:07
Edit Download
3.96 KB lrw-r--r-- 2025-11-30 11:29:41
Edit Download
6.51 MB lrw-r--r-- 2026-08-02 05:06:17
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:04
Edit Download
3.13 KB lrw-r--r-- 2025-11-30 11:30:01
Edit Download
0 B lrw-r--r-- 2026-07-31 00:41:57
Edit Download
0 B lrw-r--r-- 2026-08-01 07:51:43
Edit Download
7.17 KB lrw-r--r-- 2025-12-11 07:20:58
Edit Download
4.04 KB lrw-r--r-- 2025-11-30 11:30:24
Edit Download
4.33 KB lrw-r--r-- 2025-11-30 11:30:42
Edit Download
53 B lrw-r--r-- 2026-06-28 16:52:56
Edit Download
53 B lrw-r--r-- 2025-10-18 12:54:51
Edit Download
11.71 KB lrw-r--r-- 2025-12-31 12:10:25
Edit Download
1.79 KB lrw-r--r-- 2025-10-18 12:54:51
Edit Download
27.10 KB lrw-r--r-- 2026-07-02 07:33:27
Edit Download
419 B lrw-r--r-- 2026-07-29 02:17:37
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:13
Edit Download
467 B lrw-r--r-- 2025-07-27 06:56:16
Edit Download
0 B lrw-r--r-- 2026-08-01 04:00:13
Edit Download
37 B lrw-r--r-- 2025-10-18 12:54:53
Edit Download
11.91 KB lrw-r--r-- 2026-01-27 13:07:54
Edit Download
6.83 KB lr--r--r-- 2026-07-28 05:54:52
Edit Download
2.19 KB lrw-r--r-- 2025-11-30 11:13:19
Edit Download
144 B lrw-r--r-- 2025-10-18 12:54:53
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:22
Edit Download
2.73 KB lrw-r--r-- 2025-11-30 11:32:24
Edit Download
24.78 KB lrw-r--r-- 2025-11-30 11:37:17
Edit Download
22.97 KB lrw-r--r-- 2025-11-30 11:34:31
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:09
Edit Download
7.58 KB lrw-r--r-- 2025-12-31 12:15:46
Edit Download
12.04 KB lrw-r--r-- 2025-12-31 12:12:02
Edit Download
193 B lrw-r--r-- 2026-06-28 16:59:25
Edit Download
226.07 KB lrw-r--r-- 2025-12-21 03:41:22
Edit Download
73.18 KB lrw-r--r-- 2026-06-28 17:04:43
Edit Download
13.37 KB lrw-r--r-- 2026-07-28 06:59:19
Edit Download
23.22 KB lrw-r--r-- 2025-12-21 03:41:22
Edit Download
3.24 KB lrw-r--r-- 2025-10-18 12:54:57
Edit Download
0 B lrw-r--r-- 2026-08-01 09:04:28
Edit Download
6.39 KB lrw-r--r-- 2025-08-16 14:33:28
Edit Download
2.30 KB lrw-r--r-- 2025-08-16 08:07:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).