Skip to content

Commit c0a586c

Browse files
authored
Update search.php
1 parent df4c8ad commit c0a586c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

search.php

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
form("فایل های مورد نیاز یافت نشد");
44
exit();
55
}
6-
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
6+
// ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
77

88
require "baseInfo.php";
99
require "config.php";
@@ -253,13 +253,19 @@ function showForm($type){
253253
<?php echo (is_numeric($total) ? $total . "GB": $total);?></div>
254254
</div>
255255

256+
<!--<div style="margin-right:50px;">-->
257+
<!-- <svg style="margin-left: 6px" id="Layer_1" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"><path d="m23 13a11.01 11.01 0 0 0 -10-10.949v-2.051h-2v2.051a10.977 10.977 0 0 0 -7.062 18.408l-1.928 2.118 1.48 1.346 1.934-2.123a10.916 10.916 0 0 0 13.152 0l1.934 2.126 1.48-1.346-1.928-2.118a10.948 10.948 0 0 0 2.938-7.462zm-11 9a9 9 0 1 1 9-9 9.011 9.011 0 0 1 -9 9z"/><path d="m5.523 1.745-1.067-1.689a15.17 15.17 0 0 0 -4.439 3.955l1.663 1.109a13.144 13.144 0 0 1 3.843-3.375z"/><path d="m22.32 5.12 1.663-1.109a15.17 15.17 0 0 0 -4.439-3.955l-1.067 1.689a13.144 13.144 0 0 1 3.843 3.375z"/><path d="m11 7v5.414l3.293 3.293 1.414-1.414-2.707-2.707v-4.586z"/></svg>-->
258+
<!-- <p style="font-size:16px">تعداد روز باقیمانده</p>-->
259+
<!-- <div class="progress-bar" style="display:flex; background: radial-gradient(closest-side, #F9F9F9 79%, transparent 80% 100%),conic-gradient(#a06cd5 100%, #13293d 0);">-->
260+
<!-- <?php echo $expiryDay . " روز";?></div>-->
261+
<!--</div>-->
256262
</div>
257263
<div class="container">
258264
<p class="tarikh" style="font-size:14px;margin-top:10px">
259-
expiryTime: <span><?php echo $expiryTime;?></span>
265+
expireTime: <span><?php echo $expiryTime;?></span>
260266
</p>
261267
</div>
262-
<p style="font-size:10px">Made with 🖤 in <a target="_blank" href="https://github.com/wizwizdev/okhtapos">okhtapos</a></p>
268+
<p style="font-size:10px">Made with 🖤 in <a target="_blank" href="https://github.com/wizwizdev/wizwizxui-timebot">wizwiz</a></p>
263269
</form>
264270
</div>
265271

@@ -275,7 +281,7 @@ function showForm($type){
275281
<fieldset>
276282
<button class="search" type="submit">جستجو</button>
277283
</fieldset>
278-
<p style="font-size:13px">Made with 🖤 in <a target="_blank" href="https://github.com/wizwizdev/okhtapos">okhtapos - wizwiz</a></p>
284+
<p style="font-size:13px">Made with 🖤 in <a target="_blank" href="https://github.com/wizwizdev/wizwizxui-timebot">wizwiz</a></p>
279285
</form>
280286
</div>
281287
<br>

0 commit comments

Comments
 (0)