Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/************************************************************************/
4
/* G-Shout : Gravitasi Shoutbox                                         */
5
/* ============================================                         */
6
/*                                                                      */
7
/* Copyright (c) 2005 by Yohanes Pradono                                */
8
/* http://gravitasi.com                                                 */
9
/*                                                                      */
10
/* This program is free software. You can redistribute it and/or modify */
11
/* it under the terms of the GNU General Public License as published by */
12
/* the Free Software Foundation; either version 2 of the License.       */
13
/*                                                                      */
14
/************************************************************************/
15
 
16
header("Expires: Sun, 10 Jan 1982 05:00:00 GMT"); // donie's birthday
17
header("Last-Modified: ".gmdate("D, d M Y H:i:s"). " GMT"); // always modified
18
if($SERVER_PROTOCOL == "HTTP/1.0"){
19
header("Pragma: no-cache"); // HTTP/1.0
20
}else{
21
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
22
}
23
 
24
include("./config.php");
25
include("./includes/functions.inc.php");
26
include("./languages/lang-".$language.".php");
27
 
28
$d_site = "http://slowrock.org";
29
$g_site = "http://gravitasi.com";
30
$feedback = "donie@gravitasi.com";
31
 
32
$tag_feedback = "<a href='mailto:".$feedback."' target='_blank'>".$feedback."</a>";
33
 
34
function mawut($email){
35
	$address = $email;
36
	$text = $email;
37
	$extra = "";
38
		$string = '<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>';
39
 
40
		$bit = array();
41
		for ($i = 0; $i < strlen($string); $i++)
42
			{
43
			$bit[] .= 'v'.bin2hex(substr($string, $i, 1));
44
			}
45
		$bit = array_reverse($bit);
46
 
47
		$i = 0;
48
		$enkode = '';
49
		foreach ($bit as $val) {
50
			$enkode .= "u[".$i++."]='$val';";
51
		}
52
 
53
return "<script type=\"text/javascript\">var u=new Array();".$enkode."for(var i=u.length-1;i>=0;i--){if (u[i].substring(0,1)=='v') document.write(unescape(\"%\"+u[i].substring(1)));else document.write(unescape(u[i]));}</script>";
54
 
55
}
56
 
57
?>
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
59
<html>
60
<head>
61
 
62
<title>About G-Shout &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title>
63
 
64
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
65
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
66
<meta http-equiv="expires" content="-1" />
67
<?
68
if($SERVER_PROTOCOL == "HTTP/1.0"){
69
echo("<meta http-equiv=\"pragma\" content=\"no-cache\" />\n");
70
}else{
71
echo("<meta http-equiv=\"Cache-Control\" content=\"no-cache, must-revalidate\" />\n");
72
}
73
?>
74
<meta name="Generator" content="G-Shout <?=$version?>" />
75
 
76
<link rel="stylesheet" type="text/css" href="<?echo "skins/".$skin.".css";$hr = "no";?>"/>
77
 
78
<style type="text/css">
79
#img_logo {
80
posi
81
}
82
#reg_to {
83
	border: 1px solid #999;
84
	margin: 10px 10px 10px 10px;
85
	padding: 10px 10px 10px 10px;
86
	text-align: center;
87
}
88
</style>
89
 
90
</head>
91
<body>
92
 
93
<!--
94
<table style="width: 100%;height: 100%;" class="tableBorder" border="0" cellpadding="0" cellspacing="0">
95
<tbody>
96
<tr>
97
<td class="tablePad">
98
-->
99
 
100
<table style="width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0">
101
<tbody>
102
 
103
<tr>
104
<td class='tableCellOne'>
105
 
106
 
107
<div style="width:275px;height:117px;padding-left:15px;text-align:center;">
108
 
109
<img src="./images/g-shout.gif" width="275" height="117" />
110
 
111
</div>
112
 
113
<div class="defaultBold">
114
G-Shout
115
</div>
116
version <?=$version?>
117
 
118
<div class="subtext">
119
Website  : <a href="<?=$g_site?>" target="_blank"><?=$g_site?></a><br />
120
Feedback : 
121
<!--
122
<script type="text/javascript">document.write( unescape('<?=hex_encode($tag_feedback)?>') );</script>
123
-->
124
<?=mawut($tag_feedback)?>
125
</div>
126
 
127
<? /*TEMPORARY UNDER CONSTRUCTION ?>
128
<div id="reg_to">
129
<div class="highlight">
130
<?
131
echo(eval(gzuncompress(base64_decode("eJzLTNNIzkhNzg5KTddQKUpNj89OrdTUrE5NzshXUAIKZhaXpBalpihZ16bmFKdCxUPziqAyQHEAFqoX4w=="))));
132
?>
133
</div>
134
</div>
135
<? */ ?>
136
 
137
<div class="subtext">
138
G-Shout and G-Shout logo are copyright &copy; 2005 by <a href="<?=$g_site?>" target="_blank">Gravitasi</a>. All rights reserved.
139
<br />
140
G-Shout is Free Software released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU/GPL license</a>.
141
</div>
142
<br />
143
<div>
144
<?=$HTTP_USER_AGENT?>
145
</div>
146
 
147
</td>
148
</tr>
149
<tr>
150
<td class='tableCellTwo' align='center' >
151
 
152
<input style="width:75px" class="submit" type="submit" value="OK" onclick="window.close()"/>
153
 
154
</td>
155
</tr>
156
 
157
</tbody>
158
</table>
159
 
160
<!--
161
</td>
162
</tr>
163
</tbody>
164
</table>
165
-->
166
 
167
</body>
168
</html>