-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.php
More file actions
executable file
·21 lines (21 loc) · 908 Bytes
/
data.php
File metadata and controls
executable file
·21 lines (21 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$rootdir = $_SERVER['DOCUMENT_ROOT'];
$site = "http://".$_SERVER['HTTP_HOST'];
$tt = "Mouncyler Community";
$bg = $site."/bground.jpg";
$cmtid = $site;
$lovo = $site."/judul.png";
$titit = $site."/favicon.ico";
$trz = "red";
$bsd = "http://pecobaan.hol.es/kontol.zip";
// ***********************************************************
// ** Bacaan :v **
// ** tt : Judul **
// ** bg : gambar background **
// ** cmtid : disarankan jgn dirubah biar bs ngobrol bareng **
// ** lovo : gambar logo **
// ** titit : biarin aja :v **
// ** trz : warna teks yang tadinya hitam **
// ** bsd : jangan diganti, buat spam kalo ada yg deface **
// ***********************************************************
?>