Subversion Repositories svnkaklik

Rev

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

Rev Author Line No. Line
6 kaklik 1
<html><head><link href="shout.css" rel="stylesheet" type="text/css" />
2
</head><body>
3
<?php
4
$IP = $_SERVER["REMOTE_ADDR"];
5
#logs user IP (used for many different parts)
6
 
7
$Outside = 1;
8
include 'shoutoptions.php';
9
#User info file 
10
#(contains variables these functions and entries function with)
11
 
12
include 'shoutfunctions.php';
13
#ShoutFunctions file, contains functions used in this script.
14
 
15
 
16
$ShoutDisplay = $ShowNormal;
17
#ShowDisplay is a variable in the shoutoptions page.
18
#ShoutDisplay is a variable called in the the shoutentries page
19
#ShoutDisplay determines how many are shown
20
 
21
include 'shoutentries.php';
22
 
23
 
24
?>
25
 
26
</body></html>