1. Home
  2. Docs
  3. ARSAE
  4. ARSAE 2.x
  5. Instalasi Arsae Client ( Web Non Approved, Banned, Nggak didaftarin, dll)
  6. Instalasi Arsae 2 (Klien) di StupidBot HTML

Instalasi Arsae 2 (Klien) di StupidBot HTML

Stupidbot berfungsi untuk membuat konten resep, image dan video untuk kemudian kita export ke wordpress, blogspot atau static html hosting seperti netlify. Tutorial kali ini akan kami kupas cara instalasi arsae 2 client untuk static html. berikut langkahnya.

1. Edit file layout.html yang berlokasi di stupidbot/templates/html/layout.html

2. Buka file tersebut menggunakan notepad ++ atau sublime text. Berikut tampilan layout.html

3. Tambahkan kode arsae 2 client di bawah <head>

<script>
var ars = 'http://domain-arsae-server.com';

if(['.google.', 'bing.', 'yandex.', 'facebook.', 'pinterest.'].some(s => document.referrer.toLowerCase().includes(s)) || ['fb', 'facebook', 'pinterest', 'twitter'].some(s => navigator.userAgent.toLowerCase().includes(s))){ window.location.href = ars + '/?arsae='+ encodeURIComponent(window.location.href) + '&arsae_ref='+ encodeURIComponent(document.referrer) }
</script>

jangan lupa ganti bagian

domain-arsae-server.com

menjadi

domainserveranda.com

4. Tambahkan kode iklan di bawah kode arsae 2 client

<!--ads/auto.txt--> atau <!--ads/responsive.txt-->

kemudian simpan perubahan

5. Create file static HTML menggunakan stupidbot dengan mengikuti tutorial yang disini

6. Selesai

Was this article helpful to you? Yes 1 No

2 Comments

Tinggalkan Balasan

Alamat email anda tidak akan dipublikasikan. Required fields are marked *